WPtouch - Version 3.2.4.1

Version Description

Download this release

Release Info

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

Code changes from version 3.1.9 to 3.2.4.1

admin/css/wptouch-admin-3.css CHANGED
@@ -2721,8 +2721,13 @@ textarea#homepage_message {
2721
  text-align: center;
2722
  }
2723
 
2724
- .dropdown {
2725
  display: none;
2726
  }
2727
 
 
 
 
 
 
2728
  }
2721
  text-align: center;
2722
  }
2723
 
2724
+ .dropdown, #wptouch-settings-content .overview-right-wrap {
2725
  display: none;
2726
  }
2727
 
2728
+ #touchboard-left {
2729
+ width: auto;
2730
+ margin: auto;
2731
+ }
2732
+
2733
  }
admin/html/help.php CHANGED
@@ -1,8 +1,8 @@
1
  <h4 id="bnc-help-h4"><?php _e( 'WPtouch Pro Help & Account Links', 'wptouch-pro' ); ?></h4>
2
  <ul id="bnc-help-menu">
3
- <li><a href="http://www.bravenewcode.com/support/" target="_blank"><?php _e( 'Support Forums', 'wptouch-pro' ); ?></a></li>
4
- <li><a href="http://www.bravenewcode.com/docs/" target="_blank"><?php _e( 'Documentation', 'wptouch-pro' ); ?></a></li>
5
- <li><a href="http://www.bravenewcode.com/support/profile/" target="_blank"><?php _e( 'Account & Downloads', 'wptouch-pro' ); ?></a></li>
6
  <li><a href="http://twitter.com/bravenewcode" target="_blank"><?php _e( 'BraveNewCode on Twitter', 'wptouch-pro' ); ?></a></li>
7
- <li><a href="http://www.bravenewcode.com/general/terms/" target="_blank"><?php _e( 'Plugin Licensing Terms', 'wptouch-pro' ); ?></a></li>
8
  </ul>
1
  <h4 id="bnc-help-h4"><?php _e( 'WPtouch Pro Help & Account Links', 'wptouch-pro' ); ?></h4>
2
  <ul id="bnc-help-menu">
3
+ <li><a href="http://www.wptouch.com/support/" target="_blank"><?php _e( 'Support Forums', 'wptouch-pro' ); ?></a></li>
4
+ <li><a href="http://www.wptouch.com/support/docs/" target="_blank"><?php _e( 'Documentation', 'wptouch-pro' ); ?></a></li>
5
+ <li><a href="http://www.wptouch.com/support/profile/" target="_blank"><?php _e( 'Account & Downloads', 'wptouch-pro' ); ?></a></li>
6
  <li><a href="http://twitter.com/bravenewcode" target="_blank"><?php _e( 'BraveNewCode on Twitter', 'wptouch-pro' ); ?></a></li>
7
+ <li><a href="http://www.wptouch.com/terms/" target="_blank"><?php _e( 'Plugin Licensing Terms', 'wptouch-pro' ); ?></a></li>
8
  </ul>
admin/html/news.php CHANGED
@@ -1,5 +1,5 @@
1
  <?php require_once ( ABSPATH . WPINC . '/class-simplepie.php' ); ?>
2
- <?php $content = fetch_feed( 'http://www.bravenewcode.com/tag/wptouchpro/feed/' ); ?>
3
  <?php if ( !is_wp_error( $content ) ) { ?>
4
  <?php $max_items = $content->get_item_quantity( WPTOUCH_MAX_NEWS_ITEMS ); ?>
5
  <?php $rss_items = $content->get_items( 0, $max_items ); ?>
1
  <?php require_once ( ABSPATH . WPINC . '/class-simplepie.php' ); ?>
2
+ <?php $content = fetch_feed( 'http://www.wptouch.com/feed/' ); ?>
3
  <?php if ( !is_wp_error( $content ) ) { ?>
4
  <?php $max_items = $content->get_item_quantity( WPTOUCH_MAX_NEWS_ITEMS ); ?>
5
  <?php $rss_items = $content->get_items( 0, $max_items ); ?>
admin/html/plugin-area.php CHANGED
@@ -4,7 +4,7 @@
4
  <td colspan="5" class="plugin-update">
5
  <div class="update-message">
6
  <?php if ( wptouch_should_show_activation_nag() ) { ?>
7
- <?php echo sprintf( __( 'This copy of WPtouch Pro is unlicensed! Please %sactivate your license%s, or %spurchase a license%s to enable automatic updates and full product support from us!', 'wptouch-pro' ), '<a href="' . wptouch_get_license_activation_url() . '">', '</a>', '<a href="http://www.bravenewcode.com/wptouch/?utm_source=license_nag&utm_medium=web&utm_campaign=wptouch3_upgrades">', '</a>' ); ?>
8
  <?php } else { ?>
9
  <?php _e( 'This copy of WPtouch Pro is unlicensed! Please contact the site administrator regarding product licensing.', 'wptouch-pro' ); ?>
10
  <?php } ?>
4
  <td colspan="5" class="plugin-update">
5
  <div class="update-message">
6
  <?php if ( wptouch_should_show_activation_nag() ) { ?>
7
+ <?php echo sprintf( __( 'This copy of WPtouch Pro is unlicensed! Please %sactivate your license%s, or %spurchase a license%s to enable automatic updates and full product support from us!', 'wptouch-pro' ), '<a href="' . wptouch_get_license_activation_url() . '">', '</a>', '<a href="http://www.wptouch.com/?utm_source=license_nag&utm_medium=web&utm_campaign=wptouch3_upgrades">', '</a>' ); ?>
8
  <?php } else { ?>
9
  <?php _e( 'This copy of WPtouch Pro is unlicensed! Please contact the site administrator regarding product licensing.', 'wptouch-pro' ); ?>
10
  <?php } ?>
admin/js/wptouch-admin-3.js CHANGED
@@ -1103,12 +1103,17 @@ function wptouchLoadAddons() {
1103
  }
1104
  }
1105
 
 
 
 
 
1106
  function wptouchAdminReady() {
1107
  wptouchSetupAdminMenu();
1108
  wptouchTooltipSetup();
1109
  wptouchHandleLicensePanel();
1110
  wptouchHandleMenuArea();
1111
  wptouchHandleIconDragDrop();
 
1112
 
1113
  wptouchSetupHomescreenUploaders();
1114
  wptouchHandleCustomIconUpload();
1103
  }
1104
  }
1105
 
1106
+ function wptouchAdminHandleGeneral() {
1107
+ wptouchCheckToggle( '#show_wptouch_in_footer', '#setting-add_referral_code' );
1108
+ }
1109
+
1110
  function wptouchAdminReady() {
1111
  wptouchSetupAdminMenu();
1112
  wptouchTooltipSetup();
1113
  wptouchHandleLicensePanel();
1114
  wptouchHandleMenuArea();
1115
  wptouchHandleIconDragDrop();
1116
+ wptouchAdminHandleGeneral();
1117
 
1118
  wptouchSetupHomescreenUploaders();
1119
  wptouchHandleCustomIconUpload();
admin/pages/custom/wptouch-admin-license.php CHANGED
@@ -36,20 +36,20 @@
36
 
37
  <div id="rejected-license" class="license-status">
38
  <?php _e( 'E-mail address or license key rejected', 'wptouch-pro' ); ?>
39
- <p><?php _e( 'The bravenewcode.com server rejected your E-Mail address and/or License Key. Please check they are correct and try again.', 'wptouch-pro' ); ?></p>
40
  </div>
41
 
42
  <div id="too-many-license" class="license-status">
43
  <?php _e( 'No licenses remaining.', 'wptouch-pro' ); ?>
44
  <p><?php _e( 'You have used all your activations. What do you want to do?', 'wptouch-pro' ); ?></p>
45
- <a href="http://www.bravenewcode.com/wptouch/pricing/" class="button"><?php _e( 'Upgrade My License', 'wptouch-pro' ); ?></a>
46
- <a href="http://www.bravenewcode.com/support/" class="button"><?php _e( 'Contact support for assistance', 'wptouch-pro' ); ?></a>
47
  </div>
48
 
49
  <div id="server-issue-license" class="license-status">
50
  <?php _e( 'The server is unavailable.', 'wptouch-pro' ); ?>
51
- <p><?php _e( 'The bravenewcode.com server currently cannot authorize your License.', 'wptouch-pro' ); ?></p>
52
- <p><?php echo sprintf( __( 'Please %scontact us%s and let us know about it.', 'wptouch-pro' ), '<a href="http://www.bravenewcode.com/support/">', '</a>' ); ?></p>
53
  </div>
54
  </div>
55
  </div>
36
 
37
  <div id="rejected-license" class="license-status">
38
  <?php _e( 'E-mail address or license key rejected', 'wptouch-pro' ); ?>
39
+ <p><?php _e( 'The wptouch.com server rejected your E-Mail address and/or License Key. Please check they are correct and try again.', 'wptouch-pro' ); ?></p>
40
  </div>
41
 
42
  <div id="too-many-license" class="license-status">
43
  <?php _e( 'No licenses remaining.', 'wptouch-pro' ); ?>
44
  <p><?php _e( 'You have used all your activations. What do you want to do?', 'wptouch-pro' ); ?></p>
45
+ <a href="http://www.wptouch.com/pricing/" class="button"><?php _e( 'Upgrade My License', 'wptouch-pro' ); ?></a>
46
+ <a href="http://www.wptouch.com/support/" class="button"><?php _e( 'Contact support for assistance', 'wptouch-pro' ); ?></a>
47
  </div>
48
 
49
  <div id="server-issue-license" class="license-status">
50
  <?php _e( 'The server is unavailable.', 'wptouch-pro' ); ?>
51
+ <p><?php _e( 'The wptouch.com server currently cannot authorize your License.', 'wptouch-pro' ); ?></p>
52
+ <p><?php echo sprintf( __( 'Please %scontact us%s and let us know about it.', 'wptouch-pro' ), '<a href="http://www.wptouch.com/support/">', '</a>' ); ?></p>
53
  </div>
54
  </div>
55
  </div>
admin/pages/wptouch-admin-general-settings.php CHANGED
@@ -11,7 +11,7 @@ function wptouch_admin_get_languages() {
11
  'en_US' => 'English',
12
  'fr_FR' => 'Français',
13
  'it_IT' => 'Italiano',
14
- 'es' => 'Español',
15
  'sv_SE' => 'Svenska',
16
  'de_DE' => 'Deutsch',
17
  'el' => 'ελληνικά',
@@ -40,28 +40,41 @@ 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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  wptouch_add_page_section(
44
  WPTOUCH_ADMIN_SETUP_GENERAL,
45
  __( 'Site Title & Byline', 'wptouch-pro' ),
46
  'setup-title-byline',
47
- array(
48
- wptouch_add_setting(
49
- 'text',
50
- 'site_title',
51
- __( 'WPtouch site title', 'wptouch-pro' ),
52
- __( 'If the title of your site is long, you can shorten it for display within WPtouch Pro themes.', 'wptouch-pro' ),
53
- WPTOUCH_SETTING_BASIC,
54
- '3.0'
55
- ),
56
- wptouch_add_setting(
57
- 'checkbox',
58
- 'show_wptouch_in_footer',
59
- sprintf( __( 'Display %sPowered by WPtouch%s in footer', 'wptouch-pro' ), '&quot;', '&quot;' ),
60
- '',
61
- WPTOUCH_SETTING_BASIC,
62
- 3.0
63
- ),
64
- ),
65
  $page_options
66
  );
67
 
@@ -75,7 +88,7 @@ function wptouch_render_general_page( $page_options ) {
75
  'list',
76
  'force_locale',
77
  __( 'Language', 'wptouch-pro' ),
78
- __( 'The WPtouch Pro admin panel &amp; supported themes will be shown in this locale.', 'wptouch-pro' ),
79
  WPTOUCH_SETTING_BASIC,
80
  '3.0',
81
  wptouch_admin_get_languages()
@@ -122,7 +135,7 @@ function wptouch_render_general_page( $page_options ) {
122
  wptouch_add_setting(
123
  'radiolist',
124
  'homepage_landing',
125
- __( 'WPtouch landing page', 'wptouch-pro' ),
126
  '',
127
  WPTOUCH_SETTING_BASIC,
128
  '3.0',
@@ -237,7 +250,7 @@ function wptouch_render_general_page( $page_options ) {
237
  wptouch_add_setting(
238
  'text',
239
  'remove_shortcodes',
240
- __( 'Remove these shortcodes when WPtouch Pro is active', 'wptouch-pro' ),
241
  __( 'Enter a comma separated list of shortcodes to remove.', 'wptouch-pro' ),
242
  WPTOUCH_SETTING_BASIC,
243
  '3.0'
@@ -254,7 +267,7 @@ function wptouch_render_general_page( $page_options ) {
254
  wptouch_add_setting(
255
  'textarea',
256
  'ignore_urls',
257
- __( 'Do not load WPtouch Pro on these URLs/Pages', 'wptouch-pro' ),
258
  __( 'Each permalink URL fragment should be on its own line and relative, e.g. "/about" or "/products/store"', 'wptouch-pro' ),
259
  WPTOUCH_SETTING_BASIC,
260
  '3.0'
@@ -272,7 +285,7 @@ function wptouch_render_general_page( $page_options ) {
272
  'checkbox',
273
  'include_functions_from_desktop_theme',
274
  __( 'Try to include desktop theme functions.php file', 'wptouch-pro' ),
275
- __( 'This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active.', 'wptouch-pro' ),
276
  WPTOUCH_SETTING_ADVANCED,
277
  '3.0'
278
  ),
@@ -301,7 +314,7 @@ function wptouch_render_general_page( $page_options ) {
301
  'textarea',
302
  'custom_user_agents',
303
  __( 'User-agents (line separated)', 'wptouch-pro' ),
304
- __( 'Adding additional user-agents will force WPtouch Pro to be active for matching browsers.', 'wptouch-pro' ),
305
  WPTOUCH_SETTING_BASIC,
306
  '3.0'
307
  ),
@@ -323,7 +336,7 @@ function wptouch_render_general_page( $page_options ) {
323
  'automatically_backup_settings',
324
  sprintf( __( 'Automatically backup settings to the %s folder', 'wptouch-pro' ),
325
  '<em>/wptouch-data/backups</em>' ),
326
- __( 'WPtouch Pro backups your settings each time they are saved.', 'wptouch-pro' ),
327
  WPTOUCH_SETTING_BASIC,
328
  '3.0'
329
  ),
@@ -332,6 +345,8 @@ function wptouch_render_general_page( $page_options ) {
332
  $page_options
333
  );
334
 
 
 
335
  wptouch_add_page_section(
336
  WPTOUCH_ADMIN_SETUP_GENERAL,
337
  __( 'Tools &amp; Debug', 'wptouch-pro' ),
11
  'en_US' => 'English',
12
  'fr_FR' => 'Français',
13
  'it_IT' => 'Italiano',
14
+ 'es_ES' => 'Español',
15
  'sv_SE' => 'Svenska',
16
  'de_DE' => 'Deutsch',
17
  'el' => 'ελληνικά',
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
 
43
+ $these_settings = array(
44
+ wptouch_add_setting(
45
+ 'text',
46
+ 'site_title',
47
+ wptouchize_it( __( 'WPtouch Pro site title', 'wptouch-pro' ) ),
48
+ __( 'If the title of your site is long, you can shorten it for display within WPtouch Pro themes.', 'wptouch-pro' ),
49
+ WPTOUCH_SETTING_BASIC,
50
+ '3.0'
51
+ ),
52
+ wptouch_add_setting(
53
+ 'checkbox',
54
+ 'show_wptouch_in_footer',
55
+ wptouchize_it( sprintf( __( 'Display %sPowered by WPtouch Pro%s in footer', 'wptouch-pro' ), '&quot;', '&quot;' ) ),
56
+ '',
57
+ WPTOUCH_SETTING_BASIC,
58
+ 3.0
59
+ )
60
+ );
61
+
62
+ if ( !defined( 'WPTOUCH_IS_FREE' ) ) {
63
+ $these_settings[] = wptouch_add_setting(
64
+ 'checkbox',
65
+ 'add_referral_code',
66
+ __( 'Use my WPtouch Pro referral code to earn commission', 'wptouch-pro' ),
67
+ __( 'Licensed users of WPtouch Pro can earn a commission for each sale they generate from their mobile website', 'wptouch-pro') ,
68
+ WPTOUCH_SETTING_BASIC,
69
+ 3.2
70
+ );
71
+ }
72
+
73
  wptouch_add_page_section(
74
  WPTOUCH_ADMIN_SETUP_GENERAL,
75
  __( 'Site Title & Byline', 'wptouch-pro' ),
76
  'setup-title-byline',
77
+ $these_settings,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78
  $page_options
79
  );
80
 
88
  'list',
89
  'force_locale',
90
  __( 'Language', 'wptouch-pro' ),
91
+ wptouchize_it( __( 'The WPtouch Pro admin panel &amp; supported themes will be shown in this locale.', 'wptouch-pro' ) ),
92
  WPTOUCH_SETTING_BASIC,
93
  '3.0',
94
  wptouch_admin_get_languages()
135
  wptouch_add_setting(
136
  'radiolist',
137
  'homepage_landing',
138
+ wptouchize_it( __( 'WPtouch Pro landing page', 'wptouch-pro' ) ),
139
  '',
140
  WPTOUCH_SETTING_BASIC,
141
  '3.0',
250
  wptouch_add_setting(
251
  'text',
252
  'remove_shortcodes',
253
+ wptouchize_it( __( 'Remove these shortcodes when WPtouch Pro is active', 'wptouch-pro' ) ),
254
  __( 'Enter a comma separated list of shortcodes to remove.', 'wptouch-pro' ),
255
  WPTOUCH_SETTING_BASIC,
256
  '3.0'
267
  wptouch_add_setting(
268
  'textarea',
269
  'ignore_urls',
270
+ wptouchize_it( __( 'Do not load WPtouch Pro on these URLs/Pages', 'wptouch-pro' ) ),
271
  __( 'Each permalink URL fragment should be on its own line and relative, e.g. "/about" or "/products/store"', 'wptouch-pro' ),
272
  WPTOUCH_SETTING_BASIC,
273
  '3.0'
285
  'checkbox',
286
  'include_functions_from_desktop_theme',
287
  __( 'Try to include desktop theme functions.php file', 'wptouch-pro' ),
288
+ wptouchize_it( __( 'This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active.', 'wptouch-pro' ) ),
289
  WPTOUCH_SETTING_ADVANCED,
290
  '3.0'
291
  ),
314
  'textarea',
315
  'custom_user_agents',
316
  __( 'User-agents (line separated)', 'wptouch-pro' ),
317
+ wptouchize_it( __( 'Adding additional user-agents will force WPtouch Pro to be active for matching browsers.', 'wptouch-pro' ) ),
318
  WPTOUCH_SETTING_BASIC,
319
  '3.0'
320
  ),
336
  'automatically_backup_settings',
337
  sprintf( __( 'Automatically backup settings to the %s folder', 'wptouch-pro' ),
338
  '<em>/wptouch-data/backups</em>' ),
339
+ wptouchize_it( __( 'WPtouch Pro backups your settings each time they are saved.', 'wptouch-pro' ) ),
340
  WPTOUCH_SETTING_BASIC,
341
  '3.0'
342
  ),
345
  $page_options
346
  );
347
 
348
+ $page_options = apply_filters( 'wptouch_settings_compat', $page_options );
349
+
350
  wptouch_add_page_section(
351
  WPTOUCH_ADMIN_SETUP_GENERAL,
352
  __( 'Tools &amp; Debug', 'wptouch-pro' ),
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="http://www.bravenewcode.com/support/knowledgebase/themes-or-extensions-cannot-be-downloaded/">', '</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="http://www.wptouch.com/support/knowledgebase/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/theme-browser.php CHANGED
@@ -1,5 +1,5 @@
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="http://www.bravenewcode.com/support/knowledgebase/themes-or-extensions-cannot-be-downloaded/">', '</a>', 'extensions' ); ?></div>
3
  <?php } ?>
4
  <ul class="cloud-browser">
5
  <?php while ( wptouch_has_themes( true ) ) { ?>
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="http://www.wptouch.com/support/knowledgebase/themes-or-extensions-cannot-be-downloaded/">', '</a>', 'extensions' ); ?></div>
3
  <?php } ?>
4
  <ul class="cloud-browser">
5
  <?php while ( wptouch_has_themes( true ) ) { ?>
admin/settings/html/touchboard.php CHANGED
@@ -7,15 +7,15 @@
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="http://www.bravenewcode.com/wptouch/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="http://www.bravenewcode.com/wptouch/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="http://www.bravenewcode.com/wptouch/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
- <li><a href="http://www.bravenewcode.com/support/" target="_blank"><?php _e( 'Product Support', 'wptouch-pro' ); ?></a></li>
15
  <?php if ( !defined( 'WPTOUCH_IS_FREE' ) ) { ?>
16
- <li><a href="http://www.bravenewcode.com/support/knowledgebase/?utm_campaign=touchboard&utm_source=<?php echo WPTOUCH_UTM_SOURCE; ?>&utm_medium=web" target="_blank"><?php _e( 'Product Knowledgebase', 'wptouch-pro' ); ?></a></li>
17
- <li><a href="http://www.bravenewcode.com/support/profile/" target="_blank"><?php _e( 'Manage Account', 'wptouch-pro' ); ?></a></li>
18
- <li><a href="http://www.bravenewcode.com/support/" target="_blank"><?php _e( 'Manage License', 'wptouch-pro' ); ?></a></li>
19
  <?php } else { ?>
20
  <li><a href="http://wptouch.s3.amazonaws.com/docs/WPtouch%20User%20Guide.pdf"><?php _e( 'WPtouch User Guide', 'wptouch-pro' ); ?></a></li>
21
  <?php } ?>
@@ -25,7 +25,7 @@
25
  <div id="touchboard-news" class="overview-box-appearance">
26
  <h3>
27
  <?php _e( 'WPtouch News', 'wptouch-pro' ); ?>
28
- <a href="//www.bravenewcode.com/blog/" target="_blank"><?php _e( 'Read More', 'wptouch-pro' ); ?> <i class="icon-external-link"></i></a>
29
  </h3>
30
  <span id="ajax-news">
31
  <!-- ajaxed news here -->
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="http://www.wptouch/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="http://www.wptouch/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="http://www.wptouch/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
+ <li><a href="http://www.wptouch.com/support/" target="_blank"><?php _e( 'Product Support', 'wptouch-pro' ); ?></a></li>
15
  <?php if ( !defined( 'WPTOUCH_IS_FREE' ) ) { ?>
16
+ <li><a href="http://www.wptouch.com/support/knowledgebase/?utm_campaign=touchboard&utm_source=<?php echo WPTOUCH_UTM_SOURCE; ?>&utm_medium=web" target="_blank"><?php _e( 'Product Knowledgebase', 'wptouch-pro' ); ?></a></li>
17
+ <li><a href="http://www.wptouch.com/support/profile/" target="_blank"><?php _e( 'Manage Account', 'wptouch-pro' ); ?></a></li>
18
+ <li><a href="http://www.wptouch.com/support/" target="_blank"><?php _e( 'Manage License', 'wptouch-pro' ); ?></a></li>
19
  <?php } else { ?>
20
  <li><a href="http://wptouch.s3.amazonaws.com/docs/WPtouch%20User%20Guide.pdf"><?php _e( 'WPtouch User Guide', 'wptouch-pro' ); ?></a></li>
21
  <?php } ?>
25
  <div id="touchboard-news" class="overview-box-appearance">
26
  <h3>
27
  <?php _e( 'WPtouch News', 'wptouch-pro' ); ?>
28
+ <a href="//www.wptouch.com/blog/" target="_blank"><?php _e( 'Read More', 'wptouch-pro' ); ?> <i class="icon-external-link"></i></a>
29
  </h3>
30
  <span id="ajax-news">
31
  <!-- ajaxed news here -->
core/admin-ajax.php CHANGED
@@ -133,7 +133,7 @@ function wptouch_admin_handle_ajax( $wptouch_pro, $ajax_action ) {
133
  if ( defined( 'WPTOUCH_IS_FREE' ) ) {
134
  $content = wp_remote_get( 'http://wptouch-pro-3.s3.amazonaws.com/WPtouchBoard/free/page.xhtml' );
135
  } else {
136
- $content = wp_remote_get( 'http://wptouch-pro-3.s3.amazonaws.com/WPtouchBoard/pro/page.xhtml' );
137
  }
138
 
139
  if ( !is_wp_error( $content ) ) {
133
  if ( defined( 'WPTOUCH_IS_FREE' ) ) {
134
  $content = wp_remote_get( 'http://wptouch-pro-3.s3.amazonaws.com/WPtouchBoard/free/page.xhtml' );
135
  } else {
136
+ $content = wp_remote_get( 'http://wptouch-pro-3.s3.amazonaws.com/WPtouchBoard/pro/3.2/page.xhtml' );
137
  }
138
 
139
  if ( !is_wp_error( $content ) ) {
core/bncid.php CHANGED
@@ -63,6 +63,8 @@ function wptouch_check_api() {
63
 
64
  $bnc_settings->license_accepted = false;
65
  $bnc_settings->license_accepted_time = 0;
 
 
66
  $bnc_settings->save();
67
  }
68
  }
@@ -71,6 +73,10 @@ function wptouch_check_api() {
71
  $bnc_settings->failures = 0;
72
  $bnc_settings->license_accepted = true;
73
  $bnc_settings->license_accepted_time = $now;
 
 
 
 
74
  }
75
  } else {
76
  WPTOUCH_DEBUG( WPTOUCH_INFO, '...no info? ' . print_r( $result, true ) );
63
 
64
  $bnc_settings->license_accepted = false;
65
  $bnc_settings->license_accepted_time = 0;
66
+ $bnc_settings->referral_user_id = false;
67
+
68
  $bnc_settings->save();
69
  }
70
  }
73
  $bnc_settings->failures = 0;
74
  $bnc_settings->license_accepted = true;
75
  $bnc_settings->license_accepted_time = $now;
76
+
77
+ if ( isset( $result[ 'user_id'] ) ) {
78
+ $bnc_settings->referral_user_id = $result[ 'user_id' ];
79
+ }
80
  }
81
  } else {
82
  WPTOUCH_DEBUG( WPTOUCH_INFO, '...no info? ' . print_r( $result, true ) );
core/class-bncapi.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
 
3
- define( 'BNC_API_VERSION', '3.5' );
4
  define( 'BNC_API_URL', 'http://api.bravenewcode.com/v/' . BNC_API_VERSION );
5
  define( 'BNC_API_TIMEOUT', 10 );
6
 
1
  <?php
2
 
3
+ define( 'BNC_API_VERSION', '3.6' );
4
  define( 'BNC_API_URL', 'http://api.bravenewcode.com/v/' . BNC_API_VERSION );
5
  define( 'BNC_API_TIMEOUT', 10 );
6
 
core/class-wptouch-pro-settings.php CHANGED
@@ -24,7 +24,13 @@ class WPtouchDefaultSettings30 extends WPtouchSettings {
24
 
25
  // Setup - General
26
  $this->site_title = get_bloginfo( 'name' );
27
- $this->show_wptouch_in_footer = false;
 
 
 
 
 
 
28
 
29
  // Setup - Desktop / Mobile Switching
30
  $this->desktop_is_first_view = false;
@@ -103,6 +109,7 @@ class WPtouchDefaultSettings30 extends WPtouchSettings {
103
 
104
  // Add-Ons
105
  $this->active_addons = array();
 
106
  }
107
  };
108
 
@@ -116,6 +123,8 @@ class WPtouchDefaultSettingsBNCID30 extends WPtouchSettings {
116
  $this->license_accepted_time = 0;
117
  $this->next_update_check_time = 0;
118
  $this->failures = 0;
 
 
119
  }
120
  };
121
 
24
 
25
  // Setup - General
26
  $this->site_title = get_bloginfo( 'name' );
27
+ if ( defined( 'WPTOUCH_IS_FREE' ) ) {
28
+ $this->show_wptouch_in_footer = false;
29
+ } else {
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;
109
 
110
  // Add-Ons
111
  $this->active_addons = array();
112
+ $this->show_wpml_lang_switcher = true;
113
  }
114
  };
115
 
123
  $this->license_accepted_time = 0;
124
  $this->next_update_check_time = 0;
125
  $this->failures = 0;
126
+
127
+ $this->referral_user_id = false;
128
  }
129
  };
130
 
core/class-wptouch-pro.php CHANGED
@@ -333,7 +333,7 @@ class WPtouchProThree {
333
 
334
  function check_for_critical_notifications() {
335
  if ( defined( 'WPTOUCH_MIGRATION_OLD_ISSUE' ) ) {
336
- $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="http://www.bravenewcode.com/support/">', '</a>' ) );
337
  }
338
  }
339
 
@@ -353,11 +353,11 @@ class WPtouchProThree {
353
  if ( $this->can_perform_cloud_install( true ) ) {
354
  echo '<div class="updated" id="repair-cloud-theme" style="display: none;"></div>';
355
  echo '<div class="error" id="repair-cloud-failure" style="display: none;"><p>';
356
- 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="http://www.bravenewcode.com/support/knowledgebase/themes-or-extensions-cannot-be-downloaded/">', '</a>' );
357
  echo '</p></div>';
358
  } else {
359
  echo '<div class="error" id="repair-cloud-failure" style="margin-top: 10px;"><p>';
360
- echo sprintf( __( 'You 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="http://www.bravenewcode.com/support/knowledgebase/themes-or-extensions-cannot-be-downloaded/">', '</a>' );
361
  echo '</p></div>';
362
  }
363
  } else if ( $this->has_critical_notifications() ) {
@@ -1119,7 +1119,7 @@ class WPtouchProThree {
1119
 
1120
  function check_for_update() {
1121
  if ( function_exists( 'wptouch_pro_check_for_update' ) ) {
1122
- wptouch_pro_check_for_update();
1123
  }
1124
  }
1125
 
@@ -2155,6 +2155,9 @@ class WPtouchProThree {
2155
  $settings = wptouch_get_settings();
2156
 
2157
  if ( $settings->show_wptouch_in_footer ) {
 
 
 
2158
  echo wptouch_capture_include_file( WPTOUCH_DIR . '/include/html/footer.php' );
2159
  }
2160
 
@@ -2461,13 +2464,27 @@ class WPtouchProThree {
2461
  }
2462
 
2463
  function process_submitted_settings() {
 
 
2464
  if ( 'POST' != $_SERVER['REQUEST_METHOD'] ) {
2465
  return;
2466
  }
2467
 
2468
  require_once( WPTOUCH_DIR . '/core/admin-settings.php' );
2469
  wptouch_settings_process( $this );
 
2470
  $this->delete_theme_add_on_cache();
 
 
 
 
 
 
 
 
 
 
 
2471
  }
2472
 
2473
  function get_theme_copy_num( $base ) {
@@ -2491,10 +2508,6 @@ class WPtouchProThree {
2491
  // 3.0 domain specific filtering
2492
  $settings = apply_filters( 'wptouch_update_settings_domain', $settings, $domain );
2493
 
2494
- if ( $domain == 'bncid' ) {
2495
- WPTOUCH_DEBUG( WPTOUCH_VERBOSE, 'Saving settings to database with domain ' . $domain . " " . print_r( $settings, true ) );
2496
- }
2497
-
2498
  // Save the old domain
2499
  $old_domain = $settings->domain;
2500
  unset( $settings->domain );
333
 
334
  function check_for_critical_notifications() {
335
  if ( defined( 'WPTOUCH_MIGRATION_OLD_ISSUE' ) ) {
336
+ $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="http://www.wptouch.com/support/">', '</a>' ) );
337
  }
338
  }
339
 
353
  if ( $this->can_perform_cloud_install( true ) ) {
354
  echo '<div class="updated" id="repair-cloud-theme" style="display: none;"></div>';
355
  echo '<div class="error" id="repair-cloud-failure" style="display: none;"><p>';
356
+ 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="http://www.wptouch.com/support/knowledgebase/themes-or-extensions-cannot-be-downloaded/">', '</a>' );
357
  echo '</p></div>';
358
  } else {
359
  echo '<div class="error" id="repair-cloud-failure" style="margin-top: 10px;"><p>';
360
+ 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="http://www.wptouch.com/support/knowledgebase/themes-or-extensions-cannot-be-downloaded/">', '</a>' );
361
  echo '</p></div>';
362
  }
363
  } else if ( $this->has_critical_notifications() ) {
1119
 
1120
  function check_for_update() {
1121
  if ( function_exists( 'wptouch_pro_check_for_update' ) ) {
1122
+ return wptouch_pro_check_for_update();
1123
  }
1124
  }
1125
 
2155
  $settings = wptouch_get_settings();
2156
 
2157
  if ( $settings->show_wptouch_in_footer ) {
2158
+ global $footer_settings;
2159
+ $footer_settings = $settings;
2160
+
2161
  echo wptouch_capture_include_file( WPTOUCH_DIR . '/include/html/footer.php' );
2162
  }
2163
 
2464
  }
2465
 
2466
  function process_submitted_settings() {
2467
+ $old_settings = wptouch_get_settings();
2468
+
2469
  if ( 'POST' != $_SERVER['REQUEST_METHOD'] ) {
2470
  return;
2471
  }
2472
 
2473
  require_once( WPTOUCH_DIR . '/core/admin-settings.php' );
2474
  wptouch_settings_process( $this );
2475
+
2476
  $this->delete_theme_add_on_cache();
2477
+
2478
+ $new_settings = wptouch_get_settings();
2479
+
2480
+ if ( !$old_settings->add_referral_code && $new_settings->add_referral_code ) {
2481
+ $bnc_settings = wptouch_get_settings( 'bncid' );
2482
+ $bnc_settings->next_update_check_time = 0;
2483
+ $bnc_settings->save();
2484
+
2485
+ $this->setup_bncapi();
2486
+ wptouch_check_api();
2487
+ }
2488
  }
2489
 
2490
  function get_theme_copy_num( $base ) {
2508
  // 3.0 domain specific filtering
2509
  $settings = apply_filters( 'wptouch_update_settings_domain', $settings, $domain );
2510
 
 
 
 
 
2511
  // Save the old domain
2512
  $old_domain = $settings->domain;
2513
  unset( $settings->domain );
core/config.php CHANGED
@@ -82,7 +82,7 @@ define( 'WPTOUCH_MULTISITE_LICENSED', 'wptouch_pro_licensed' );
82
  define( 'WPTOUCH_THUMBNAIL_SIZE', 144 );
83
  define( 'WPTOUCH_FEATURED_SIZE', 900 );
84
  define( 'WPTOUCH_EXCERPT_LENGTH', 24 );
85
- define( 'WPTOUCH_PRO_README_FILE', 'http://www.bravenewcode.com/wptouch-pro-3/readme.txt' );
86
 
87
  define( 'ADDON_SETTING_DOMAIN', 'addons' );
88
 
82
  define( 'WPTOUCH_THUMBNAIL_SIZE', 144 );
83
  define( 'WPTOUCH_FEATURED_SIZE', 900 );
84
  define( 'WPTOUCH_EXCERPT_LENGTH', 24 );
85
+ define( 'WPTOUCH_PRO_README_FILE', 'http://www.wptouch.com/wptouch-pro-3/readme.txt' );
86
 
87
  define( 'ADDON_SETTING_DOMAIN', 'addons' );
88
 
core/globals.php CHANGED
@@ -410,3 +410,11 @@ function wptouch_can_cloud_install( $theme = true ) {
410
  return $wptouch_pro->can_perform_cloud_install( $theme );
411
  }
412
 
 
 
 
 
 
 
 
 
410
  return $wptouch_pro->can_perform_cloud_install( $theme );
411
  }
412
 
413
+ function wptouchize_it( $str ) {
414
+ if ( defined( 'WPTOUCH_IS_FREE' ) ) {
415
+ return str_replace( 'WPtouch Pro', 'WPtouch', $str );
416
+ } else {
417
+ return $str;
418
+ }
419
+ }
420
+
core/mobile-user-agents.php CHANGED
@@ -8,7 +8,8 @@ $wptouch_smartphone_list = array(
8
  array( 'Android', 'Mobile' ), // Android devices
9
  array( 'BB', 'Mobile Safari' ), // BB10 devices
10
  array( 'BlackBerry', 'Mobile Safari' ), // BB 6, 7 devices
11
- array( 'IEMobile/10.0', 'Touch' ), // Windows IE 10 touch devices
 
12
  array( 'Firefox', 'Mobile' ), // Firefox OS devices
13
  'IEMobile/7.0', // Windows Phone OS 7
14
  'IEMobile/9.0', // Windows Phone OS 9
8
  array( 'Android', 'Mobile' ), // Android devices
9
  array( 'BB', 'Mobile Safari' ), // BB10 devices
10
  array( 'BlackBerry', 'Mobile Safari' ), // BB 6, 7 devices
11
+ array( 'IEMobile/10', 'Touch' ), // Windows IE 10 touch devices
12
+ array( 'IEMobile/11', 'Touch' ), // Windows IE 11 touch devices
13
  array( 'Firefox', 'Mobile' ), // Firefox OS devices
14
  'IEMobile/7.0', // Windows Phone OS 7
15
  'IEMobile/9.0', // Windows Phone OS 9
core/notifications.php CHANGED
@@ -144,7 +144,7 @@ function wptouch_notification_setup() {
144
  'WordPress Permalinks',
145
  __( 'WPtouch Pro prefers pretty permalinks to be enabled within WordPress.', 'wptouch-pro' ),
146
  'warning',
147
- 'http://www.bravenewcode.com/support/knowledgebase/wordpress-permalinks/'
148
  );
149
  }
150
 
@@ -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
- 'http://www.bravenewcode.com/support/knowledgebase/php-safe-mode/'
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
- 'http://www.bravenewcode.com/support/knowledgebase/optimizing-caching-plugins-for-mobile-use/#supercache'
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
- 'http://www.bravenewcode.com/support/knowledgebase/optimizing-caching-plugins-for-mobile-use/#W3totalcache'
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
- 'http://www.bravenewcode.com/support/knowledgebase/optimizing-caching-plugins-for-mobile-use/#hypercache'
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
- 'http://www.bravenewcode.com/support/knowledgebase/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
- 'http://www.bravenewcode.com/support/knowledgebase/known-incompatibilities/#imageplugins'
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
- 'http://www.bravenewcode.com/support/knowledgebase/server-setup/#permissions'
218
  );
219
  }
220
 
144
  'WordPress Permalinks',
145
  __( 'WPtouch Pro prefers pretty permalinks to be enabled within WordPress.', 'wptouch-pro' ),
146
  'warning',
147
+ 'http://www.wptouch.com/support/knowledgebase/wordpress-permalinks/'
148
  );
149
  }
150
 
154
  'PHP Safe Mode',
155
  __( 'WPtouch Pro will not work fully in safe mode.', 'wptouch-pro' ),
156
  'warning',
157
+ 'http://www.wptouch.com/support/knowledgebase/php-safe-mode/'
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
+ 'http://www.wptouch.com/support/knowledgebase/optimizing-caching-plugins-for-mobile-use/#supercache'
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
+ 'http://www.wptouch.com/support/knowledgebase/optimizing-caching-plugins-for-mobile-use/#W3totalcache'
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
+ 'http://www.wptouch.com/support/knowledgebase/optimizing-caching-plugins-for-mobile-use/#hypercache'
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
+ 'http://www.wptouch.com/support/knowledgebase/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
+ 'http://www.wptouch.com/support/knowledgebase/known-incompatibilities/#imageplugins'
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
+ 'http://www.wptouch.com/support/knowledgebase/server-setup/#permissions'
218
  );
219
  }
220
 
include/html/footer.php CHANGED
@@ -1,4 +1,12 @@
1
  <p>
2
- <?php echo sprintf( __( 'Powered by %s%s%s', 'wptouch-pro' ) , '<a href="http://www.bravenewcode.com/wptouch/" target="_blank" rel="nofollow">', 'WPtouch Pro ' . WPTOUCH_VERSION, '</a>'); ?><br />
3
- <?php echo sprintf( __( 'By %s', 'wptouch-pro' ), 'BraveNewCode Inc.' ); ?>
 
 
 
 
 
 
 
 
4
  </p>
1
  <p>
2
+ <?php
3
+ global $footer_settings;
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<br/>%s%s%s', 'wptouch-pro' ) , '<a href="http://www.wptouch.com/?wptouch_affiliate_id=' . $bnc_settings->referral_user_id . '" target="_blank">', 'WPtouch Mobile Suite for WordPress', '</a>'); ?>
9
+ <?php } else { ?>
10
+ <?php echo sprintf( __( 'Powered By<br/>%s%s%s', 'wptouch-pro' ) , '<a href="http://www.wptouch.com/?utm_campaign=wptouch-powered-by&utm_medium=web" target="_blank">', 'WPtouch Mobile Suite for WordPress', '</a>'); ?>
11
+ <?php } ?><br />
12
  </p>
lang/wptouch-pro-3.pot DELETED
@@ -1,2737 +0,0 @@
1
- # Copyright (C) 2013
2
- # This file is distributed under the same license as the package.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: \n"
6
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/combined\n"
7
- "POT-Creation-Date: 2013-11-26 12:08:18+00:00\n"
8
- "MIME-Version: 1.0\n"
9
- "Content-Type: text/plain; charset=UTF-8\n"
10
- "Content-Transfer-Encoding: 8bit\n"
11
- "PO-Revision-Date: 2013-MO-DA HO:MI+ZONE\n"
12
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
- "Language-Team: LANGUAGE <LL@li.org>\n"
14
-
15
- #: wptouch-pro-3/admin/html/help.php:1
16
- msgid "WPtouch Pro Help & Account Links"
17
- msgstr ""
18
-
19
- #: wptouch-pro-3/admin/html/help.php:3
20
- msgid "Support Forums"
21
- msgstr ""
22
-
23
- #: wptouch-pro-3/admin/html/help.php:4
24
- msgid "Documentation"
25
- msgstr ""
26
-
27
- #: wptouch-pro-3/admin/html/help.php:5
28
- msgid "Account & Downloads"
29
- msgstr ""
30
-
31
- #: wptouch-pro-3/admin/html/help.php:6
32
- msgid "BraveNewCode on Twitter"
33
- msgstr ""
34
-
35
- #: wptouch-pro-3/admin/html/help.php:7
36
- msgid "Plugin Licensing Terms"
37
- msgstr ""
38
-
39
- #: wptouch-pro-3/admin/html/notification-center.php:5
40
- msgid "Notifications"
41
- msgstr ""
42
-
43
- #: wptouch-pro-3/admin/html/notification-content.php:20
44
- msgid "No notifications"
45
- msgstr ""
46
-
47
- #: wptouch-pro-3/admin/html/plugin-area.php:7
48
- msgid ""
49
- "This copy of WPtouch Pro is unlicensed! Please %sactivate your license%s, or "
50
- "%spurchase a license%s to enable automatic updates and full product support "
51
- "from us!"
52
- msgstr ""
53
-
54
- #: wptouch-pro-3/admin/html/plugin-area.php:9
55
- msgid ""
56
- "This copy of WPtouch Pro is unlicensed! Please contact the site "
57
- "administrator regarding product licensing."
58
- msgstr ""
59
-
60
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:9
61
- msgid "License Details"
62
- msgstr ""
63
-
64
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:11
65
- msgid "Note"
66
- msgstr ""
67
-
68
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:12
69
- msgid "Once you activate, this page will be hidden."
70
- msgstr ""
71
-
72
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:15
73
- msgid "It will only reappear if you reset your WPtouch Pro settings."
74
- msgstr ""
75
-
76
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:18
77
- msgid "Account E-Mail Address"
78
- msgstr ""
79
-
80
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:20
81
- msgid "Product License Key"
82
- msgstr ""
83
-
84
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:23
85
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:14
86
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:71
87
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:109
88
- msgid "Activate"
89
- msgstr ""
90
-
91
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:33
92
- msgid "Success."
93
- msgstr ""
94
-
95
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:34
96
- msgid "Activation Complete. Enjoy WPtouch Pro!"
97
- msgstr ""
98
-
99
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:38
100
- msgid "E-mail address or license key rejected"
101
- msgstr ""
102
-
103
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:39
104
- msgid ""
105
- "The bravenewcode.com server rejected your E-Mail address and/or License Key. "
106
- "Please check they are correct and try again."
107
- msgstr ""
108
-
109
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:43
110
- msgid "No licenses remaining."
111
- msgstr ""
112
-
113
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:44
114
- msgid "You have used all your activations. What do you want to do?"
115
- msgstr ""
116
-
117
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:45
118
- msgid "Upgrade My License"
119
- msgstr ""
120
-
121
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:46
122
- msgid "Contact support for assistance"
123
- msgstr ""
124
-
125
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:50
126
- msgid "The server is unavailable."
127
- msgstr ""
128
-
129
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:51
130
- msgid "The bravenewcode.com server currently cannot authorize your License."
131
- msgstr ""
132
-
133
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:52
134
- msgid "Please %scontact us%s and let us know about it."
135
- msgstr ""
136
-
137
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:3
138
- #: wptouch-pro-3/themes/foundation/root-functions.php:10
139
- msgid "General"
140
- msgstr ""
141
-
142
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:4
143
- msgid "Compatibility"
144
- msgstr ""
145
-
146
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:10
147
- msgid "Auto-detect"
148
- msgstr ""
149
-
150
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:45
151
- msgid "Site Title & Byline"
152
- msgstr ""
153
-
154
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:51
155
- msgid "WPtouch Pro site title"
156
- msgstr ""
157
-
158
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:52
159
- msgid ""
160
- "If the title of your site is long, you can shorten it for display within "
161
- "WPtouch Pro themes."
162
- msgstr ""
163
-
164
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:59
165
- msgid "Display %sPowered by WPtouch Pro%s in footer"
166
- msgstr ""
167
-
168
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:71
169
- msgid "Regionalization"
170
- msgstr ""
171
-
172
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:77
173
- msgid "Language"
174
- msgstr ""
175
-
176
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:78
177
- msgid ""
178
- "The WPtouch Pro admin panel &amp; supported themes will be shown in this "
179
- "locale."
180
- msgstr ""
181
-
182
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:86
183
- msgid "Translate administration panel text"
184
- msgstr ""
185
-
186
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:97
187
- msgid "Display Mode"
188
- msgstr ""
189
-
190
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:103
191
- msgid "Theme Display"
192
- msgstr ""
193
-
194
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:108
195
- msgid "Normal (active for all mobile visitors)"
196
- msgstr ""
197
-
198
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:109
199
- msgid "Preview (active only for logged-in site administrators)"
200
- msgstr ""
201
-
202
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:110
203
- msgid "Disabled (mobile theme will never show)"
204
- msgstr ""
205
-
206
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:119
207
- msgid "Landing Page"
208
- msgstr ""
209
-
210
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:125
211
- msgid "WPtouch Pro landing page"
212
- msgstr ""
213
-
214
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:130
215
- msgid "Default (same as WordPress)"
216
- msgstr ""
217
-
218
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:131
219
- msgid "Select from WordPress pages"
220
- msgstr ""
221
-
222
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:132
223
- msgctxt "Refers to a custom landing page"
224
- msgid "Custom"
225
- msgstr ""
226
-
227
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:139
228
- msgid "Custom Slug or URL"
229
- msgstr ""
230
-
231
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:140
232
- msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
233
- msgstr ""
234
-
235
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:150
236
- msgid "Desktop / Mobile Switching"
237
- msgstr ""
238
-
239
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:156
240
- msgid "1st time visitors see desktop theme"
241
- msgstr ""
242
-
243
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:157
244
- msgid "Your regular theme will be shown to 1st time mobile visitors."
245
- msgstr ""
246
-
247
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:164
248
- msgid "Show switch link in mobile view"
249
- msgstr ""
250
-
251
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:165
252
- msgid ""
253
- "Will show toggle buttons in the theme's footer allowing users to switch to "
254
- "your desktop theme. Is not shown in Web-App Mode."
255
- msgstr ""
256
-
257
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:172
258
- msgid "Choose the target for the mobile switch link"
259
- msgstr ""
260
-
261
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:177
262
- msgid "Current page"
263
- msgstr ""
264
-
265
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:178
266
- msgid "Home page"
267
- msgstr ""
268
-
269
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:184
270
- msgid "Desktop theme switch buttons"
271
- msgstr ""
272
-
273
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:185
274
- msgid ""
275
- "Allows visitors to switch from your desktop theme to your mobile theme. You "
276
- "can also customize the placement of Switch buttons by placing the "
277
- "wptouch_desktop_switch_link() template tag somewhere in your desktop theme."
278
- msgstr ""
279
-
280
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:189
281
- msgid "Automatically inserted inline"
282
- msgstr ""
283
-
284
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:190
285
- msgid "Automatically inserted with AJAX (better for caching)"
286
- msgstr ""
287
-
288
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:191
289
- msgid "Template tag"
290
- msgstr ""
291
-
292
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:200
293
- msgid "Custom Code"
294
- msgstr ""
295
-
296
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:206
297
- msgid "HTML, JavaScript, statistics or custom code"
298
- msgstr ""
299
-
300
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:207
301
- msgid "Enter any custom code here to be output in the theme footer."
302
- msgstr ""
303
-
304
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:217
305
- msgid "Custom Stylesheet"
306
- msgstr ""
307
-
308
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:223
309
- msgid "URL to a custom CSS file to load"
310
- msgstr ""
311
-
312
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:224
313
- msgid "Useful if you have specific compatibility CSS you need to add."
314
- msgstr ""
315
-
316
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:234
317
- msgid "Shortcodes"
318
- msgstr ""
319
-
320
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:240
321
- msgid "Remove these shortcodes when WPtouch Pro is active"
322
- msgstr ""
323
-
324
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:241
325
- msgid "Enter a comma separated list of shortcodes to remove."
326
- msgstr ""
327
-
328
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:251
329
- msgid "Ignored URLs"
330
- msgstr ""
331
-
332
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:257
333
- msgid "Do not load WPtouch Pro on these URLs/Pages"
334
- msgstr ""
335
-
336
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:258
337
- msgid ""
338
- "Each permalink URL fragment should be on its own line and relative, e.g. \"/"
339
- "about\" or \"/products/store\""
340
- msgstr ""
341
-
342
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:268
343
- msgid "Desktop Theme"
344
- msgstr ""
345
-
346
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:274
347
- msgid "Try to include desktop theme functions.php file"
348
- msgstr ""
349
-
350
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:275
351
- msgid ""
352
- "This may be required for desktop themes with unique features that are not "
353
- "showing when WPtouch Pro is active."
354
- msgstr ""
355
-
356
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:282
357
- msgid "Method to load file"
358
- msgstr ""
359
-
360
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:287
361
- msgid "Include file directly"
362
- msgstr ""
363
-
364
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:288
365
- msgid "Translate and create new files"
366
- msgstr ""
367
-
368
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:297
369
- msgid "Custom User-Agents"
370
- msgstr ""
371
-
372
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:303
373
- msgid "User-agents (line separated)"
374
- msgstr ""
375
-
376
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:304
377
- msgid ""
378
- "Adding additional user-agents will force WPtouch Pro to be active for "
379
- "matching browsers."
380
- msgstr ""
381
-
382
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:318
383
- msgid "Backup &amp; Import"
384
- msgstr ""
385
-
386
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:324
387
- msgid "Automatically backup settings to the %s folder"
388
- msgstr ""
389
-
390
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:326
391
- msgid "WPtouch Pro backups your settings each time they are saved."
392
- msgstr ""
393
-
394
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:337
395
- msgid "Tools &amp; Debug"
396
- msgstr ""
397
-
398
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:343
399
- msgid ""
400
- "Use jQuery 2.0 in themes (faster for mobile devices) instead of WordPress' "
401
- "version"
402
- msgstr ""
403
-
404
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:344
405
- msgid ""
406
- "jQuery 2.0 is significantly smaller and faster than previous jQuery versions "
407
- "- may cause problems with other plugins, use carefully."
408
- msgstr ""
409
-
410
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:351
411
- msgid "Show load times and query counts in the footer"
412
- msgstr ""
413
-
414
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:352
415
- msgid "Helps you find slow pages/posts on your site."
416
- msgstr ""
417
-
418
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:359
419
- msgid "Enable debug log"
420
- msgstr ""
421
-
422
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:360
423
- msgid "Creates a debug file to help diagnose installation issues."
424
- msgstr ""
425
-
426
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:371
427
- msgid "WordPress Plugins"
428
- msgstr ""
429
-
430
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:384
431
- msgid "Admin Mode"
432
- msgstr ""
433
-
434
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:390
435
- msgid "Admin panel settings shown"
436
- msgstr ""
437
-
438
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:395
439
- msgid "Default"
440
- msgstr ""
441
-
442
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:396
443
- #: wptouch-pro-3/admin/settings/html/button.php:5
444
- #: wptouch-pro-3/admin/settings/html/checkbox.php:6
445
- #: wptouch-pro-3/admin/settings/html/custom-latest-posts.php:4
446
- #: wptouch-pro-3/admin/settings/html/list.php:16
447
- #: wptouch-pro-3/admin/settings/html/numeric.php:12
448
- #: wptouch-pro-3/admin/settings/html/radiolist.php:12
449
- #: wptouch-pro-3/admin/settings/html/text.php:8
450
- #: wptouch-pro-3/admin/settings/html/textarea.php:8
451
- msgid "Advanced"
452
- msgstr ""
453
-
454
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:3
455
- msgid "Theme Menus"
456
- msgstr ""
457
-
458
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:4
459
- msgid "Menu Setup"
460
- msgstr ""
461
-
462
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:5
463
- msgid "Icon Upload & Sets"
464
- msgstr ""
465
-
466
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:22
467
- msgid "WordPress Pages"
468
- msgstr ""
469
-
470
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:28
471
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:6
472
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:180
473
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:59
474
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:206
475
- msgid "None"
476
- msgstr ""
477
-
478
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:66
479
- msgid "Menu Options"
480
- msgstr ""
481
-
482
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:72
483
- msgid "Enable parent items as links"
484
- msgstr ""
485
-
486
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:73
487
- msgid "If disabled, parent menu items will only toggle child items."
488
- msgstr ""
489
-
490
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:80
491
- msgid "Use menu icons"
492
- msgstr ""
493
-
494
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:104
495
- msgid "Icon Upload"
496
- msgstr ""
497
-
498
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:117
499
- msgid "Uploaded Icons"
500
- msgstr ""
501
-
502
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:130
503
- msgid "Icon Sets"
504
- msgstr ""
505
-
506
- #: wptouch-pro-3/admin/pages/wptouch-admin-themes-and-addons.php:3
507
- msgid "Themes"
508
- msgstr ""
509
-
510
- #: wptouch-pro-3/admin/pages/wptouch-admin-themes-and-addons.php:4
511
- msgid "Extensions"
512
- msgstr ""
513
-
514
- #: wptouch-pro-3/admin/pages/wptouch-admin-touchboard.php:3
515
- #: wptouch-pro-3/core/admin-menu.php:34 wptouch-pro-3/core/admin-menu.php:38
516
- msgid "What's New"
517
- msgstr ""
518
-
519
- #: wptouch-pro-3/admin/settings/html/addon-browser-item.php:38
520
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:8
521
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:20
522
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:59
523
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:41
524
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:62
525
- msgid "by %s"
526
- msgstr ""
527
-
528
- #: wptouch-pro-3/admin/settings/html/addon-browser-item.php:43
529
- msgid "This add-on is only available in WPtouch Pro"
530
- msgstr ""
531
-
532
- #: wptouch-pro-3/admin/settings/html/backup.php:1
533
- msgid "Download Backup File"
534
- msgstr ""
535
-
536
- #: wptouch-pro-3/admin/settings/html/backup.php:2
537
- msgid "Restore Backup File"
538
- msgstr ""
539
-
540
- #: wptouch-pro-3/admin/settings/html/button.php:6
541
- #: wptouch-pro-3/admin/settings/html/checkbox.php:7
542
- #: wptouch-pro-3/admin/settings/html/custom-latest-posts.php:8
543
- #: wptouch-pro-3/admin/settings/html/list.php:20
544
- #: wptouch-pro-3/admin/settings/html/numeric.php:16
545
- #: wptouch-pro-3/admin/settings/html/radiolist.php:14
546
- #: wptouch-pro-3/admin/settings/html/text.php:9
547
- #: wptouch-pro-3/admin/settings/html/textarea.php:9
548
- msgid "New"
549
- msgstr ""
550
-
551
- #: wptouch-pro-3/admin/settings/html/color.php:6
552
- msgid "Undo"
553
- msgstr ""
554
-
555
- #: wptouch-pro-3/admin/settings/html/color.php:7
556
- msgid "Desktop theme colors"
557
- msgstr ""
558
-
559
- #: wptouch-pro-3/admin/settings/html/color.php:7
560
- msgid "Palette"
561
- msgstr ""
562
-
563
- #: wptouch-pro-3/admin/settings/html/custom-latest-posts.php:1
564
- msgid "Custom latest posts page"
565
- msgstr ""
566
-
567
- #: wptouch-pro-3/admin/settings/html/custom_icon_management.php:3
568
- msgid "No icons have been uploaded yet"
569
- msgstr ""
570
-
571
- #: wptouch-pro-3/admin/settings/html/custom_icon_management.php:12
572
- #: wptouch-pro-3/admin/settings/html/image-upload.php:13
573
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:18
574
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:115
575
- msgid "Delete"
576
- msgstr ""
577
-
578
- #: wptouch-pro-3/admin/settings/html/custom_icon_upload.php:3
579
- msgid "Upload Icon"
580
- msgstr ""
581
-
582
- #: wptouch-pro-3/admin/settings/html/custom_icon_upload.php:4
583
- #: wptouch-pro-3/admin/settings/html/image-upload.php:15
584
- msgid "Upload Complete!"
585
- msgstr ""
586
-
587
- #: wptouch-pro-3/admin/settings/html/custom_icon_upload.php:9
588
- msgid "Ready to upload"
589
- msgstr ""
590
-
591
- #: wptouch-pro-3/admin/settings/html/debuginfo.php:12
592
- msgid "View Debug File"
593
- msgstr ""
594
-
595
- #: wptouch-pro-3/admin/settings/html/debuginfo.php:16
596
- #: wptouch-pro-3/admin/settings/html/debuginfo.php:18
597
- msgid "Your Server Configuration"
598
- msgstr ""
599
-
600
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:5
601
- msgid "Check All"
602
- msgstr ""
603
-
604
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:7
605
- msgid "Reset"
606
- msgstr ""
607
-
608
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:9
609
- #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:13
610
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:21
611
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:32
612
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:112
613
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:23
614
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:36
615
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:82
616
- #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:13
617
- msgid "Menu"
618
- msgstr ""
619
-
620
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:19
621
- msgid "Active menus used in this theme."
622
- msgstr ""
623
-
624
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:23
625
- msgid "Show/Hide"
626
- msgstr ""
627
-
628
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:24
629
- msgid "Menu Item"
630
- msgstr ""
631
-
632
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:44
633
- msgid "Icon Set"
634
- msgstr ""
635
-
636
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:54
637
- msgid "Drag icons to associate them with menu items"
638
- msgstr ""
639
-
640
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:79
641
- msgid "You don't have any custom icons yet."
642
- msgstr ""
643
-
644
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:94
645
- msgid "Default Icon"
646
- msgstr ""
647
-
648
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:95
649
- msgid "applies to all unset icons"
650
- msgstr ""
651
-
652
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:103
653
- msgid "Trash"
654
- msgstr ""
655
-
656
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:104
657
- msgid "drag icon here to reset"
658
- msgstr ""
659
-
660
- #: wptouch-pro-3/admin/settings/html/image-upload.php:11
661
- msgid "Upload"
662
- msgstr ""
663
-
664
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets.php:2
665
- msgid "Gathering information about available icon sets..."
666
- msgstr ""
667
-
668
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets.php:4
669
- #: wptouch-pro-3/core/notifications.php:264
670
- msgid ""
671
- "The %s%s%s directory is not currently writable. %sPlease fix this issue to "
672
- "enable installation of additional icon sets."
673
- msgstr ""
674
-
675
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:4
676
- #: wptouch-pro-3/core/class-wptouch-pro.php:1555
677
- #: wptouch-pro-3/core/class-wptouch-pro.php:1556
678
- #: wptouch-pro-3/core/config.php:54
679
- msgid "Custom Icons"
680
- msgstr ""
681
-
682
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:9
683
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:22
684
- msgid "Installed"
685
- msgstr ""
686
-
687
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:21
688
- msgid "Installing..."
689
- msgstr ""
690
-
691
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:21
692
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:66
693
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:96
694
- msgid "Install"
695
- msgstr ""
696
-
697
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:23
698
- msgid "Unable to Install"
699
- msgstr ""
700
-
701
- #: wptouch-pro-3/admin/settings/html/plugin-compat-ajax.php:11
702
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:64
703
- msgid "Enable %s"
704
- msgstr ""
705
-
706
- #: wptouch-pro-3/admin/settings/html/plugin-compat-ajax.php:12
707
- msgid ""
708
- "When unchecked, %s will be disabled for users viewing your WPtouch Pro theme."
709
- msgstr ""
710
-
711
- #: wptouch-pro-3/admin/settings/html/plugin-compat-ajax.php:20
712
- msgid "No plugins to disable."
713
- msgstr ""
714
-
715
- #: wptouch-pro-3/admin/settings/html/plugin-compat.php:3
716
- msgid "Your active plugin list is refreshing"
717
- msgstr ""
718
-
719
- #: wptouch-pro-3/admin/settings/html/redirect.php:17
720
- msgid "WordPress Page"
721
- msgstr ""
722
-
723
- #: wptouch-pro-3/admin/settings/html/restore.php:2
724
- msgid ""
725
- "Please paste your encoded settings below and save to restore your settings."
726
- msgstr ""
727
-
728
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:6
729
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:6
730
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:10
731
- msgid "Click to view screenshots"
732
- msgstr ""
733
-
734
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:11
735
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:74
736
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:105
737
- msgid "Setup"
738
- msgstr ""
739
-
740
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:16
741
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:112
742
- msgid "Copy"
743
- msgstr ""
744
-
745
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:54
746
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:57
747
- msgid "This theme supports %s devices"
748
- msgstr ""
749
-
750
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:64
751
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:69
752
- msgid "Theme location: %s"
753
- msgstr ""
754
-
755
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:65
756
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:48
757
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:70
758
- msgid "Relative to your WordPress wp-content directory."
759
- msgstr ""
760
-
761
- #: wptouch-pro-3/admin/settings/html/touchboard.php:6
762
- msgid "Quick Links"
763
- msgstr ""
764
-
765
- #: wptouch-pro-3/admin/settings/html/touchboard.php:8
766
- msgid "What's New Changelog"
767
- msgstr ""
768
-
769
- #: wptouch-pro-3/admin/settings/html/touchboard.php:9
770
- msgid "Product Knowledgebase"
771
- msgstr ""
772
-
773
- #: wptouch-pro-3/admin/settings/html/touchboard.php:10
774
- msgid "Product Support"
775
- msgstr ""
776
-
777
- #: wptouch-pro-3/admin/settings/html/touchboard.php:11
778
- msgid "Manage Account"
779
- msgstr ""
780
-
781
- #: wptouch-pro-3/admin/settings/html/touchboard.php:12
782
- msgid "Manage License"
783
- msgstr ""
784
-
785
- #: wptouch-pro-3/admin/settings/html/touchboard.php:18
786
- msgid "WPtouch News"
787
- msgstr ""
788
-
789
- #: wptouch-pro-3/admin/settings/html/touchboard.php:19
790
- msgid "Read More"
791
- msgstr ""
792
-
793
- #: wptouch-pro-3/admin/settings/html/touchboard.php:25
794
- msgid "WPtouch Updates"
795
- msgstr ""
796
-
797
- #: wptouch-pro-3/admin/settings/html/touchboard.php:35
798
- msgid "What's New in %s"
799
- msgstr ""
800
-
801
- #: wptouch-pro-3/admin/settings/html/touchboard.php:38
802
- #: wptouch-pro-3/admin/settings/html/touchboard.php:40
803
- #: wptouch-pro-3/core/admin-menu.php:59
804
- msgid "License"
805
- msgstr ""
806
-
807
- #: wptouch-pro-3/admin/settings/html/touchboard.php:38
808
- msgid "Unlicensed"
809
- msgstr ""
810
-
811
- #: wptouch-pro-3/admin/settings/html/touchboard.php:38
812
- #: wptouch-pro-3/core/class-wptouch-pro.php:453
813
- msgid "Offline"
814
- msgstr ""
815
-
816
- #: wptouch-pro-3/admin/settings/html/touchboard.php:40
817
- msgid "Active"
818
- msgstr ""
819
-
820
- #: wptouch-pro-3/admin/settings/html/touchboard.php:40
821
- msgid "Online"
822
- msgstr ""
823
-
824
- #: wptouch-pro-3/admin/settings/html/touchboard.php:64
825
- msgid "%s Change Log"
826
- msgstr ""
827
-
828
- #: wptouch-pro-3/admin/settings/html/user-agent-list.php:4
829
- #: wptouch-pro-3/admin/settings/html/user-agent-list.php:6
830
- msgid ""
831
- "WPtouch Pro will be active when any of the following user-agents or user-"
832
- "agent combinations are matched"
833
- msgstr ""
834
-
835
- #: wptouch-pro-3/admin/settings/include/custom-latest-posts.php:14
836
- msgid "None (Use WordPress Settings)"
837
- msgstr ""
838
-
839
- #: wptouch-pro-3/core/admin-ajax.php:286
840
- msgid "Version %s"
841
- msgstr ""
842
-
843
- #: wptouch-pro-3/core/admin-ajax.php:292
844
- msgid ""
845
- "There is a temporary issue retrieving the change-log. Please try again "
846
- "later."
847
- msgstr ""
848
-
849
- #: wptouch-pro-3/core/admin-menu.php:39
850
- msgid "Core Settings"
851
- msgstr ""
852
-
853
- #: wptouch-pro-3/core/admin-menu.php:40
854
- msgid "Themes & Extensions"
855
- msgstr ""
856
-
857
- #: wptouch-pro-3/core/admin-menu.php:41
858
- msgid "Theme Settings"
859
- msgstr ""
860
-
861
- #: wptouch-pro-3/core/admin-menu.php:41
862
- msgid "%s Settings"
863
- msgstr ""
864
-
865
- #: wptouch-pro-3/core/admin-menu.php:46
866
- msgid "Extension Settings"
867
- msgstr ""
868
-
869
- #: wptouch-pro-3/core/admin-menu.php:51 wptouch-pro-3/core/admin-menu.php:53
870
- msgid "Menus"
871
- msgstr ""
872
-
873
- #: wptouch-pro-3/core/admin-page-templates.php:16
874
- msgid "Mobile Page Template"
875
- msgstr ""
876
-
877
- #: wptouch-pro-3/core/admin-render.php:25
878
- msgid "This copy of %s is currently unlicensed!"
879
- msgstr ""
880
-
881
- #: wptouch-pro-3/core/admin-render.php:27
882
- msgid "Add a license %s"
883
- msgstr ""
884
-
885
- #: wptouch-pro-3/core/admin-render.php:81
886
- msgid "Save Changes"
887
- msgstr ""
888
-
889
- #: wptouch-pro-3/core/admin-render.php:82
890
- msgid "Preview Theme"
891
- msgstr ""
892
-
893
- #: wptouch-pro-3/core/admin-render.php:83
894
- msgid "Reset Settings"
895
- msgstr ""
896
-
897
- #: wptouch-pro-3/core/class-wptouch-pro.php:232
898
- msgid ""
899
- "Automatic theme migration from uploads/wptouch-data directory failed. Please "
900
- "manually move these files to wp-content/wptouch-data, or %scontact support%s "
901
- "to address this issue."
902
- msgstr ""
903
-
904
- #: wptouch-pro-3/core/class-wptouch-pro.php:239
905
- msgid ""
906
- "Please wait, we are downloading a fresh copy of your active WPtouch theme "
907
- "from the Cloud."
908
- msgstr ""
909
-
910
- #: wptouch-pro-3/core/class-wptouch-pro.php:242
911
- msgid ""
912
- "We were unable to install your WPtouch theme from the Cloud. Please visit "
913
- "%sthis article%s for more information."
914
- msgstr ""
915
-
916
- #: wptouch-pro-3/core/class-wptouch-pro.php:449
917
- msgid "Unsupported Browser"
918
- msgstr ""
919
-
920
- #: wptouch-pro-3/core/class-wptouch-pro.php:450
921
- msgid "Theme Preview requires Chrome or Safari."
922
- msgstr ""
923
-
924
- #: wptouch-pro-3/core/class-wptouch-pro.php:451
925
- msgid ""
926
- "This will reset all WPtouch Pro settings.\n"
927
- "Are you sure?"
928
- msgstr ""
929
-
930
- #: wptouch-pro-3/core/class-wptouch-pro.php:452
931
- msgid ""
932
- "This will reset all WPtouch Pro menu and icon settings.\n"
933
- "Are you sure?"
934
- msgstr ""
935
-
936
- #: wptouch-pro-3/core/class-wptouch-pro.php:454
937
- msgid ""
938
- "You appear to be offline. Connect to the internet to see available "
939
- "BraveNewCloud items."
940
- msgstr ""
941
-
942
- #: wptouch-pro-3/core/class-wptouch-pro.php:455
943
- msgid "The item failed to download. Please refresh the page and try again."
944
- msgstr ""
945
-
946
- #: wptouch-pro-3/core/class-wptouch-pro.php:1069
947
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:207
948
- msgid "Settings"
949
- msgstr ""
950
-
951
- #: wptouch-pro-3/core/class-wptouch-pro.php:1150
952
- msgid "WPtouch Pro Changelog"
953
- msgstr ""
954
-
955
- #: wptouch-pro-3/core/class-wptouch-pro.php:2326
956
- msgid "Directory Problem"
957
- msgstr ""
958
-
959
- #: wptouch-pro-3/core/class-wptouch-pro.php:2327
960
- msgid "One or more required directories could not be created"
961
- msgstr ""
962
-
963
- #: wptouch-pro-3/core/globals.php:192
964
- msgid "smartphone"
965
- msgstr ""
966
-
967
- #: wptouch-pro-3/core/globals.php:194
968
- msgid "tablet"
969
- msgstr ""
970
-
971
- #: wptouch-pro-3/core/notifications.php:121
972
- msgid "License Missing"
973
- msgstr ""
974
-
975
- #: wptouch-pro-3/core/notifications.php:122
976
- msgid "This installation of WPtouch Pro is currently unlicensed."
977
- msgstr ""
978
-
979
- #: wptouch-pro-3/core/notifications.php:133
980
- msgid "WPtouch Pro %s"
981
- msgstr ""
982
-
983
- #: wptouch-pro-3/core/notifications.php:134
984
- msgid "A new version of WPtouch Pro is available."
985
- msgstr ""
986
-
987
- #: wptouch-pro-3/core/notifications.php:145
988
- msgid "Theme Update Available"
989
- msgstr ""
990
-
991
- #: wptouch-pro-3/core/notifications.php:146
992
- msgid "One or more updates are available for your installed themes."
993
- msgstr ""
994
-
995
- #: wptouch-pro-3/core/notifications.php:160
996
- msgid "Extension Update Available"
997
- msgstr ""
998
-
999
- #: wptouch-pro-3/core/notifications.php:161
1000
- msgid "One or more updates are available for your installed extensions."
1001
- msgstr ""
1002
-
1003
- #: wptouch-pro-3/core/notifications.php:173
1004
- msgid "Preview Mode Enabled"
1005
- msgstr ""
1006
-
1007
- #: wptouch-pro-3/core/notifications.php:174
1008
- msgid ""
1009
- "Only logged-in admins can see the mobile theme right now. You can change "
1010
- "this at any time in %sCore Settings%s under %sDisplay Mode%s."
1011
- msgstr ""
1012
-
1013
- #: wptouch-pro-3/core/notifications.php:182
1014
- msgid "Theme Presentation Disabled"
1015
- msgstr ""
1016
-
1017
- #: wptouch-pro-3/core/notifications.php:183
1018
- msgid ""
1019
- "No one can see the mobile theme right now. You can change this at any time "
1020
- "in %sCore Settings%s under %sDisplay Mode%s."
1021
- msgstr ""
1022
-
1023
- #: wptouch-pro-3/core/notifications.php:194
1024
- msgid "WPtouch Pro prefers pretty permalinks to be enabled within WordPress."
1025
- msgstr ""
1026
-
1027
- #: wptouch-pro-3/core/notifications.php:204
1028
- msgid "WPtouch Pro will not work fully in safe mode."
1029
- msgstr ""
1030
-
1031
- #: wptouch-pro-3/core/notifications.php:214
1032
- #: wptouch-pro-3/core/notifications.php:224
1033
- #: wptouch-pro-3/core/notifications.php:234
1034
- msgid ""
1035
- "Extra configuration is required. The plugin must be configured to exclude "
1036
- "the user agents that WPtouch Pro uses."
1037
- msgstr ""
1038
-
1039
- #: wptouch-pro-3/core/notifications.php:244
1040
- msgid ""
1041
- "Extra configuration is required. Add paths to your active WPtouch Pro theme "
1042
- "CSS and Javascript files as files to ignore in WPMinify."
1043
- msgstr ""
1044
-
1045
- #: wptouch-pro-3/core/notifications.php:254
1046
- msgid ""
1047
- "This plugin may not work correctly in WPtouch Pro, and should be disabled in "
1048
- "the Plugin Compatibility section."
1049
- msgstr ""
1050
-
1051
- #: wptouch-pro-3/core/notifications.php:263
1052
- msgid "Icon Installation Issue"
1053
- msgstr ""
1054
-
1055
- #: wptouch-pro-3/core/notifications.php:274
1056
- msgid ""
1057
- "WPtouch Pro 3 cannot co-exist with WPtouch 1.x. Disable it first in the "
1058
- "WordPress Plugins settings."
1059
- msgstr ""
1060
-
1061
- #: wptouch-pro-3/core/notifications.php:284
1062
- msgid ""
1063
- "WPtouch Pro 3 cannot co-exist with WPtouch Pro 2.x. Disable it first in the "
1064
- "WordPress Plugins settings."
1065
- msgstr ""
1066
-
1067
- #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:179
1068
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:42
1069
- msgid "%d second ago"
1070
- msgid_plural "%d seconds ago"
1071
- msgstr[0] ""
1072
- msgstr[1] ""
1073
-
1074
- #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:182
1075
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:45
1076
- msgid "%d minute ago"
1077
- msgid_plural "%d minutes ago"
1078
- msgstr[0] ""
1079
- msgstr[1] ""
1080
-
1081
- #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:185
1082
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:48
1083
- msgid "%d hour ago"
1084
- msgid_plural "%d hours ago"
1085
- msgstr[0] ""
1086
- msgstr[1] ""
1087
-
1088
- #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:188
1089
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:51
1090
- msgid "%d day ago"
1091
- msgid_plural "%d days ago"
1092
- msgstr[0] ""
1093
- msgstr[1] ""
1094
-
1095
- #: wptouch-pro-3/include/html/desktop-switch.php:2
1096
- msgid "Desktop Version"
1097
- msgstr ""
1098
-
1099
- #: wptouch-pro-3/include/html/desktop-switch.php:2
1100
- msgid "Switch To Mobile Version"
1101
- msgstr ""
1102
-
1103
- #: wptouch-pro-3/include/html/footer.php:2
1104
- msgid "Powered by %s%s%s"
1105
- msgstr ""
1106
-
1107
- #: wptouch-pro-3/include/html/footer.php:3
1108
- msgid "By %s"
1109
- msgstr ""
1110
-
1111
- #: wptouch-pro-3/include/html/load-times.php:2
1112
- msgid "%d queries in %0.1f ms"
1113
- msgstr ""
1114
-
1115
- #: wptouch-pro-3/include/html/page-template.php:8
1116
- msgid "Default Template"
1117
- msgstr ""
1118
-
1119
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:35
1120
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:47
1121
- msgid "Upgrading..."
1122
- msgstr ""
1123
-
1124
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:35
1125
- msgid "Upgrade to %s"
1126
- msgstr ""
1127
-
1128
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:47
1129
- msgid "Extension location: %s"
1130
- msgstr ""
1131
-
1132
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:56
1133
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:81
1134
- msgid "More Info"
1135
- msgstr ""
1136
-
1137
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:59
1138
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:84
1139
- msgid "Upgrade License"
1140
- msgstr ""
1141
-
1142
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:61
1143
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:86
1144
- msgid "Get License"
1145
- msgstr ""
1146
-
1147
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:66
1148
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:95
1149
- msgid "Downloading..."
1150
- msgstr ""
1151
-
1152
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:75
1153
- msgid "Deactivate"
1154
- msgstr ""
1155
-
1156
- #: wptouch-pro-3/pro/settings/html/extension-browser-pro.php:10
1157
- msgid "Loading Cloud Extensions"
1158
- msgstr ""
1159
-
1160
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:49
1161
- msgid "Update to %s"
1162
- msgstr ""
1163
-
1164
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:89
1165
- msgid "Buy Now"
1166
- msgstr ""
1167
-
1168
- #: wptouch-pro-3/pro/settings/html/theme-browser-pro.php:11
1169
- msgid "Loading Cloud Themes"
1170
- msgstr ""
1171
-
1172
- #: wptouch-pro-3/themes/foundation/default/404.php:6
1173
- msgid "404 Not Found"
1174
- msgstr ""
1175
-
1176
- #: wptouch-pro-3/themes/foundation/default/404.php:8
1177
- msgid "The post or page you requested is no longer available."
1178
- msgstr ""
1179
-
1180
- #: wptouch-pro-3/themes/foundation/default/attachment.php:43
1181
- msgid "&laquo; previous in gallery"
1182
- msgstr ""
1183
-
1184
- #: wptouch-pro-3/themes/foundation/default/attachment.php:45
1185
- msgid "next in gallery &raquo;"
1186
- msgstr ""
1187
-
1188
- #: wptouch-pro-3/themes/foundation/default/comments.php:10
1189
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:33
1190
- msgid "no responses"
1191
- msgstr ""
1192
-
1193
- #: wptouch-pro-3/themes/foundation/default/comments.php:10
1194
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:33
1195
- msgid "1 response"
1196
- msgstr ""
1197
-
1198
- #: wptouch-pro-3/themes/foundation/default/comments.php:10
1199
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:33
1200
- msgid "% responses"
1201
- msgstr ""
1202
-
1203
- #: wptouch-pro-3/themes/foundation/default/comments.php:20
1204
- #: wptouch-pro-3/themes/foundation/default/comments.php:26
1205
- msgid "Load More Comments&hellip;"
1206
- msgstr ""
1207
-
1208
- #: wptouch-pro-3/themes/foundation/default/comments.php:38
1209
- msgid "Comments are closed"
1210
- msgstr ""
1211
-
1212
- #: wptouch-pro-3/themes/foundation/default/comments.php:48
1213
- msgid "Cancel"
1214
- msgstr ""
1215
-
1216
- #: wptouch-pro-3/themes/foundation/default/comments.php:51
1217
- msgid "Leave a Reply"
1218
- msgstr ""
1219
-
1220
- #: wptouch-pro-3/themes/foundation/default/comments.php:51
1221
- msgid "Leave a Reply to %s"
1222
- msgstr ""
1223
-
1224
- #: wptouch-pro-3/themes/foundation/default/comments.php:54
1225
- msgid "You must be %slogged in%s to post a comment."
1226
- msgstr ""
1227
-
1228
- #: wptouch-pro-3/themes/foundation/default/comments.php:61
1229
- msgid "Logged in as"
1230
- msgstr ""
1231
-
1232
- #: wptouch-pro-3/themes/foundation/default/comments.php:61
1233
- msgid "Log out"
1234
- msgstr ""
1235
-
1236
- #: wptouch-pro-3/themes/foundation/default/comments.php:65
1237
- msgid "Name"
1238
- msgstr ""
1239
-
1240
- #: wptouch-pro-3/themes/foundation/default/comments.php:67
1241
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:78
1242
- msgid "E-Mail"
1243
- msgstr ""
1244
-
1245
- #: wptouch-pro-3/themes/foundation/default/comments.php:69
1246
- msgid "Website"
1247
- msgstr ""
1248
-
1249
- #: wptouch-pro-3/themes/foundation/default/comments.php:75
1250
- msgid "Publish"
1251
- msgstr ""
1252
-
1253
- #: wptouch-pro-3/themes/foundation/default/formerror.php:6
1254
- msgid "Comment Error"
1255
- msgstr ""
1256
-
1257
- #: wptouch-pro-3/themes/foundation/default/formerror.php:8
1258
- msgid "Please enter all fields correctly to post a comment."
1259
- msgstr ""
1260
-
1261
- #: wptouch-pro-3/themes/foundation/default/formerror.php:9
1262
- msgid "Go back"
1263
- msgstr ""
1264
-
1265
- #: wptouch-pro-3/themes/foundation/default/index.php:33
1266
- #: wptouch-pro-3-extras/themes/classic-redux/default/index.php:34
1267
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:60
1268
- #: wptouch-pro-3-extras/themes/hammock/default/index.php:34
1269
- msgid "newer posts"
1270
- msgstr ""
1271
-
1272
- #: wptouch-pro-3/themes/foundation/default/index.php:33
1273
- #: wptouch-pro-3-extras/themes/classic-redux/default/index.php:34
1274
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:56
1275
- #: wptouch-pro-3-extras/themes/hammock/default/index.php:34
1276
- msgid "older posts"
1277
- msgstr ""
1278
-
1279
- #: wptouch-pro-3/themes/foundation/default/nav-bar.php:6
1280
- #: wptouch-pro-3-extras/themes/bauhaus/default/nav-bar.php:6
1281
- msgid "previous post"
1282
- msgstr ""
1283
-
1284
- #: wptouch-pro-3/themes/foundation/default/nav-bar.php:12
1285
- #: wptouch-pro-3-extras/themes/bauhaus/default/nav-bar.php:13
1286
- msgid "next post"
1287
- msgstr ""
1288
-
1289
- #: wptouch-pro-3/themes/foundation/default/one-comment.php:12
1290
- msgid "Your comment is awaiting moderation"
1291
- msgstr ""
1292
-
1293
- #: wptouch-pro-3/themes/foundation/default/related-posts.php:4
1294
- msgid "Related"
1295
- msgstr ""
1296
-
1297
- #: wptouch-pro-3/themes/foundation/default/search.php:6
1298
- #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:6
1299
- #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:5
1300
- #: wptouch-pro-3-extras/themes/hammock/default/search.php:5
1301
- msgid "You searched for \"%s\""
1302
- msgstr ""
1303
-
1304
- #: wptouch-pro-3/themes/foundation/default/search.php:16
1305
- #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:15
1306
- #: wptouch-pro-3-extras/themes/hammock/default/search.php:16
1307
- msgid "%s results"
1308
- msgstr ""
1309
-
1310
- #: wptouch-pro-3/themes/foundation/default/search.php:36
1311
- #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:38
1312
- #: wptouch-pro-3-extras/themes/hammock/default/search.php:40
1313
- msgid "No search results found"
1314
- msgstr ""
1315
-
1316
- #: wptouch-pro-3/themes/foundation/default/search.php:45
1317
- #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:46
1318
- #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:47
1319
- msgid "Load more %s results"
1320
- msgstr ""
1321
-
1322
- #: wptouch-pro-3/themes/foundation/default/single.php:13
1323
- #: wptouch-pro-3-extras/themes/hammock/default/post-loop-menu.php:15
1324
- #: wptouch-pro-3-extras/themes/hammock/default/post-loop.php:19
1325
- msgid "By"
1326
- msgstr ""
1327
-
1328
- #: wptouch-pro-3/themes/foundation/default/switch-link.php:8
1329
- msgid "mobile"
1330
- msgstr ""
1331
-
1332
- #: wptouch-pro-3/themes/foundation/default/switch-link.php:9
1333
- msgid "desktop"
1334
- msgstr ""
1335
-
1336
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:169
1337
- msgid "Service"
1338
- msgstr ""
1339
-
1340
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:175
1341
- msgid "Choose a service"
1342
- msgstr ""
1343
-
1344
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:181
1345
- msgid "Google Adsense"
1346
- msgstr ""
1347
-
1348
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:182
1349
- msgctxt "Refers to a custom advertising service"
1350
- msgid "Custom"
1351
- msgstr ""
1352
-
1353
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:192
1354
- msgid "Google AdSense"
1355
- msgstr ""
1356
-
1357
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:195
1358
- msgid "Publisher ID"
1359
- msgstr ""
1360
-
1361
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:196
1362
- msgid "Slot ID"
1363
- msgstr ""
1364
-
1365
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:200
1366
- msgid "Code Type"
1367
- msgstr ""
1368
-
1369
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:212
1370
- msgid "Custom Ads"
1371
- msgstr ""
1372
-
1373
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:215
1374
- msgid "Mobile advertising script"
1375
- msgstr ""
1376
-
1377
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:224
1378
- msgid "Ad Presentation"
1379
- msgstr ""
1380
-
1381
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:230
1382
- msgid "Theme location"
1383
- msgstr ""
1384
-
1385
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:235
1386
- msgid "In the header"
1387
- msgstr ""
1388
-
1389
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:236
1390
- msgid "Above the page content"
1391
- msgstr ""
1392
-
1393
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:237
1394
- msgid "Below the page content"
1395
- msgstr ""
1396
-
1397
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:247
1398
- msgid "Active Pages"
1399
- msgstr ""
1400
-
1401
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:250
1402
- msgid "Blog listings"
1403
- msgstr ""
1404
-
1405
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:251
1406
- msgid "Single posts"
1407
- msgstr ""
1408
-
1409
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:252
1410
- msgid "Static pages"
1411
- msgstr ""
1412
-
1413
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:253
1414
- msgid "Taxonomy"
1415
- msgstr ""
1416
-
1417
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:254
1418
- msgid "Search results"
1419
- msgstr ""
1420
-
1421
- #: wptouch-pro-3/themes/foundation/modules/base/base.php:69
1422
- msgid "Loading"
1423
- msgstr ""
1424
-
1425
- #: wptouch-pro-3/themes/foundation/modules/base/preview-bar.php:2
1426
- msgid "Theme Preview"
1427
- msgstr ""
1428
-
1429
- #: wptouch-pro-3/themes/foundation/modules/base/preview-bar.php:3
1430
- msgid "Reload"
1431
- msgstr ""
1432
-
1433
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:76
1434
- msgid "Custom Post Support"
1435
- msgstr ""
1436
-
1437
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:82
1438
- msgid "Enable custom post-type support"
1439
- msgstr ""
1440
-
1441
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:90
1442
- msgid "Show custom post taxonomy"
1443
- msgstr ""
1444
-
1445
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:102
1446
- msgid "Custom Post Types"
1447
- msgstr ""
1448
-
1449
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:231
1450
- msgid "Featured Slider"
1451
- msgstr ""
1452
-
1453
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:237
1454
- msgid "Enable featured slider"
1455
- msgstr ""
1456
-
1457
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:238
1458
- msgid "Requires at least 2 entries to contain featured images"
1459
- msgstr ""
1460
-
1461
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:245
1462
- msgid "Maximum number of posts"
1463
- msgstr ""
1464
-
1465
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:250
1466
- msgid "3 posts"
1467
- msgstr ""
1468
-
1469
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:251
1470
- msgid "5 posts"
1471
- msgstr ""
1472
-
1473
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:252
1474
- msgid "10 posts"
1475
- msgstr ""
1476
-
1477
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:258
1478
- msgid "Automatically slide"
1479
- msgstr ""
1480
-
1481
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:266
1482
- msgid "Continuously slide"
1483
- msgstr ""
1484
-
1485
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:274
1486
- msgid "Grayscale images (CSS 3 effect)"
1487
- msgstr ""
1488
-
1489
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:275
1490
- msgid ""
1491
- "Featured slider images will be in grayscale for devices that support CSS "
1492
- "filters."
1493
- msgstr ""
1494
-
1495
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:282
1496
- msgid "Show title & date"
1497
- msgstr ""
1498
-
1499
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:283
1500
- msgid ""
1501
- "If disabled, the title and date will not be shown. Note: some themes do not "
1502
- "show the date."
1503
- msgstr ""
1504
-
1505
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:290
1506
- msgid "Featured slider posts also show in listings"
1507
- msgstr ""
1508
-
1509
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:298
1510
- msgid "Slide transition speed"
1511
- msgstr ""
1512
-
1513
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:303
1514
- msgid "Slow"
1515
- msgstr ""
1516
-
1517
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:304
1518
- msgid "Normal"
1519
- msgstr ""
1520
-
1521
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:305
1522
- msgid "Fast"
1523
- msgstr ""
1524
-
1525
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:316
1526
- msgid "Show latest posts"
1527
- msgstr ""
1528
-
1529
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:317
1530
- msgid "Show posts from a specific tag"
1531
- msgstr ""
1532
-
1533
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:318
1534
- msgid "Show posts from a specific category"
1535
- msgstr ""
1536
-
1537
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:319
1538
- msgid "Show only specific posts or pages"
1539
- msgstr ""
1540
-
1541
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:325
1542
- msgid "Only this tag"
1543
- msgstr ""
1544
-
1545
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:334
1546
- msgid "Only this category"
1547
- msgstr ""
1548
-
1549
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:343
1550
- msgid "Comma-separated list of post/page IDs"
1551
- msgstr ""
1552
-
1553
- #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:10
1554
- msgid "Browser Fonts"
1555
- msgstr ""
1556
-
1557
- #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:18
1558
- msgid "Typography"
1559
- msgstr ""
1560
-
1561
- #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:24
1562
- msgid "Font style"
1563
- msgstr ""
1564
-
1565
- #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:25
1566
- msgid ""
1567
- "Choose a Google font pairing designed for this theme, or default browser "
1568
- "fonts."
1569
- msgstr ""
1570
-
1571
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:7
1572
- msgid "Remember Me"
1573
- msgstr ""
1574
-
1575
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:9
1576
- msgid "Log In"
1577
- msgstr ""
1578
-
1579
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:20
1580
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:51
1581
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:49
1582
- #: wptouch-pro-3-extras/themes/simple/default/header-bottom.php:22
1583
- msgid "Login"
1584
- msgstr ""
1585
-
1586
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:29
1587
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:207
1588
- msgid "Sign-up"
1589
- msgstr ""
1590
-
1591
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:30
1592
- msgid "Lost password?"
1593
- msgstr ""
1594
-
1595
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:22
1596
- msgid "Account Username"
1597
- msgstr ""
1598
-
1599
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:23
1600
- msgid "Account Password"
1601
- msgstr ""
1602
-
1603
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:32
1604
- msgid "Login Form"
1605
- msgstr ""
1606
-
1607
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:38
1608
- msgid "Use fly-in login form"
1609
- msgstr ""
1610
-
1611
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:39
1612
- msgid ""
1613
- "Will add login links and allow mobile visitors to login to your website from "
1614
- "mobile devices"
1615
- msgstr ""
1616
-
1617
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:46
1618
- msgid "Show \"Sign-up\" and \"Lost Password?\" links"
1619
- msgstr ""
1620
-
1621
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:48
1622
- msgid "Video Handling"
1623
- msgstr ""
1624
-
1625
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:60
1626
- msgid "CSS only (HTML5 videos)"
1627
- msgstr ""
1628
-
1629
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:61
1630
- msgid "FitVids Method"
1631
- msgstr ""
1632
-
1633
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:62
1634
- msgid "Fluid-Width Method"
1635
- msgstr ""
1636
-
1637
- #: wptouch-pro-3/themes/foundation/modules/related-posts/related-posts.php:106
1638
- msgid "Related Posts"
1639
- msgstr ""
1640
-
1641
- #: wptouch-pro-3/themes/foundation/modules/related-posts/related-posts.php:112
1642
- msgid "Enable display of related posts"
1643
- msgstr ""
1644
-
1645
- #: wptouch-pro-3/themes/foundation/modules/related-posts/related-posts.php:120
1646
- msgid "Maximum number of related posts to show"
1647
- msgstr ""
1648
-
1649
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing-html.php:1
1650
- #: wptouch-pro-3-extras/themes/hammock/default/sharing-html.php:2
1651
- msgid "Share"
1652
- msgstr ""
1653
-
1654
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing-html.php:1
1655
- #: wptouch-pro-3-extras/themes/hammock/default/sharing-html.php:3
1656
- msgid "Tweet"
1657
- msgstr ""
1658
-
1659
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing-html.php:1
1660
- #: wptouch-pro-3-extras/themes/hammock/default/sharing-html.php:5
1661
- msgid "Mail"
1662
- msgstr ""
1663
-
1664
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:81
1665
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:317
1666
- msgid "Sharing"
1667
- msgstr ""
1668
-
1669
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:87
1670
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:323
1671
- msgid "Show sharing links"
1672
- msgstr ""
1673
-
1674
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:88
1675
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:324
1676
- msgid "Will show Facebook, Twitter, Google+ and Email buttons on single posts."
1677
- msgstr ""
1678
-
1679
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:95
1680
- msgid "Show sharing links on pages"
1681
- msgstr ""
1682
-
1683
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:96
1684
- msgid ""
1685
- "Will show Facebook, Twitter, Google+ and Email buttons on pages as well as "
1686
- "single posts."
1687
- msgstr ""
1688
-
1689
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:103
1690
- msgid "Sharing links location"
1691
- msgstr ""
1692
-
1693
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:108
1694
- msgid "Above post content"
1695
- msgstr ""
1696
-
1697
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:109
1698
- msgid "Below post content"
1699
- msgstr ""
1700
-
1701
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:115
1702
- msgid "Color scheme"
1703
- msgstr ""
1704
-
1705
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:120
1706
- msgid "Theme colors"
1707
- msgstr ""
1708
-
1709
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:121
1710
- msgid "Social network colors"
1711
- msgstr ""
1712
-
1713
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:8
1714
- msgid "Footer Social Links"
1715
- msgstr ""
1716
-
1717
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:23
1718
- msgid "Full URL to your Facebook page"
1719
- msgstr ""
1720
-
1721
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:31
1722
- msgid "Full URL to your Twitter profile"
1723
- msgstr ""
1724
-
1725
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:39
1726
- msgid "Full URL to your Google+ profile"
1727
- msgstr ""
1728
-
1729
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:47
1730
- msgid "Full URL to your Pinterest page"
1731
- msgstr ""
1732
-
1733
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:55
1734
- msgid "Full URL to your Vimeo page"
1735
- msgstr ""
1736
-
1737
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:63
1738
- msgid "Full URL to your %s profile"
1739
- msgstr ""
1740
-
1741
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:70
1742
- msgid "LinkedIn"
1743
- msgstr ""
1744
-
1745
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:71
1746
- msgid "Full URL to your LinkedIn profile"
1747
- msgstr ""
1748
-
1749
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:79
1750
- msgid "E-Mail address"
1751
- msgstr ""
1752
-
1753
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:87
1754
- msgid "Full URL to your RSS feed"
1755
- msgstr ""
1756
-
1757
- #: wptouch-pro-3/themes/foundation/modules/tablets/tablets.php:46
1758
- msgid "iPad"
1759
- msgstr ""
1760
-
1761
- #: wptouch-pro-3/themes/foundation/modules/tablets/tablets.php:52
1762
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:268
1763
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:286
1764
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:304
1765
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:323
1766
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:331
1767
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:349
1768
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:357
1769
- #: wptouch-pro-3/themes/foundation/root-functions.php:390
1770
- #: wptouch-pro-3/themes/foundation/root-functions.php:408
1771
- msgid "%d by %d pixels (PNG)"
1772
- msgstr ""
1773
-
1774
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:66
1775
- msgid "Disabled"
1776
- msgstr ""
1777
-
1778
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:81
1779
- msgid "Twitter account to use for Tweet display"
1780
- msgstr ""
1781
-
1782
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:122
1783
- msgid "External link— open it in the browser?"
1784
- msgstr ""
1785
-
1786
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:123
1787
- msgid "File link— Do you want to open it in the browser?"
1788
- msgstr ""
1789
-
1790
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:210
1791
- msgid "Enable iOS Web-App Mode"
1792
- msgstr ""
1793
-
1794
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:214
1795
- msgid "Enable persistence"
1796
- msgstr ""
1797
-
1798
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:215
1799
- msgid "Loads the last visited URL for visitors on open."
1800
- msgstr ""
1801
-
1802
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:222
1803
- msgid "URLs to ignore in Web-App Mode"
1804
- msgstr ""
1805
-
1806
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:235
1807
- msgid "Notice Message"
1808
- msgstr ""
1809
-
1810
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:238
1811
- msgid ""
1812
- "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
1813
- msgstr ""
1814
-
1815
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:238
1816
- msgid ""
1817
- "WPtouch shows a notice bubble on 1st visit letting users know about your Web-"
1818
- "App enabled website on iOS devices."
1819
- msgstr ""
1820
-
1821
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:239
1822
- msgid "Notice message contents"
1823
- msgstr ""
1824
-
1825
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:239
1826
- msgid ""
1827
- "[device] and [icon] are dynamic and used to determine the device and iOS "
1828
- "version. Do not remove these from your message."
1829
- msgstr ""
1830
-
1831
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:243
1832
- msgid "the notice message will be shown again for visitors"
1833
- msgstr ""
1834
-
1835
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:248
1836
- msgid "1 day until"
1837
- msgstr ""
1838
-
1839
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:249
1840
- msgid "7 days until"
1841
- msgstr ""
1842
-
1843
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:250
1844
- msgid "1 month until"
1845
- msgstr ""
1846
-
1847
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:251
1848
- msgid "Every time"
1849
- msgstr ""
1850
-
1851
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:262
1852
- msgid "iPhone Startup Screen"
1853
- msgstr ""
1854
-
1855
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:280
1856
- msgid "Retina iPhone Startup Screen"
1857
- msgstr ""
1858
-
1859
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:298
1860
- msgid "iPhone 5 Startup Screen"
1861
- msgstr ""
1862
-
1863
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:317
1864
- msgid "iPad Mini and iPad Startup Screens"
1865
- msgstr ""
1866
-
1867
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:343
1868
- msgid "Retina iPad Startup Screens"
1869
- msgstr ""
1870
-
1871
- #: wptouch-pro-3/themes/foundation/root-functions.php:11
1872
- msgid "Branding"
1873
- msgstr ""
1874
-
1875
- #: wptouch-pro-3/themes/foundation/root-functions.php:12
1876
- msgid "Media Handling"
1877
- msgstr ""
1878
-
1879
- #: wptouch-pro-3/themes/foundation/root-functions.php:13
1880
- msgid "Web-App Mode"
1881
- msgstr ""
1882
-
1883
- #: wptouch-pro-3/themes/foundation/root-functions.php:14
1884
- msgid "Bookmark Icons"
1885
- msgstr ""
1886
-
1887
- #: wptouch-pro-3/themes/foundation/root-functions.php:15
1888
- msgid "Advertising"
1889
- msgstr ""
1890
-
1891
- #: wptouch-pro-3/themes/foundation/root-functions.php:16
1892
- msgid "Custom Content"
1893
- msgstr ""
1894
-
1895
- #: wptouch-pro-3/themes/foundation/root-functions.php:113
1896
- msgid ""
1897
- "Install this Web-App on your [device]: tap [icon] then \"Add to Home Screen\""
1898
- msgstr ""
1899
-
1900
- #: wptouch-pro-3/themes/foundation/root-functions.php:304
1901
- msgid "Number of posts in post listings"
1902
- msgstr ""
1903
-
1904
- #: wptouch-pro-3/themes/foundation/root-functions.php:305
1905
- msgid ""
1906
- "Overrides the WordPress Reading settings for \"Blog pages show at most\""
1907
- msgstr ""
1908
-
1909
- #: wptouch-pro-3/themes/foundation/root-functions.php:312
1910
- msgid "Excluded categories"
1911
- msgstr ""
1912
-
1913
- #: wptouch-pro-3/themes/foundation/root-functions.php:313
1914
- msgid "Comma separated by category name"
1915
- msgstr ""
1916
-
1917
- #: wptouch-pro-3/themes/foundation/root-functions.php:320
1918
- msgid "Excluded tags"
1919
- msgstr ""
1920
-
1921
- #: wptouch-pro-3/themes/foundation/root-functions.php:321
1922
- msgid "Comma separated by tag name"
1923
- msgstr ""
1924
-
1925
- #: wptouch-pro-3/themes/foundation/root-functions.php:331
1926
- msgid "Blog"
1927
- msgstr ""
1928
-
1929
- #: wptouch-pro-3/themes/foundation/root-functions.php:342
1930
- msgid "Show comments on pages"
1931
- msgstr ""
1932
-
1933
- #: wptouch-pro-3/themes/foundation/root-functions.php:343
1934
- msgid "Overrides the WordPress settings for showing comments on pages."
1935
- msgstr ""
1936
-
1937
- #: wptouch-pro-3/themes/foundation/root-functions.php:353
1938
- #: wptouch-pro-3/themes/foundation/root-functions.php:1024
1939
- msgid "Pages"
1940
- msgstr ""
1941
-
1942
- #: wptouch-pro-3/themes/foundation/root-functions.php:366
1943
- msgid "Icon Title"
1944
- msgstr ""
1945
-
1946
- #: wptouch-pro-3/themes/foundation/root-functions.php:372
1947
- msgid "Icon title"
1948
- msgstr ""
1949
-
1950
- #: wptouch-pro-3/themes/foundation/root-functions.php:373
1951
- msgid "When visitors bookmark your website, this will be the title shown."
1952
- msgstr ""
1953
-
1954
- #: wptouch-pro-3/themes/foundation/root-functions.php:384
1955
- msgid "Android"
1956
- msgstr ""
1957
-
1958
- #: wptouch-pro-3/themes/foundation/root-functions.php:402
1959
- msgid "iPhone & iPod touch"
1960
- msgstr ""
1961
-
1962
- #: wptouch-pro-3/themes/foundation/root-functions.php:438
1963
- msgid "Theme Colors"
1964
- msgstr ""
1965
-
1966
- #: wptouch-pro-3/themes/foundation/root-functions.php:448
1967
- msgid "Site Logo"
1968
- msgstr ""
1969
-
1970
- #: wptouch-pro-3/themes/foundation/root-functions.php:454
1971
- msgid "(Scaled by themes to fit logo areas as needed)"
1972
- msgstr ""
1973
-
1974
- #: wptouch-pro-3/themes/foundation/root-functions.php:467
1975
- msgid "Smart App Banner"
1976
- msgstr ""
1977
-
1978
- #: wptouch-pro-3/themes/foundation/root-functions.php:473
1979
- msgid "Enter your app's %sApp Store ID%s"
1980
- msgstr ""
1981
-
1982
- #: wptouch-pro-3/themes/foundation/root-functions.php:474
1983
- msgid ""
1984
- "Your app's unique identifier. Find your ID from the iTunes Link Maker: "
1985
- "Search for your app. In the link it provides, your app ID is the nine-digit "
1986
- "number in between id and ?mt. For example Angry Birds's ID is 343200656."
1987
- msgstr ""
1988
-
1989
- #: wptouch-pro-3/themes/foundation/root-functions.php:486
1990
- msgid "Theme Footer"
1991
- msgstr ""
1992
-
1993
- #: wptouch-pro-3/themes/foundation/root-functions.php:489
1994
- msgid "Custom footer content (HTML is allowed)"
1995
- msgstr ""
1996
-
1997
- #: wptouch-pro-3/themes/foundation/root-functions.php:489
1998
- msgid ""
1999
- "You can add custom footer content that will be displayed below the switch "
2000
- "link."
2001
- msgstr ""
2002
-
2003
- #: wptouch-pro-3/themes/foundation/root-functions.php:854
2004
- msgid "search results for '%s'"
2005
- msgstr ""
2006
-
2007
- #: wptouch-pro-3/themes/foundation/root-functions.php:856
2008
- msgid "%sCategories &rsaquo;%s %s"
2009
- msgstr ""
2010
-
2011
- #: wptouch-pro-3/themes/foundation/root-functions.php:858
2012
- msgid "Tags &rsaquo; %s"
2013
- msgstr ""
2014
-
2015
- #: wptouch-pro-3/themes/foundation/root-functions.php:860
2016
- #: wptouch-pro-3/themes/foundation/root-functions.php:862
2017
- #: wptouch-pro-3/themes/foundation/root-functions.php:864
2018
- msgid "Archives &rsaquo; %s"
2019
- msgstr ""
2020
-
2021
- #: wptouch-pro-3/themes/foundation/root-functions.php:879
2022
- msgid "Load more from this category"
2023
- msgstr ""
2024
-
2025
- #: wptouch-pro-3/themes/foundation/root-functions.php:881
2026
- msgid "Load more tagged like this"
2027
- msgstr ""
2028
-
2029
- #: wptouch-pro-3/themes/foundation/root-functions.php:883
2030
- msgid "Load more from this day"
2031
- msgstr ""
2032
-
2033
- #: wptouch-pro-3/themes/foundation/root-functions.php:885
2034
- msgid "Load more from this month"
2035
- msgstr ""
2036
-
2037
- #: wptouch-pro-3/themes/foundation/root-functions.php:887
2038
- msgid "Load more from this year"
2039
- msgstr ""
2040
-
2041
- #: wptouch-pro-3/themes/foundation/root-functions.php:889
2042
- msgid "Load more in this section"
2043
- msgstr ""
2044
-
2045
- #: wptouch-pro-3/themes/foundation/root-functions.php:891
2046
- msgid "Load more entries"
2047
- msgstr ""
2048
-
2049
- #: wptouch-pro-3/themes/foundation/root-functions.php:973
2050
- msgid "Post"
2051
- msgstr ""
2052
-
2053
- #: wptouch-pro-3/themes/foundation/root-functions.php:975
2054
- msgid "Page"
2055
- msgstr ""
2056
-
2057
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:63
2058
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:225
2059
- msgid "Purge Page Cache"
2060
- msgstr ""
2061
-
2062
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:123
2063
- msgid "Enable Infinity Cache"
2064
- msgstr ""
2065
-
2066
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:131
2067
- msgid "Create cache for desktop users"
2068
- msgstr ""
2069
-
2070
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:132
2071
- msgid "If you are using another cache plugin such as W3, you can disable this."
2072
- msgstr ""
2073
-
2074
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:153
2075
- msgid "Compress output using GZIP"
2076
- msgstr ""
2077
-
2078
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:163
2079
- msgid "Maximum age of cached content"
2080
- msgstr ""
2081
-
2082
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:164
2083
- msgid ""
2084
- "Each cached page will automatically be regenerated after this period elapses"
2085
- msgstr ""
2086
-
2087
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:168
2088
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:169
2089
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:170
2090
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:171
2091
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:172
2092
- msgid "%d hour"
2093
- msgid_plural "%d hours"
2094
- msgstr[0] ""
2095
- msgstr[1] ""
2096
-
2097
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:179
2098
- msgid "Remove stale cache file interval"
2099
- msgstr ""
2100
-
2101
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:184
2102
- msgid "Hourly"
2103
- msgstr ""
2104
-
2105
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:185
2106
- msgid "Daily"
2107
- msgstr ""
2108
-
2109
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:192
2110
- msgid "Disable caching for any of these matched URL fragments"
2111
- msgstr ""
2112
-
2113
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:193
2114
- msgid ""
2115
- "Add one URL fragment per line, i.e. %s, to not cache pages that contain each "
2116
- "URL fragment"
2117
- msgstr ""
2118
-
2119
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:201
2120
- msgid "Content Distribution Network Service"
2121
- msgstr ""
2122
-
2123
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:202
2124
- msgid ""
2125
- "Using a content distribution network (CDN) can significantly enhance the "
2126
- "responsiveness of your website."
2127
- msgstr ""
2128
-
2129
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:215
2130
- msgid "URL %d"
2131
- msgstr ""
2132
-
2133
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:216
2134
- msgid ""
2135
- "Add the URLs you have configured for your CDN, for example http://cdn%d."
2136
- "mysite.com"
2137
- msgstr ""
2138
-
2139
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:233
2140
- msgid "Infinity Cache"
2141
- msgstr ""
2142
-
2143
- #: wptouch-pro-3-extras/extensions/mobile-content/mobile-content.php:20
2144
- msgid "WPtouch Alternate Mobile Content"
2145
- msgstr ""
2146
-
2147
- #: wptouch-pro-3-extras/extensions/mobile-content/mobile-content.php:38
2148
- msgid "Mobile Content"
2149
- msgstr ""
2150
-
2151
- #: wptouch-pro-3-extras/extensions/mobile-content/mobile-content.php:44
2152
- msgid "Enable mobile content display"
2153
- msgstr ""
2154
-
2155
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:92
2156
- msgid "Responsive Images"
2157
- msgstr ""
2158
-
2159
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:98
2160
- msgid "Include desktop optimizations for mobile devices"
2161
- msgstr ""
2162
-
2163
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:99
2164
- msgid "Normally only images on mobile are optimized"
2165
- msgstr ""
2166
-
2167
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:106
2168
- msgid "Performance preference"
2169
- msgstr ""
2170
-
2171
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:111
2172
- msgid "Optimize for page speed"
2173
- msgstr ""
2174
-
2175
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:112
2176
- msgid "Optimize for quality"
2177
- msgstr ""
2178
-
2179
- #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:21
2180
- #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:24
2181
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:76
2182
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:84
2183
- #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:24
2184
- msgid "Search this website"
2185
- msgstr ""
2186
-
2187
- #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:22
2188
- #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:14
2189
- #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:25
2190
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:46
2191
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:78
2192
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:42
2193
- #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:14
2194
- #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:25
2195
- msgid "Search"
2196
- msgstr ""
2197
-
2198
- #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:40
2199
- #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:42
2200
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:53
2201
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:51
2202
- #: wptouch-pro-3-extras/themes/simple/default/header-bottom.php:24
2203
- msgid "Logout"
2204
- msgstr ""
2205
-
2206
- #: wptouch-pro-3-extras/themes/bauhaus/default/post-loop.php:19
2207
- #: wptouch-pro-3-extras/themes/bio/default/post-loop.php:19
2208
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:24
2209
- msgid "by"
2210
- msgstr ""
2211
-
2212
- #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:14
2213
- msgid "Show %s Results"
2214
- msgstr ""
2215
-
2216
- #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:38
2217
- msgid "No results found"
2218
- msgstr ""
2219
-
2220
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:25
2221
- msgid "no comments"
2222
- msgstr ""
2223
-
2224
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:25
2225
- msgid "1 comment"
2226
- msgstr ""
2227
-
2228
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:25
2229
- msgid "% comments"
2230
- msgstr ""
2231
-
2232
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:44
2233
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:35
2234
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:61
2235
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:39
2236
- msgid "Categories"
2237
- msgstr ""
2238
-
2239
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:47
2240
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:39
2241
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:68
2242
- msgid "Tags"
2243
- msgstr ""
2244
-
2245
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:118
2246
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:97
2247
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:72
2248
- msgid "Header Menu"
2249
- msgstr ""
2250
-
2251
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:120
2252
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:89
2253
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:99
2254
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:116
2255
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:125
2256
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:74
2257
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:77
2258
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:60
2259
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:71
2260
- msgid "Choose a menu"
2261
- msgstr ""
2262
-
2263
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:121
2264
- msgid "Main menu selection"
2265
- msgstr ""
2266
-
2267
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:128
2268
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:97
2269
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:107
2270
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:132
2271
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:85
2272
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:79
2273
- msgid "Theme background"
2274
- msgstr ""
2275
-
2276
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:129
2277
- msgid "Header & Menu"
2278
- msgstr ""
2279
-
2280
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:130
2281
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:98
2282
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:108
2283
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:133
2284
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:84
2285
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:86
2286
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:80
2287
- msgid "Links"
2288
- msgstr ""
2289
-
2290
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:131
2291
- msgid "Post/Page Headers"
2292
- msgstr ""
2293
-
2294
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:232
2295
- msgid "Theme Shapes"
2296
- msgstr ""
2297
-
2298
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:238
2299
- msgid "Theme shape style"
2300
- msgstr ""
2301
-
2302
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:239
2303
- msgid "Bauhaus will use this shape style throughout its appearance"
2304
- msgstr ""
2305
-
2306
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:243
2307
- msgid "Circles"
2308
- msgstr ""
2309
-
2310
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:245
2311
- msgid "Rounded squares"
2312
- msgstr ""
2313
-
2314
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:264
2315
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:131
2316
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:238
2317
- msgid "Post thumbnails"
2318
- msgstr ""
2319
-
2320
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:269
2321
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:136
2322
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:243
2323
- msgid "No thumbnails"
2324
- msgstr ""
2325
-
2326
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:270
2327
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:137
2328
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:244
2329
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:230
2330
- msgid "Blog listing only"
2331
- msgstr ""
2332
-
2333
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:271
2334
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:138
2335
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:245
2336
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:231
2337
- msgid "Blog listing, single posts"
2338
- msgstr ""
2339
-
2340
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:272
2341
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:139
2342
- msgid "Blog listing, single posts & pages"
2343
- msgstr ""
2344
-
2345
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:273
2346
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:140
2347
- msgid "All (blog, single, pages, search & archive)"
2348
- msgstr ""
2349
-
2350
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:281
2351
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:148
2352
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:254
2353
- msgid "Thumbnail Selection"
2354
- msgstr ""
2355
-
2356
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:286
2357
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:153
2358
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:259
2359
- msgid "Post featured image"
2360
- msgstr ""
2361
-
2362
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:287
2363
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:154
2364
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:260
2365
- msgid "Post custom field"
2366
- msgstr ""
2367
-
2368
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:295
2369
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:162
2370
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:268
2371
- msgid "Thumbnail custom field name"
2372
- msgstr ""
2373
-
2374
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:306
2375
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:301
2376
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:262
2377
- msgid "Show post categories and tags"
2378
- msgstr ""
2379
-
2380
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:317
2381
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:173
2382
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:279
2383
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:240
2384
- msgid "Show post date"
2385
- msgstr ""
2386
-
2387
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:328
2388
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:184
2389
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:290
2390
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:251
2391
- msgid "Show post author"
2392
- msgstr ""
2393
-
2394
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:339
2395
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:195
2396
- msgid "Show search in header"
2397
- msgstr ""
2398
-
2399
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:340
2400
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:196
2401
- msgid "Adds Search capability in the site header."
2402
- msgstr ""
2403
-
2404
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:350
2405
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:206
2406
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:312
2407
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:285
2408
- msgid "Use infinite scrolling for blog"
2409
- msgstr ""
2410
-
2411
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:367
2412
- msgid "Show featured slider on front page"
2413
- msgstr ""
2414
-
2415
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:87
2416
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:75
2417
- msgid "Primary Menu"
2418
- msgstr ""
2419
-
2420
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:90
2421
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:78
2422
- msgid "Menus are awesome!"
2423
- msgstr ""
2424
-
2425
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:43
2426
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:88
2427
- msgid "Tweets"
2428
- msgstr ""
2429
-
2430
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:92
2431
- msgid "Follow %s on Twitter"
2432
- msgstr ""
2433
-
2434
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:56
2435
- msgid "Read This Post"
2436
- msgstr ""
2437
-
2438
- #: wptouch-pro-3-extras/themes/classic-redux/default/single.php:16
2439
- msgid "%s at %s"
2440
- msgstr ""
2441
-
2442
- #: wptouch-pro-3-extras/themes/classic-redux/default/single.php:18
2443
- #: wptouch-pro-3-extras/themes/hammock/default/single.php:21
2444
- msgid "Written by %s"
2445
- msgstr ""
2446
-
2447
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:6
2448
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:357
2449
- msgid "Tablets"
2450
- msgstr ""
2451
-
2452
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:106
2453
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:131
2454
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:78
2455
- msgid "Header background"
2456
- msgstr ""
2457
-
2458
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:246
2459
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:232
2460
- msgid "All (blog, single, search and archive)"
2461
- msgstr ""
2462
-
2463
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:323
2464
- msgid "Use rounded corners"
2465
- msgstr ""
2466
-
2467
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:341
2468
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:302
2469
- msgid "Show page title areas on pages"
2470
- msgstr ""
2471
-
2472
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:363
2473
- msgid "Add tablet support"
2474
- msgstr ""
2475
-
2476
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:375
2477
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:335
2478
- msgid "Header Menu Area"
2479
- msgstr ""
2480
-
2481
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:381
2482
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:341
2483
- msgid "Drop-down button says \"Menu\""
2484
- msgstr ""
2485
-
2486
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:389
2487
- msgid "Show tab bar"
2488
- msgstr ""
2489
-
2490
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:397
2491
- msgid "Tab-bar shows categories or tags"
2492
- msgstr ""
2493
-
2494
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:402
2495
- msgid "Categories and tags"
2496
- msgstr ""
2497
-
2498
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:403
2499
- msgid "Categories only"
2500
- msgstr ""
2501
-
2502
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:404
2503
- msgid "Tags only"
2504
- msgstr ""
2505
-
2506
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:405
2507
- msgid "No categories or tags"
2508
- msgstr ""
2509
-
2510
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:411
2511
- msgid "Max categories / tags"
2512
- msgstr ""
2513
-
2514
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:429
2515
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:242
2516
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:275
2517
- msgid "CSS Effects"
2518
- msgstr ""
2519
-
2520
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:435
2521
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:248
2522
- msgid "Add a noise effect to the header and theme background"
2523
- msgstr ""
2524
-
2525
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:436
2526
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:249
2527
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:282
2528
- msgid "Will apply the effect overtop of any background image you upload."
2529
- msgstr ""
2530
-
2531
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:14
2532
- msgid "menu"
2533
- msgstr ""
2534
-
2535
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:21
2536
- msgid "login"
2537
- msgstr ""
2538
-
2539
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:25
2540
- msgid "logout"
2541
- msgstr ""
2542
-
2543
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:38
2544
- #: wptouch-pro-3-extras/themes/simple/default/footer-top.php:3
2545
- msgid "search this website"
2546
- msgstr ""
2547
-
2548
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:39
2549
- #: wptouch-pro-3-extras/themes/simple/default/footer-top.php:5
2550
- msgid "search"
2551
- msgstr ""
2552
-
2553
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:49
2554
- msgid "Alt Menu"
2555
- msgstr ""
2556
-
2557
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:114
2558
- msgid "Main Menu"
2559
- msgstr ""
2560
-
2561
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:123
2562
- msgid "Alternate Menu"
2563
- msgstr ""
2564
-
2565
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:171
2566
- msgid "Show titles on pages"
2567
- msgstr ""
2568
-
2569
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:186
2570
- msgid "Category Slider"
2571
- msgstr ""
2572
-
2573
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:192
2574
- msgid "Enable category slider"
2575
- msgstr ""
2576
-
2577
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:205
2578
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:256
2579
- msgid "Tiled Background Image"
2580
- msgstr ""
2581
-
2582
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:211
2583
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:262
2584
- msgid "(Scaled for retina displays)"
2585
- msgstr ""
2586
-
2587
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:223
2588
- msgid "Alternate Menu Title"
2589
- msgstr ""
2590
-
2591
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:229
2592
- msgid "Alternate menu title (if used)"
2593
- msgstr ""
2594
-
2595
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:230
2596
- msgid ""
2597
- "If you use a second menu in CMS, this text will be used for the drop-down "
2598
- "button title."
2599
- msgstr ""
2600
-
2601
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:260
2602
- msgid "Static Front Page"
2603
- msgstr ""
2604
-
2605
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:266
2606
- msgid "Static front page alternate content"
2607
- msgstr ""
2608
-
2609
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:267
2610
- msgid ""
2611
- "Shows after the featured slider (if enabled), and replaces your Static Front "
2612
- "Page content. HTML allowed."
2613
- msgstr ""
2614
-
2615
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:34
2616
- msgid "Recent"
2617
- msgstr ""
2618
-
2619
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:44
2620
- msgid "Size"
2621
- msgstr ""
2622
-
2623
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:86
2624
- msgid "Go"
2625
- msgstr ""
2626
-
2627
- #: wptouch-pro-3-extras/themes/hammock/default/page-content.php:24
2628
- #: wptouch-pro-3-extras/themes/hammock/default/single.php:48
2629
- msgid "Comment on this post"
2630
- msgstr ""
2631
-
2632
- #: wptouch-pro-3-extras/themes/hammock/default/page-content.php:26
2633
- #: wptouch-pro-3-extras/themes/hammock/default/single.php:50
2634
- msgid "View Discussion"
2635
- msgstr ""
2636
-
2637
- #: wptouch-pro-3-extras/themes/hammock/default/single.php:25
2638
- msgid "%s"
2639
- msgstr ""
2640
-
2641
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:81
2642
- msgid "Site name"
2643
- msgstr ""
2644
-
2645
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:83
2646
- msgid "Content background"
2647
- msgstr ""
2648
-
2649
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:224
2650
- msgid "Display featured image"
2651
- msgstr ""
2652
-
2653
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:229
2654
- msgid "Do not display featured image"
2655
- msgstr ""
2656
-
2657
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:274
2658
- msgid "Show post excerpts in listings"
2659
- msgstr ""
2660
-
2661
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:350
2662
- msgid "Show category list in menu"
2663
- msgstr ""
2664
-
2665
- #: wptouch-pro-3-extras/themes/simple/default/front-page.php:14
2666
- msgid "Call Us"
2667
- msgstr ""
2668
-
2669
- #: wptouch-pro-3-extras/themes/simple/default/front-page.php:20
2670
- msgid "Our Location"
2671
- msgstr ""
2672
-
2673
- #: wptouch-pro-3-extras/themes/simple/default/header-bottom.php:15
2674
- msgid "Toggle Menu"
2675
- msgstr ""
2676
-
2677
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:58
2678
- msgid "Site Menu (Pulldown)"
2679
- msgstr ""
2680
-
2681
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:61
2682
- msgid "Pull-down menu at top of pages"
2683
- msgstr ""
2684
-
2685
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:69
2686
- msgid "Front Page Menu"
2687
- msgstr ""
2688
-
2689
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:72
2690
- msgid "Displayed below front page menu and content"
2691
- msgstr ""
2692
-
2693
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:185
2694
- msgid "Enable search on blog pages"
2695
- msgstr ""
2696
-
2697
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:199
2698
- msgid "Homepage Call Us"
2699
- msgstr ""
2700
-
2701
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:205
2702
- msgid "Phone number"
2703
- msgstr ""
2704
-
2705
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:206
2706
- msgid ""
2707
- "Enter a phone number and a homepage menu item for 'call us' will be shown."
2708
- msgstr ""
2709
-
2710
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:218
2711
- msgid "Homepage Location"
2712
- msgstr ""
2713
-
2714
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:224
2715
- msgid "Map address"
2716
- msgstr ""
2717
-
2718
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:225
2719
- msgid ""
2720
- "Enter an address and a homepage menu item for 'Our Location' will be shown."
2721
- msgstr ""
2722
-
2723
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:237
2724
- msgid "Front Page Content"
2725
- msgstr ""
2726
-
2727
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:243
2728
- msgid "Front page alternate content"
2729
- msgstr ""
2730
-
2731
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:244
2732
- msgid "Shows above the front page menu (if enabled), HTML allowed."
2733
- msgstr ""
2734
-
2735
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:281
2736
- msgid "Add a light noise effect to the drop-down menu and theme background"
2737
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/wptouch-pro-ar.mo CHANGED
Binary file
lang/wptouch-pro-ar.pot DELETED
@@ -1,2626 +0,0 @@
1
- # Copyright (C) 2013
2
- # This file is distributed under the same license as the package.
3
- msgid ""
4
- msgstr "Project-Id-Version: \nReport-Msgid-Bugs-To: http://wordpress.org/tag/combined\nPOT-Creation-Date: 2013-11-26 12:08:18+00:00\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPO-Revision-Date: 2013-MO-DA HO:MI+ZONE\nLast-Translator: FULL NAME <EMAIL@ADDRESS>\nLanguage-Team: LANGUAGE <LL@li.org>\n"
5
-
6
- #: wptouch-pro-3/admin/html/help.php:1
7
- msgid "WPtouch Pro Help & Account Links"
8
- msgstr "المساعدة وروابط حساب WPtouch Pro"
9
-
10
- #: wptouch-pro-3/admin/html/help.php:3
11
- msgid "Support Forums"
12
- msgstr "منتديات الدعم"
13
-
14
- #: wptouch-pro-3/admin/html/help.php:4
15
- msgid "Documentation"
16
- msgstr "الوثائق"
17
-
18
- #: wptouch-pro-3/admin/html/help.php:5
19
- msgid "Account & Downloads"
20
- msgstr "الحساب والتنزيلات"
21
-
22
- #: wptouch-pro-3/admin/html/help.php:6
23
- msgid "BraveNewCode on Twitter"
24
- msgstr "BraveNewCode على تويتر"
25
-
26
- #: wptouch-pro-3/admin/html/help.php:7
27
- msgid "Plugin Licensing Terms"
28
- msgstr "شروط ترخيص الملحق"
29
-
30
- #: wptouch-pro-3/admin/html/notification-center.php:5
31
- msgid "Notifications"
32
- msgstr "الإشعارات"
33
-
34
- #: wptouch-pro-3/admin/html/notification-content.php:20
35
- msgid "No notifications"
36
- msgstr "لا توجد إشعارات"
37
-
38
- #: wptouch-pro-3/admin/html/plugin-area.php:7
39
- msgid "This copy of WPtouch Pro is unlicensed! Please %sactivate your license%s, or %spurchase a license%s to enable automatic updates and full product support from us!"
40
- msgstr "هذه النسخة من WPtouch Pro غير مرخصة! برجاء %sتفعيل ترخيصك%s، أو %sشراء ترخيص%s لتفعيل التحديث التلقائي والدعم الكامل للمنتج المقدم من خلالنا!"
41
-
42
- #: wptouch-pro-3/admin/html/plugin-area.php:9
43
- msgid "This copy of WPtouch Pro is unlicensed! Please contact the site administrator regarding product licensing."
44
- msgstr "هذه النسخة من WPtouch Pro غير مرخصة! برجاء التواصل مع مدير الموقع حول ترخيص المنتج."
45
-
46
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:9
47
- msgid "License Details"
48
- msgstr "تفاصيل الترخيص"
49
-
50
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:11
51
- msgid "Note"
52
- msgstr "ملاحظة"
53
-
54
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:12
55
- msgid "Once you activate, this page will be hidden."
56
- msgstr "بمجرد تفعيلك، سيتم إخفاء هذه الصفحة."
57
-
58
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:15
59
- msgid "It will only reappear if you reset your WPtouch Pro settings."
60
- msgstr "لن تظهر مرةً أخرى إلا إذا قمت بإعادة تنضيد إعدادات WPtouch Pro."
61
-
62
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:18
63
- msgid "Account E-Mail Address"
64
- msgstr "البريد الإلكتروني للحساب"
65
-
66
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:20
67
- msgid "Product License Key"
68
- msgstr "مفتاح ترخيص المنتج"
69
-
70
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:23
71
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:14
72
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:71
73
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:109
74
- msgid "Activate"
75
- msgstr "تنشيط"
76
-
77
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:33
78
- msgid "Success."
79
- msgstr "نجحت العملية."
80
-
81
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:34
82
- msgid "Activation Complete. Enjoy WPtouch Pro!"
83
- msgstr "اكتمل التفعيل. استمتع بتطبيق WPtouch Pro!"
84
-
85
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:38
86
- msgid "E-mail address or license key rejected"
87
- msgstr "حدث رفض لعنوان البريد الإلكتروني أو مفتاح الترخيص"
88
-
89
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:39
90
- msgid "The bravenewcode.com server rejected your E-Mail address and/or License Key. Please check they are correct and try again."
91
- msgstr "قام خادم bravenewcode.com برفض بريدك الإلكتروني و/أو مفتاح الترخيص. برجاء التحقق من صحتهما ثم المحاولة مرةً أخرى."
92
-
93
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:43
94
- msgid "No licenses remaining."
95
- msgstr "لم تعد هناك رخص متاحة."
96
-
97
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:44
98
- msgid "You have used all your activations. What do you want to do?"
99
- msgstr "لقد استخدمت جميع ترخيصاتك. ماذا تريد أن تفعل الآن؟"
100
-
101
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:45
102
- msgid "Upgrade My License"
103
- msgstr "ترقية ترخيصي"
104
-
105
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:46
106
- msgid "Contact support for assistance"
107
- msgstr "اتصل بالدعم لطلب المساعدة"
108
-
109
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:50
110
- msgid "The server is unavailable."
111
- msgstr "الخادم غير متاح."
112
-
113
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:51
114
- msgid "The bravenewcode.com server currently cannot authorize your License."
115
- msgstr "لا يمكن لخادم bravenewcode.com حاليًا أن يجيز ترخيصك."
116
-
117
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:52
118
- msgid "Please %scontact us%s and let us know about it."
119
- msgstr "برجاء %sاتصل بنا%s وأطلعنا عليه."
120
-
121
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:3
122
- #: wptouch-pro-3/themes/foundation/root-functions.php:10
123
- msgid "General"
124
- msgstr "عام"
125
-
126
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:4
127
- msgid "Compatibility"
128
- msgstr "الملائمة"
129
-
130
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:10
131
- msgid "Auto-detect"
132
- msgstr "الكشف التلقائي"
133
-
134
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:45
135
- msgid "Site Title & Byline"
136
- msgstr "عنوان الموقع والعنوان الثانوي"
137
-
138
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:51
139
- msgid "WPtouch Pro site title"
140
- msgstr "عنوان موقع WPtouch Pro"
141
-
142
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:52
143
- msgid "If the title of your site is long, you can shorten it for display within WPtouch Pro themes."
144
- msgstr "إذا كان عنوان موقعك طويلاً، يمكنك جعله أقصر للعرض في سمات WPtouch Pro."
145
-
146
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:59
147
- msgid "Display %sPowered by WPtouch Pro%s in footer"
148
- msgstr "عرض %sمدعوم من WPtouch Pro%s في ذيل الصفحة"
149
-
150
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:71
151
- msgid "Regionalization"
152
- msgstr "الأقلمة"
153
-
154
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:77
155
- msgid "Language"
156
- msgstr "اللغة"
157
-
158
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:78
159
- msgid "The WPtouch Pro admin panel &amp; supported themes will be shown in this locale."
160
- msgstr "سيتم عرض لوحة تحكم مدير WPtouch Pro والسمات المدعومة في هذا الموضع."
161
-
162
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:86
163
- msgid "Translate administration panel text"
164
- msgstr "ترجمة نص لوحة تحكم المدير"
165
-
166
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:97
167
- msgid "Display Mode"
168
- msgstr "وضع العرض"
169
-
170
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:103
171
- msgid "Theme Display"
172
- msgstr "عرض السمة"
173
-
174
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:108
175
- msgid "Normal (active for all mobile visitors)"
176
- msgstr "عادي (نشط لجميع زوار الهواتف المحمولة)"
177
-
178
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:109
179
- msgid "Preview (active only for logged-in site administrators)"
180
- msgstr "عرض (نشط فقط لمدراء الموقع مسجلي الدخول)"
181
-
182
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:110
183
- msgid "Disabled (mobile theme will never show)"
184
- msgstr "معطل (لن يتم عرض سمة الهواتف المحمولة نهائيًا)"
185
-
186
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:119
187
- msgid "Landing Page"
188
- msgstr "الصفحة المقصودة"
189
-
190
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:125
191
- msgid "WPtouch Pro landing page"
192
- msgstr "صفحة WPtouch Pro المقصودة"
193
-
194
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:130
195
- msgid "Default (same as WordPress)"
196
- msgstr "افتراضي (تمامًا مثل WordPress)"
197
-
198
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:131
199
- msgid "Select from WordPress pages"
200
- msgstr "اختر من صفحات WordPress"
201
-
202
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:139
203
- msgid "Custom Slug or URL"
204
- msgstr "رابط لطيف أو رابط كامل مخصص"
205
-
206
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:140
207
- msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
208
- msgstr "قم بإدخال رابط لطيف (مثل \"/home\") أو رابط مسار كامل"
209
-
210
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:150
211
- msgid "Desktop / Mobile Switching"
212
- msgstr "التبديل بين سطح المكتب/الهاتف المحمول"
213
-
214
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:156
215
- msgid "1st time visitors see desktop theme"
216
- msgstr "عرض سمة سطح المكتب لزوار المرة الأولى"
217
-
218
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:157
219
- msgid "Your regular theme will be shown to 1st time mobile visitors."
220
- msgstr "سيتم عرض السمة العادية أولاً لزوار الهواتف المحمولة من أصحاب الزيارة الأولى."
221
-
222
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:164
223
- msgid "Show switch link in mobile view"
224
- msgstr "عرض رابط التحويل في سمة الهاتف المحمول"
225
-
226
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:165
227
- 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."
228
- msgstr "سيتم عرض أزرار التحويل في ذيل السمة للسماح للمستخدمين بالتحويل إلى سمة سطح المكتب. غير معروض في وضع تطبيق الويب."
229
-
230
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:172
231
- msgid "Choose the target for the mobile switch link"
232
- msgstr "اختر الهدف لرابط التحويل للهاتف المحمول"
233
-
234
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:177
235
- msgid "Current page"
236
- msgstr "الصفحة الحالية"
237
-
238
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:178
239
- msgid "Home page"
240
- msgstr "الصفحة الرئيسية"
241
-
242
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:184
243
- msgid "Desktop theme switch buttons"
244
- msgstr "أزرار التحويل لسمة سطح المكتب"
245
-
246
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:185
247
- 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."
248
- msgstr "يسمح للزوار بالتحويل من سمة سطح المكتب إلى سمة الهاتف المحمول. كما يمكنك مواءمة وضع أزرار التحويل عن طريق وضع الرابط الذكي للقالب wptouch_desktop_switch_link() في مكانٍ ما في سمة سطح المكتب."
249
-
250
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:189
251
- msgid "Automatically inserted inline"
252
- msgstr "يتم الإدخال تلقائيًا كجزء مضمن"
253
-
254
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:190
255
- msgid "Automatically inserted with AJAX (better for caching)"
256
- msgstr "يتم الإدخال تلقائيًا باستخدام AJAX (أفضل للتخزين المؤقت)"
257
-
258
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:191
259
- msgid "Template tag"
260
- msgstr "الرابط الذكي للقالب"
261
-
262
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:200
263
- msgid "Custom Code"
264
- msgstr "كود مخصص"
265
-
266
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:206
267
- msgid "HTML, JavaScript, statistics or custom code"
268
- msgstr "HTML، أو JavaScript، أو إحصائيات، أو كود مخصص"
269
-
270
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:207
271
- msgid "Enter any custom code here to be output in the theme footer."
272
- msgstr "أدخل أي كود مخصص هنا ليظهر في ذيل السمة."
273
-
274
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:217
275
- msgid "Custom Stylesheet"
276
- msgstr "ورقة أنماط مخصصة"
277
-
278
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:223
279
- msgid "URL to a custom CSS file to load"
280
- msgstr "رابط URL إلى ملف CSS مخصص للتحميل"
281
-
282
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:224
283
- msgid "Useful if you have specific compatibility CSS you need to add."
284
- msgstr "من المفيد إذا كانت لديك ورقة النمط CSS المحددة المتوافقة التي تحتاج إلى إضافتها."
285
-
286
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:234
287
- msgid "Shortcodes"
288
- msgstr "الأكواد القصيرة"
289
-
290
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:240
291
- msgid "Remove these shortcodes when WPtouch Pro is active"
292
- msgstr "أزل هذه الأكواد القصيرة عندما يكون WPtouch Pro نشطًا"
293
-
294
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:241
295
- msgid "Enter a comma separated list of shortcodes to remove."
296
- msgstr "للحذف، قم بإدخال قائمة بالأكواد القصيرة مفصولة بفاصلة."
297
-
298
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:251
299
- msgid "Ignored URLs"
300
- msgstr "الروابط المهملة"
301
-
302
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:257
303
- msgid "Do not load WPtouch Pro on these URLs/Pages"
304
- msgstr "لا تقم بتحميل WPtouch Pro على هذه الروابط/الصفحات"
305
-
306
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:258
307
- msgid "Each permalink URL fragment should be on its own line and relative, e.g. \"/about\" or \"/products/store\""
308
- msgstr "كل جزء من الرابط الدائم يجب أن يكون محددًا بحسب صفته والموضوع ذي الصلة، مثل \"/نبذة\" أو \"/المنتجات/المتجر\""
309
-
310
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:268
311
- msgid "Desktop Theme"
312
- msgstr "سمة سطح المكتب"
313
-
314
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:274
315
- msgid "Try to include desktop theme functions.php file"
316
- msgstr "محاولة تضمين ملف functions.php لسمة سطح المكتب"
317
-
318
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:275
319
- msgid "This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active."
320
- msgstr "قد يكون ذلك لازمًا مع سمات سطح المكتب ذات الخصائص الفريدة التي لا تظهر عندما يكون WPtouch Pro نشطًا."
321
-
322
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:282
323
- msgid "Method to load file"
324
- msgstr "وسيلة تحميل ملف"
325
-
326
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:287
327
- msgid "Include file directly"
328
- msgstr "تضمين الملف مباشرة"
329
-
330
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:288
331
- msgid "Translate and create new files"
332
- msgstr "الترجمة وإنشاء ملفات جديدة"
333
-
334
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:297
335
- msgid "Custom User-Agents"
336
- msgstr "أدوات مستخدم مخصصة"
337
-
338
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:303
339
- msgid "User-agents (line separated)"
340
- msgstr "أدوات المستخدم (مرتبة في أسطر)"
341
-
342
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:304
343
- msgid "Adding additional user-agents will force WPtouch Pro to be active for matching browsers."
344
- msgstr "إضافة المزيد من أدوات المستخدم ستجعل من WPtouch Pro نشطًا مع المتصفحات الملائمة."
345
-
346
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:318
347
- msgid "Backup &amp; Import"
348
- msgstr "النسخة الاحتياطية واستيرادها"
349
-
350
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:324
351
- msgid "Automatically backup settings to the %s folder"
352
- msgstr "حفظ تلقائي لنسخة احتياطية من الإعدادات في المجلد %s"
353
-
354
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:326
355
- msgid "WPtouch Pro backups your settings each time they are saved."
356
- msgstr "يحتفظ WPtouch Pro بنسخ احتياطية من إعداداتك مع كل مرة يتم حفظها."
357
-
358
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:337
359
- msgid "Tools &amp; Debug"
360
- msgstr "الأدوات والتصحيح"
361
-
362
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:343
363
- msgid "Use jQuery 2.0 in themes (faster for mobile devices) instead of WordPress' version"
364
- msgstr "استخدم jQuery 2.0 في السمات (أسرع مع أجهزة الهواتف المحمولة) بدلاً من نسخة WordPress"
365
-
366
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:344
367
- msgid "jQuery 2.0 is significantly smaller and faster than previous jQuery versions - may cause problems with other plugins, use carefully."
368
- msgstr "jQuery 2.0 أصغر وأسرع بكثير عن النسخ السابقة من jQuery- قد تنتج عنه مشاكل مع الملحقات الأخرى، لذا يجب استخدامه بحرص."
369
-
370
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:351
371
- msgid "Show load times and query counts in the footer"
372
- msgstr "عرض زمن التحميل وعدد الاستعلامات في ذيل الصفحة"
373
-
374
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:352
375
- msgid "Helps you find slow pages/posts on your site."
376
- msgstr "يساعدك في العثور على الصفحات/المنشورات البطيئة بموقعك."
377
-
378
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:359
379
- msgid "Enable debug log"
380
- msgstr "تمكين سجل التصحيح"
381
-
382
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:360
383
- msgid "Creates a debug file to help diagnose installation issues."
384
- msgstr "يقوم بإنشاء ملف تصحيح للمساعدة في تشخيص مشاكل التثبيت."
385
-
386
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:371
387
- msgid "WordPress Plugins"
388
- msgstr "ملحقات WordPress"
389
-
390
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:384
391
- msgid "Admin Mode"
392
- msgstr "وضع المدير"
393
-
394
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:390
395
- msgid "Admin panel settings shown"
396
- msgstr "عرض إعدادات لوحة تحكم المدير"
397
-
398
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:395
399
- msgid "Default"
400
- msgstr "افتراضي"
401
-
402
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:396
403
- #: wptouch-pro-3/admin/settings/html/button.php:5
404
- #: wptouch-pro-3/admin/settings/html/checkbox.php:6
405
- #: wptouch-pro-3/admin/settings/html/custom-latest-posts.php:4
406
- #: wptouch-pro-3/admin/settings/html/list.php:16
407
- #: wptouch-pro-3/admin/settings/html/numeric.php:12
408
- #: wptouch-pro-3/admin/settings/html/radiolist.php:12
409
- #: wptouch-pro-3/admin/settings/html/text.php:8
410
- #: wptouch-pro-3/admin/settings/html/textarea.php:8
411
- msgid "Advanced"
412
- msgstr "متقدم"
413
-
414
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:3
415
- msgid "Theme Menus"
416
- msgstr "قوائم السمة"
417
-
418
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:4
419
- msgid "Menu Setup"
420
- msgstr "إعداد القائمة"
421
-
422
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:5
423
- msgid "Icon Upload & Sets"
424
- msgstr "رفع الأيقونات ومجموعاتها"
425
-
426
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:22
427
- msgid "WordPress Pages"
428
- msgstr "صفحات WordPress"
429
-
430
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:28
431
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:6
432
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:180
433
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:59
434
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:206
435
- msgid "None"
436
- msgstr "لا شيء"
437
-
438
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:66
439
- msgid "Menu Options"
440
- msgstr "خيارات القائمة"
441
-
442
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:72
443
- msgid "Enable parent items as links"
444
- msgstr "تمكين العناصر الرئيسية كروابط"
445
-
446
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:73
447
- msgid "If disabled, parent menu items will only toggle child items."
448
- msgstr "إذا كانت معطلة، ستقوم عناصر القائمة الرئيسية بعرض العناصر الفرعية فقط"
449
-
450
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:80
451
- msgid "Use menu icons"
452
- msgstr "استخدام أيقونات القائمة"
453
-
454
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:104
455
- msgid "Icon Upload"
456
- msgstr "تحميل أيقونة"
457
-
458
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:117
459
- msgid "Uploaded Icons"
460
- msgstr "الأيقونات المرفوعة"
461
-
462
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:130
463
- msgid "Icon Sets"
464
- msgstr "مجموعة الأيقونات"
465
-
466
- #: wptouch-pro-3/admin/pages/wptouch-admin-themes-and-addons.php:3
467
- msgid "Themes"
468
- msgstr "السمات"
469
-
470
- #: wptouch-pro-3/admin/pages/wptouch-admin-themes-and-addons.php:4
471
- msgid "Extensions"
472
- msgstr "الإضافات"
473
-
474
- #: wptouch-pro-3/admin/pages/wptouch-admin-touchboard.php:3
475
- #: wptouch-pro-3/core/admin-menu.php:34 wptouch-pro-3/core/admin-menu.php:38
476
- msgid "What's New"
477
- msgstr "ما الجديد"
478
-
479
- #: wptouch-pro-3/admin/settings/html/addon-browser-item.php:38
480
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:8
481
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:20
482
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:59
483
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:41
484
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:62
485
- msgid "by %s"
486
- msgstr "بواسطة %s"
487
-
488
- #: wptouch-pro-3/admin/settings/html/addon-browser-item.php:43
489
- msgid "This add-on is only available in WPtouch Pro"
490
- msgstr "هذا الملحق متاح فقط في WPtouch Pro"
491
-
492
- #: wptouch-pro-3/admin/settings/html/backup.php:1
493
- msgid "Download Backup File"
494
- msgstr "تنزيل النسخة الاحتياطية"
495
-
496
- #: wptouch-pro-3/admin/settings/html/backup.php:2
497
- msgid "Restore Backup File"
498
- msgstr "استرداد ملف النسخة الاحتياطية"
499
-
500
- #: wptouch-pro-3/admin/settings/html/button.php:6
501
- #: wptouch-pro-3/admin/settings/html/checkbox.php:7
502
- #: wptouch-pro-3/admin/settings/html/custom-latest-posts.php:8
503
- #: wptouch-pro-3/admin/settings/html/list.php:20
504
- #: wptouch-pro-3/admin/settings/html/numeric.php:16
505
- #: wptouch-pro-3/admin/settings/html/radiolist.php:14
506
- #: wptouch-pro-3/admin/settings/html/text.php:9
507
- #: wptouch-pro-3/admin/settings/html/textarea.php:9
508
- msgid "New"
509
- msgstr "جديد"
510
-
511
- #: wptouch-pro-3/admin/settings/html/color.php:6
512
- msgid "Undo"
513
- msgstr "تراجع"
514
-
515
- #: wptouch-pro-3/admin/settings/html/color.php:7
516
- msgid "Desktop theme colors"
517
- msgstr "ألوان سمة سطح المكتب"
518
-
519
- #: wptouch-pro-3/admin/settings/html/color.php:7
520
- msgid "Palette"
521
- msgstr "مجموعة الألوان"
522
-
523
- #: wptouch-pro-3/admin/settings/html/custom-latest-posts.php:1
524
- msgid "Custom latest posts page"
525
- msgstr "صفحة مخصصة لأحدث المنشورات"
526
-
527
- #: wptouch-pro-3/admin/settings/html/custom_icon_management.php:3
528
- msgid "No icons have been uploaded yet"
529
- msgstr "لم يتم تحميل أيقونات حتى الآن"
530
-
531
- #: wptouch-pro-3/admin/settings/html/custom_icon_management.php:12
532
- #: wptouch-pro-3/admin/settings/html/image-upload.php:13
533
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:18
534
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:115
535
- msgid "Delete"
536
- msgstr "حذف"
537
-
538
- #: wptouch-pro-3/admin/settings/html/custom_icon_upload.php:3
539
- msgid "Upload Icon"
540
- msgstr "تحميل أيقونة"
541
-
542
- #: wptouch-pro-3/admin/settings/html/custom_icon_upload.php:4
543
- #: wptouch-pro-3/admin/settings/html/image-upload.php:15
544
- msgid "Upload Complete!"
545
- msgstr "اكتمل التحميل!"
546
-
547
- #: wptouch-pro-3/admin/settings/html/custom_icon_upload.php:9
548
- msgid "Ready to upload"
549
- msgstr "مستعد للتحميل"
550
-
551
- #: wptouch-pro-3/admin/settings/html/debuginfo.php:12
552
- msgid "View Debug File"
553
- msgstr "عرض ملف التصحيح"
554
-
555
- #: wptouch-pro-3/admin/settings/html/debuginfo.php:16
556
- #: wptouch-pro-3/admin/settings/html/debuginfo.php:18
557
- msgid "Your Server Configuration"
558
- msgstr "بيانات ضبط الخادم"
559
-
560
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:5
561
- msgid "Check All"
562
- msgstr "تحديد الكل"
563
-
564
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:7
565
- msgid "Reset"
566
- msgstr "إعادة التنضيد"
567
-
568
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:9
569
- #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:13
570
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:21
571
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:32
572
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:112
573
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:23
574
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:36
575
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:82
576
- #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:13
577
- msgid "Menu"
578
- msgstr "القائمة"
579
-
580
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:19
581
- msgid "Active menus used in this theme."
582
- msgstr "القوائم النشطة المستخدمة في هذه السمة."
583
-
584
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:23
585
- msgid "Show/Hide"
586
- msgstr "عرض/إخفاء"
587
-
588
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:24
589
- msgid "Menu Item"
590
- msgstr "عنصر قائمة"
591
-
592
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:44
593
- msgid "Icon Set"
594
- msgstr "مجموعة الأيقونات"
595
-
596
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:54
597
- msgid "Drag icons to associate them with menu items"
598
- msgstr "اسحب الأيقونات وضعها على عناصر القائمة لربطها بها"
599
-
600
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:79
601
- msgid "You don't have any custom icons yet."
602
- msgstr "ليست لديك أية أيقونات مخصصة حتى الآن."
603
-
604
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:94
605
- msgid "Default Icon"
606
- msgstr "الأيقونة الافتراضية"
607
-
608
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:95
609
- msgid "applies to all unset icons"
610
- msgstr "مطبق على كافة الأيقونات غير المحددة"
611
-
612
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:103
613
- msgid "Trash"
614
- msgstr "سلة المحذوفات"
615
-
616
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:104
617
- msgid "drag icon here to reset"
618
- msgstr "اسحب أيقونة إلى هنا لإعادة التنضيد"
619
-
620
- #: wptouch-pro-3/admin/settings/html/image-upload.php:11
621
- msgid "Upload"
622
- msgstr "تحميل"
623
-
624
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets.php:2
625
- msgid "Gathering information about available icon sets..."
626
- msgstr "جاري جمع البيانات حول مجموعات الأيقونات المتاحة..."
627
-
628
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets.php:4
629
- #: wptouch-pro-3/core/notifications.php:264
630
- msgid "The %s%s%s directory is not currently writable. %sPlease fix this issue to enable installation of additional icon sets."
631
- msgstr "دليل %s%s%s غير قابل للتحرير حاليًا. %sبرجاء حل هذه المشكلة لتمكين تنصيب مجموعات الأيقونات الإضافية."
632
-
633
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:4
634
- #: wptouch-pro-3/core/class-wptouch-pro.php:1555
635
- #: wptouch-pro-3/core/class-wptouch-pro.php:1556
636
- #: wptouch-pro-3/core/config.php:54
637
- msgid "Custom Icons"
638
- msgstr "أيقونات مخصصة"
639
-
640
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:9
641
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:22
642
- msgid "Installed"
643
- msgstr "مُثبّت"
644
-
645
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:21
646
- msgid "Installing..."
647
- msgstr "جاري التنصيب..."
648
-
649
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:21
650
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:66
651
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:96
652
- msgid "Install"
653
- msgstr "تنصيب"
654
-
655
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:23
656
- msgid "Unable to Install"
657
- msgstr "غير قادر على التنصيب"
658
-
659
- #: wptouch-pro-3/admin/settings/html/plugin-compat-ajax.php:11
660
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:64
661
- msgid "Enable %s"
662
- msgstr "تمكين %s"
663
-
664
- #: wptouch-pro-3/admin/settings/html/plugin-compat-ajax.php:12
665
- msgid "When unchecked, %s will be disabled for users viewing your WPtouch Pro theme."
666
- msgstr "عند إزالة علامة الاختيار، سيتم تعطيل %s على المستخدمين الذين يشاهدون سمة WPtouch Pro الخاصة بك."
667
-
668
- #: wptouch-pro-3/admin/settings/html/plugin-compat-ajax.php:20
669
- msgid "No plugins to disable."
670
- msgstr "لا توجد ملحقات لتعطيلها"
671
-
672
- #: wptouch-pro-3/admin/settings/html/plugin-compat.php:3
673
- msgid "Your active plugin list is refreshing"
674
- msgstr "جاري تجديد قائمة الملحق النشط"
675
-
676
- #: wptouch-pro-3/admin/settings/html/redirect.php:17
677
- msgid "WordPress Page"
678
- msgstr "صفحة WordPress"
679
-
680
- #: wptouch-pro-3/admin/settings/html/restore.php:2
681
- msgid "Please paste your encoded settings below and save to restore your settings."
682
- msgstr "برجاء لصق إعداداتك المكوّدة أدناه ثم الحفظ لاستعادة إعداداتك."
683
-
684
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:6
685
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:6
686
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:10
687
- msgid "Click to view screenshots"
688
- msgstr "انقر لعرض صور الشاشة"
689
-
690
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:11
691
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:74
692
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:105
693
- msgid "Setup"
694
- msgstr "إعداد"
695
-
696
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:16
697
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:112
698
- msgid "Copy"
699
- msgstr "نسخ"
700
-
701
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:54
702
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:57
703
- msgid "This theme supports %s devices"
704
- msgstr "هذه السمة تدعم أجهزة %s"
705
-
706
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:64
707
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:69
708
- msgid "Theme location: %s"
709
- msgstr "موقع تخزين السمة: %s"
710
-
711
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:65
712
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:48
713
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:70
714
- msgid "Relative to your WordPress wp-content directory."
715
- msgstr "ذو صلة بدليل محتوى WordPress wp-content."
716
-
717
- #: wptouch-pro-3/admin/settings/html/touchboard.php:6
718
- msgid "Quick Links"
719
- msgstr "الروابط السريعة"
720
-
721
- #: wptouch-pro-3/admin/settings/html/touchboard.php:8
722
- msgid "What's New Changelog"
723
- msgstr "سجل تغييرات ما الجديد"
724
-
725
- #: wptouch-pro-3/admin/settings/html/touchboard.php:9
726
- msgid "Product Knowledgebase"
727
- msgstr "قاعدة المعرفة للمنتج"
728
-
729
- #: wptouch-pro-3/admin/settings/html/touchboard.php:10
730
- msgid "Product Support"
731
- msgstr "دعم المنتج"
732
-
733
- #: wptouch-pro-3/admin/settings/html/touchboard.php:11
734
- msgid "Manage Account"
735
- msgstr "إدارة الحساب"
736
-
737
- #: wptouch-pro-3/admin/settings/html/touchboard.php:12
738
- msgid "Manage License"
739
- msgstr "إدارة الترخيص"
740
-
741
- #: wptouch-pro-3/admin/settings/html/touchboard.php:18
742
- msgid "WPtouch News"
743
- msgstr "أخبار WPtouch"
744
-
745
- #: wptouch-pro-3/admin/settings/html/touchboard.php:19
746
- msgid "Read More"
747
- msgstr "قراءة المزيد"
748
-
749
- #: wptouch-pro-3/admin/settings/html/touchboard.php:25
750
- msgid "WPtouch Updates"
751
- msgstr "تحديثات WPtouch"
752
-
753
- #: wptouch-pro-3/admin/settings/html/touchboard.php:35
754
- msgid "What's New in %s"
755
- msgstr "ما الجديد في %s"
756
-
757
- #: wptouch-pro-3/admin/settings/html/touchboard.php:38
758
- #: wptouch-pro-3/admin/settings/html/touchboard.php:40
759
- #: wptouch-pro-3/core/admin-menu.php:59
760
- msgid "License"
761
- msgstr "الترخيص"
762
-
763
- #: wptouch-pro-3/admin/settings/html/touchboard.php:38
764
- msgid "Unlicensed"
765
- msgstr "غير مرخص"
766
-
767
- #: wptouch-pro-3/admin/settings/html/touchboard.php:38
768
- #: wptouch-pro-3/core/class-wptouch-pro.php:453
769
- msgid "Offline"
770
- msgstr "مفصول"
771
-
772
- #: wptouch-pro-3/admin/settings/html/touchboard.php:40
773
- msgid "Active"
774
- msgstr "نشط"
775
-
776
- #: wptouch-pro-3/admin/settings/html/touchboard.php:40
777
- msgid "Online"
778
- msgstr "متصل"
779
-
780
- #: wptouch-pro-3/admin/settings/html/touchboard.php:64
781
- msgid "%s Change Log"
782
- msgstr "%s سجل تغييرات"
783
-
784
- #: wptouch-pro-3/admin/settings/html/user-agent-list.php:4
785
- #: wptouch-pro-3/admin/settings/html/user-agent-list.php:6
786
- msgid "WPtouch Pro will be active when any of the following user-agents or user-agent combinations are matched"
787
- msgstr "سيصبح WPtouch Pro نشطًا عندما تتوافق أحد أدوات المستخدم أو مجموعات الأدوات التالية"
788
-
789
- #: wptouch-pro-3/admin/settings/include/custom-latest-posts.php:14
790
- msgid "None (Use WordPress Settings)"
791
- msgstr "بدون (استخدم إعدادات WordPress)"
792
-
793
- #: wptouch-pro-3/core/admin-ajax.php:286
794
- msgid "Version %s"
795
- msgstr "النسخة %s"
796
-
797
- #: wptouch-pro-3/core/admin-ajax.php:292
798
- msgid "There is a temporary issue retrieving the change-log. Please try again later."
799
- msgstr "هناك مشكلة عارضة تمنع من جلب سجل التغييرات.\nبرجاء المحاولة مرةً اخرى لاحقًا."
800
-
801
- #: wptouch-pro-3/core/admin-menu.php:39
802
- msgid "Core Settings"
803
- msgstr "الإعدادات الأساسية"
804
-
805
- #: wptouch-pro-3/core/admin-menu.php:40
806
- msgid "Themes & Extensions"
807
- msgstr "السمات والإضافات"
808
-
809
- #: wptouch-pro-3/core/admin-menu.php:41
810
- msgid "Theme Settings"
811
- msgstr "إعدادات السمة"
812
-
813
- #: wptouch-pro-3/core/admin-menu.php:41
814
- msgid "%s Settings"
815
- msgstr "إعدادات %s"
816
-
817
- #: wptouch-pro-3/core/admin-menu.php:46
818
- msgid "Extension Settings"
819
- msgstr "إعدادات الإضافات"
820
-
821
- #: wptouch-pro-3/core/admin-menu.php:51 wptouch-pro-3/core/admin-menu.php:53
822
- msgid "Menus"
823
- msgstr "القوائم"
824
-
825
- #: wptouch-pro-3/core/admin-page-templates.php:16
826
- msgid "Mobile Page Template"
827
- msgstr "قالب صفحة الهاتف المحمول"
828
-
829
- #: wptouch-pro-3/core/admin-render.php:25
830
- msgid "This copy of %s is currently unlicensed!"
831
- msgstr "هذه النسخة من %s غير مرخصة حاليًا!"
832
-
833
- #: wptouch-pro-3/core/admin-render.php:27
834
- msgid "Add a license %s"
835
- msgstr "إضافة رخصة %s"
836
-
837
- #: wptouch-pro-3/core/admin-render.php:81
838
- msgid "Save Changes"
839
- msgstr "حفظ التغييرات"
840
-
841
- #: wptouch-pro-3/core/admin-render.php:82
842
- msgid "Preview Theme"
843
- msgstr "مشاهدة السمة"
844
-
845
- #: wptouch-pro-3/core/admin-render.php:83
846
- msgid "Reset Settings"
847
- msgstr "إعادة تنضيد الإعدادات"
848
-
849
- #: wptouch-pro-3/core/class-wptouch-pro.php:232
850
- 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."
851
- msgstr "فشل الترحيل التلقائي للسمة من دليل uploads/wptouch-data. برجاء نقل هذه الملفات يدويًا إلى wp-content/wptouch-data، أو %scontact support%s لحل هذه المشكلة."
852
-
853
- #: wptouch-pro-3/core/class-wptouch-pro.php:239
854
- msgid "Please wait, we are downloading a fresh copy of your active WPtouch theme from the Cloud."
855
- msgstr "برجاء الانتظار، نقوم بتحميل نسخة جديدة من سمة WPtouch النشطة الخاصة بك من Cloud."
856
-
857
- #: wptouch-pro-3/core/class-wptouch-pro.php:242
858
- msgid "We were unable to install your WPtouch theme from the Cloud. Please visit %sthis article%s for more information."
859
- msgstr "لم يمكننا تثبيت سمة WPtouch الخاصة بك من Cloud. برجاء زيارة %sهذا المقال%s للمزيد من المعلومات."
860
-
861
- #: wptouch-pro-3/core/class-wptouch-pro.php:449
862
- msgid "Unsupported Browser"
863
- msgstr "متصفح غير مدعوم"
864
-
865
- #: wptouch-pro-3/core/class-wptouch-pro.php:450
866
- msgid "Theme Preview requires Chrome or Safari."
867
- msgstr "لمشاهدة السمة فأنت تحتاج إلى متصفح جوجل كروم أو متصفح سفاري."
868
-
869
- #: wptouch-pro-3/core/class-wptouch-pro.php:451
870
- msgid "This will reset all WPtouch Pro settings.\nAre you sure?"
871
- msgstr "سيتسبب ذلك في إعادة تعيين إعدادات WPtouch Pro إلى القيم الافتراضية.\nهل أنت متأكد؟"
872
-
873
- #: wptouch-pro-3/core/class-wptouch-pro.php:452
874
- msgid "This will reset all WPtouch Pro menu and icon settings.\nAre you sure?"
875
- msgstr "سيتسبب ذلك في إعادة تعيين كافة إعدادات قائمة وأيقونات WPtouch Pro إلى القيم الافتراضية.\nهل أنت متأكد؟"
876
-
877
- #: wptouch-pro-3/core/class-wptouch-pro.php:454
878
- msgid "You appear to be offline. Connect to the internet to see available BraveNewCloud items."
879
- msgstr "أنت تظهر كمفصول عن الإنترنت. اتصل بالإنترنت لرؤية عناصر BraveNewCloud المتاحة."
880
-
881
- #: wptouch-pro-3/core/class-wptouch-pro.php:455
882
- msgid "The item failed to download. Please refresh the page and try again."
883
- msgstr "فشل تحميل العنصر. برجاء إعادة تحميل الصفحة والمحاولة مجددًا."
884
-
885
- #: wptouch-pro-3/core/class-wptouch-pro.php:1069
886
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:207
887
- msgid "Settings"
888
- msgstr "الإعدادات"
889
-
890
- #: wptouch-pro-3/core/class-wptouch-pro.php:1150
891
- msgid "WPtouch Pro Changelog"
892
- msgstr "سجل تغييرات WPtouch Pro"
893
-
894
- #: wptouch-pro-3/core/class-wptouch-pro.php:2326
895
- msgid "Directory Problem"
896
- msgstr "مشكلة في الدليل"
897
-
898
- #: wptouch-pro-3/core/class-wptouch-pro.php:2327
899
- msgid "One or more required directories could not be created"
900
- msgstr "لم يمكن إنشاء دليل أو أكثر من الدلائل المطلوبة"
901
-
902
- #: wptouch-pro-3/core/globals.php:192
903
- msgid "smartphone"
904
- msgstr "هاتف ذكي"
905
-
906
- #: wptouch-pro-3/core/globals.php:194
907
- msgid "tablet"
908
- msgstr "حاسوب لوحي"
909
-
910
- #: wptouch-pro-3/core/notifications.php:121
911
- msgid "License Missing"
912
- msgstr "الترخيص مفقود"
913
-
914
- #: wptouch-pro-3/core/notifications.php:122
915
- msgid "This installation of WPtouch Pro is currently unlicensed."
916
- msgstr "هذا التثبيت لبرنامج WPtouch Pro غير مرخص حاليًا."
917
-
918
- #: wptouch-pro-3/core/notifications.php:133
919
- msgid "WPtouch Pro %s"
920
- msgstr "WPtouch Pro %s"
921
-
922
- #: wptouch-pro-3/core/notifications.php:134
923
- msgid "A new version of WPtouch Pro is available."
924
- msgstr "تتوافر نسخة أحدث من WPtouch Pro."
925
-
926
- #: wptouch-pro-3/core/notifications.php:145
927
- msgid "Theme Update Available"
928
- msgstr "تحديث متاح للسمة"
929
-
930
- #: wptouch-pro-3/core/notifications.php:146
931
- msgid "One or more updates are available for your installed themes."
932
- msgstr "هناك تحديث أو أكثر متاحين لسماتك المثبتة."
933
-
934
- #: wptouch-pro-3/core/notifications.php:160
935
- msgid "Extension Update Available"
936
- msgstr "تحديث متاح للإضافات"
937
-
938
- #: wptouch-pro-3/core/notifications.php:161
939
- msgid "One or more updates are available for your installed extensions."
940
- msgstr "هناك تحديث واحد أو أكثر متاح لإضافاتك المثبتة."
941
-
942
- #: wptouch-pro-3/core/notifications.php:173
943
- msgid "Preview Mode Enabled"
944
- msgstr "وضع المعاينة ممكن"
945
-
946
- #: wptouch-pro-3/core/notifications.php:174
947
- 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."
948
- msgstr "فقط المدراء مسجلي الدخول من يمكنهم رؤية سمة الهاتف المحمول في الوقت الحالي. يمكنك تغيير ذلك في أي وقت من خلال %sالإعدادات الأساسية%s تحت %sوضع العرض%s."
949
-
950
- #: wptouch-pro-3/core/notifications.php:182
951
- msgid "Theme Presentation Disabled"
952
- msgstr "عرض السمة معطل"
953
-
954
- #: wptouch-pro-3/core/notifications.php:183
955
- 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."
956
- msgstr "لا يمكن لأحد رؤية سمة الهاتف المحمول في الوقت الحالي. يمكنك تغيير ذلك في أي وقت من خلال %sالإعدادات الأساسية%s تحت %sوضع العرض%s."
957
-
958
- #: wptouch-pro-3/core/notifications.php:194
959
- msgid "WPtouch Pro prefers pretty permalinks to be enabled within WordPress."
960
- msgstr "من المفضل لبرنامج WPtouch Pro أن يتم تفعيل روابط دائمة لطيفة في WordPress."
961
-
962
- #: wptouch-pro-3/core/notifications.php:204
963
- msgid "WPtouch Pro will not work fully in safe mode."
964
- msgstr "لن يعمل WPtouch Pro بكامل طاقته في الوضع الآمن."
965
-
966
- #: wptouch-pro-3/core/notifications.php:214
967
- #: wptouch-pro-3/core/notifications.php:224
968
- #: wptouch-pro-3/core/notifications.php:234
969
- msgid "Extra configuration is required. The plugin must be configured to exclude the user agents that WPtouch Pro uses."
970
- msgstr "هناك حاجة لضبطٍ إضافي. يجب ضبط الملحق على استثناء أدوات المستخدم التي يستخدمها WPtouch Pro."
971
-
972
- #: wptouch-pro-3/core/notifications.php:244
973
- msgid "Extra configuration is required. Add paths to your active WPtouch Pro theme CSS and Javascript files as files to ignore in WPMinify."
974
- msgstr "هناك حاجة لضبطٍ إضافي. قم بإضافة مسارات لملفات CSS وJavascript النشطة في سمة WPtouch Pro بالملفات التي يجب تجاهلها في WPMinify."
975
-
976
- #: wptouch-pro-3/core/notifications.php:254
977
- msgid "This plugin may not work correctly in WPtouch Pro, and should be disabled in the Plugin Compatibility section."
978
- msgstr "قد لا يعمل هذا الملحق بشكلٍ صحيح مع WPtouch Pro، ويجب تعطيله في قسم الملحقات الملائمة."
979
-
980
- #: wptouch-pro-3/core/notifications.php:263
981
- msgid "Icon Installation Issue"
982
- msgstr "مشكلة تثبيت أيقونة"
983
-
984
- #: wptouch-pro-3/core/notifications.php:274
985
- msgid "WPtouch Pro 3 cannot co-exist with WPtouch 1.x. Disable it first in the WordPress Plugins settings."
986
- msgstr "لا يمكن لبرنامج WPtouch Pro 3 أن يتواجد بشكلٍ متزامن مع الإصدارات الأقدم WPtouch 1.x. قم بتعطيل الإصدار القديم أولاً من إعدادات ملحقات WordPress."
987
-
988
- #: wptouch-pro-3/core/notifications.php:284
989
- msgid "WPtouch Pro 3 cannot co-exist with WPtouch Pro 2.x. Disable it first in the WordPress Plugins settings."
990
- msgstr "لا يمكن لبرنامج WPtouch Pro 3 أن يتواجد بشكلٍ متزامن مع الإصدارات الأقدم WPtouch Pro 2.x. قم بتعطيل الإصدار القديم أولاً من إعدادات ملحقات WordPress."
991
-
992
- #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:179
993
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:42
994
- msgid "%d second ago"
995
- msgid_plural "%d seconds ago"
996
- msgstr[0] "%d ثانية مضت"
997
- msgstr[1] "%d ثوانٍ مضت"
998
-
999
- #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:182
1000
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:45
1001
- msgid "%d minute ago"
1002
- msgid_plural "%d minutes ago"
1003
- msgstr[0] "%d دقيقة مضت"
1004
- msgstr[1] "%d دقائق مضت"
1005
-
1006
- #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:185
1007
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:48
1008
- msgid "%d hour ago"
1009
- msgid_plural "%d hours ago"
1010
- msgstr[0] "%d ساعة مضت"
1011
- msgstr[1] "%d ساعات مضت"
1012
-
1013
- #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:188
1014
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:51
1015
- msgid "%d day ago"
1016
- msgid_plural "%d days ago"
1017
- msgstr[0] "%d يومٍ مضى"
1018
- msgstr[1] "%d أيامٍ مضت"
1019
-
1020
- #: wptouch-pro-3/include/html/desktop-switch.php:2
1021
- msgid "Desktop Version"
1022
- msgstr "نسخة سطح المكتب"
1023
-
1024
- #: wptouch-pro-3/include/html/desktop-switch.php:2
1025
- msgid "Switch To Mobile Version"
1026
- msgstr "التحويل إلى نسخة الهواتف المحمولة"
1027
-
1028
- #: wptouch-pro-3/include/html/footer.php:2
1029
- msgid "Powered by %s%s%s"
1030
- msgstr "مدعوم من %s%s%s"
1031
-
1032
- #: wptouch-pro-3/include/html/footer.php:3
1033
- msgid "By %s"
1034
- msgstr "بواسطة %s"
1035
-
1036
- #: wptouch-pro-3/include/html/load-times.php:2
1037
- msgid "%d queries in %0.1f ms"
1038
- msgstr "%d استعلام %0.1f مللي ثانية"
1039
-
1040
- #: wptouch-pro-3/include/html/page-template.php:8
1041
- msgid "Default Template"
1042
- msgstr "القالب الافتراضي"
1043
-
1044
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:35
1045
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:47
1046
- msgid "Upgrading..."
1047
- msgstr "الترقية جارية..."
1048
-
1049
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:35
1050
- msgid "Upgrade to %s"
1051
- msgstr "ترقية إلى %s"
1052
-
1053
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:47
1054
- msgid "Extension location: %s"
1055
- msgstr "مكان الإضافة: %s"
1056
-
1057
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:56
1058
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:81
1059
- msgid "More Info"
1060
- msgstr "المزيد من المعلومات"
1061
-
1062
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:59
1063
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:84
1064
- msgid "Upgrade License"
1065
- msgstr "ترقية الرخصة"
1066
-
1067
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:61
1068
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:86
1069
- msgid "Get License"
1070
- msgstr "الحصول على ترخيص"
1071
-
1072
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:66
1073
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:95
1074
- msgid "Downloading..."
1075
- msgstr "جاري التحميل..."
1076
-
1077
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:75
1078
- msgid "Deactivate"
1079
- msgstr "تعطيل"
1080
-
1081
- #: wptouch-pro-3/pro/settings/html/extension-browser-pro.php:10
1082
- msgid "Loading Cloud Extensions"
1083
- msgstr "جاري تحميل إضافات Cloud"
1084
-
1085
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:49
1086
- msgid "Update to %s"
1087
- msgstr "تحديث إلى %s"
1088
-
1089
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:89
1090
- msgid "Buy Now"
1091
- msgstr "اشتر الآن"
1092
-
1093
- #: wptouch-pro-3/pro/settings/html/theme-browser-pro.php:11
1094
- msgid "Loading Cloud Themes"
1095
- msgstr "جاري تحميل سمات Cloud"
1096
-
1097
- #: wptouch-pro-3/themes/foundation/default/404.php:6
1098
- msgid "404 Not Found"
1099
- msgstr "404 غير موجود"
1100
-
1101
- #: wptouch-pro-3/themes/foundation/default/404.php:8
1102
- msgid "The post or page you requested is no longer available."
1103
- msgstr "المنشور أو الصفحة التي طلبتها لم تعد موجودة."
1104
-
1105
- #: wptouch-pro-3/themes/foundation/default/attachment.php:43
1106
- msgid "&laquo; previous in gallery"
1107
- msgstr "&laquo; السابق في المعرض"
1108
-
1109
- #: wptouch-pro-3/themes/foundation/default/attachment.php:45
1110
- msgid "next in gallery &raquo;"
1111
- msgstr "التالي في المعرض &raquo;"
1112
-
1113
- #: wptouch-pro-3/themes/foundation/default/comments.php:10
1114
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:33
1115
- msgid "no responses"
1116
- msgstr "لا ردود"
1117
-
1118
- #: wptouch-pro-3/themes/foundation/default/comments.php:10
1119
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:33
1120
- msgid "1 response"
1121
- msgstr "1 رد"
1122
-
1123
- #: wptouch-pro-3/themes/foundation/default/comments.php:10
1124
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:33
1125
- msgid "% responses"
1126
- msgstr "% ردود"
1127
-
1128
- #: wptouch-pro-3/themes/foundation/default/comments.php:20
1129
- #: wptouch-pro-3/themes/foundation/default/comments.php:26
1130
- msgid "Load More Comments&hellip;"
1131
- msgstr "تحميل المزيد من التعليقات&hellip;"
1132
-
1133
- #: wptouch-pro-3/themes/foundation/default/comments.php:38
1134
- msgid "Comments are closed"
1135
- msgstr "تم منع التعليقات"
1136
-
1137
- #: wptouch-pro-3/themes/foundation/default/comments.php:48
1138
- msgid "Cancel"
1139
- msgstr "إلغاء"
1140
-
1141
- #: wptouch-pro-3/themes/foundation/default/comments.php:51
1142
- msgid "Leave a Reply"
1143
- msgstr "كتابة رد"
1144
-
1145
- #: wptouch-pro-3/themes/foundation/default/comments.php:51
1146
- msgid "Leave a Reply to %s"
1147
- msgstr "الرد على %s"
1148
-
1149
- #: wptouch-pro-3/themes/foundation/default/comments.php:54
1150
- msgid "You must be %slogged in%s to post a comment."
1151
- msgstr "يجب أن تكون %slogged in%s لنشر تعليق."
1152
-
1153
- #: wptouch-pro-3/themes/foundation/default/comments.php:61
1154
- msgid "Logged in as"
1155
- msgstr "مسجل الدخول بحساب"
1156
-
1157
- #: wptouch-pro-3/themes/foundation/default/comments.php:61
1158
- msgid "Log out"
1159
- msgstr "تسجيل الخروج"
1160
-
1161
- #: wptouch-pro-3/themes/foundation/default/comments.php:65
1162
- msgid "Name"
1163
- msgstr "الاسم"
1164
-
1165
- #: wptouch-pro-3/themes/foundation/default/comments.php:67
1166
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:78
1167
- msgid "E-Mail"
1168
- msgstr "البريد الإلكتروني"
1169
-
1170
- #: wptouch-pro-3/themes/foundation/default/comments.php:69
1171
- msgid "Website"
1172
- msgstr "الموقع"
1173
-
1174
- #: wptouch-pro-3/themes/foundation/default/comments.php:75
1175
- msgid "Publish"
1176
- msgstr "نشر"
1177
-
1178
- #: wptouch-pro-3/themes/foundation/default/formerror.php:6
1179
- msgid "Comment Error"
1180
- msgstr "خطأ تعليق"
1181
-
1182
- #: wptouch-pro-3/themes/foundation/default/formerror.php:8
1183
- msgid "Please enter all fields correctly to post a comment."
1184
- msgstr "برجاء إدخال جميع الحقول بشكلٍ صحيح لنشر تعليق."
1185
-
1186
- #: wptouch-pro-3/themes/foundation/default/formerror.php:9
1187
- msgid "Go back"
1188
- msgstr "رجوع"
1189
-
1190
- #: wptouch-pro-3/themes/foundation/default/index.php:33
1191
- #: wptouch-pro-3-extras/themes/classic-redux/default/index.php:34
1192
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:60
1193
- #: wptouch-pro-3-extras/themes/hammock/default/index.php:34
1194
- msgid "newer posts"
1195
- msgstr "المنشورات الأحدث"
1196
-
1197
- #: wptouch-pro-3/themes/foundation/default/index.php:33
1198
- #: wptouch-pro-3-extras/themes/classic-redux/default/index.php:34
1199
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:56
1200
- #: wptouch-pro-3-extras/themes/hammock/default/index.php:34
1201
- msgid "older posts"
1202
- msgstr "المنشورات الأقدم"
1203
-
1204
- #: wptouch-pro-3/themes/foundation/default/nav-bar.php:6
1205
- #: wptouch-pro-3-extras/themes/bauhaus/default/nav-bar.php:6
1206
- msgid "previous post"
1207
- msgstr "المنشور السابق"
1208
-
1209
- #: wptouch-pro-3/themes/foundation/default/nav-bar.php:12
1210
- #: wptouch-pro-3-extras/themes/bauhaus/default/nav-bar.php:13
1211
- msgid "next post"
1212
- msgstr "المنشور التالي"
1213
-
1214
- #: wptouch-pro-3/themes/foundation/default/one-comment.php:12
1215
- msgid "Your comment is awaiting moderation"
1216
- msgstr "تعليقك في انتظار موافقة المدير"
1217
-
1218
- #: wptouch-pro-3/themes/foundation/default/related-posts.php:4
1219
- msgid "Related"
1220
- msgstr "ذات الصلة"
1221
-
1222
- #: wptouch-pro-3/themes/foundation/default/search.php:6
1223
- #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:6
1224
- #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:5
1225
- #: wptouch-pro-3-extras/themes/hammock/default/search.php:5
1226
- msgid "You searched for \"%s\""
1227
- msgstr "قمت بالبحث عن \"%s\""
1228
-
1229
- #: wptouch-pro-3/themes/foundation/default/search.php:16
1230
- #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:15
1231
- #: wptouch-pro-3-extras/themes/hammock/default/search.php:16
1232
- msgid "%s results"
1233
- msgstr "%s نتيجة"
1234
-
1235
- #: wptouch-pro-3/themes/foundation/default/search.php:36
1236
- #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:38
1237
- #: wptouch-pro-3-extras/themes/hammock/default/search.php:40
1238
- msgid "No search results found"
1239
- msgstr "لم يتم العثور على نتائج للبحث"
1240
-
1241
- #: wptouch-pro-3/themes/foundation/default/search.php:45
1242
- #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:46
1243
- #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:47
1244
- msgid "Load more %s results"
1245
- msgstr "عرض %s نتائج بحث أخرى"
1246
-
1247
- #: wptouch-pro-3/themes/foundation/default/single.php:13
1248
- #: wptouch-pro-3-extras/themes/hammock/default/post-loop-menu.php:15
1249
- #: wptouch-pro-3-extras/themes/hammock/default/post-loop.php:19
1250
- msgid "By"
1251
- msgstr "بواسطة"
1252
-
1253
- #: wptouch-pro-3/themes/foundation/default/switch-link.php:8
1254
- msgid "mobile"
1255
- msgstr "هاتف محمول"
1256
-
1257
- #: wptouch-pro-3/themes/foundation/default/switch-link.php:9
1258
- msgid "desktop"
1259
- msgstr "سطح المكتب"
1260
-
1261
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:169
1262
- msgid "Service"
1263
- msgstr "الخدمات"
1264
-
1265
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:175
1266
- msgid "Choose a service"
1267
- msgstr "اختر خدمة"
1268
-
1269
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:181
1270
- msgid "Google Adsense"
1271
- msgstr "Google Adsense"
1272
-
1273
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:182
1274
- msgid "Custom"
1275
- msgstr "مخصص"
1276
-
1277
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:192
1278
- msgid "Google AdSense"
1279
- msgstr "Google AdSense"
1280
-
1281
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:195
1282
- msgid "Publisher ID"
1283
- msgstr "تعريف هوية الناشر"
1284
-
1285
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:196
1286
- msgid "Slot ID"
1287
- msgstr "رقم تعريف الموضع"
1288
-
1289
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:200
1290
- msgid "Code Type"
1291
- msgstr "نوع الكود"
1292
-
1293
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:212
1294
- msgid "Custom Ads"
1295
- msgstr "إعلانات مخصصة"
1296
-
1297
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:215
1298
- msgid "Mobile advertising script"
1299
- msgstr "البرنامج النصي لإعلانات الهواتف المحمولة"
1300
-
1301
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:224
1302
- msgid "Ad Presentation"
1303
- msgstr "مقدمة الإعلان"
1304
-
1305
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:230
1306
- msgid "Theme location"
1307
- msgstr "موقع تخزين السمة"
1308
-
1309
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:235
1310
- msgid "In the header"
1311
- msgstr "في رأس الصفحة"
1312
-
1313
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:236
1314
- msgid "Above the page content"
1315
- msgstr "أعلى محتوى الصفحة"
1316
-
1317
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:237
1318
- msgid "Below the page content"
1319
- msgstr "أسفل محتوى الصفحة"
1320
-
1321
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:247
1322
- msgid "Active Pages"
1323
- msgstr "الصفحات النشطة"
1324
-
1325
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:250
1326
- msgid "Blog listings"
1327
- msgstr "سجلات المدونة"
1328
-
1329
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:251
1330
- msgid "Single posts"
1331
- msgstr "المنشورات المنفردة"
1332
-
1333
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:252
1334
- msgid "Static pages"
1335
- msgstr "الصفحات الثابتة"
1336
-
1337
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:253
1338
- msgid "Taxonomy"
1339
- msgstr "التصنيف"
1340
-
1341
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:254
1342
- msgid "Search results"
1343
- msgstr "نتائج البحث"
1344
-
1345
- #: wptouch-pro-3/themes/foundation/modules/base/base.php:69
1346
- msgid "Loading"
1347
- msgstr "جاري التحميل"
1348
-
1349
- #: wptouch-pro-3/themes/foundation/modules/base/preview-bar.php:2
1350
- msgid "Theme Preview"
1351
- msgstr "مشاهدة السمة"
1352
-
1353
- #: wptouch-pro-3/themes/foundation/modules/base/preview-bar.php:3
1354
- msgid "Reload"
1355
- msgstr "إعادة التحميل"
1356
-
1357
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:76
1358
- msgid "Custom Post Support"
1359
- msgstr "دعم منشور مخصص"
1360
-
1361
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:82
1362
- msgid "Enable custom post-type support"
1363
- msgstr "تمكين دعم المنشورات المخصصة"
1364
-
1365
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:90
1366
- msgid "Show custom post taxonomy"
1367
- msgstr "عرض تصنيف المنشور المخصص"
1368
-
1369
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:102
1370
- msgid "Custom Post Types"
1371
- msgstr "أنواع منشورات مخصصة"
1372
-
1373
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:231
1374
- msgid "Featured Slider"
1375
- msgstr "شريط التمرير البارز"
1376
-
1377
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:237
1378
- msgid "Enable featured slider"
1379
- msgstr "تفعيل شريط التمرير البارز"
1380
-
1381
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:238
1382
- msgid "Requires at least 2 entries to contain featured images"
1383
- msgstr "لابد من إدخالين على الأقل لتضمين الصور البارزة"
1384
-
1385
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:245
1386
- msgid "Maximum number of posts"
1387
- msgstr "العدد الأقصى للمنشورات"
1388
-
1389
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:250
1390
- msgid "3 posts"
1391
- msgstr "3 منشورات"
1392
-
1393
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:251
1394
- msgid "5 posts"
1395
- msgstr "5 منشورات"
1396
-
1397
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:252
1398
- msgid "10 posts"
1399
- msgstr "10 منشورات"
1400
-
1401
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:258
1402
- msgid "Automatically slide"
1403
- msgstr "التمرير التلقائي"
1404
-
1405
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:266
1406
- msgid "Continuously slide"
1407
- msgstr "التمرير المستمر"
1408
-
1409
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:274
1410
- msgid "Grayscale images (CSS 3 effect)"
1411
- msgstr "صور بالتدرج الرمادي (تأثير CSS 3)"
1412
-
1413
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:275
1414
- msgid "Featured slider images will be in grayscale for devices that support CSS filters."
1415
- msgstr "ستظهر صور شريط التمرير البارز بالتدرج الرمادي مع الأجهزة الداعمة لفلترات CSS."
1416
-
1417
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:282
1418
- msgid "Show title & date"
1419
- msgstr "عرض العنوان والتاريخ"
1420
-
1421
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:283
1422
- msgid "If disabled, the title and date will not be shown. Note: some themes do not show the date."
1423
- msgstr "عند التعطيل، لن يتم عرض العنوان والتاريخ. ملحوظة: هناك بعض السمات التي لا تعرض التاريخ."
1424
-
1425
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:290
1426
- msgid "Featured slider posts also show in listings"
1427
- msgstr "عرض المنشورات المميزة بشريط تمرير في القوائم"
1428
-
1429
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:298
1430
- msgid "Slide transition speed"
1431
- msgstr "سرعة الحركة خلال التمرير"
1432
-
1433
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:303
1434
- msgid "Slow"
1435
- msgstr "بطيئة"
1436
-
1437
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:304
1438
- msgid "Normal"
1439
- msgstr "عادية"
1440
-
1441
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:305
1442
- msgid "Fast"
1443
- msgstr "سريعة"
1444
-
1445
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:316
1446
- msgid "Show latest posts"
1447
- msgstr "عرض آخر المنشورات"
1448
-
1449
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:317
1450
- msgid "Show posts from a specific tag"
1451
- msgstr "عرض المنشورات من رابط ذكي محدد"
1452
-
1453
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:318
1454
- msgid "Show posts from a specific category"
1455
- msgstr "عرض المنشورات من فئة محددة"
1456
-
1457
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:319
1458
- msgid "Show only specific posts or pages"
1459
- msgstr "عرض منشورات أو صفحات محددة فقط"
1460
-
1461
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:325
1462
- msgid "Only this tag"
1463
- msgstr "هذا الرابط الذكي فقط"
1464
-
1465
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:334
1466
- msgid "Only this category"
1467
- msgstr "هذه الفئة فقط"
1468
-
1469
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:343
1470
- msgid "Comma-separated list of post/page IDs"
1471
- msgstr "قائمة مفصولة بفاصلة لهويات تعريف المنشورات/الصفحات"
1472
-
1473
- #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:10
1474
- msgid "Browser Fonts"
1475
- msgstr "خطوط المتصفح"
1476
-
1477
- #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:18
1478
- msgid "Typography"
1479
- msgstr "أسلوب الطباعة"
1480
-
1481
- #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:24
1482
- msgid "Font style"
1483
- msgstr "نوع الخط"
1484
-
1485
- #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:25
1486
- msgid "Choose a Google font pairing designed for this theme, or default browser fonts."
1487
- msgstr "اختر خط كتابة Google المتوافق والمصمم لهذه السمة، أو أحد الخطوط الخاصة بالمتصفح الافتراضي."
1488
-
1489
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:7
1490
- msgid "Remember Me"
1491
- msgstr "تذكرني"
1492
-
1493
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:9
1494
- msgid "Log In"
1495
- msgstr "تسجيل الدخول"
1496
-
1497
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:20
1498
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:51
1499
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:49
1500
- #: wptouch-pro-3-extras/themes/simple/default/header-bottom.php:22
1501
- msgid "Login"
1502
- msgstr "تسجيل الدخول"
1503
-
1504
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:29
1505
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:207
1506
- msgid "Sign-up"
1507
- msgstr "التسجيل"
1508
-
1509
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:30
1510
- msgid "Lost password?"
1511
- msgstr "فقدت كلمة المرور؟"
1512
-
1513
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:22
1514
- msgid "Account Username"
1515
- msgstr "اسم المستخدم للحساب"
1516
-
1517
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:23
1518
- msgid "Account Password"
1519
- msgstr "كلمة المرور للحساب"
1520
-
1521
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:32
1522
- msgid "Login Form"
1523
- msgstr "نموذج تسجيل الدخول"
1524
-
1525
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:38
1526
- msgid "Use fly-in login form"
1527
- msgstr "استخدم نموذج fly-in لتسجيل الدخول"
1528
-
1529
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:39
1530
- msgid "Will add login links and allow mobile visitors to login to your website from mobile devices"
1531
- msgstr "ستتم إضافة روابط تسجيل الدخول والسماح لزوار الهواتف المحمولة تسجيل الدخول لموقعك من هواتفهم"
1532
-
1533
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:46
1534
- msgid "Show \"Sign-up\" and \"Lost Password?\" links"
1535
- msgstr "عرض روابط \"التسجيل\" و \"نسيت كلمة المرور؟\""
1536
-
1537
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:48
1538
- msgid "Video Handling"
1539
- msgstr "معالجة الفيديو"
1540
-
1541
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:60
1542
- msgid "CSS only (HTML5 videos)"
1543
- msgstr "CSS فقط (فيديوهات HTML5)"
1544
-
1545
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:61
1546
- msgid "FitVids Method"
1547
- msgstr "طريقة FitVids"
1548
-
1549
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:62
1550
- msgid "Fluid-Width Method"
1551
- msgstr "طريقة Fluid-Width"
1552
-
1553
- #: wptouch-pro-3/themes/foundation/modules/related-posts/related-posts.php:106
1554
- msgid "Related Posts"
1555
- msgstr "المنشورات ذات الصلة"
1556
-
1557
- #: wptouch-pro-3/themes/foundation/modules/related-posts/related-posts.php:112
1558
- msgid "Enable display of related posts"
1559
- msgstr "تمكين عرض المنشورات ذات الصلة"
1560
-
1561
- #: wptouch-pro-3/themes/foundation/modules/related-posts/related-posts.php:120
1562
- msgid "Maximum number of related posts to show"
1563
- msgstr "العدد الأقصى للمنشورات ذات الصلة المعروضة"
1564
-
1565
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing-html.php:1
1566
- #: wptouch-pro-3-extras/themes/hammock/default/sharing-html.php:2
1567
- msgid "Share"
1568
- msgstr "مشاركة"
1569
-
1570
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing-html.php:1
1571
- #: wptouch-pro-3-extras/themes/hammock/default/sharing-html.php:3
1572
- msgid "Tweet"
1573
- msgstr "تغريد"
1574
-
1575
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing-html.php:1
1576
- #: wptouch-pro-3-extras/themes/hammock/default/sharing-html.php:5
1577
- msgid "Mail"
1578
- msgstr "إرسال كبريد إلكتروني"
1579
-
1580
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:81
1581
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:317
1582
- msgid "Sharing"
1583
- msgstr "المشاركة"
1584
-
1585
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:87
1586
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:323
1587
- msgid "Show sharing links"
1588
- msgstr "عرض روابط المشاركة"
1589
-
1590
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:88
1591
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:324
1592
- msgid "Will show Facebook, Twitter, Google+ and Email buttons on single posts."
1593
- msgstr "سيتم عرض أزرار فيسبوك وتويتر وGoogle+ والبريد الإلكتروني في كل المنشورات."
1594
-
1595
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:95
1596
- msgid "Show sharing links on pages"
1597
- msgstr "عرض روابط المشاركة على الصفحات"
1598
-
1599
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:96
1600
- msgid "Will show Facebook, Twitter, Google+ and Email buttons on pages as well as single posts."
1601
- msgstr "سيتم عرض أزرار فيسبوك وتويتر وجوجل بلس والبريد الإلكتروني على الصفحات وكذا المنشورات الفردية."
1602
-
1603
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:103
1604
- msgid "Sharing links location"
1605
- msgstr "مشاركة موقع الروابط"
1606
-
1607
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:108
1608
- msgid "Above post content"
1609
- msgstr "أعلى محتوى المنشور"
1610
-
1611
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:109
1612
- msgid "Below post content"
1613
- msgstr "أسفل محتوى المنشور"
1614
-
1615
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:115
1616
- msgid "Color scheme"
1617
- msgstr "مخطط اللون"
1618
-
1619
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:120
1620
- msgid "Theme colors"
1621
- msgstr "ألوان السمة"
1622
-
1623
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:121
1624
- msgid "Social network colors"
1625
- msgstr "ألوان شبكات التواصل الاجتماعي"
1626
-
1627
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:8
1628
- msgid "Footer Social Links"
1629
- msgstr "روابط شبكات التواصل في ذيل الصفحة"
1630
-
1631
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:23
1632
- msgid "Full URL to your Facebook page"
1633
- msgstr "رابط كامل لصفحتك على الفيسبوك"
1634
-
1635
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:31
1636
- msgid "Full URL to your Twitter profile"
1637
- msgstr "رابط كامل لحسابك على تويتر"
1638
-
1639
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:39
1640
- msgid "Full URL to your Google+ profile"
1641
- msgstr "رابط كامل لحسابك على Google+"
1642
-
1643
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:47
1644
- msgid "Full URL to your Pinterest page"
1645
- msgstr "رابط كامل لصفحتك على Pinterest"
1646
-
1647
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:55
1648
- msgid "Full URL to your Vimeo page"
1649
- msgstr "رابط كامل لصفحتك على Vimeo"
1650
-
1651
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:63
1652
- msgid "Full URL to your %s profile"
1653
- msgstr "رابط كامل إلى ملف تعريفك %s"
1654
-
1655
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:70
1656
- msgid "LinkedIn"
1657
- msgstr "LinkedIn"
1658
-
1659
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:71
1660
- msgid "Full URL to your LinkedIn profile"
1661
- msgstr "رابط كامل لحسابك على LinkedIn"
1662
-
1663
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:79
1664
- msgid "E-Mail address"
1665
- msgstr "عنوان البريد الإلكتروني"
1666
-
1667
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:87
1668
- msgid "Full URL to your RSS feed"
1669
- msgstr "رابط كامل لتغذية RSS"
1670
-
1671
- #: wptouch-pro-3/themes/foundation/modules/tablets/tablets.php:46
1672
- msgid "iPad"
1673
- msgstr "iPad"
1674
-
1675
- #: wptouch-pro-3/themes/foundation/modules/tablets/tablets.php:52
1676
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:268
1677
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:286
1678
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:304
1679
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:323
1680
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:331
1681
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:349
1682
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:357
1683
- #: wptouch-pro-3/themes/foundation/root-functions.php:390
1684
- #: wptouch-pro-3/themes/foundation/root-functions.php:408
1685
- msgid "%d by %d pixels (PNG)"
1686
- msgstr "%d في %d بكسل (PNG)"
1687
-
1688
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:66
1689
- msgid "Disabled"
1690
- msgstr "معطل"
1691
-
1692
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:81
1693
- msgid "Twitter account to use for Tweet display"
1694
- msgstr "حساب تويتر للنشر على تويتر"
1695
-
1696
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:122
1697
- msgid "External link— open it in the browser?"
1698
- msgstr "رابط خارجي— فتح الرابط في المتصفح؟"
1699
-
1700
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:123
1701
- msgid "File link— Do you want to open it in the browser?"
1702
- msgstr "رابط ملف— هل ترغب في فتح الرابط في المتصفح؟"
1703
-
1704
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:210
1705
- msgid "Enable iOS Web-App Mode"
1706
- msgstr "تمكين وضع تطبيق الويب لنظام iOS"
1707
-
1708
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:214
1709
- msgid "Enable persistence"
1710
- msgstr "تفعيل الثبات"
1711
-
1712
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:215
1713
- msgid "Loads the last visited URL for visitors on open."
1714
- msgstr "تحميل آخر رابط تمت زيارته للزوار عند الفتح."
1715
-
1716
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:222
1717
- msgid "URLs to ignore in Web-App Mode"
1718
- msgstr "الراوبط المهملة في وضع تطبيق الويب"
1719
-
1720
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:235
1721
- msgid "Notice Message"
1722
- msgstr "رسالة تنبيه"
1723
-
1724
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:238
1725
- msgid "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
1726
- msgstr "عرض رسالة تنبيه للزوار من أجهزة آي فون وآيبود تاتش وآي باد حول تطبيق الويب الخاص بي"
1727
-
1728
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:238
1729
- msgid "WPtouch shows a notice bubble on 1st visit letting users know about your Web-App enabled website on iOS devices."
1730
- msgstr "يقوم WPtouch بعرض نافذة منبثقة مع أول زيارة لتعريف المستخدمين بأن موقعك مزود بتطبيق الويب لأجهزة iOS."
1731
-
1732
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:239
1733
- msgid "Notice message contents"
1734
- msgstr "محتويات رسالة التنبيه"
1735
-
1736
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:239
1737
- msgid "[device] and [icon] are dynamic and used to determine the device and iOS version. Do not remove these from your message."
1738
- msgstr "[device] و [icon] ديناميكيان ويستخدمان للتعرف على الجهاز ونسخة نظام iOS. لا تحذفهم من رسالتك."
1739
-
1740
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:243
1741
- msgid "the notice message will be shown again for visitors"
1742
- msgstr "سيتم عرض رسالة التنبيه مرةً أخرى للزوار"
1743
-
1744
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:248
1745
- msgid "1 day until"
1746
- msgstr "يوم واحد حتى"
1747
-
1748
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:249
1749
- msgid "7 days until"
1750
- msgstr "7 أيام حتى"
1751
-
1752
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:250
1753
- msgid "1 month until"
1754
- msgstr "شهر واحد حتى"
1755
-
1756
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:251
1757
- msgid "Every time"
1758
- msgstr "كل مرة"
1759
-
1760
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:262
1761
- msgid "iPhone Startup Screen"
1762
- msgstr "شاشة بدء iPhone"
1763
-
1764
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:280
1765
- msgid "Retina iPhone Startup Screen"
1766
- msgstr "شاشة بدء شبكية iPhone"
1767
-
1768
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:298
1769
- msgid "iPhone 5 Startup Screen"
1770
- msgstr "شاشة بدء iPhone 5"
1771
-
1772
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:317
1773
- msgid "iPad Mini and iPad Startup Screens"
1774
- msgstr "شاشات بدء iPad Mini وiPad"
1775
-
1776
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:343
1777
- msgid "Retina iPad Startup Screens"
1778
- msgstr "شاشات بدء شبكية iPad"
1779
-
1780
- #: wptouch-pro-3/themes/foundation/root-functions.php:11
1781
- msgid "Branding"
1782
- msgstr "التصنيف"
1783
-
1784
- #: wptouch-pro-3/themes/foundation/root-functions.php:12
1785
- msgid "Media Handling"
1786
- msgstr "معالجة الوسائط"
1787
-
1788
- #: wptouch-pro-3/themes/foundation/root-functions.php:13
1789
- msgid "Web-App Mode"
1790
- msgstr "وضع تطبيق الويب"
1791
-
1792
- #: wptouch-pro-3/themes/foundation/root-functions.php:14
1793
- msgid "Bookmark Icons"
1794
- msgstr "أيقونات المفضلة"
1795
-
1796
- #: wptouch-pro-3/themes/foundation/root-functions.php:15
1797
- msgid "Advertising"
1798
- msgstr "الإعلانات"
1799
-
1800
- #: wptouch-pro-3/themes/foundation/root-functions.php:16
1801
- msgid "Custom Content"
1802
- msgstr "محتوى مخصص"
1803
-
1804
- #: wptouch-pro-3/themes/foundation/root-functions.php:113
1805
- msgid "Install this Web-App on your [device]: tap [icon] then \"Add to Home Screen\""
1806
- msgstr "قم بتنصيب تطبيق الويب هذا على [device]: انقر على [icon] ثم \"أضف إلى الشاشة الرئيسية\""
1807
-
1808
- #: wptouch-pro-3/themes/foundation/root-functions.php:304
1809
- msgid "Number of posts in post listings"
1810
- msgstr "عدد المنشورات في سجلات المنشور"
1811
-
1812
- #: wptouch-pro-3/themes/foundation/root-functions.php:305
1813
- msgid "Overrides the WordPress Reading settings for \"Blog pages show at most\""
1814
- msgstr "يتجاهل إعدادات قراءة WordPress لـ \"عرض صفحات المدونة على الأكثر\""
1815
-
1816
- #: wptouch-pro-3/themes/foundation/root-functions.php:312
1817
- msgid "Excluded categories"
1818
- msgstr "الفئات المستبعدة"
1819
-
1820
- #: wptouch-pro-3/themes/foundation/root-functions.php:313
1821
- msgid "Comma separated by category name"
1822
- msgstr "مرتبة بحسب اسم الفئة ومفصولة بفاصلة"
1823
-
1824
- #: wptouch-pro-3/themes/foundation/root-functions.php:320
1825
- msgid "Excluded tags"
1826
- msgstr "الروابط الذكية المستبعدة"
1827
-
1828
- #: wptouch-pro-3/themes/foundation/root-functions.php:321
1829
- msgid "Comma separated by tag name"
1830
- msgstr "مرتبة بحسب اسم الرابط الذكي ومفصولة بفاصلة"
1831
-
1832
- #: wptouch-pro-3/themes/foundation/root-functions.php:331
1833
- msgid "Blog"
1834
- msgstr "المدونة"
1835
-
1836
- #: wptouch-pro-3/themes/foundation/root-functions.php:342
1837
- msgid "Show comments on pages"
1838
- msgstr "عرض التعليقات على الصفحات"
1839
-
1840
- #: wptouch-pro-3/themes/foundation/root-functions.php:343
1841
- msgid "Overrides the WordPress settings for showing comments on pages."
1842
- msgstr "تجاوز إعدادات WordPress لعرض التعليقات على الصفحات."
1843
-
1844
- #: wptouch-pro-3/themes/foundation/root-functions.php:353
1845
- #: wptouch-pro-3/themes/foundation/root-functions.php:1024
1846
- msgid "Pages"
1847
- msgstr "الصفحات"
1848
-
1849
- #: wptouch-pro-3/themes/foundation/root-functions.php:366
1850
- msgid "Icon Title"
1851
- msgstr "عنوان الأيقونة"
1852
-
1853
- #: wptouch-pro-3/themes/foundation/root-functions.php:372
1854
- msgid "Icon title"
1855
- msgstr "عنوان الأيقونة"
1856
-
1857
- #: wptouch-pro-3/themes/foundation/root-functions.php:373
1858
- msgid "When visitors bookmark your website, this will be the title shown."
1859
- msgstr "عند حفظ الزوار لموقعك في المفضلة لديهم، فهذا هو العنوان الذي سيظهر لهم."
1860
-
1861
- #: wptouch-pro-3/themes/foundation/root-functions.php:384
1862
- msgid "Android"
1863
- msgstr "أندرويد"
1864
-
1865
- #: wptouch-pro-3/themes/foundation/root-functions.php:402
1866
- msgid "iPhone & iPod touch"
1867
- msgstr "آيفون وآيبود تاتش"
1868
-
1869
- #: wptouch-pro-3/themes/foundation/root-functions.php:438
1870
- msgid "Theme Colors"
1871
- msgstr "ألوان السمات"
1872
-
1873
- #: wptouch-pro-3/themes/foundation/root-functions.php:448
1874
- msgid "Site Logo"
1875
- msgstr "شعار الموقع"
1876
-
1877
- #: wptouch-pro-3/themes/foundation/root-functions.php:454
1878
- msgid "(Scaled by themes to fit logo areas as needed)"
1879
- msgstr "(منسقة بحسب السمات لتلائم أماكن الشعار، عند الحاجة لذلك)"
1880
-
1881
- #: wptouch-pro-3/themes/foundation/root-functions.php:467
1882
- msgid "Smart App Banner"
1883
- msgstr "خاصية Smart App Banner"
1884
-
1885
- #: wptouch-pro-3/themes/foundation/root-functions.php:473
1886
- msgid "Enter your app's %sApp Store ID%s"
1887
- msgstr "أدخل رقم تعريف التطبيق %sApp Store ID%s"
1888
-
1889
- #: wptouch-pro-3/themes/foundation/root-functions.php:474
1890
- 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."
1891
- msgstr "معرف التطبيق الفريد. يمكنك الحصول على رقم تعريف التطبيق من صانع روابط iTunes Link Maker: ابحث عن تطبيقك. ففي الرابط الذي ستحصل عليه، سيكون رقم تعريف التطبيق هو الرقم المكون من تسعة أرقام والواقع بين معرف الهوية id و?mt. على سبيل المثال، رقم تعريف تطبيق لعبة Angry Birds هو 343200656."
1892
-
1893
- #: wptouch-pro-3/themes/foundation/root-functions.php:486
1894
- msgid "Theme Footer"
1895
- msgstr "ذيل السمة"
1896
-
1897
- #: wptouch-pro-3/themes/foundation/root-functions.php:489
1898
- msgid "Custom footer content (HTML is allowed)"
1899
- msgstr "محتوى مخصص لذيل الصفحة (مسموح بلغة HTML)"
1900
-
1901
- #: wptouch-pro-3/themes/foundation/root-functions.php:489
1902
- msgid "You can add custom footer content that will be displayed below the switch link."
1903
- msgstr "يمكنك إضافة محتوى مخصص لذيل الصفحة، والذي سيعرض أسفل رابط التحويل بين السمات."
1904
-
1905
- #: wptouch-pro-3/themes/foundation/root-functions.php:854
1906
- msgid "search results for '%s'"
1907
- msgstr "نتائج البحث عن '%s'"
1908
-
1909
- #: wptouch-pro-3/themes/foundation/root-functions.php:856
1910
- msgid "%sCategories &rsaquo;%s %s"
1911
- msgstr "%sالفئات &rsaquo;%s %s"
1912
-
1913
- #: wptouch-pro-3/themes/foundation/root-functions.php:858
1914
- msgid "Tags &rsaquo; %s"
1915
- msgstr "الروابط الذكية &rsaquo; %s"
1916
-
1917
- #: wptouch-pro-3/themes/foundation/root-functions.php:860
1918
- #: wptouch-pro-3/themes/foundation/root-functions.php:862
1919
- #: wptouch-pro-3/themes/foundation/root-functions.php:864
1920
- msgid "Archives &rsaquo; %s"
1921
- msgstr "أرشيف &rsaquo; %s"
1922
-
1923
- #: wptouch-pro-3/themes/foundation/root-functions.php:879
1924
- msgid "Load more from this category"
1925
- msgstr "تحميل المزيد من هذه الفئة"
1926
-
1927
- #: wptouch-pro-3/themes/foundation/root-functions.php:881
1928
- msgid "Load more tagged like this"
1929
- msgstr "تحميل المزيد مما لديه علامة كهذه"
1930
-
1931
- #: wptouch-pro-3/themes/foundation/root-functions.php:883
1932
- msgid "Load more from this day"
1933
- msgstr "تحميل المزيد من ذلك اليوم"
1934
-
1935
- #: wptouch-pro-3/themes/foundation/root-functions.php:885
1936
- msgid "Load more from this month"
1937
- msgstr "تحميل المزيد من ذلك الشهر"
1938
-
1939
- #: wptouch-pro-3/themes/foundation/root-functions.php:887
1940
- msgid "Load more from this year"
1941
- msgstr "تحميل المزيد من ذلك العام"
1942
-
1943
- #: wptouch-pro-3/themes/foundation/root-functions.php:889
1944
- msgid "Load more in this section"
1945
- msgstr "تحميل المزيد في هذا القسم"
1946
-
1947
- #: wptouch-pro-3/themes/foundation/root-functions.php:891
1948
- msgid "Load more entries"
1949
- msgstr "تحميل المزيد من الإدخالات"
1950
-
1951
- #: wptouch-pro-3/themes/foundation/root-functions.php:973
1952
- msgid "Post"
1953
- msgstr "منشور"
1954
-
1955
- #: wptouch-pro-3/themes/foundation/root-functions.php:975
1956
- msgid "Page"
1957
- msgstr "صفحة"
1958
-
1959
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:63
1960
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:225
1961
- msgid "Purge Page Cache"
1962
- msgstr "إزالة الذاكرة المؤقتة للصفحة"
1963
-
1964
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:123
1965
- msgid "Enable Infinity Cache"
1966
- msgstr "تمكين التخزين المؤقت اللامحدود"
1967
-
1968
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:131
1969
- msgid "Create cache for desktop users"
1970
- msgstr "إنشاء تخزين مؤقت لمستخدمي سطح المكتب"
1971
-
1972
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:132
1973
- msgid "If you are using another cache plugin such as W3, you can disable this."
1974
- msgstr "إذا كنت تستخدم ملحقًا آخرًا للتخزين المؤقت مثل W3، فيمكنك تعطيله."
1975
-
1976
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:153
1977
- msgid "Compress output using GZIP"
1978
- msgstr "ضغط الناتج باستخدام GZIP"
1979
-
1980
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:163
1981
- msgid "Maximum age of cached content"
1982
- msgstr "العمر الأقصى لمحتوى التخزين المؤقت"
1983
-
1984
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:164
1985
- msgid "Each cached page will automatically be regenerated after this period elapses"
1986
- msgstr "ستتم تلقائيًا إعادة توليد كل صفحة مخزنة مؤقتًا بعد انقضاء هذه المدة"
1987
-
1988
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:168
1989
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:169
1990
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:170
1991
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:171
1992
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:172
1993
- msgid "%d hour"
1994
- msgid_plural "%d hours"
1995
- msgstr[0] "%d ساعة"
1996
- msgstr[1] "%d ساعات"
1997
-
1998
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:179
1999
- msgid "Remove stale cache file interval"
2000
- msgstr "إزالة الفاصل الزمني لملف ذاكرة التخزين المؤقت"
2001
-
2002
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:184
2003
- msgid "Hourly"
2004
- msgstr "كل ساعة"
2005
-
2006
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:185
2007
- msgid "Daily"
2008
- msgstr "يومي"
2009
-
2010
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:192
2011
- msgid "Disable caching for any of these matched URL fragments"
2012
- msgstr "تعطيل التخزين المؤقت لأحد أجزاء الروابط المتوافقة"
2013
-
2014
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:193
2015
- msgid "Add one URL fragment per line, i.e. %s, to not cache pages that contain each URL fragment"
2016
- msgstr "أضف جزء رابط واحد في كل سطر، أي %s، وذلك لكي لا يتم تخزين صفحات تحتوي على كل جزء من الرابط بشكلٍ مؤقت"
2017
-
2018
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:201
2019
- msgid "Content Distribution Network Service"
2020
- msgstr "خدمة شبكة توزيع المحتوى CDN"
2021
-
2022
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:202
2023
- msgid "Using a content distribution network (CDN) can significantly enhance the responsiveness of your website."
2024
- msgstr "يمكن لاستخدام خدمة شبكة توزيع المحتوى (CDN) أن يعزز بشكلٍ كبير من سرعة استجابة موقعك."
2025
-
2026
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:215
2027
- msgid "URL %d"
2028
- msgstr "الرابط %d"
2029
-
2030
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:216
2031
- msgid "Add the URLs you have configured for your CDN, for example http://cdn%d.mysite.com"
2032
- msgstr "أضف الروابط التي قم بتهيئتها لخدمة شبكة توزيع المحتوى خاصتك، على سبيل المثال http://cdn%d.mysite.com"
2033
-
2034
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:233
2035
- msgid "Infinity Cache"
2036
- msgstr "التخزين المؤقت اللامحدود"
2037
-
2038
- #: wptouch-pro-3-extras/extensions/mobile-content/mobile-content.php:20
2039
- msgid "WPtouch Alternate Mobile Content"
2040
- msgstr "محتوى WPtouch البديل للهواتف المحمولة"
2041
-
2042
- #: wptouch-pro-3-extras/extensions/mobile-content/mobile-content.php:38
2043
- msgid "Mobile Content"
2044
- msgstr "محتوى الهاتف المحمول"
2045
-
2046
- #: wptouch-pro-3-extras/extensions/mobile-content/mobile-content.php:44
2047
- msgid "Enable mobile content display"
2048
- msgstr "تمكين عرض محتوى الهاتف المحمول"
2049
-
2050
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:92
2051
- msgid "Responsive Images"
2052
- msgstr "الصور المتفاعلة"
2053
-
2054
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:98
2055
- msgid "Include desktop optimizations for mobile devices"
2056
- msgstr "ضم تحسينات سطح المكتب للهواتف المحمولة"
2057
-
2058
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:99
2059
- msgid "Normally only images on mobile are optimized"
2060
- msgstr "عادة ما يتم تحسين الصور فقط على الهاتف المحمول"
2061
-
2062
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:106
2063
- msgid "Performance preference"
2064
- msgstr "تفضيلات الأداء"
2065
-
2066
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:111
2067
- msgid "Optimize for page speed"
2068
- msgstr "تحسين من أجل سرعة الصفحة"
2069
-
2070
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:112
2071
- msgid "Optimize for quality"
2072
- msgstr "تحسين من أجل الجودة"
2073
-
2074
- #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:21
2075
- #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:24
2076
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:76
2077
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:84
2078
- #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:24
2079
- msgid "Search this website"
2080
- msgstr "بحث في هذا الموقع"
2081
-
2082
- #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:22
2083
- #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:14
2084
- #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:25
2085
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:46
2086
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:78
2087
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:42
2088
- #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:14
2089
- #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:25
2090
- msgid "Search"
2091
- msgstr "بحث"
2092
-
2093
- #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:40
2094
- #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:42
2095
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:53
2096
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:51
2097
- #: wptouch-pro-3-extras/themes/simple/default/header-bottom.php:24
2098
- msgid "Logout"
2099
- msgstr "تسجيل الخروج"
2100
-
2101
- #: wptouch-pro-3-extras/themes/bauhaus/default/post-loop.php:19
2102
- #: wptouch-pro-3-extras/themes/bio/default/post-loop.php:19
2103
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:24
2104
- msgid "by"
2105
- msgstr "بواسطة"
2106
-
2107
- #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:14
2108
- msgid "Show %s Results"
2109
- msgstr "عرض %s نتائج"
2110
-
2111
- #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:38
2112
- msgid "No results found"
2113
- msgstr "لم يتم العثور على نتائج"
2114
-
2115
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:25
2116
- msgid "no comments"
2117
- msgstr "لا تعليقات"
2118
-
2119
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:25
2120
- msgid "1 comment"
2121
- msgstr "1 تعليق"
2122
-
2123
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:25
2124
- msgid "% comments"
2125
- msgstr "% تعليقات"
2126
-
2127
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:44
2128
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:35
2129
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:61
2130
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:39
2131
- msgid "Categories"
2132
- msgstr "الفئات"
2133
-
2134
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:47
2135
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:39
2136
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:68
2137
- msgid "Tags"
2138
- msgstr "الروابط الذكية"
2139
-
2140
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:118
2141
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:97
2142
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:72
2143
- msgid "Header Menu"
2144
- msgstr "قائمة رأس الصفحة"
2145
-
2146
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:120
2147
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:89
2148
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:99
2149
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:116
2150
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:125
2151
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:74
2152
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:77
2153
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:60
2154
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:71
2155
- msgid "Choose a menu"
2156
- msgstr "اختر قائمة"
2157
-
2158
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:121
2159
- msgid "Main menu selection"
2160
- msgstr "اختيار القائمة الرئيسية"
2161
-
2162
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:128
2163
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:97
2164
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:107
2165
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:132
2166
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:85
2167
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:79
2168
- msgid "Theme background"
2169
- msgstr "خلفية السمة"
2170
-
2171
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:129
2172
- msgid "Header & Menu"
2173
- msgstr "رأس الصفحة والقائمة"
2174
-
2175
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:130
2176
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:98
2177
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:108
2178
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:133
2179
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:84
2180
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:86
2181
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:80
2182
- msgid "Links"
2183
- msgstr "الراوبط"
2184
-
2185
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:131
2186
- msgid "Post/Page Headers"
2187
- msgstr "رأس المنشور/الصفحة"
2188
-
2189
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:232
2190
- msgid "Theme Shapes"
2191
- msgstr "أشكال السمة"
2192
-
2193
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:238
2194
- msgid "Theme shape style"
2195
- msgstr "نمط شكل السمة"
2196
-
2197
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:239
2198
- msgid "Bauhaus will use this shape style throughout its appearance"
2199
- msgstr "سيستخدم Bauhaus نمط الشكل هذا طوال فترة ظهوره"
2200
-
2201
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:243
2202
- msgid "Circles"
2203
- msgstr "دوائر"
2204
-
2205
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:245
2206
- msgid "Rounded squares"
2207
- msgstr "مربعات مستديرة"
2208
-
2209
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:264
2210
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:131
2211
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:238
2212
- msgid "Post thumbnails"
2213
- msgstr "نشر الصور المصغّرة"
2214
-
2215
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:269
2216
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:136
2217
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:243
2218
- msgid "No thumbnails"
2219
- msgstr "بدون صور مصغّرة"
2220
-
2221
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:270
2222
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:137
2223
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:244
2224
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:230
2225
- msgid "Blog listing only"
2226
- msgstr "سجلات المدونة فقط"
2227
-
2228
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:271
2229
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:138
2230
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:245
2231
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:231
2232
- msgid "Blog listing, single posts"
2233
- msgstr "سجلات المدونة، المنشورات الفردية"
2234
-
2235
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:272
2236
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:139
2237
- msgid "Blog listing, single posts & pages"
2238
- msgstr "قائمة المدونة والمنشورات المفردة والصفحات"
2239
-
2240
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:273
2241
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:140
2242
- msgid "All (blog, single, pages, search & archive)"
2243
- msgstr "الكل (المدونة، والمفردة، والصفحات، والبحث، والأرشيف)"
2244
-
2245
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:281
2246
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:148
2247
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:254
2248
- msgid "Thumbnail Selection"
2249
- msgstr "اختيار الصورة المصغّرة"
2250
-
2251
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:286
2252
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:153
2253
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:259
2254
- msgid "Post featured image"
2255
- msgstr "صورة المنشور المميزة"
2256
-
2257
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:287
2258
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:154
2259
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:260
2260
- msgid "Post custom field"
2261
- msgstr "الحقل المخصص للمنشور"
2262
-
2263
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:295
2264
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:162
2265
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:268
2266
- msgid "Thumbnail custom field name"
2267
- msgstr "اسم الحقل المخصص للصورة المصغّرة"
2268
-
2269
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:306
2270
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:301
2271
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:262
2272
- msgid "Show post categories and tags"
2273
- msgstr "عرض فئات المنشور والعلامات عليه"
2274
-
2275
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:317
2276
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:173
2277
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:279
2278
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:240
2279
- msgid "Show post date"
2280
- msgstr "عرض تاريخ المنشور"
2281
-
2282
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:328
2283
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:184
2284
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:290
2285
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:251
2286
- msgid "Show post author"
2287
- msgstr "عرض صاحب المنشور"
2288
-
2289
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:339
2290
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:195
2291
- msgid "Show search in header"
2292
- msgstr "عرض البحث في رأس الصفحة"
2293
-
2294
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:340
2295
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:196
2296
- msgid "Adds Search capability in the site header."
2297
- msgstr "يضيف إمكانية البحث في رأس صفحات الموقع."
2298
-
2299
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:350
2300
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:206
2301
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:312
2302
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:285
2303
- msgid "Use infinite scrolling for blog"
2304
- msgstr "استخدام التمرير غير المحدود للمدونة"
2305
-
2306
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:367
2307
- msgid "Show featured slider on front page"
2308
- msgstr "إظهار شريط التمرير البارز على الصفحة الأولى"
2309
-
2310
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:87
2311
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:75
2312
- msgid "Primary Menu"
2313
- msgstr "القائمة الرئيسية"
2314
-
2315
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:90
2316
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:78
2317
- msgid "Menus are awesome!"
2318
- msgstr "القوائم رائعة!"
2319
-
2320
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:43
2321
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:88
2322
- msgid "Tweets"
2323
- msgstr "التغريدات"
2324
-
2325
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:92
2326
- msgid "Follow %s on Twitter"
2327
- msgstr "تابع %s على تويتر"
2328
-
2329
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:56
2330
- msgid "Read This Post"
2331
- msgstr "اقرأ هذا المنشور"
2332
-
2333
- #: wptouch-pro-3-extras/themes/classic-redux/default/single.php:16
2334
- msgid "%s at %s"
2335
- msgstr "%s عند %s"
2336
-
2337
- #: wptouch-pro-3-extras/themes/classic-redux/default/single.php:18
2338
- #: wptouch-pro-3-extras/themes/hammock/default/single.php:21
2339
- msgid "Written by %s"
2340
- msgstr "كتبه %s"
2341
-
2342
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:6
2343
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:357
2344
- msgid "Tablets"
2345
- msgstr "الحواسيب اللوحية"
2346
-
2347
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:106
2348
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:131
2349
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:78
2350
- msgid "Header background"
2351
- msgstr "خلفية رأس الصفحة"
2352
-
2353
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:246
2354
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:232
2355
- msgid "All (blog, single, search and archive)"
2356
- msgstr "الكل (المدونة، والفردي، والبحث، والأرشيف)"
2357
-
2358
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:323
2359
- msgid "Use rounded corners"
2360
- msgstr "استخدام زوايا مستديرة"
2361
-
2362
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:341
2363
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:302
2364
- msgid "Show page title areas on pages"
2365
- msgstr "عرض مناطق عنوان الصفحة على الصفحات"
2366
-
2367
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:363
2368
- msgid "Add tablet support"
2369
- msgstr "أضف دعم الحواسيب اللوحية"
2370
-
2371
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:375
2372
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:335
2373
- msgid "Header Menu Area"
2374
- msgstr "منطقة قائمة رأس الصفحة"
2375
-
2376
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:381
2377
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:341
2378
- msgid "Drop-down button says \"Menu\""
2379
- msgstr "زر القائمة المنسدلة يشير إلى \"القائمة\""
2380
-
2381
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:389
2382
- msgid "Show tab bar"
2383
- msgstr "عرض شريط علامات الجدولة"
2384
-
2385
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:397
2386
- msgid "Tab-bar shows categories or tags"
2387
- msgstr "عرض شريط علامات الجدولة للفئات والروابط الذكية"
2388
-
2389
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:402
2390
- msgid "Categories and tags"
2391
- msgstr "الفئات والراوبط الذكية"
2392
-
2393
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:403
2394
- msgid "Categories only"
2395
- msgstr "الفئات فقط"
2396
-
2397
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:404
2398
- msgid "Tags only"
2399
- msgstr "الروابط الذكية فقط"
2400
-
2401
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:405
2402
- msgid "No categories or tags"
2403
- msgstr "لا فئات أو روابط ذكية"
2404
-
2405
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:411
2406
- msgid "Max categories / tags"
2407
- msgstr "أقصى عدد فئات/روابط ذكية"
2408
-
2409
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:429
2410
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:242
2411
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:275
2412
- msgid "CSS Effects"
2413
- msgstr "تأثيرات CSS"
2414
-
2415
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:435
2416
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:248
2417
- msgid "Add a noise effect to the header and theme background"
2418
- msgstr "أضف تأثير ضوضاء إلى رأس الصفحة وخلفية السمة"
2419
-
2420
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:436
2421
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:249
2422
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:282
2423
- msgid "Will apply the effect overtop of any background image you upload."
2424
- msgstr "سيتم تطبيق التأثير فوق أي صورة خلفية تقوم برفعها."
2425
-
2426
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:14
2427
- msgid "menu"
2428
- msgstr "القائمة"
2429
-
2430
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:21
2431
- msgid "login"
2432
- msgstr "تسجيل الدخول"
2433
-
2434
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:25
2435
- msgid "logout"
2436
- msgstr "تسجيل الخروج"
2437
-
2438
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:38
2439
- #: wptouch-pro-3-extras/themes/simple/default/footer-top.php:3
2440
- msgid "search this website"
2441
- msgstr "بحث في هذا الموقع"
2442
-
2443
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:39
2444
- #: wptouch-pro-3-extras/themes/simple/default/footer-top.php:5
2445
- msgid "search"
2446
- msgstr "بحث"
2447
-
2448
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:49
2449
- msgid "Alt Menu"
2450
- msgstr "قائمة Alt"
2451
-
2452
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:114
2453
- msgid "Main Menu"
2454
- msgstr "القائمة الرئيسية"
2455
-
2456
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:123
2457
- msgid "Alternate Menu"
2458
- msgstr "قائمة بديلة"
2459
-
2460
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:171
2461
- msgid "Show titles on pages"
2462
- msgstr "عرض العناوين على الصفحات"
2463
-
2464
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:186
2465
- msgid "Category Slider"
2466
- msgstr "شريط تمرير الفئة"
2467
-
2468
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:192
2469
- msgid "Enable category slider"
2470
- msgstr "تمكين شريط تمرير الفئة"
2471
-
2472
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:205
2473
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:256
2474
- msgid "Tiled Background Image"
2475
- msgstr "صورة خلفية متجانبة"
2476
-
2477
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:211
2478
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:262
2479
- msgid "(Scaled for retina displays)"
2480
- msgstr "(منسقة للشاشات الشبكية ريتينا)"
2481
-
2482
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:223
2483
- msgid "Alternate Menu Title"
2484
- msgstr "عنوان للقائمة البديلة"
2485
-
2486
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:229
2487
- msgid "Alternate menu title (if used)"
2488
- msgstr "عنوان للقائمة البديلة (إذا استخدمت)"
2489
-
2490
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:230
2491
- msgid "If you use a second menu in CMS, this text will be used for the drop-down button title."
2492
- msgstr "إذا استخدمت قائمة ثانوية في CMS، فسيتم استخدام هذا النص كعنوان للقائمة المنسدلة للأزرار."
2493
-
2494
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:260
2495
- msgid "Static Front Page"
2496
- msgstr "الصفحة الأولى الثابتة"
2497
-
2498
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:266
2499
- msgid "Static front page alternate content"
2500
- msgstr "المحتوى البديل للصفحة الأولى الثابتة"
2501
-
2502
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:267
2503
- msgid "Shows after the featured slider (if enabled), and replaces your Static Front Page content. HTML allowed."
2504
- msgstr "عرض بعد شريط التمرير المميز (إذا كان ممكنًا)، مع استبدال محتوى الصفحة الأولى الثابتة لديك. مسموح بصيغة HTML."
2505
-
2506
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:34
2507
- msgid "Recent"
2508
- msgstr "حديث"
2509
-
2510
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:44
2511
- msgid "Size"
2512
- msgstr "الحجم"
2513
-
2514
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:86
2515
- msgid "Go"
2516
- msgstr "اذهب"
2517
-
2518
- #: wptouch-pro-3-extras/themes/hammock/default/page-content.php:24
2519
- #: wptouch-pro-3-extras/themes/hammock/default/single.php:48
2520
- msgid "Comment on this post"
2521
- msgstr "تعليق على هذا المنشور"
2522
-
2523
- #: wptouch-pro-3-extras/themes/hammock/default/page-content.php:26
2524
- #: wptouch-pro-3-extras/themes/hammock/default/single.php:50
2525
- msgid "View Discussion"
2526
- msgstr "عرض المناقشة"
2527
-
2528
- #: wptouch-pro-3-extras/themes/hammock/default/single.php:25
2529
- msgid "%s"
2530
- msgstr "%s"
2531
-
2532
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:81
2533
- msgid "Site name"
2534
- msgstr "اسم الموقع"
2535
-
2536
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:83
2537
- msgid "Content background"
2538
- msgstr "خلفية المحتوى"
2539
-
2540
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:224
2541
- msgid "Display featured image"
2542
- msgstr "عرض الصورة المميزة"
2543
-
2544
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:229
2545
- msgid "Do not display featured image"
2546
- msgstr "لا تعرض الصورة المميزة"
2547
-
2548
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:274
2549
- msgid "Show post excerpts in listings"
2550
- msgstr "عرض مقتطفات المنشور في قوائم"
2551
-
2552
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:350
2553
- msgid "Show category list in menu"
2554
- msgstr "عرض قائمة الفئة في القائمة"
2555
-
2556
- #: wptouch-pro-3-extras/themes/simple/default/front-page.php:14
2557
- msgid "Call Us"
2558
- msgstr "اتصل بنا"
2559
-
2560
- #: wptouch-pro-3-extras/themes/simple/default/front-page.php:20
2561
- msgid "Our Location"
2562
- msgstr "موقعنا"
2563
-
2564
- #: wptouch-pro-3-extras/themes/simple/default/header-bottom.php:15
2565
- msgid "Toggle Menu"
2566
- msgstr "قائمة منسدلة"
2567
-
2568
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:58
2569
- msgid "Site Menu (Pulldown)"
2570
- msgstr "قائمة الموقع (منسدلة)"
2571
-
2572
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:61
2573
- msgid "Pull-down menu at top of pages"
2574
- msgstr "قائمة منسدلة في أعلى الصفحات"
2575
-
2576
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:69
2577
- msgid "Front Page Menu"
2578
- msgstr "قائمة الصفحة الأولى"
2579
-
2580
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:72
2581
- msgid "Displayed below front page menu and content"
2582
- msgstr "يتم العرض أسفل قائمة ومحتوى الصفحة الأولى"
2583
-
2584
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:185
2585
- msgid "Enable search on blog pages"
2586
- msgstr "تمكين البحث في صفحات المدونة"
2587
-
2588
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:199
2589
- msgid "Homepage Call Us"
2590
- msgstr "الصفحة الرئيسية للاتصال بنا"
2591
-
2592
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:205
2593
- msgid "Phone number"
2594
- msgstr "رقم الهاتف"
2595
-
2596
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:206
2597
- msgid "Enter a phone number and a homepage menu item for 'call us' will be shown."
2598
- msgstr "أدخل رقم هاتف وسيتم عرض عنصر قائمة صفحة رئيسية خاص بـ 'اتصل بنا'."
2599
-
2600
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:218
2601
- msgid "Homepage Location"
2602
- msgstr "موقع الصفحة الرئيسية"
2603
-
2604
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:224
2605
- msgid "Map address"
2606
- msgstr "عنوان الخريطة"
2607
-
2608
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:225
2609
- msgid "Enter an address and a homepage menu item for 'Our Location' will be shown."
2610
- msgstr "سيتم عرض أدخل عنوانًا وعنصر قائمة صفحة رئيسية 'لموقعنا'."
2611
-
2612
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:237
2613
- msgid "Front Page Content"
2614
- msgstr "محتوى الصفحة الأولى"
2615
-
2616
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:243
2617
- msgid "Front page alternate content"
2618
- msgstr "المحتوى البديل للصفحة الأولى"
2619
-
2620
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:244
2621
- msgid "Shows above the front page menu (if enabled), HTML allowed."
2622
- msgstr "عرض فوق قائمة الصفحة الأولى (إذا كانت ممكنة)، مسموح بصيغة HTML."
2623
-
2624
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:281
2625
- msgid "Add a light noise effect to the drop-down menu and theme background"
2626
- msgstr "أضف تأثير ضوضاء لطيف إلى القائمة المنسدلة وخلفية السمة"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/wptouch-pro-da_DK.mo CHANGED
Binary file
lang/wptouch-pro-da_DK.pot DELETED
@@ -1,2626 +0,0 @@
1
- # Copyright (C) 2013
2
- # This file is distributed under the same license as the package.
3
- msgid ""
4
- msgstr "Project-Id-Version: \nReport-Msgid-Bugs-To: http://wordpress.org/tag/combined\nPOT-Creation-Date: 2013-11-26 12:08:18+00:00\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPO-Revision-Date: 2013-MO-DA HO:MI+ZONE\nLast-Translator: FULL NAME <EMAIL@ADDRESS>\nLanguage-Team: LANGUAGE <LL@li.org>\n"
5
-
6
- #: wptouch-pro-3/admin/html/help.php:1
7
- msgid "WPtouch Pro Help & Account Links"
8
- msgstr "WPtouch Pro hjælp & konto links"
9
-
10
- #: wptouch-pro-3/admin/html/help.php:3
11
- msgid "Support Forums"
12
- msgstr "Support Forum"
13
-
14
- #: wptouch-pro-3/admin/html/help.php:4
15
- msgid "Documentation"
16
- msgstr "Dokumentation"
17
-
18
- #: wptouch-pro-3/admin/html/help.php:5
19
- msgid "Account & Downloads"
20
- msgstr "Konto & downloads"
21
-
22
- #: wptouch-pro-3/admin/html/help.php:6
23
- msgid "BraveNewCode on Twitter"
24
- msgstr "BraveNewCode på Twitter"
25
-
26
- #: wptouch-pro-3/admin/html/help.php:7
27
- msgid "Plugin Licensing Terms"
28
- msgstr "Plugin licens regler"
29
-
30
- #: wptouch-pro-3/admin/html/notification-center.php:5
31
- msgid "Notifications"
32
- msgstr "Notifikationer"
33
-
34
- #: wptouch-pro-3/admin/html/notification-content.php:20
35
- msgid "No notifications"
36
- msgstr "Ingen notifikationer"
37
-
38
- #: wptouch-pro-3/admin/html/plugin-area.php:7
39
- msgid "This copy of WPtouch Pro is unlicensed! Please %sactivate your license%s, or %spurchase a license%s to enable automatic updates and full product support from us!"
40
- msgstr "Denne kopi af WPtouch Pro er uden licens. Venligst %saktiver din licens%s, eller %skøb en licens%s for at aktivere automatiske opdateringer og fuld support fra os!"
41
-
42
- #: wptouch-pro-3/admin/html/plugin-area.php:9
43
- msgid "This copy of WPtouch Pro is unlicensed! Please contact the site administrator regarding product licensing."
44
- msgstr "Denne kopi af WPtouch Pro er uden licens. Kontakt venligst sidens administrator angående produktlicens."
45
-
46
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:9
47
- msgid "License Details"
48
- msgstr "Licens detaljer"
49
-
50
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:11
51
- msgid "Note"
52
- msgstr "Bemærk"
53
-
54
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:12
55
- msgid "Once you activate, this page will be hidden."
56
- msgstr "Når du først har aktiveret vil denne side blive skjult."
57
-
58
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:15
59
- msgid "It will only reappear if you reset your WPtouch Pro settings."
60
- msgstr "Det vil kun komme frem igen hvis du nulstiller dine WPtouch Pro indstillinger."
61
-
62
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:18
63
- msgid "Account E-Mail Address"
64
- msgstr "Konto email adresse"
65
-
66
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:20
67
- msgid "Product License Key"
68
- msgstr "Produkt licensnøgle"
69
-
70
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:23
71
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:14
72
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:71
73
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:109
74
- msgid "Activate"
75
- msgstr "Aktiver"
76
-
77
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:33
78
- msgid "Success."
79
- msgstr "Succes."
80
-
81
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:34
82
- msgid "Activation Complete. Enjoy WPtouch Pro!"
83
- msgstr "Aktivation færdiggjort. Nyd WPtouch Pro!"
84
-
85
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:38
86
- msgid "E-mail address or license key rejected"
87
- msgstr "E-mail adresse eller licensnøgle blev afvist"
88
-
89
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:39
90
- msgid "The bravenewcode.com server rejected your E-Mail address and/or License Key. Please check they are correct and try again."
91
- msgstr "Bravenewcode.com serveren afviste din email adresse og/eller licensnøgle. Tjek venligst at de er korrekte og prøv igen."
92
-
93
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:43
94
- msgid "No licenses remaining."
95
- msgstr "Der er ingen licens tilbage."
96
-
97
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:44
98
- msgid "You have used all your activations. What do you want to do?"
99
- msgstr "Du har opbrugt alle dine aktiveringer. Hvad ønsker du at gøre?"
100
-
101
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:45
102
- msgid "Upgrade My License"
103
- msgstr "Opgrader min licens"
104
-
105
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:46
106
- msgid "Contact support for assistance"
107
- msgstr "Kontakt support for hjælp"
108
-
109
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:50
110
- msgid "The server is unavailable."
111
- msgstr "Serveren er ikke tilgængelig."
112
-
113
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:51
114
- msgid "The bravenewcode.com server currently cannot authorize your License."
115
- msgstr "bravenewcode.com serveren kan på nuværende tidspunkt ikke godkende din licens."
116
-
117
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:52
118
- msgid "Please %scontact us%s and let us know about it."
119
- msgstr "Venligst %skontakt os%s og fortæl os om det."
120
-
121
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:3
122
- #: wptouch-pro-3/themes/foundation/root-functions.php:10
123
- msgid "General"
124
- msgstr "Generelt"
125
-
126
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:4
127
- msgid "Compatibility"
128
- msgstr "Kompatibilitet"
129
-
130
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:10
131
- msgid "Auto-detect"
132
- msgstr "Find automatisk"
133
-
134
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:45
135
- msgid "Site Title & Byline"
136
- msgstr "Sidetitel & byline"
137
-
138
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:51
139
- msgid "WPtouch Pro site title"
140
- msgstr "WPtouch Pro sidetitel"
141
-
142
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:52
143
- msgid "If the title of your site is long, you can shorten it for display within WPtouch Pro themes."
144
- msgstr "Hvis din sides titel er for lang kan du afkorte den til visning inde i WPtouch Pro temaerne."
145
-
146
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:59
147
- msgid "Display %sPowered by WPtouch Pro%s in footer"
148
- msgstr "Vis %sDrevet af WPtouch Pro%s i footeren"
149
-
150
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:71
151
- msgid "Regionalization"
152
- msgstr "Regionalisering"
153
-
154
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:77
155
- msgid "Language"
156
- msgstr "Sprog"
157
-
158
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:78
159
- msgid "The WPtouch Pro admin panel &amp; supported themes will be shown in this locale."
160
- msgstr "WPtouch Pro admin panel &amp; supporterede temaer vil blive vist her."
161
-
162
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:86
163
- msgid "Translate administration panel text"
164
- msgstr "Oversæt tekst i administrationspanelet"
165
-
166
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:97
167
- msgid "Display Mode"
168
- msgstr "Skærmfunktion"
169
-
170
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:103
171
- msgid "Theme Display"
172
- msgstr "Tema Visning"
173
-
174
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:108
175
- msgid "Normal (active for all mobile visitors)"
176
- msgstr "Normal (aktiv for alle mobile besøgende)"
177
-
178
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:109
179
- msgid "Preview (active only for logged-in site administrators)"
180
- msgstr "Forhåndsvisning (kun aktive for administratorer som er logget ind)"
181
-
182
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:110
183
- msgid "Disabled (mobile theme will never show)"
184
- msgstr "Deaktiveret (mobilt tema vil aldrig blive vist)"
185
-
186
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:119
187
- msgid "Landing Page"
188
- msgstr "Landingsside"
189
-
190
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:125
191
- msgid "WPtouch Pro landing page"
192
- msgstr "WPtouch Pro landingsside"
193
-
194
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:130
195
- msgid "Default (same as WordPress)"
196
- msgstr "Standard (samme som WordPress)"
197
-
198
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:131
199
- msgid "Select from WordPress pages"
200
- msgstr "Vælg fra WordPress sider"
201
-
202
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:139
203
- msgid "Custom Slug or URL"
204
- msgstr "Brugerdefineret slug eller URL"
205
-
206
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:140
207
- msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
208
- msgstr "Indtast et slug (f.eks. \"/hjem\") eller en fuld URL sti"
209
-
210
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:150
211
- msgid "Desktop / Mobile Switching"
212
- msgstr "Desktop / Mobil skift"
213
-
214
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:156
215
- msgid "1st time visitors see desktop theme"
216
- msgstr "Førstegangsbesøgende ser desktop temaet"
217
-
218
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:157
219
- msgid "Your regular theme will be shown to 1st time mobile visitors."
220
- msgstr "Dit almindelige tema vil blive vist til førstegangsbesøgende fra mobil."
221
-
222
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:164
223
- msgid "Show switch link in mobile view"
224
- msgstr "Vis skift link i mobilvisning"
225
-
226
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:165
227
- 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."
228
- msgstr "Vil vise toggle knapper i temaets footer, så bruger kan skifte til dit desktop tema. Vises ikke i Web-App Mode."
229
-
230
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:172
231
- msgid "Choose the target for the mobile switch link"
232
- msgstr "Vælg målgruppe til mobil switch link"
233
-
234
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:177
235
- msgid "Current page"
236
- msgstr "Nuværende side"
237
-
238
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:178
239
- msgid "Home page"
240
- msgstr "Forside"
241
-
242
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:184
243
- msgid "Desktop theme switch buttons"
244
- msgstr "Desktop tema skift knapper"
245
-
246
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:185
247
- 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."
248
- 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."
249
-
250
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:189
251
- msgid "Automatically inserted inline"
252
- msgstr "Automatisk indsat inline"
253
-
254
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:190
255
- msgid "Automatically inserted with AJAX (better for caching)"
256
- msgstr "Automatisk indsat med AJAX (bedre til cache)"
257
-
258
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:191
259
- msgid "Template tag"
260
- msgstr "Template tag"
261
-
262
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:200
263
- msgid "Custom Code"
264
- msgstr "Brugerdefineret kode"
265
-
266
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:206
267
- msgid "HTML, JavaScript, statistics or custom code"
268
- msgstr "HTML, JavaScript, statistikker eller skræddersyet kode"
269
-
270
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:207
271
- msgid "Enter any custom code here to be output in the theme footer."
272
- msgstr "Indtast enhver skræddersyet kode her for at blive vist i temaets footer."
273
-
274
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:217
275
- msgid "Custom Stylesheet"
276
- msgstr "Brugerdefiner stylesheet"
277
-
278
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:223
279
- msgid "URL to a custom CSS file to load"
280
- msgstr "URL til en brugerdefineret CSS fil som skal loades"
281
-
282
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:224
283
- msgid "Useful if you have specific compatibility CSS you need to add."
284
- msgstr "Godt hvis du har specifik CSS du vil have tilføjet."
285
-
286
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:234
287
- msgid "Shortcodes"
288
- msgstr "Kortkoder"
289
-
290
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:240
291
- msgid "Remove these shortcodes when WPtouch Pro is active"
292
- msgstr "Fjern disse koder når WPtouch Pro er aktiv"
293
-
294
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:241
295
- msgid "Enter a comma separated list of shortcodes to remove."
296
- msgstr "Indtast en komma separeret liste med koder der skal fjernes."
297
-
298
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:251
299
- msgid "Ignored URLs"
300
- msgstr "Ignorede URL"
301
-
302
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:257
303
- msgid "Do not load WPtouch Pro on these URLs/Pages"
304
- msgstr "Vis ikke WPtouch Pro på disse URL/Sider"
305
-
306
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:258
307
- msgid "Each permalink URL fragment should be on its own line and relative, e.g. \"/about\" or \"/products/store\""
308
- msgstr "Hver permalink URL del skal være på dets egen linje og give mening, f.eks. \"/om\" eller \"/produkter/butik\""
309
-
310
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:268
311
- msgid "Desktop Theme"
312
- msgstr "Desktop tema"
313
-
314
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:274
315
- msgid "Try to include desktop theme functions.php file"
316
- msgstr "Prøv at inkludere desktop tema filen functions.php"
317
-
318
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:275
319
- msgid "This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active."
320
- msgstr "Dette kan være påkrævet på desktop temaer med unikke funktioner som ikke vises når WPtouch Pro er aktiv."
321
-
322
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:282
323
- msgid "Method to load file"
324
- msgstr "Metode til at loade fil"
325
-
326
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:287
327
- msgid "Include file directly"
328
- msgstr "Inkluder filen direkte"
329
-
330
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:288
331
- msgid "Translate and create new files"
332
- msgstr "Oversæt og opret nye filer"
333
-
334
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:297
335
- msgid "Custom User-Agents"
336
- msgstr "Brugerdefiner bruger-agenter"
337
-
338
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:303
339
- msgid "User-agents (line separated)"
340
- msgstr "Bruger-agenter (linje adskilt)"
341
-
342
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:304
343
- msgid "Adding additional user-agents will force WPtouch Pro to be active for matching browsers."
344
- msgstr "Ved at tilføje yderligere bruger-agenter vil det kræve at WPtouch Pro er aktiv i de matchende browsere."
345
-
346
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:318
347
- msgid "Backup &amp; Import"
348
- msgstr "Back-up &amp; Importer"
349
-
350
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:324
351
- msgid "Automatically backup settings to the %s folder"
352
- msgstr "Back-up automatisk indstillinger til %s mappen"
353
-
354
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:326
355
- msgid "WPtouch Pro backups your settings each time they are saved."
356
- msgstr "WPtouch Pro laver en back-up hver gang dine indstillinger gemmes."
357
-
358
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:337
359
- msgid "Tools &amp; Debug"
360
- msgstr "Værktøjer &amp; Debug"
361
-
362
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:343
363
- msgid "Use jQuery 2.0 in themes (faster for mobile devices) instead of WordPress' version"
364
- msgstr "Brug jQuery 2.0 i temaer (hurtigere til mobile enheder) istedet for WordPress udgaven"
365
-
366
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:344
367
- msgid "jQuery 2.0 is significantly smaller and faster than previous jQuery versions - may cause problems with other plugins, use carefully."
368
- msgstr "jQuery 2.0 er betydelig mindre og hurtigere end tidligere jQuery udgaver - kan give problemer med andre plugins, brug kun hvis nødvendigt."
369
-
370
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:351
371
- msgid "Show load times and query counts in the footer"
372
- msgstr "Vis load tider og antal forespørgsler i footeren"
373
-
374
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:352
375
- msgid "Helps you find slow pages/posts on your site."
376
- msgstr "Hjælper dig med at finde langsomme sider/opslag på din side."
377
-
378
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:359
379
- msgid "Enable debug log"
380
- msgstr "Aktiver debug log"
381
-
382
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:360
383
- msgid "Creates a debug file to help diagnose installation issues."
384
- msgstr "Skaber en debug fil som hjælper med at finde installationsproblemer."
385
-
386
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:371
387
- msgid "WordPress Plugins"
388
- msgstr "WordPress Plugins"
389
-
390
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:384
391
- msgid "Admin Mode"
392
- msgstr "Admin funktion"
393
-
394
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:390
395
- msgid "Admin panel settings shown"
396
- msgstr "Viste Admin panel indstillinger"
397
-
398
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:395
399
- msgid "Default"
400
- msgstr "Standard"
401
-
402
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:396
403
- #: wptouch-pro-3/admin/settings/html/button.php:5
404
- #: wptouch-pro-3/admin/settings/html/checkbox.php:6
405
- #: wptouch-pro-3/admin/settings/html/custom-latest-posts.php:4
406
- #: wptouch-pro-3/admin/settings/html/list.php:16
407
- #: wptouch-pro-3/admin/settings/html/numeric.php:12
408
- #: wptouch-pro-3/admin/settings/html/radiolist.php:12
409
- #: wptouch-pro-3/admin/settings/html/text.php:8
410
- #: wptouch-pro-3/admin/settings/html/textarea.php:8
411
- msgid "Advanced"
412
- msgstr "Avanceret"
413
-
414
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:3
415
- msgid "Theme Menus"
416
- msgstr "Tema menuer"
417
-
418
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:4
419
- msgid "Menu Setup"
420
- msgstr "Menu opsætning"
421
-
422
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:5
423
- msgid "Icon Upload & Sets"
424
- msgstr "Ikon opload & sæt"
425
-
426
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:22
427
- msgid "WordPress Pages"
428
- msgstr "WordPress sider"
429
-
430
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:28
431
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:6
432
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:180
433
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:59
434
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:206
435
- msgid "None"
436
- msgstr "Ingen"
437
-
438
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:66
439
- msgid "Menu Options"
440
- msgstr "Menu muligheder"
441
-
442
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:72
443
- msgid "Enable parent items as links"
444
- msgstr "Aktiver parent enhed som links"
445
-
446
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:73
447
- msgid "If disabled, parent menu items will only toggle child items."
448
- msgstr "Hvis deaktiveret vil parent menu enhed kun toggle child enheder."
449
-
450
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:80
451
- msgid "Use menu icons"
452
- msgstr "Brug menu ikoner"
453
-
454
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:104
455
- msgid "Icon Upload"
456
- msgstr "Ikon opload"
457
-
458
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:117
459
- msgid "Uploaded Icons"
460
- msgstr "Oploadede Ikoner"
461
-
462
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:130
463
- msgid "Icon Sets"
464
- msgstr "Ikon sæt"
465
-
466
- #: wptouch-pro-3/admin/pages/wptouch-admin-themes-and-addons.php:3
467
- msgid "Themes"
468
- msgstr "Temaer"
469
-
470
- #: wptouch-pro-3/admin/pages/wptouch-admin-themes-and-addons.php:4
471
- msgid "Extensions"
472
- msgstr "Udvidelser"
473
-
474
- #: wptouch-pro-3/admin/pages/wptouch-admin-touchboard.php:3
475
- #: wptouch-pro-3/core/admin-menu.php:34 wptouch-pro-3/core/admin-menu.php:38
476
- msgid "What's New"
477
- msgstr "Hvad er Nyt"
478
-
479
- #: wptouch-pro-3/admin/settings/html/addon-browser-item.php:38
480
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:8
481
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:20
482
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:59
483
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:41
484
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:62
485
- msgid "by %s"
486
- msgstr "af %s"
487
-
488
- #: wptouch-pro-3/admin/settings/html/addon-browser-item.php:43
489
- msgid "This add-on is only available in WPtouch Pro"
490
- msgstr "Denne add-on er kun tilgængelig i WPtouch Pro"
491
-
492
- #: wptouch-pro-3/admin/settings/html/backup.php:1
493
- msgid "Download Backup File"
494
- msgstr "Download back-up fil"
495
-
496
- #: wptouch-pro-3/admin/settings/html/backup.php:2
497
- msgid "Restore Backup File"
498
- msgstr "Genopret back-up fil"
499
-
500
- #: wptouch-pro-3/admin/settings/html/button.php:6
501
- #: wptouch-pro-3/admin/settings/html/checkbox.php:7
502
- #: wptouch-pro-3/admin/settings/html/custom-latest-posts.php:8
503
- #: wptouch-pro-3/admin/settings/html/list.php:20
504
- #: wptouch-pro-3/admin/settings/html/numeric.php:16
505
- #: wptouch-pro-3/admin/settings/html/radiolist.php:14
506
- #: wptouch-pro-3/admin/settings/html/text.php:9
507
- #: wptouch-pro-3/admin/settings/html/textarea.php:9
508
- msgid "New"
509
- msgstr "Ny"
510
-
511
- #: wptouch-pro-3/admin/settings/html/color.php:6
512
- msgid "Undo"
513
- msgstr "Gør om"
514
-
515
- #: wptouch-pro-3/admin/settings/html/color.php:7
516
- msgid "Desktop theme colors"
517
- msgstr "Desktop tema farver"
518
-
519
- #: wptouch-pro-3/admin/settings/html/color.php:7
520
- msgid "Palette"
521
- msgstr "Farveskala"
522
-
523
- #: wptouch-pro-3/admin/settings/html/custom-latest-posts.php:1
524
- msgid "Custom latest posts page"
525
- msgstr "Brugerdefiner seneste beskedside"
526
-
527
- #: wptouch-pro-3/admin/settings/html/custom_icon_management.php:3
528
- msgid "No icons have been uploaded yet"
529
- msgstr "Der er ikke oploadet nogen ikoner endnu"
530
-
531
- #: wptouch-pro-3/admin/settings/html/custom_icon_management.php:12
532
- #: wptouch-pro-3/admin/settings/html/image-upload.php:13
533
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:18
534
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:115
535
- msgid "Delete"
536
- msgstr "Slet"
537
-
538
- #: wptouch-pro-3/admin/settings/html/custom_icon_upload.php:3
539
- msgid "Upload Icon"
540
- msgstr "Opload ikon"
541
-
542
- #: wptouch-pro-3/admin/settings/html/custom_icon_upload.php:4
543
- #: wptouch-pro-3/admin/settings/html/image-upload.php:15
544
- msgid "Upload Complete!"
545
- msgstr "Opload færdiggjort!"
546
-
547
- #: wptouch-pro-3/admin/settings/html/custom_icon_upload.php:9
548
- msgid "Ready to upload"
549
- msgstr "Klar til opload"
550
-
551
- #: wptouch-pro-3/admin/settings/html/debuginfo.php:12
552
- msgid "View Debug File"
553
- msgstr "Se debug fil"
554
-
555
- #: wptouch-pro-3/admin/settings/html/debuginfo.php:16
556
- #: wptouch-pro-3/admin/settings/html/debuginfo.php:18
557
- msgid "Your Server Configuration"
558
- msgstr "Din server konfiguration"
559
-
560
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:5
561
- msgid "Check All"
562
- msgstr "Tjek alle"
563
-
564
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:7
565
- msgid "Reset"
566
- msgstr "Nulstil"
567
-
568
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:9
569
- #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:13
570
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:21
571
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:32
572
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:112
573
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:23
574
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:36
575
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:82
576
- #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:13
577
- msgid "Menu"
578
- msgstr "Menu"
579
-
580
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:19
581
- msgid "Active menus used in this theme."
582
- msgstr "Aktive menuer brugt i dette tema."
583
-
584
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:23
585
- msgid "Show/Hide"
586
- msgstr "Vis/Skjul"
587
-
588
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:24
589
- msgid "Menu Item"
590
- msgstr "Menu enhed"
591
-
592
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:44
593
- msgid "Icon Set"
594
- msgstr "Ikon sæt"
595
-
596
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:54
597
- msgid "Drag icons to associate them with menu items"
598
- msgstr "Træk ikoner for at tilknytte dem med menu enheder"
599
-
600
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:79
601
- msgid "You don't have any custom icons yet."
602
- msgstr "Du har ikke nogen brugerdefineret ikoner endnu."
603
-
604
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:94
605
- msgid "Default Icon"
606
- msgstr "Standard ikon"
607
-
608
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:95
609
- msgid "applies to all unset icons"
610
- msgstr "gælder til alle ikoner som ikke er del af sæt"
611
-
612
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:103
613
- msgid "Trash"
614
- msgstr "Skraldespand"
615
-
616
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:104
617
- msgid "drag icon here to reset"
618
- msgstr "træk ikonet her for at nulstille det"
619
-
620
- #: wptouch-pro-3/admin/settings/html/image-upload.php:11
621
- msgid "Upload"
622
- msgstr "Opload"
623
-
624
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets.php:2
625
- msgid "Gathering information about available icon sets..."
626
- msgstr "Indsamler information om tilgængelige ikon sæt..."
627
-
628
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets.php:4
629
- #: wptouch-pro-3/core/notifications.php:264
630
- msgid "The %s%s%s directory is not currently writable. %sPlease fix this issue to enable installation of additional icon sets."
631
- msgstr "%s%s%s biblioteket kan ikke tilskrives nu. %sVenligst ordn problemet for at aktivere installation af flere ikonsæt."
632
-
633
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:4
634
- #: wptouch-pro-3/core/class-wptouch-pro.php:1555
635
- #: wptouch-pro-3/core/class-wptouch-pro.php:1556
636
- #: wptouch-pro-3/core/config.php:54
637
- msgid "Custom Icons"
638
- msgstr "Brugerdefineret ikoner"
639
-
640
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:9
641
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:22
642
- msgid "Installed"
643
- msgstr "Installeret"
644
-
645
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:21
646
- msgid "Installing..."
647
- msgstr "Installerer..."
648
-
649
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:21
650
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:66
651
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:96
652
- msgid "Install"
653
- msgstr "Installer"
654
-
655
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:23
656
- msgid "Unable to Install"
657
- msgstr "Kunne ikke installere"
658
-
659
- #: wptouch-pro-3/admin/settings/html/plugin-compat-ajax.php:11
660
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:64
661
- msgid "Enable %s"
662
- msgstr "Aktiver %s"
663
-
664
- #: wptouch-pro-3/admin/settings/html/plugin-compat-ajax.php:12
665
- msgid "When unchecked, %s will be disabled for users viewing your WPtouch Pro theme."
666
- msgstr "Hvis ikke afkrydset, %s vil være deaktiveret for brugere som ser dit WPtouch Pro tema."
667
-
668
- #: wptouch-pro-3/admin/settings/html/plugin-compat-ajax.php:20
669
- msgid "No plugins to disable."
670
- msgstr "Der er ingen plugins der skal deaktiveres."
671
-
672
- #: wptouch-pro-3/admin/settings/html/plugin-compat.php:3
673
- msgid "Your active plugin list is refreshing"
674
- msgstr "Din aktive plugin liste er ved at opdatere"
675
-
676
- #: wptouch-pro-3/admin/settings/html/redirect.php:17
677
- msgid "WordPress Page"
678
- msgstr "WordPress side"
679
-
680
- #: wptouch-pro-3/admin/settings/html/restore.php:2
681
- msgid "Please paste your encoded settings below and save to restore your settings."
682
- msgstr "Indsæt venligst dine kodede indstillinger nedenfor og gem for at genoprette dine indstillinger."
683
-
684
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:6
685
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:6
686
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:10
687
- msgid "Click to view screenshots"
688
- msgstr "Klik for at se skærmbilleder"
689
-
690
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:11
691
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:74
692
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:105
693
- msgid "Setup"
694
- msgstr "Opsætning"
695
-
696
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:16
697
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:112
698
- msgid "Copy"
699
- msgstr "Kopier"
700
-
701
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:54
702
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:57
703
- msgid "This theme supports %s devices"
704
- msgstr "Dette tema understøtter %s enheder"
705
-
706
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:64
707
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:69
708
- msgid "Theme location: %s"
709
- msgstr "Tema placering: %s"
710
-
711
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:65
712
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:48
713
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:70
714
- msgid "Relative to your WordPress wp-content directory."
715
- msgstr "Relateret til dit WordPress wp-indholdsbibliotek."
716
-
717
- #: wptouch-pro-3/admin/settings/html/touchboard.php:6
718
- msgid "Quick Links"
719
- msgstr "Hurtig Links"
720
-
721
- #: wptouch-pro-3/admin/settings/html/touchboard.php:8
722
- msgid "What's New Changelog"
723
- msgstr "Hvad er Nyt i Changelog"
724
-
725
- #: wptouch-pro-3/admin/settings/html/touchboard.php:9
726
- msgid "Product Knowledgebase"
727
- msgstr "Produkt Vidensbase"
728
-
729
- #: wptouch-pro-3/admin/settings/html/touchboard.php:10
730
- msgid "Product Support"
731
- msgstr "Produkt Support"
732
-
733
- #: wptouch-pro-3/admin/settings/html/touchboard.php:11
734
- msgid "Manage Account"
735
- msgstr "Administrer konto"
736
-
737
- #: wptouch-pro-3/admin/settings/html/touchboard.php:12
738
- msgid "Manage License"
739
- msgstr "Administrer Licens"
740
-
741
- #: wptouch-pro-3/admin/settings/html/touchboard.php:18
742
- msgid "WPtouch News"
743
- msgstr "WPtouch Nyheder"
744
-
745
- #: wptouch-pro-3/admin/settings/html/touchboard.php:19
746
- msgid "Read More"
747
- msgstr "Læs Mere"
748
-
749
- #: wptouch-pro-3/admin/settings/html/touchboard.php:25
750
- msgid "WPtouch Updates"
751
- msgstr "WPtouch Opdateringer"
752
-
753
- #: wptouch-pro-3/admin/settings/html/touchboard.php:35
754
- msgid "What's New in %s"
755
- msgstr "Hvad er nyt i %s"
756
-
757
- #: wptouch-pro-3/admin/settings/html/touchboard.php:38
758
- #: wptouch-pro-3/admin/settings/html/touchboard.php:40
759
- #: wptouch-pro-3/core/admin-menu.php:59
760
- msgid "License"
761
- msgstr "Licens"
762
-
763
- #: wptouch-pro-3/admin/settings/html/touchboard.php:38
764
- msgid "Unlicensed"
765
- msgstr "Uden licens"
766
-
767
- #: wptouch-pro-3/admin/settings/html/touchboard.php:38
768
- #: wptouch-pro-3/core/class-wptouch-pro.php:453
769
- msgid "Offline"
770
- msgstr "Offline"
771
-
772
- #: wptouch-pro-3/admin/settings/html/touchboard.php:40
773
- msgid "Active"
774
- msgstr "Aktiv"
775
-
776
- #: wptouch-pro-3/admin/settings/html/touchboard.php:40
777
- msgid "Online"
778
- msgstr "Online"
779
-
780
- #: wptouch-pro-3/admin/settings/html/touchboard.php:64
781
- msgid "%s Change Log"
782
- msgstr "%s Opdateringslog"
783
-
784
- #: wptouch-pro-3/admin/settings/html/user-agent-list.php:4
785
- #: wptouch-pro-3/admin/settings/html/user-agent-list.php:6
786
- msgid "WPtouch Pro will be active when any of the following user-agents or user-agent combinations are matched"
787
- msgstr "WPtouch Pro vil være aktiv når enhver af de følgende bruger-agenter eller kombinationer er ens"
788
-
789
- #: wptouch-pro-3/admin/settings/include/custom-latest-posts.php:14
790
- msgid "None (Use WordPress Settings)"
791
- msgstr "Ingen (Brug WordPress Indstillinger)"
792
-
793
- #: wptouch-pro-3/core/admin-ajax.php:286
794
- msgid "Version %s"
795
- msgstr "Udgave %s"
796
-
797
- #: wptouch-pro-3/core/admin-ajax.php:292
798
- msgid "There is a temporary issue retrieving the change-log. Please try again later."
799
- msgstr "Der opstod et midlertidigt problem under afhentning af opdateringsloggen. Prøv venligst igen senere."
800
-
801
- #: wptouch-pro-3/core/admin-menu.php:39
802
- msgid "Core Settings"
803
- msgstr "Core indstillinger"
804
-
805
- #: wptouch-pro-3/core/admin-menu.php:40
806
- msgid "Themes & Extensions"
807
- msgstr "Temaer & Udvidelser"
808
-
809
- #: wptouch-pro-3/core/admin-menu.php:41
810
- msgid "Theme Settings"
811
- msgstr "Tema Indstillinger"
812
-
813
- #: wptouch-pro-3/core/admin-menu.php:41
814
- msgid "%s Settings"
815
- msgstr "%s Indstillinger"
816
-
817
- #: wptouch-pro-3/core/admin-menu.php:46
818
- msgid "Extension Settings"
819
- msgstr "Indstillinger for Udvidelser"
820
-
821
- #: wptouch-pro-3/core/admin-menu.php:51 wptouch-pro-3/core/admin-menu.php:53
822
- msgid "Menus"
823
- msgstr "Menuer"
824
-
825
- #: wptouch-pro-3/core/admin-page-templates.php:16
826
- msgid "Mobile Page Template"
827
- msgstr "Template til Mobilside"
828
-
829
- #: wptouch-pro-3/core/admin-render.php:25
830
- msgid "This copy of %s is currently unlicensed!"
831
- msgstr "Denne kopi af %s er på nuværende tidspunkt uden licens!"
832
-
833
- #: wptouch-pro-3/core/admin-render.php:27
834
- msgid "Add a license %s"
835
- msgstr "Tilføj en licens %s"
836
-
837
- #: wptouch-pro-3/core/admin-render.php:81
838
- msgid "Save Changes"
839
- msgstr "Gem ændringer"
840
-
841
- #: wptouch-pro-3/core/admin-render.php:82
842
- msgid "Preview Theme"
843
- msgstr "Forhåndsvisning af tema"
844
-
845
- #: wptouch-pro-3/core/admin-render.php:83
846
- msgid "Reset Settings"
847
- msgstr "Nulstil indstillingerne"
848
-
849
- #: wptouch-pro-3/core/class-wptouch-pro.php:232
850
- 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."
851
- 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."
852
-
853
- #: wptouch-pro-3/core/class-wptouch-pro.php:239
854
- msgid "Please wait, we are downloading a fresh copy of your active WPtouch theme from the Cloud."
855
- msgstr "Vent venligst, vi er ved at hente en helt ny kopi af dit aktive WPtouch tema fra skyen."
856
-
857
- #: wptouch-pro-3/core/class-wptouch-pro.php:242
858
- msgid "We were unable to install your WPtouch theme from the Cloud. Please visit %sthis article%s for more information."
859
- msgstr "Vi kunne ikke installere dit WPtouch tema fra skyen. Besøg venligst %sdenne artikel%s for yderligere information."
860
-
861
- #: wptouch-pro-3/core/class-wptouch-pro.php:449
862
- msgid "Unsupported Browser"
863
- msgstr "Browser understøttes ikke"
864
-
865
- #: wptouch-pro-3/core/class-wptouch-pro.php:450
866
- msgid "Theme Preview requires Chrome or Safari."
867
- msgstr "Tema forhåndsvisning kræver Chrome eller Safari."
868
-
869
- #: wptouch-pro-3/core/class-wptouch-pro.php:451
870
- msgid "This will reset all WPtouch Pro settings.\nAre you sure?"
871
- msgstr "Dette vil nulstille alle WPtouch Pro indstillingerne.\nEr du sikker?"
872
-
873
- #: wptouch-pro-3/core/class-wptouch-pro.php:452
874
- msgid "This will reset all WPtouch Pro menu and icon settings.\nAre you sure?"
875
- msgstr "Dette vil nulstille alle WPtouch Pro menu og ikon indstillinger.\nEr du sikker?"
876
-
877
- #: wptouch-pro-3/core/class-wptouch-pro.php:454
878
- msgid "You appear to be offline. Connect to the internet to see available BraveNewCloud items."
879
- msgstr "Det ser ud som om at du er offline. Forbind til internettet for at se tilgængelige BraveNewCloud enheder."
880
-
881
- #: wptouch-pro-3/core/class-wptouch-pro.php:455
882
- msgid "The item failed to download. Please refresh the page and try again."
883
- msgstr "Enheden kunne ikke downloades. Venligst opdater siden og prøv igen."
884
-
885
- #: wptouch-pro-3/core/class-wptouch-pro.php:1069
886
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:207
887
- msgid "Settings"
888
- msgstr "Indstillinger"
889
-
890
- #: wptouch-pro-3/core/class-wptouch-pro.php:1150
891
- msgid "WPtouch Pro Changelog"
892
- msgstr "WPtouch Pro Changelog"
893
-
894
- #: wptouch-pro-3/core/class-wptouch-pro.php:2326
895
- msgid "Directory Problem"
896
- msgstr "Problem med bibliotek"
897
-
898
- #: wptouch-pro-3/core/class-wptouch-pro.php:2327
899
- msgid "One or more required directories could not be created"
900
- msgstr "En eller flere påkrævede biblioteker kunne ikke oprettes"
901
-
902
- #: wptouch-pro-3/core/globals.php:192
903
- msgid "smartphone"
904
- msgstr "smartphone"
905
-
906
- #: wptouch-pro-3/core/globals.php:194
907
- msgid "tablet"
908
- msgstr "tablet"
909
-
910
- #: wptouch-pro-3/core/notifications.php:121
911
- msgid "License Missing"
912
- msgstr "Licens mangler"
913
-
914
- #: wptouch-pro-3/core/notifications.php:122
915
- msgid "This installation of WPtouch Pro is currently unlicensed."
916
- msgstr "Denne installation af WPtouch Pro er uden licens."
917
-
918
- #: wptouch-pro-3/core/notifications.php:133
919
- msgid "WPtouch Pro %s"
920
- msgstr "WPtouch Pro %s"
921
-
922
- #: wptouch-pro-3/core/notifications.php:134
923
- msgid "A new version of WPtouch Pro is available."
924
- msgstr "En ny udgave af WPtouch Pro er tilgængelig"
925
-
926
- #: wptouch-pro-3/core/notifications.php:145
927
- msgid "Theme Update Available"
928
- msgstr "Tema Opdatering Tilgængelig"
929
-
930
- #: wptouch-pro-3/core/notifications.php:146
931
- msgid "One or more updates are available for your installed themes."
932
- msgstr "En eller flere opdateringer er tilgængelige til dine installerede temaer."
933
-
934
- #: wptouch-pro-3/core/notifications.php:160
935
- msgid "Extension Update Available"
936
- msgstr "Opdatering til Udvidelser tilgængelig"
937
-
938
- #: wptouch-pro-3/core/notifications.php:161
939
- msgid "One or more updates are available for your installed extensions."
940
- msgstr "En eller flere opdateringer er tilgængelig til dine installerede udvidelser."
941
-
942
- #: wptouch-pro-3/core/notifications.php:173
943
- msgid "Preview Mode Enabled"
944
- msgstr "Forhåndsvisning aktiveret"
945
-
946
- #: wptouch-pro-3/core/notifications.php:174
947
- 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."
948
- msgstr "Kun administratorer som er logget ind kan se det mobile tema. Du kan altid ændre dette under %sHovedindstillinger%s under %sVis Funktion%s."
949
-
950
- #: wptouch-pro-3/core/notifications.php:182
951
- msgid "Theme Presentation Disabled"
952
- msgstr "Tema Præsentation Deaktiveret"
953
-
954
- #: wptouch-pro-3/core/notifications.php:183
955
- 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."
956
- msgstr "Der er ikke nogen der kan se det mobile tema. Du kan altid ændre dette under %sHovedindstillinger%s under %sVis Funktion%s."
957
-
958
- #: wptouch-pro-3/core/notifications.php:194
959
- msgid "WPtouch Pro prefers pretty permalinks to be enabled within WordPress."
960
- msgstr "WPtouch Pro foretrækker kønne permalinks aktiveret inde i WordPress."
961
-
962
- #: wptouch-pro-3/core/notifications.php:204
963
- msgid "WPtouch Pro will not work fully in safe mode."
964
- msgstr "WPtouch Pro virker ikke fuldt i fejlsikret tilstand."
965
-
966
- #: wptouch-pro-3/core/notifications.php:214
967
- #: wptouch-pro-3/core/notifications.php:224
968
- #: wptouch-pro-3/core/notifications.php:234
969
- msgid "Extra configuration is required. The plugin must be configured to exclude the user agents that WPtouch Pro uses."
970
- msgstr "Det er nødvendigt med ekstra konfiguration. Plugin skal konfigureres så det ikke indeholder de bruger-agenter som WPtouch Pro bruger."
971
-
972
- #: wptouch-pro-3/core/notifications.php:244
973
- msgid "Extra configuration is required. Add paths to your active WPtouch Pro theme CSS and Javascript files as files to ignore in WPMinify."
974
- msgstr "Det er nødvendigt med ekstra konfiguration, tilføj stier til dit aktive WPtouch Pro temas CSS og Javascript filer, som filer der skal ignoreres i WPMinify."
975
-
976
- #: wptouch-pro-3/core/notifications.php:254
977
- msgid "This plugin may not work correctly in WPtouch Pro, and should be disabled in the Plugin Compatibility section."
978
- msgstr "Dette plugin virker måske ikke korrekt i WPtouch Pro og burde deaktiveres i Plugin Kompabilitet området."
979
-
980
- #: wptouch-pro-3/core/notifications.php:263
981
- msgid "Icon Installation Issue"
982
- msgstr "Ikon Installation Problemer"
983
-
984
- #: wptouch-pro-3/core/notifications.php:274
985
- msgid "WPtouch Pro 3 cannot co-exist with WPtouch 1.x. Disable it first in the WordPress Plugins settings."
986
- msgstr "WPtouch Pro 3 virker ikke uden WPtouch 1.x. Først deaktiver det i WordPress Plugin indstillingerne."
987
-
988
- #: wptouch-pro-3/core/notifications.php:284
989
- msgid "WPtouch Pro 3 cannot co-exist with WPtouch Pro 2.x. Disable it first in the WordPress Plugins settings."
990
- msgstr "WPtouch Pro 3 virker ikke uden WPtouch Pro 2.x. Først deaktiver det i WordPress Plugin indstillingerne."
991
-
992
- #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:179
993
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:42
994
- msgid "%d second ago"
995
- msgid_plural "%d seconds ago"
996
- msgstr[0] "%d sekund siden"
997
- msgstr[1] "%d sekunder siden"
998
-
999
- #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:182
1000
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:45
1001
- msgid "%d minute ago"
1002
- msgid_plural "%d minutes ago"
1003
- msgstr[0] "%d minut siden"
1004
- msgstr[1] "%d minutter siden"
1005
-
1006
- #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:185
1007
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:48
1008
- msgid "%d hour ago"
1009
- msgid_plural "%d hours ago"
1010
- msgstr[0] "%d time siden"
1011
- msgstr[1] "%d timer siden"
1012
-
1013
- #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:188
1014
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:51
1015
- msgid "%d day ago"
1016
- msgid_plural "%d days ago"
1017
- msgstr[0] "%d dag siden"
1018
- msgstr[1] "%d dage siden"
1019
-
1020
- #: wptouch-pro-3/include/html/desktop-switch.php:2
1021
- msgid "Desktop Version"
1022
- msgstr "Desktop udgave"
1023
-
1024
- #: wptouch-pro-3/include/html/desktop-switch.php:2
1025
- msgid "Switch To Mobile Version"
1026
- msgstr "Skift til mobil udgave"
1027
-
1028
- #: wptouch-pro-3/include/html/footer.php:2
1029
- msgid "Powered by %s%s%s"
1030
- msgstr "Drevet af %s%s%s"
1031
-
1032
- #: wptouch-pro-3/include/html/footer.php:3
1033
- msgid "By %s"
1034
- msgstr "Af %s"
1035
-
1036
- #: wptouch-pro-3/include/html/load-times.php:2
1037
- msgid "%d queries in %0.1f ms"
1038
- msgstr "%d forespørgsler i %0.1f ms"
1039
-
1040
- #: wptouch-pro-3/include/html/page-template.php:8
1041
- msgid "Default Template"
1042
- msgstr "Standard Template"
1043
-
1044
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:35
1045
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:47
1046
- msgid "Upgrading..."
1047
- msgstr "Opgraderer...."
1048
-
1049
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:35
1050
- msgid "Upgrade to %s"
1051
- msgstr "Opgrader til %s"
1052
-
1053
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:47
1054
- msgid "Extension location: %s"
1055
- msgstr "Udvidelsers placering: %s"
1056
-
1057
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:56
1058
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:81
1059
- msgid "More Info"
1060
- msgstr "Mere Info"
1061
-
1062
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:59
1063
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:84
1064
- msgid "Upgrade License"
1065
- msgstr "Opgrader Licens"
1066
-
1067
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:61
1068
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:86
1069
- msgid "Get License"
1070
- msgstr "Få Licens"
1071
-
1072
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:66
1073
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:95
1074
- msgid "Downloading..."
1075
- msgstr "Downloader..."
1076
-
1077
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:75
1078
- msgid "Deactivate"
1079
- msgstr "Deaktiver"
1080
-
1081
- #: wptouch-pro-3/pro/settings/html/extension-browser-pro.php:10
1082
- msgid "Loading Cloud Extensions"
1083
- msgstr "Henter Cloud Udvidelser"
1084
-
1085
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:49
1086
- msgid "Update to %s"
1087
- msgstr "Opdater til %s"
1088
-
1089
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:89
1090
- msgid "Buy Now"
1091
- msgstr "Køb Nu"
1092
-
1093
- #: wptouch-pro-3/pro/settings/html/theme-browser-pro.php:11
1094
- msgid "Loading Cloud Themes"
1095
- msgstr "Henter Cloud Temaer"
1096
-
1097
- #: wptouch-pro-3/themes/foundation/default/404.php:6
1098
- msgid "404 Not Found"
1099
- msgstr "404 Ikke fundet"
1100
-
1101
- #: wptouch-pro-3/themes/foundation/default/404.php:8
1102
- msgid "The post or page you requested is no longer available."
1103
- msgstr "Den besked eller side du ledte efter er ikke længere tilgængelig."
1104
-
1105
- #: wptouch-pro-3/themes/foundation/default/attachment.php:43
1106
- msgid "&laquo; previous in gallery"
1107
- msgstr "&laquo; tidligere i galleriet"
1108
-
1109
- #: wptouch-pro-3/themes/foundation/default/attachment.php:45
1110
- msgid "next in gallery &raquo;"
1111
- msgstr "næste i galleriet &raquo;"
1112
-
1113
- #: wptouch-pro-3/themes/foundation/default/comments.php:10
1114
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:33
1115
- msgid "no responses"
1116
- msgstr "ingen svar"
1117
-
1118
- #: wptouch-pro-3/themes/foundation/default/comments.php:10
1119
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:33
1120
- msgid "1 response"
1121
- msgstr "1 svar"
1122
-
1123
- #: wptouch-pro-3/themes/foundation/default/comments.php:10
1124
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:33
1125
- msgid "% responses"
1126
- msgstr "% svar"
1127
-
1128
- #: wptouch-pro-3/themes/foundation/default/comments.php:20
1129
- #: wptouch-pro-3/themes/foundation/default/comments.php:26
1130
- msgid "Load More Comments&hellip;"
1131
- msgstr "Hent flere kommentarer&hellip;"
1132
-
1133
- #: wptouch-pro-3/themes/foundation/default/comments.php:38
1134
- msgid "Comments are closed"
1135
- msgstr "Kommentarer er lukket"
1136
-
1137
- #: wptouch-pro-3/themes/foundation/default/comments.php:48
1138
- msgid "Cancel"
1139
- msgstr "Afbryd"
1140
-
1141
- #: wptouch-pro-3/themes/foundation/default/comments.php:51
1142
- msgid "Leave a Reply"
1143
- msgstr "Efterlad et svar"
1144
-
1145
- #: wptouch-pro-3/themes/foundation/default/comments.php:51
1146
- msgid "Leave a Reply to %s"
1147
- msgstr "Efterlad et svar til %s"
1148
-
1149
- #: wptouch-pro-3/themes/foundation/default/comments.php:54
1150
- msgid "You must be %slogged in%s to post a comment."
1151
- msgstr "Du skal være %slogget ind%s for at kunne poste en kommentar."
1152
-
1153
- #: wptouch-pro-3/themes/foundation/default/comments.php:61
1154
- msgid "Logged in as"
1155
- msgstr "Logget ind som"
1156
-
1157
- #: wptouch-pro-3/themes/foundation/default/comments.php:61
1158
- msgid "Log out"
1159
- msgstr "Log ud"
1160
-
1161
- #: wptouch-pro-3/themes/foundation/default/comments.php:65
1162
- msgid "Name"
1163
- msgstr "Navn"
1164
-
1165
- #: wptouch-pro-3/themes/foundation/default/comments.php:67
1166
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:78
1167
- msgid "E-Mail"
1168
- msgstr "Email"
1169
-
1170
- #: wptouch-pro-3/themes/foundation/default/comments.php:69
1171
- msgid "Website"
1172
- msgstr "Hjemmeside"
1173
-
1174
- #: wptouch-pro-3/themes/foundation/default/comments.php:75
1175
- msgid "Publish"
1176
- msgstr "Offentliggør"
1177
-
1178
- #: wptouch-pro-3/themes/foundation/default/formerror.php:6
1179
- msgid "Comment Error"
1180
- msgstr "Kommentar Fejl"
1181
-
1182
- #: wptouch-pro-3/themes/foundation/default/formerror.php:8
1183
- msgid "Please enter all fields correctly to post a comment."
1184
- msgstr "Udfyld venligst alle felter for at vise en kommentar korrekt."
1185
-
1186
- #: wptouch-pro-3/themes/foundation/default/formerror.php:9
1187
- msgid "Go back"
1188
- msgstr "Gå tilbage"
1189
-
1190
- #: wptouch-pro-3/themes/foundation/default/index.php:33
1191
- #: wptouch-pro-3-extras/themes/classic-redux/default/index.php:34
1192
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:60
1193
- #: wptouch-pro-3-extras/themes/hammock/default/index.php:34
1194
- msgid "newer posts"
1195
- msgstr "nyere opslag"
1196
-
1197
- #: wptouch-pro-3/themes/foundation/default/index.php:33
1198
- #: wptouch-pro-3-extras/themes/classic-redux/default/index.php:34
1199
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:56
1200
- #: wptouch-pro-3-extras/themes/hammock/default/index.php:34
1201
- msgid "older posts"
1202
- msgstr "ældre opslag"
1203
-
1204
- #: wptouch-pro-3/themes/foundation/default/nav-bar.php:6
1205
- #: wptouch-pro-3-extras/themes/bauhaus/default/nav-bar.php:6
1206
- msgid "previous post"
1207
- msgstr "tidligere opslag"
1208
-
1209
- #: wptouch-pro-3/themes/foundation/default/nav-bar.php:12
1210
- #: wptouch-pro-3-extras/themes/bauhaus/default/nav-bar.php:13
1211
- msgid "next post"
1212
- msgstr "næste opslag"
1213
-
1214
- #: wptouch-pro-3/themes/foundation/default/one-comment.php:12
1215
- msgid "Your comment is awaiting moderation"
1216
- msgstr "Din kommentar afventer gennemlæsning"
1217
-
1218
- #: wptouch-pro-3/themes/foundation/default/related-posts.php:4
1219
- msgid "Related"
1220
- msgstr "Relaterede"
1221
-
1222
- #: wptouch-pro-3/themes/foundation/default/search.php:6
1223
- #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:6
1224
- #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:5
1225
- #: wptouch-pro-3-extras/themes/hammock/default/search.php:5
1226
- msgid "You searched for \"%s\""
1227
- msgstr "Du søgte efter \"%s\""
1228
-
1229
- #: wptouch-pro-3/themes/foundation/default/search.php:16
1230
- #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:15
1231
- #: wptouch-pro-3-extras/themes/hammock/default/search.php:16
1232
- msgid "%s results"
1233
- msgstr "%s resultater"
1234
-
1235
- #: wptouch-pro-3/themes/foundation/default/search.php:36
1236
- #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:38
1237
- #: wptouch-pro-3-extras/themes/hammock/default/search.php:40
1238
- msgid "No search results found"
1239
- msgstr "Ingen søgeresultater fundet"
1240
-
1241
- #: wptouch-pro-3/themes/foundation/default/search.php:45
1242
- #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:46
1243
- #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:47
1244
- msgid "Load more %s results"
1245
- msgstr "Hent flere %s resultater"
1246
-
1247
- #: wptouch-pro-3/themes/foundation/default/single.php:13
1248
- #: wptouch-pro-3-extras/themes/hammock/default/post-loop-menu.php:15
1249
- #: wptouch-pro-3-extras/themes/hammock/default/post-loop.php:19
1250
- msgid "By"
1251
- msgstr "Af"
1252
-
1253
- #: wptouch-pro-3/themes/foundation/default/switch-link.php:8
1254
- msgid "mobile"
1255
- msgstr "mobil"
1256
-
1257
- #: wptouch-pro-3/themes/foundation/default/switch-link.php:9
1258
- msgid "desktop"
1259
- msgstr "desktop"
1260
-
1261
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:169
1262
- msgid "Service"
1263
- msgstr "Ydelse"
1264
-
1265
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:175
1266
- msgid "Choose a service"
1267
- msgstr "Vælg en service"
1268
-
1269
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:181
1270
- msgid "Google Adsense"
1271
- msgstr "Google Adsense"
1272
-
1273
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:182
1274
- msgid "Custom"
1275
- msgstr "Brugerdefiner"
1276
-
1277
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:192
1278
- msgid "Google AdSense"
1279
- msgstr "Google AdSense"
1280
-
1281
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:195
1282
- msgid "Publisher ID"
1283
- msgstr "Offentliggør ID"
1284
-
1285
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:196
1286
- msgid "Slot ID"
1287
- msgstr "Slot ID"
1288
-
1289
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:200
1290
- msgid "Code Type"
1291
- msgstr "Kodetype"
1292
-
1293
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:212
1294
- msgid "Custom Ads"
1295
- msgstr "Brugerdefiner reklamer"
1296
-
1297
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:215
1298
- msgid "Mobile advertising script"
1299
- msgstr "Reklame script til mobil"
1300
-
1301
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:224
1302
- msgid "Ad Presentation"
1303
- msgstr "Tilføj præsentation"
1304
-
1305
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:230
1306
- msgid "Theme location"
1307
- msgstr "Tema placering"
1308
-
1309
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:235
1310
- msgid "In the header"
1311
- msgstr "I headeren"
1312
-
1313
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:236
1314
- msgid "Above the page content"
1315
- msgstr "Over sideindholdet"
1316
-
1317
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:237
1318
- msgid "Below the page content"
1319
- msgstr "Nedenfor sideindholdet"
1320
-
1321
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:247
1322
- msgid "Active Pages"
1323
- msgstr "Aktive sider"
1324
-
1325
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:250
1326
- msgid "Blog listings"
1327
- msgstr "Blog visninger"
1328
-
1329
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:251
1330
- msgid "Single posts"
1331
- msgstr "Enkelte opslag"
1332
-
1333
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:252
1334
- msgid "Static pages"
1335
- msgstr "Statiske sider"
1336
-
1337
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:253
1338
- msgid "Taxonomy"
1339
- msgstr "Klassificering"
1340
-
1341
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:254
1342
- msgid "Search results"
1343
- msgstr "Søg resultater"
1344
-
1345
- #: wptouch-pro-3/themes/foundation/modules/base/base.php:69
1346
- msgid "Loading"
1347
- msgstr "Loader"
1348
-
1349
- #: wptouch-pro-3/themes/foundation/modules/base/preview-bar.php:2
1350
- msgid "Theme Preview"
1351
- msgstr "Tema forhåndsvisning"
1352
-
1353
- #: wptouch-pro-3/themes/foundation/modules/base/preview-bar.php:3
1354
- msgid "Reload"
1355
- msgstr "Genindlæs"
1356
-
1357
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:76
1358
- msgid "Custom Post Support"
1359
- msgstr "Brugerdefiner support til beskeder"
1360
-
1361
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:82
1362
- msgid "Enable custom post-type support"
1363
- msgstr "Aktiver brugerdefineret besked type support"
1364
-
1365
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:90
1366
- msgid "Show custom post taxonomy"
1367
- msgstr "Vis brugerdefineret besked klassificering"
1368
-
1369
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:102
1370
- msgid "Custom Post Types"
1371
- msgstr "Brugerdefiner besked typer"
1372
-
1373
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:231
1374
- msgid "Featured Slider"
1375
- msgstr "Vist slider"
1376
-
1377
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:237
1378
- msgid "Enable featured slider"
1379
- msgstr "Aktiver viste slider"
1380
-
1381
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:238
1382
- msgid "Requires at least 2 entries to contain featured images"
1383
- msgstr "Kræver som minimum 2 for at indeholde viste billeder"
1384
-
1385
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:245
1386
- msgid "Maximum number of posts"
1387
- msgstr "Maksimum antal af beskeder"
1388
-
1389
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:250
1390
- msgid "3 posts"
1391
- msgstr "3 beskeder"
1392
-
1393
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:251
1394
- msgid "5 posts"
1395
- msgstr "5 beskeder"
1396
-
1397
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:252
1398
- msgid "10 posts"
1399
- msgstr "10 beskeder"
1400
-
1401
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:258
1402
- msgid "Automatically slide"
1403
- msgstr "Automatisk slider"
1404
-
1405
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:266
1406
- msgid "Continuously slide"
1407
- msgstr "Fortsat slide"
1408
-
1409
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:274
1410
- msgid "Grayscale images (CSS 3 effect)"
1411
- msgstr "Gråtone billeder (CSS 3 effekt)"
1412
-
1413
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:275
1414
- msgid "Featured slider images will be in grayscale for devices that support CSS filters."
1415
- msgstr "Viste slide billeder vil være i gråtoner for enheder som understøtter CSS filtre."
1416
-
1417
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:282
1418
- msgid "Show title & date"
1419
- msgstr "Vis titel & dato"
1420
-
1421
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:283
1422
- msgid "If disabled, the title and date will not be shown. Note: some themes do not show the date."
1423
- msgstr "Hvis deaktiveret vil titel og dato ikke blive vist. Bemærk: visse temaer viser ikke datoen."
1424
-
1425
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:290
1426
- msgid "Featured slider posts also show in listings"
1427
- msgstr "Foretrukne slider-beskeder, ses også i listen"
1428
-
1429
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:298
1430
- msgid "Slide transition speed"
1431
- msgstr "Slide overgangshastighed"
1432
-
1433
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:303
1434
- msgid "Slow"
1435
- msgstr "Langsom"
1436
-
1437
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:304
1438
- msgid "Normal"
1439
- msgstr "Normal"
1440
-
1441
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:305
1442
- msgid "Fast"
1443
- msgstr "Hurtig"
1444
-
1445
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:316
1446
- msgid "Show latest posts"
1447
- msgstr "Vis seneste beskeder"
1448
-
1449
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:317
1450
- msgid "Show posts from a specific tag"
1451
- msgstr "Vis beskeder fra et specifikt tag"
1452
-
1453
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:318
1454
- msgid "Show posts from a specific category"
1455
- msgstr "Vis beskeder fra en bestemt kategori"
1456
-
1457
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:319
1458
- msgid "Show only specific posts or pages"
1459
- msgstr "Vis kun specifikke opslag eller sider"
1460
-
1461
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:325
1462
- msgid "Only this tag"
1463
- msgstr "Kun dette tag"
1464
-
1465
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:334
1466
- msgid "Only this category"
1467
- msgstr "Kun denne kategori"
1468
-
1469
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:343
1470
- msgid "Comma-separated list of post/page IDs"
1471
- msgstr "Komma separeret liste med besked/side ID"
1472
-
1473
- #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:10
1474
- msgid "Browser Fonts"
1475
- msgstr "Browser skrifttyper"
1476
-
1477
- #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:18
1478
- msgid "Typography"
1479
- msgstr "Typografi"
1480
-
1481
- #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:24
1482
- msgid "Font style"
1483
- msgstr "Skrifttype"
1484
-
1485
- #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:25
1486
- msgid "Choose a Google font pairing designed for this theme, or default browser fonts."
1487
- msgstr "Vælg en Google skrifttype som passer til dette tema, eller brug browserens standard skrifttyper."
1488
-
1489
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:7
1490
- msgid "Remember Me"
1491
- msgstr "Husk Mig"
1492
-
1493
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:9
1494
- msgid "Log In"
1495
- msgstr "Log Ind"
1496
-
1497
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:20
1498
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:51
1499
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:49
1500
- #: wptouch-pro-3-extras/themes/simple/default/header-bottom.php:22
1501
- msgid "Login"
1502
- msgstr "Log ind"
1503
-
1504
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:29
1505
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:207
1506
- msgid "Sign-up"
1507
- msgstr "Tilmeld"
1508
-
1509
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:30
1510
- msgid "Lost password?"
1511
- msgstr "Glemt adgangskode?"
1512
-
1513
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:22
1514
- msgid "Account Username"
1515
- msgstr "Konto Brugernavn"
1516
-
1517
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:23
1518
- msgid "Account Password"
1519
- msgstr "Konto Adgangskode"
1520
-
1521
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:32
1522
- msgid "Login Form"
1523
- msgstr "Log ind form"
1524
-
1525
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:38
1526
- msgid "Use fly-in login form"
1527
- msgstr "Brug fly-in log ind formular"
1528
-
1529
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:39
1530
- msgid "Will add login links and allow mobile visitors to login to your website from mobile devices"
1531
- msgstr "Vil tilføje log ind links, og tillade besøgende fra mobile enheder at logge ind til din hjemmeside."
1532
-
1533
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:46
1534
- msgid "Show \"Sign-up\" and \"Lost Password?\" links"
1535
- msgstr "Vis \"Tilmeld\" og \"Glemt Adgangskode?\" links"
1536
-
1537
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:48
1538
- msgid "Video Handling"
1539
- msgstr "Video håndtering"
1540
-
1541
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:60
1542
- msgid "CSS only (HTML5 videos)"
1543
- msgstr "Kun CSS (HTML5 videoer)"
1544
-
1545
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:61
1546
- msgid "FitVids Method"
1547
- msgstr "FitVids Metode"
1548
-
1549
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:62
1550
- msgid "Fluid-Width Method"
1551
- msgstr "Fluid-Width Metode"
1552
-
1553
- #: wptouch-pro-3/themes/foundation/modules/related-posts/related-posts.php:106
1554
- msgid "Related Posts"
1555
- msgstr "Relaterede Beskeder"
1556
-
1557
- #: wptouch-pro-3/themes/foundation/modules/related-posts/related-posts.php:112
1558
- msgid "Enable display of related posts"
1559
- msgstr "Aktiver visning af relaterede beskeder"
1560
-
1561
- #: wptouch-pro-3/themes/foundation/modules/related-posts/related-posts.php:120
1562
- msgid "Maximum number of related posts to show"
1563
- msgstr "Maksimum antal af relaterede beskeder der vises"
1564
-
1565
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing-html.php:1
1566
- #: wptouch-pro-3-extras/themes/hammock/default/sharing-html.php:2
1567
- msgid "Share"
1568
- msgstr "Del"
1569
-
1570
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing-html.php:1
1571
- #: wptouch-pro-3-extras/themes/hammock/default/sharing-html.php:3
1572
- msgid "Tweet"
1573
- msgstr "Tweet"
1574
-
1575
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing-html.php:1
1576
- #: wptouch-pro-3-extras/themes/hammock/default/sharing-html.php:5
1577
- msgid "Mail"
1578
- msgstr "Mail"
1579
-
1580
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:81
1581
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:317
1582
- msgid "Sharing"
1583
- msgstr "Deler"
1584
-
1585
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:87
1586
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:323
1587
- msgid "Show sharing links"
1588
- msgstr "Vis delte links"
1589
-
1590
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:88
1591
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:324
1592
- msgid "Will show Facebook, Twitter, Google+ and Email buttons on single posts."
1593
- msgstr "Vil vise Facebook, Twitter, Google+ og Email knapper på enkelte opslag."
1594
-
1595
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:95
1596
- msgid "Show sharing links on pages"
1597
- msgstr "Vis delte links på sider"
1598
-
1599
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:96
1600
- msgid "Will show Facebook, Twitter, Google+ and Email buttons on pages as well as single posts."
1601
- msgstr "Vil vise Facebook, Twitter, Google+ og E-mail knapper på sider samt på enkelte beskeder."
1602
-
1603
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:103
1604
- msgid "Sharing links location"
1605
- msgstr "Placering for delte links"
1606
-
1607
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:108
1608
- msgid "Above post content"
1609
- msgstr "Over opslagets indhold"
1610
-
1611
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:109
1612
- msgid "Below post content"
1613
- msgstr "Nedenfor opslagets indhold"
1614
-
1615
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:115
1616
- msgid "Color scheme"
1617
- msgstr "Farvesammensætning"
1618
-
1619
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:120
1620
- msgid "Theme colors"
1621
- msgstr "Tema farver"
1622
-
1623
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:121
1624
- msgid "Social network colors"
1625
- msgstr "Sociale netværk farver"
1626
-
1627
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:8
1628
- msgid "Footer Social Links"
1629
- msgstr "Footer Sociale Links"
1630
-
1631
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:23
1632
- msgid "Full URL to your Facebook page"
1633
- msgstr "Fuld URL til din Facebook side"
1634
-
1635
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:31
1636
- msgid "Full URL to your Twitter profile"
1637
- msgstr "Fuld URL til din Twitter profil"
1638
-
1639
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:39
1640
- msgid "Full URL to your Google+ profile"
1641
- msgstr "Fuld URL til din Google+ profil"
1642
-
1643
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:47
1644
- msgid "Full URL to your Pinterest page"
1645
- msgstr "Fuld URL til din Pinterest side"
1646
-
1647
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:55
1648
- msgid "Full URL to your Vimeo page"
1649
- msgstr "Fuld URL til din Vimeo side"
1650
-
1651
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:63
1652
- msgid "Full URL to your %s profile"
1653
- msgstr "Fuld URL til din %s profil"
1654
-
1655
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:70
1656
- msgid "LinkedIn"
1657
- msgstr "LinkedIn"
1658
-
1659
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:71
1660
- msgid "Full URL to your LinkedIn profile"
1661
- msgstr "Fuld URL til din LinkedIn profil"
1662
-
1663
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:79
1664
- msgid "E-Mail address"
1665
- msgstr "E-mail adresse"
1666
-
1667
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:87
1668
- msgid "Full URL to your RSS feed"
1669
- msgstr "Fuld URL til din RSS feed"
1670
-
1671
- #: wptouch-pro-3/themes/foundation/modules/tablets/tablets.php:46
1672
- msgid "iPad"
1673
- msgstr "iPad"
1674
-
1675
- #: wptouch-pro-3/themes/foundation/modules/tablets/tablets.php:52
1676
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:268
1677
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:286
1678
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:304
1679
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:323
1680
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:331
1681
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:349
1682
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:357
1683
- #: wptouch-pro-3/themes/foundation/root-functions.php:390
1684
- #: wptouch-pro-3/themes/foundation/root-functions.php:408
1685
- msgid "%d by %d pixels (PNG)"
1686
- msgstr "%d af %d pixels (PNG)"
1687
-
1688
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:66
1689
- msgid "Disabled"
1690
- msgstr "Deaktiveret"
1691
-
1692
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:81
1693
- msgid "Twitter account to use for Tweet display"
1694
- msgstr "Twitter konto som skal bruges til Tweet visning"
1695
-
1696
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:122
1697
- msgid "External link— open it in the browser?"
1698
- msgstr "Ekstern link - åben i browseren?"
1699
-
1700
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:123
1701
- msgid "File link— Do you want to open it in the browser?"
1702
- msgstr "Fil link - Ønsker du at åbne det i browseren?"
1703
-
1704
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:210
1705
- msgid "Enable iOS Web-App Mode"
1706
- msgstr "Aktiver iOS Web-App Funktion"
1707
-
1708
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:214
1709
- msgid "Enable persistence"
1710
- msgstr "Aktiver vedholdenhed"
1711
-
1712
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:215
1713
- msgid "Loads the last visited URL for visitors on open."
1714
- msgstr "Hent den sidst besøgte URL for besøgende på åben."
1715
-
1716
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:222
1717
- msgid "URLs to ignore in Web-App Mode"
1718
- msgstr "URL som skal ignoreres i Web-App Mode"
1719
-
1720
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:235
1721
- msgid "Notice Message"
1722
- msgstr "Bemærk besked"
1723
-
1724
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:238
1725
- msgid "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
1726
- msgstr "Vis en besked til brugere med iPhone, iPod touch & iPad om min Web-App"
1727
-
1728
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:238
1729
- msgid "WPtouch shows a notice bubble on 1st visit letting users know about your Web-App enabled website on iOS devices."
1730
- msgstr "WPtouch viser en talebobbel til førstegangsbesøgende som giver brugere besked om din Web-App aktiveret hjemmeside på iOS enheder."
1731
-
1732
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:239
1733
- msgid "Notice message contents"
1734
- msgstr "Bemærk besked indhold"
1735
-
1736
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:239
1737
- msgid "[device] and [icon] are dynamic and used to determine the device and iOS version. Do not remove these from your message."
1738
- msgstr "[device] og [icon] er dynamiske og bruges til at bestemme enheden og iOS udgaven. Du må ikke fjerne disse fra din besked."
1739
-
1740
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:243
1741
- msgid "the notice message will be shown again for visitors"
1742
- msgstr "beskeden vil blive vist igen til besøgende"
1743
-
1744
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:248
1745
- msgid "1 day until"
1746
- msgstr "1 dag til"
1747
-
1748
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:249
1749
- msgid "7 days until"
1750
- msgstr "7 dage til"
1751
-
1752
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:250
1753
- msgid "1 month until"
1754
- msgstr "1 måned til"
1755
-
1756
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:251
1757
- msgid "Every time"
1758
- msgstr "Altid"
1759
-
1760
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:262
1761
- msgid "iPhone Startup Screen"
1762
- msgstr "iPhone opstartskærm"
1763
-
1764
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:280
1765
- msgid "Retina iPhone Startup Screen"
1766
- msgstr "Retina iPhone opstartskærm"
1767
-
1768
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:298
1769
- msgid "iPhone 5 Startup Screen"
1770
- msgstr "iPhone 5 opstartskærm"
1771
-
1772
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:317
1773
- msgid "iPad Mini and iPad Startup Screens"
1774
- msgstr "iPad Mini og iPad opstartskærme"
1775
-
1776
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:343
1777
- msgid "Retina iPad Startup Screens"
1778
- msgstr "Retina iPad Opstartsskærme"
1779
-
1780
- #: wptouch-pro-3/themes/foundation/root-functions.php:11
1781
- msgid "Branding"
1782
- msgstr "Branding"
1783
-
1784
- #: wptouch-pro-3/themes/foundation/root-functions.php:12
1785
- msgid "Media Handling"
1786
- msgstr "Medie håndtering"
1787
-
1788
- #: wptouch-pro-3/themes/foundation/root-functions.php:13
1789
- msgid "Web-App Mode"
1790
- msgstr "Web-App Funktion"
1791
-
1792
- #: wptouch-pro-3/themes/foundation/root-functions.php:14
1793
- msgid "Bookmark Icons"
1794
- msgstr "Bogmærk Ikoner"
1795
-
1796
- #: wptouch-pro-3/themes/foundation/root-functions.php:15
1797
- msgid "Advertising"
1798
- msgstr "Reklamering"
1799
-
1800
- #: wptouch-pro-3/themes/foundation/root-functions.php:16
1801
- msgid "Custom Content"
1802
- msgstr "Brugerdefineret indhold"
1803
-
1804
- #: wptouch-pro-3/themes/foundation/root-functions.php:113
1805
- msgid "Install this Web-App on your [device]: tap [icon] then \"Add to Home Screen\""
1806
- msgstr "Installer denne Web-App på din [device]: tap [icon] og herefter \"Føj til hovedskærm\""
1807
-
1808
- #: wptouch-pro-3/themes/foundation/root-functions.php:304
1809
- msgid "Number of posts in post listings"
1810
- msgstr "Antallet af opslag i opslagsvisningerne"
1811
-
1812
- #: wptouch-pro-3/themes/foundation/root-functions.php:305
1813
- msgid "Overrides the WordPress Reading settings for \"Blog pages show at most\""
1814
- msgstr "Overskriver indstillingerne i WordPress for læsning af \"Blog sider vises mest\""
1815
-
1816
- #: wptouch-pro-3/themes/foundation/root-functions.php:312
1817
- msgid "Excluded categories"
1818
- msgstr "Ekskluder kategorier"
1819
-
1820
- #: wptouch-pro-3/themes/foundation/root-functions.php:313
1821
- msgid "Comma separated by category name"
1822
- msgstr "Komma separeret efter kategori navn"
1823
-
1824
- #: wptouch-pro-3/themes/foundation/root-functions.php:320
1825
- msgid "Excluded tags"
1826
- msgstr "Ekskluder tags"
1827
-
1828
- #: wptouch-pro-3/themes/foundation/root-functions.php:321
1829
- msgid "Comma separated by tag name"
1830
- msgstr "Komma separeret efter tag navn"
1831
-
1832
- #: wptouch-pro-3/themes/foundation/root-functions.php:331
1833
- msgid "Blog"
1834
- msgstr "Blog"
1835
-
1836
- #: wptouch-pro-3/themes/foundation/root-functions.php:342
1837
- msgid "Show comments on pages"
1838
- msgstr "Vis kommentarer på siderne"
1839
-
1840
- #: wptouch-pro-3/themes/foundation/root-functions.php:343
1841
- msgid "Overrides the WordPress settings for showing comments on pages."
1842
- msgstr "Overskriver WordPress indstillingerne for at vise kommentarer på siderne."
1843
-
1844
- #: wptouch-pro-3/themes/foundation/root-functions.php:353
1845
- #: wptouch-pro-3/themes/foundation/root-functions.php:1024
1846
- msgid "Pages"
1847
- msgstr "Sider"
1848
-
1849
- #: wptouch-pro-3/themes/foundation/root-functions.php:366
1850
- msgid "Icon Title"
1851
- msgstr "Ikontitel"
1852
-
1853
- #: wptouch-pro-3/themes/foundation/root-functions.php:372
1854
- msgid "Icon title"
1855
- msgstr "Ikon titel"
1856
-
1857
- #: wptouch-pro-3/themes/foundation/root-functions.php:373
1858
- msgid "When visitors bookmark your website, this will be the title shown."
1859
- msgstr "Når besøgende bogmærker din side, vil dette være navnet som vises."
1860
-
1861
- #: wptouch-pro-3/themes/foundation/root-functions.php:384
1862
- msgid "Android"
1863
- msgstr "Android"
1864
-
1865
- #: wptouch-pro-3/themes/foundation/root-functions.php:402
1866
- msgid "iPhone & iPod touch"
1867
- msgstr "iPhone & iPod touch"
1868
-
1869
- #: wptouch-pro-3/themes/foundation/root-functions.php:438
1870
- msgid "Theme Colors"
1871
- msgstr "Tema farver"
1872
-
1873
- #: wptouch-pro-3/themes/foundation/root-functions.php:448
1874
- msgid "Site Logo"
1875
- msgstr "Side logo"
1876
-
1877
- #: wptouch-pro-3/themes/foundation/root-functions.php:454
1878
- msgid "(Scaled by themes to fit logo areas as needed)"
1879
- msgstr "(Skaleret af tema for at passe med logoets størrelse)"
1880
-
1881
- #: wptouch-pro-3/themes/foundation/root-functions.php:467
1882
- msgid "Smart App Banner"
1883
- msgstr "Smart App Banner"
1884
-
1885
- #: wptouch-pro-3/themes/foundation/root-functions.php:473
1886
- msgid "Enter your app's %sApp Store ID%s"
1887
- msgstr "Indtast din apps %sApp Store ID%s"
1888
-
1889
- #: wptouch-pro-3/themes/foundation/root-functions.php:474
1890
- 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."
1891
- 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."
1892
-
1893
- #: wptouch-pro-3/themes/foundation/root-functions.php:486
1894
- msgid "Theme Footer"
1895
- msgstr "Tema footer"
1896
-
1897
- #: wptouch-pro-3/themes/foundation/root-functions.php:489
1898
- msgid "Custom footer content (HTML is allowed)"
1899
- msgstr "Brugerdefineret footer indhold (HTML er tilladt)"
1900
-
1901
- #: wptouch-pro-3/themes/foundation/root-functions.php:489
1902
- msgid "You can add custom footer content that will be displayed below the switch link."
1903
- msgstr "Du kan tilføje skræddersyet footer indhold som vil blive vist nedenfor skift linket."
1904
-
1905
- #: wptouch-pro-3/themes/foundation/root-functions.php:854
1906
- msgid "search results for '%s'"
1907
- msgstr "søge resultater for '%s'"
1908
-
1909
- #: wptouch-pro-3/themes/foundation/root-functions.php:856
1910
- msgid "%sCategories &rsaquo;%s %s"
1911
- msgstr "%sKategorier &rsaquo;%s %s"
1912
-
1913
- #: wptouch-pro-3/themes/foundation/root-functions.php:858
1914
- msgid "Tags &rsaquo; %s"
1915
- msgstr "Tags &rsaquo; %s"
1916
-
1917
- #: wptouch-pro-3/themes/foundation/root-functions.php:860
1918
- #: wptouch-pro-3/themes/foundation/root-functions.php:862
1919
- #: wptouch-pro-3/themes/foundation/root-functions.php:864
1920
- msgid "Archives &rsaquo; %s"
1921
- msgstr "Arkiver &rsaquo; %s"
1922
-
1923
- #: wptouch-pro-3/themes/foundation/root-functions.php:879
1924
- msgid "Load more from this category"
1925
- msgstr "Hent mere fra denne kategori"
1926
-
1927
- #: wptouch-pro-3/themes/foundation/root-functions.php:881
1928
- msgid "Load more tagged like this"
1929
- msgstr "Hent mere som er tagget som denne"
1930
-
1931
- #: wptouch-pro-3/themes/foundation/root-functions.php:883
1932
- msgid "Load more from this day"
1933
- msgstr "Hent mere fra denne dag"
1934
-
1935
- #: wptouch-pro-3/themes/foundation/root-functions.php:885
1936
- msgid "Load more from this month"
1937
- msgstr "Hent mere fra denne måned"
1938
-
1939
- #: wptouch-pro-3/themes/foundation/root-functions.php:887
1940
- msgid "Load more from this year"
1941
- msgstr "Hent mere fra dette år"
1942
-
1943
- #: wptouch-pro-3/themes/foundation/root-functions.php:889
1944
- msgid "Load more in this section"
1945
- msgstr "Hent mere i denne afdeling"
1946
-
1947
- #: wptouch-pro-3/themes/foundation/root-functions.php:891
1948
- msgid "Load more entries"
1949
- msgstr "Hent flere indtastninger"
1950
-
1951
- #: wptouch-pro-3/themes/foundation/root-functions.php:973
1952
- msgid "Post"
1953
- msgstr "Opslå"
1954
-
1955
- #: wptouch-pro-3/themes/foundation/root-functions.php:975
1956
- msgid "Page"
1957
- msgstr "Side"
1958
-
1959
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:63
1960
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:225
1961
- msgid "Purge Page Cache"
1962
- msgstr "Slet Side Cache"
1963
-
1964
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:123
1965
- msgid "Enable Infinity Cache"
1966
- msgstr "Aktiver Infinity Cache"
1967
-
1968
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:131
1969
- msgid "Create cache for desktop users"
1970
- msgstr "Opret cache til desktop brugere"
1971
-
1972
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:132
1973
- msgid "If you are using another cache plugin such as W3, you can disable this."
1974
- msgstr "Hvis du bruger et andet cache plugin som f.eks. W3, kan du deaktivere denne."
1975
-
1976
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:153
1977
- msgid "Compress output using GZIP"
1978
- msgstr "Komprimer output ved hjælp af GZIP"
1979
-
1980
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:163
1981
- msgid "Maximum age of cached content"
1982
- msgstr "Maksimal alder af cache indhold"
1983
-
1984
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:164
1985
- msgid "Each cached page will automatically be regenerated after this period elapses"
1986
- msgstr "Hver cache side vil automatisk blive genskabt når denne periode udløber"
1987
-
1988
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:168
1989
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:169
1990
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:170
1991
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:171
1992
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:172
1993
- msgid "%d hour"
1994
- msgid_plural "%d hours"
1995
- msgstr[0] "%d time"
1996
- msgstr[1] "%d timer"
1997
-
1998
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:179
1999
- msgid "Remove stale cache file interval"
2000
- msgstr "Fjern gamle cache fil-intervaller"
2001
-
2002
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:184
2003
- msgid "Hourly"
2004
- msgstr "Timevis"
2005
-
2006
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:185
2007
- msgid "Daily"
2008
- msgstr "Dagligt"
2009
-
2010
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:192
2011
- msgid "Disable caching for any of these matched URL fragments"
2012
- msgstr "Deaktiver cache for alle disse matchende URL fragmenter"
2013
-
2014
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:193
2015
- msgid "Add one URL fragment per line, i.e. %s, to not cache pages that contain each URL fragment"
2016
- msgstr "Tilføj et URL fragment pr. linje, f.eks. %s, for ikke at cache sider som indeholder hver URL fragment"
2017
-
2018
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:201
2019
- msgid "Content Distribution Network Service"
2020
- msgstr "Indhold Forsendelse Netværksservice"
2021
-
2022
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:202
2023
- msgid "Using a content distribution network (CDN) can significantly enhance the responsiveness of your website."
2024
- msgstr "Din hjemmeside vil blive betydelig mere responsive, ved at bruge et indholds-forsendelsesnetværk (CDN)"
2025
-
2026
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:215
2027
- msgid "URL %d"
2028
- msgstr "URL %d"
2029
-
2030
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:216
2031
- msgid "Add the URLs you have configured for your CDN, for example http://cdn%d.mysite.com"
2032
- msgstr "Tilføj de URL som du har konfigureret til din CDN, f.eks. http://cdn%d.mysite.com"
2033
-
2034
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:233
2035
- msgid "Infinity Cache"
2036
- msgstr "Infinity Cache"
2037
-
2038
- #: wptouch-pro-3-extras/extensions/mobile-content/mobile-content.php:20
2039
- msgid "WPtouch Alternate Mobile Content"
2040
- msgstr "WPtouch Alternativ Mobil Indhold"
2041
-
2042
- #: wptouch-pro-3-extras/extensions/mobile-content/mobile-content.php:38
2043
- msgid "Mobile Content"
2044
- msgstr "Mobil Indhold"
2045
-
2046
- #: wptouch-pro-3-extras/extensions/mobile-content/mobile-content.php:44
2047
- msgid "Enable mobile content display"
2048
- msgstr "Aktiver visning af mobil indhold"
2049
-
2050
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:92
2051
- msgid "Responsive Images"
2052
- msgstr "Responsive Billeder"
2053
-
2054
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:98
2055
- msgid "Include desktop optimizations for mobile devices"
2056
- msgstr "Inkluder desktop optimering til mobile enheder"
2057
-
2058
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:99
2059
- msgid "Normally only images on mobile are optimized"
2060
- msgstr "Normalt er det kun billeder på mobile enheder der optimeres"
2061
-
2062
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:106
2063
- msgid "Performance preference"
2064
- msgstr "Foretrukken præstation"
2065
-
2066
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:111
2067
- msgid "Optimize for page speed"
2068
- msgstr "Optimer for bedre side-hastighed"
2069
-
2070
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:112
2071
- msgid "Optimize for quality"
2072
- msgstr "Optimer til bedre kvalitet"
2073
-
2074
- #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:21
2075
- #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:24
2076
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:76
2077
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:84
2078
- #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:24
2079
- msgid "Search this website"
2080
- msgstr "Søg denne hjemmeside"
2081
-
2082
- #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:22
2083
- #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:14
2084
- #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:25
2085
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:46
2086
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:78
2087
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:42
2088
- #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:14
2089
- #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:25
2090
- msgid "Search"
2091
- msgstr "Søg"
2092
-
2093
- #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:40
2094
- #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:42
2095
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:53
2096
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:51
2097
- #: wptouch-pro-3-extras/themes/simple/default/header-bottom.php:24
2098
- msgid "Logout"
2099
- msgstr "Log ud"
2100
-
2101
- #: wptouch-pro-3-extras/themes/bauhaus/default/post-loop.php:19
2102
- #: wptouch-pro-3-extras/themes/bio/default/post-loop.php:19
2103
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:24
2104
- msgid "by"
2105
- msgstr "af"
2106
-
2107
- #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:14
2108
- msgid "Show %s Results"
2109
- msgstr "Vis %s Resultater"
2110
-
2111
- #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:38
2112
- msgid "No results found"
2113
- msgstr "Ingen resultater fundet"
2114
-
2115
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:25
2116
- msgid "no comments"
2117
- msgstr "ingen kommentarer"
2118
-
2119
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:25
2120
- msgid "1 comment"
2121
- msgstr "1 kommentar"
2122
-
2123
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:25
2124
- msgid "% comments"
2125
- msgstr "% kommentarer"
2126
-
2127
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:44
2128
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:35
2129
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:61
2130
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:39
2131
- msgid "Categories"
2132
- msgstr "Kategorier"
2133
-
2134
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:47
2135
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:39
2136
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:68
2137
- msgid "Tags"
2138
- msgstr "Tags"
2139
-
2140
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:118
2141
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:97
2142
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:72
2143
- msgid "Header Menu"
2144
- msgstr "Header menu"
2145
-
2146
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:120
2147
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:89
2148
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:99
2149
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:116
2150
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:125
2151
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:74
2152
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:77
2153
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:60
2154
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:71
2155
- msgid "Choose a menu"
2156
- msgstr "Vælg en menu"
2157
-
2158
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:121
2159
- msgid "Main menu selection"
2160
- msgstr "Hovedmenu udvalg"
2161
-
2162
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:128
2163
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:97
2164
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:107
2165
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:132
2166
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:85
2167
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:79
2168
- msgid "Theme background"
2169
- msgstr "Tema baggrund"
2170
-
2171
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:129
2172
- msgid "Header & Menu"
2173
- msgstr "Header & Menu"
2174
-
2175
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:130
2176
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:98
2177
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:108
2178
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:133
2179
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:84
2180
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:86
2181
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:80
2182
- msgid "Links"
2183
- msgstr "Links"
2184
-
2185
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:131
2186
- msgid "Post/Page Headers"
2187
- msgstr "Opslå/Side Header"
2188
-
2189
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:232
2190
- msgid "Theme Shapes"
2191
- msgstr "Tema Former"
2192
-
2193
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:238
2194
- msgid "Theme shape style"
2195
- msgstr "Tema formstil"
2196
-
2197
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:239
2198
- msgid "Bauhaus will use this shape style throughout its appearance"
2199
- msgstr "Bauhaus vil bruge denne formstil når den vises"
2200
-
2201
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:243
2202
- msgid "Circles"
2203
- msgstr "Cirkler"
2204
-
2205
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:245
2206
- msgid "Rounded squares"
2207
- msgstr "Firkanter med runde hjørner"
2208
-
2209
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:264
2210
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:131
2211
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:238
2212
- msgid "Post thumbnails"
2213
- msgstr "Vis thumbnails"
2214
-
2215
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:269
2216
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:136
2217
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:243
2218
- msgid "No thumbnails"
2219
- msgstr "Ingen thumbnails"
2220
-
2221
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:270
2222
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:137
2223
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:244
2224
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:230
2225
- msgid "Blog listing only"
2226
- msgstr "Kun Blog visning"
2227
-
2228
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:271
2229
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:138
2230
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:245
2231
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:231
2232
- msgid "Blog listing, single posts"
2233
- msgstr "Blog visning, enkelt opslag"
2234
-
2235
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:272
2236
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:139
2237
- msgid "Blog listing, single posts & pages"
2238
- msgstr "Blog visning, enkelte beskeder & sider"
2239
-
2240
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:273
2241
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:140
2242
- msgid "All (blog, single, pages, search & archive)"
2243
- msgstr "Alle (blog, enkelt, sider, søg & arkiver)"
2244
-
2245
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:281
2246
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:148
2247
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:254
2248
- msgid "Thumbnail Selection"
2249
- msgstr "Thumbnail Udvalg"
2250
-
2251
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:286
2252
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:153
2253
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:259
2254
- msgid "Post featured image"
2255
- msgstr "Vis foretrukne billede"
2256
-
2257
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:287
2258
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:154
2259
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:260
2260
- msgid "Post custom field"
2261
- msgstr "Vis brugerdefineret felt"
2262
-
2263
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:295
2264
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:162
2265
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:268
2266
- msgid "Thumbnail custom field name"
2267
- msgstr "Thumbnail brugerdefineret feltnavn"
2268
-
2269
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:306
2270
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:301
2271
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:262
2272
- msgid "Show post categories and tags"
2273
- msgstr "Vis opslag kategorier og tags"
2274
-
2275
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:317
2276
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:173
2277
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:279
2278
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:240
2279
- msgid "Show post date"
2280
- msgstr "Vis opslagsdato"
2281
-
2282
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:328
2283
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:184
2284
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:290
2285
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:251
2286
- msgid "Show post author"
2287
- msgstr "Vis opslagets forfatter"
2288
-
2289
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:339
2290
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:195
2291
- msgid "Show search in header"
2292
- msgstr "Vis søg i header"
2293
-
2294
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:340
2295
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:196
2296
- msgid "Adds Search capability in the site header."
2297
- msgstr "Tilføj mulighed for Søgning på sidens header."
2298
-
2299
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:350
2300
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:206
2301
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:312
2302
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:285
2303
- msgid "Use infinite scrolling for blog"
2304
- msgstr "Brug uendelig scroll til blog"
2305
-
2306
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:367
2307
- msgid "Show featured slider on front page"
2308
- msgstr "Vis foretrukne slider på forsiden"
2309
-
2310
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:87
2311
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:75
2312
- msgid "Primary Menu"
2313
- msgstr "Primære menu"
2314
-
2315
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:90
2316
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:78
2317
- msgid "Menus are awesome!"
2318
- msgstr "Menuer er fantastiske!"
2319
-
2320
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:43
2321
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:88
2322
- msgid "Tweets"
2323
- msgstr "Tweets"
2324
-
2325
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:92
2326
- msgid "Follow %s on Twitter"
2327
- msgstr "Følg %s på Twitter"
2328
-
2329
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:56
2330
- msgid "Read This Post"
2331
- msgstr "Læs dette opslag"
2332
-
2333
- #: wptouch-pro-3-extras/themes/classic-redux/default/single.php:16
2334
- msgid "%s at %s"
2335
- msgstr "%s ved %s"
2336
-
2337
- #: wptouch-pro-3-extras/themes/classic-redux/default/single.php:18
2338
- #: wptouch-pro-3-extras/themes/hammock/default/single.php:21
2339
- msgid "Written by %s"
2340
- msgstr "Skrevet af %s"
2341
-
2342
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:6
2343
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:357
2344
- msgid "Tablets"
2345
- msgstr "Tablets"
2346
-
2347
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:106
2348
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:131
2349
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:78
2350
- msgid "Header background"
2351
- msgstr "Header baggrund"
2352
-
2353
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:246
2354
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:232
2355
- msgid "All (blog, single, search and archive)"
2356
- msgstr "Alle (blog, enkelt, søg og arkivér)"
2357
-
2358
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:323
2359
- msgid "Use rounded corners"
2360
- msgstr "Brug runde hjørner"
2361
-
2362
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:341
2363
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:302
2364
- msgid "Show page title areas on pages"
2365
- msgstr "Vis side titel området på sider"
2366
-
2367
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:363
2368
- msgid "Add tablet support"
2369
- msgstr "Tilføj tablet support"
2370
-
2371
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:375
2372
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:335
2373
- msgid "Header Menu Area"
2374
- msgstr "Header Menu Område"
2375
-
2376
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:381
2377
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:341
2378
- msgid "Drop-down button says \"Menu\""
2379
- msgstr "Drop-down knap siger \"Menu\""
2380
-
2381
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:389
2382
- msgid "Show tab bar"
2383
- msgstr "Vis fane bar"
2384
-
2385
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:397
2386
- msgid "Tab-bar shows categories or tags"
2387
- msgstr "Fane bar viser kategorier eller tags"
2388
-
2389
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:402
2390
- msgid "Categories and tags"
2391
- msgstr "Kategorier og tags"
2392
-
2393
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:403
2394
- msgid "Categories only"
2395
- msgstr "Kun kategorier"
2396
-
2397
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:404
2398
- msgid "Tags only"
2399
- msgstr "Kun tags"
2400
-
2401
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:405
2402
- msgid "No categories or tags"
2403
- msgstr "Ingen kategorier eller tags"
2404
-
2405
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:411
2406
- msgid "Max categories / tags"
2407
- msgstr "Maks. kategorier / tags"
2408
-
2409
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:429
2410
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:242
2411
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:275
2412
- msgid "CSS Effects"
2413
- msgstr "CSS Effekter"
2414
-
2415
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:435
2416
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:248
2417
- msgid "Add a noise effect to the header and theme background"
2418
- msgstr "Tilføj lydeffekter til header og tema baggrund"
2419
-
2420
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:436
2421
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:249
2422
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:282
2423
- msgid "Will apply the effect overtop of any background image you upload."
2424
- msgstr "Vil tilføje effekten ovenpå ethvert baggrundsbillede som du oploader."
2425
-
2426
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:14
2427
- msgid "menu"
2428
- msgstr "menu"
2429
-
2430
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:21
2431
- msgid "login"
2432
- msgstr "log ind"
2433
-
2434
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:25
2435
- msgid "logout"
2436
- msgstr "log ud"
2437
-
2438
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:38
2439
- #: wptouch-pro-3-extras/themes/simple/default/footer-top.php:3
2440
- msgid "search this website"
2441
- msgstr "søg denne hjemmeside"
2442
-
2443
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:39
2444
- #: wptouch-pro-3-extras/themes/simple/default/footer-top.php:5
2445
- msgid "search"
2446
- msgstr "søg"
2447
-
2448
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:49
2449
- msgid "Alt Menu"
2450
- msgstr "Alternativ Menu"
2451
-
2452
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:114
2453
- msgid "Main Menu"
2454
- msgstr "Hovedmenu"
2455
-
2456
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:123
2457
- msgid "Alternate Menu"
2458
- msgstr "Alternativ menu"
2459
-
2460
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:171
2461
- msgid "Show titles on pages"
2462
- msgstr "Vis titler på sider"
2463
-
2464
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:186
2465
- msgid "Category Slider"
2466
- msgstr "Kategori slider"
2467
-
2468
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:192
2469
- msgid "Enable category slider"
2470
- msgstr "Aktiver kategori slider"
2471
-
2472
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:205
2473
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:256
2474
- msgid "Tiled Background Image"
2475
- msgstr "Baggrundsbillede tiled"
2476
-
2477
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:211
2478
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:262
2479
- msgid "(Scaled for retina displays)"
2480
- msgstr "(Skaleret til retina visninger)"
2481
-
2482
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:223
2483
- msgid "Alternate Menu Title"
2484
- msgstr "Alternativ menu titel"
2485
-
2486
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:229
2487
- msgid "Alternate menu title (if used)"
2488
- msgstr "Alternativ menu titel (hvis brugt)"
2489
-
2490
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:230
2491
- msgid "If you use a second menu in CMS, this text will be used for the drop-down button title."
2492
- msgstr "Hvis du bruger en sekundær menu i CMS vil denne tekst blive brugt til navnet på drop-down knappen."
2493
-
2494
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:260
2495
- msgid "Static Front Page"
2496
- msgstr "Statisk forside"
2497
-
2498
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:266
2499
- msgid "Static front page alternate content"
2500
- msgstr "Statisk forside, alternativ indhold"
2501
-
2502
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:267
2503
- msgid "Shows after the featured slider (if enabled), and replaces your Static Front Page content. HTML allowed."
2504
- msgstr "Vises efter den foretrukne slider (hvis aktiveret), og erstatter din Statiske Forsides indhold. HTML tilladt."
2505
-
2506
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:34
2507
- msgid "Recent"
2508
- msgstr "Nyere"
2509
-
2510
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:44
2511
- msgid "Size"
2512
- msgstr "Størrelse"
2513
-
2514
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:86
2515
- msgid "Go"
2516
- msgstr "Begynd"
2517
-
2518
- #: wptouch-pro-3-extras/themes/hammock/default/page-content.php:24
2519
- #: wptouch-pro-3-extras/themes/hammock/default/single.php:48
2520
- msgid "Comment on this post"
2521
- msgstr "Kommenter på denne besked"
2522
-
2523
- #: wptouch-pro-3-extras/themes/hammock/default/page-content.php:26
2524
- #: wptouch-pro-3-extras/themes/hammock/default/single.php:50
2525
- msgid "View Discussion"
2526
- msgstr "Se Diskussion"
2527
-
2528
- #: wptouch-pro-3-extras/themes/hammock/default/single.php:25
2529
- msgid "%s"
2530
- msgstr "%s"
2531
-
2532
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:81
2533
- msgid "Site name"
2534
- msgstr "Sidenavn"
2535
-
2536
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:83
2537
- msgid "Content background"
2538
- msgstr "Indholdsbaggrund"
2539
-
2540
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:224
2541
- msgid "Display featured image"
2542
- msgstr "Vis foretrukne billede"
2543
-
2544
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:229
2545
- msgid "Do not display featured image"
2546
- msgstr "Vis ikke foretrukne billede"
2547
-
2548
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:274
2549
- msgid "Show post excerpts in listings"
2550
- msgstr "Vis uddrag fra beskeder i listen"
2551
-
2552
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:350
2553
- msgid "Show category list in menu"
2554
- msgstr "Vis kategoriliste i menu"
2555
-
2556
- #: wptouch-pro-3-extras/themes/simple/default/front-page.php:14
2557
- msgid "Call Us"
2558
- msgstr "Ring til os"
2559
-
2560
- #: wptouch-pro-3-extras/themes/simple/default/front-page.php:20
2561
- msgid "Our Location"
2562
- msgstr "Vores Lokation"
2563
-
2564
- #: wptouch-pro-3-extras/themes/simple/default/header-bottom.php:15
2565
- msgid "Toggle Menu"
2566
- msgstr "Toggle Menu"
2567
-
2568
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:58
2569
- msgid "Site Menu (Pulldown)"
2570
- msgstr "Side menu (Pulldown)"
2571
-
2572
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:61
2573
- msgid "Pull-down menu at top of pages"
2574
- msgstr "Pull-down menu i toppen af siderne"
2575
-
2576
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:69
2577
- msgid "Front Page Menu"
2578
- msgstr "Forside menu"
2579
-
2580
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:72
2581
- msgid "Displayed below front page menu and content"
2582
- msgstr "Vises nedenunder forside menu og indhold"
2583
-
2584
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:185
2585
- msgid "Enable search on blog pages"
2586
- msgstr "Aktiver søgning på blog sider"
2587
-
2588
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:199
2589
- msgid "Homepage Call Us"
2590
- msgstr "Hjemmeside Ring til Os"
2591
-
2592
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:205
2593
- msgid "Phone number"
2594
- msgstr "Telefonnummer"
2595
-
2596
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:206
2597
- msgid "Enter a phone number and a homepage menu item for 'call us' will be shown."
2598
- msgstr "Indtast et telefonnummer, og en hjemmeside menu til 'ring til os' vil blive vist."
2599
-
2600
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:218
2601
- msgid "Homepage Location"
2602
- msgstr "Hjemmeside lokation"
2603
-
2604
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:224
2605
- msgid "Map address"
2606
- msgstr "Kort adresse"
2607
-
2608
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:225
2609
- msgid "Enter an address and a homepage menu item for 'Our Location' will be shown."
2610
- msgstr "Indtast en adresse og en hjemmesides menu for at vise 'Vores lokalitation'."
2611
-
2612
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:237
2613
- msgid "Front Page Content"
2614
- msgstr "Forside indhold"
2615
-
2616
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:243
2617
- msgid "Front page alternate content"
2618
- msgstr "Forsidens alternative indhold"
2619
-
2620
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:244
2621
- msgid "Shows above the front page menu (if enabled), HTML allowed."
2622
- msgstr "Vises ovenover forside menuen (hvis aktiveret), HTML tilladt."
2623
-
2624
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:281
2625
- msgid "Add a light noise effect to the drop-down menu and theme background"
2626
- msgstr "Tilføj en svag lydeffekt til drop-down menuen og tema baggrunden"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/wptouch-pro-de_DE.mo CHANGED
Binary file
lang/wptouch-pro-de_DE.pot DELETED
@@ -1,2626 +0,0 @@
1
- # Copyright (C) 2013
2
- # This file is distributed under the same license as the package.
3
- msgid ""
4
- msgstr "Project-Id-Version: \nReport-Msgid-Bugs-To: http://wordpress.org/tag/combined\nPOT-Creation-Date: 2013-11-26 12:08:18+00:00\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPO-Revision-Date: 2013-MO-DA HO:MI+ZONE\nLast-Translator: FULL NAME <EMAIL@ADDRESS>\nLanguage-Team: LANGUAGE <LL@li.org>\n"
5
-
6
- #: wptouch-pro-3/admin/html/help.php:1
7
- msgid "WPtouch Pro Help & Account Links"
8
- msgstr "WPtouch Pro Links für Hilfe & Account"
9
-
10
- #: wptouch-pro-3/admin/html/help.php:3
11
- msgid "Support Forums"
12
- msgstr "Support-Foren"
13
-
14
- #: wptouch-pro-3/admin/html/help.php:4
15
- msgid "Documentation"
16
- msgstr "Dokumentation"
17
-
18
- #: wptouch-pro-3/admin/html/help.php:5
19
- msgid "Account & Downloads"
20
- msgstr "Account & Downloads"
21
-
22
- #: wptouch-pro-3/admin/html/help.php:6
23
- msgid "BraveNewCode on Twitter"
24
- msgstr "BraveNewCode auf Twitter"
25
-
26
- #: wptouch-pro-3/admin/html/help.php:7
27
- msgid "Plugin Licensing Terms"
28
- msgstr "Plugin-Lizenzbedingungen"
29
-
30
- #: wptouch-pro-3/admin/html/notification-center.php:5
31
- msgid "Notifications"
32
- msgstr "Benachrichtigungen"
33
-
34
- #: wptouch-pro-3/admin/html/notification-content.php:20
35
- msgid "No notifications"
36
- msgstr "Keine Benachrichtigungen"
37
-
38
- #: wptouch-pro-3/admin/html/plugin-area.php:7
39
- msgid "This copy of WPtouch Pro is unlicensed! Please %sactivate your license%s, or %spurchase a license%s to enable automatic updates and full product support from us!"
40
- msgstr "Diese Kopie von WPtouch Pro ist nicht lizenziert! Bitte %saktiviere deine Lizenz%s oder %serwerbe eine neue Lizenz%s, um automatische Updates und vollständigen Produkt-Support zu erlauben!"
41
-
42
- #: wptouch-pro-3/admin/html/plugin-area.php:9
43
- msgid "This copy of WPtouch Pro is unlicensed! Please contact the site administrator regarding product licensing."
44
- msgstr "Diese Kopie von WPtouch Pro ist nicht lizenziert! Bitte kontaktiere den Site-Administrator in Bezug auf die Produktlizenzierung."
45
-
46
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:9
47
- msgid "License Details"
48
- msgstr "Lizenzdetails"
49
-
50
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:11
51
- msgid "Note"
52
- msgstr "Hinweis"
53
-
54
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:12
55
- msgid "Once you activate, this page will be hidden."
56
- msgstr "Sobald du aktivierst, wird diese Seite verborgen."
57
-
58
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:15
59
- msgid "It will only reappear if you reset your WPtouch Pro settings."
60
- msgstr "Es wird nur wieder erscheinen, wenn du deine WPtouch Pro-Einstellungen zurücksetzt."
61
-
62
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:18
63
- msgid "Account E-Mail Address"
64
- msgstr "E-Mail-Adresse des Accounts"
65
-
66
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:20
67
- msgid "Product License Key"
68
- msgstr "Produktlizenzschlüssel"
69
-
70
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:23
71
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:14
72
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:71
73
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:109
74
- msgid "Activate"
75
- msgstr "Aktivieren"
76
-
77
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:33
78
- msgid "Success."
79
- msgstr "Erfolg."
80
-
81
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:34
82
- msgid "Activation Complete. Enjoy WPtouch Pro!"
83
- msgstr "Aktivierung abgeschlossen. Viel Spaß mit WPtouch Pro!"
84
-
85
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:38
86
- msgid "E-mail address or license key rejected"
87
- msgstr "E-Mail-Adresse oder Lizenzschlüssel abgelehnt"
88
-
89
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:39
90
- msgid "The bravenewcode.com server rejected your E-Mail address and/or License Key. Please check they are correct and try again."
91
- msgstr "Der bravenewcode.com Server hat deine E-Mail-Adresse und/oder deinen Lizenzschlüssel abgelehnt. Bitte überprüfe, ob sie korrekt sind und versuche es erneut."
92
-
93
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:43
94
- msgid "No licenses remaining."
95
- msgstr "Keine Lizenzen übrig."
96
-
97
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:44
98
- msgid "You have used all your activations. What do you want to do?"
99
- msgstr "Du hast all deine Aktivierungen verwendet. Was willst du machen?"
100
-
101
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:45
102
- msgid "Upgrade My License"
103
- msgstr "Meine Lizenz aktualisieren"
104
-
105
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:46
106
- msgid "Contact support for assistance"
107
- msgstr "Support für Hilfe kontaktieren"
108
-
109
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:50
110
- msgid "The server is unavailable."
111
- msgstr "Der Server ist nicht verfügbar."
112
-
113
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:51
114
- msgid "The bravenewcode.com server currently cannot authorize your License."
115
- msgstr "Der bravenewcode.com Server kann derzeit deine Lizenz nicht genehmigen."
116
-
117
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:52
118
- msgid "Please %scontact us%s and let us know about it."
119
- msgstr "Bitte %skontaktiere uns%s und lass uns davon wissen."
120
-
121
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:3
122
- #: wptouch-pro-3/themes/foundation/root-functions.php:10
123
- msgid "General"
124
- msgstr "Allgemein"
125
-
126
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:4
127
- msgid "Compatibility"
128
- msgstr "Kompatibilität"
129
-
130
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:10
131
- msgid "Auto-detect"
132
- msgstr "Auto-Erkennung"
133
-
134
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:45
135
- msgid "Site Title & Byline"
136
- msgstr "Website-Titel & Verfasserzeile"
137
-
138
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:51
139
- msgid "WPtouch Pro site title"
140
- msgstr "WPtouch Pro Website-Titel"
141
-
142
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:52
143
- msgid "If the title of your site is long, you can shorten it for display within WPtouch Pro themes."
144
- msgstr "Sollte der Titel deiner Website recht lang sein, dann kannst du ihn zum Anzeigen in den WPtouch Pro-Themen kürzen."
145
-
146
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:59
147
- msgid "Display %sPowered by WPtouch Pro%s in footer"
148
- msgstr "%sPowered by WPtouch Pro%s in Fußzeile anzeigen"
149
-
150
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:71
151
- msgid "Regionalization"
152
- msgstr "Regionalisierung"
153
-
154
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:77
155
- msgid "Language"
156
- msgstr "Sprache"
157
-
158
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:78
159
- msgid "The WPtouch Pro admin panel &amp; supported themes will be shown in this locale."
160
- msgstr "Das WPtouch Pro Admin Panel &amp; die unterstützten Themen werden an diesem Ort angezeigt."
161
-
162
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:86
163
- msgid "Translate administration panel text"
164
- msgstr "Text des Administration-Panels übersetzen"
165
-
166
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:97
167
- msgid "Display Mode"
168
- msgstr "Anzeigemodus"
169
-
170
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:103
171
- msgid "Theme Display"
172
- msgstr "Thema-Anzeige"
173
-
174
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:108
175
- msgid "Normal (active for all mobile visitors)"
176
- msgstr "Normal (für alle mobilen Besucher aktiv)"
177
-
178
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:109
179
- msgid "Preview (active only for logged-in site administrators)"
180
- msgstr "Vorschau (nur für eingeloggte Website-Administratoren aktiv)"
181
-
182
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:110
183
- msgid "Disabled (mobile theme will never show)"
184
- msgstr "Deaktiviert (mobiles Thema wird nie angezeigt)"
185
-
186
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:119
187
- msgid "Landing Page"
188
- msgstr "Landing Page"
189
-
190
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:125
191
- msgid "WPtouch Pro landing page"
192
- msgstr "WPtouch Pro-Landing Page"
193
-
194
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:130
195
- msgid "Default (same as WordPress)"
196
- msgstr "Standard (genauso wie WordPress)"
197
-
198
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:131
199
- msgid "Select from WordPress pages"
200
- msgstr "Wähle von den WordPress-Seiten"
201
-
202
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:139
203
- msgid "Custom Slug or URL"
204
- msgstr "Benutzerdef. Slug oder URL"
205
-
206
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:140
207
- msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
208
- msgstr "Gib einen Slug (z.B. \"/startseite\") oder einen vollständigen URL-Pfad ein"
209
-
210
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:150
211
- msgid "Desktop / Mobile Switching"
212
- msgstr "Desktop / Mobil-Umschaltung"
213
-
214
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:156
215
- msgid "1st time visitors see desktop theme"
216
- msgstr "erstmalige Besucher sehen das Desktop-Thema"
217
-
218
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:157
219
- msgid "Your regular theme will be shown to 1st time mobile visitors."
220
- msgstr "Dein reguläres Thema wird mobilen Besuchern beim 1. Mal angezeigt."
221
-
222
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:164
223
- msgid "Show switch link in mobile view"
224
- msgstr "Umschalt-Link in der mobilen Ansicht anzeigen"
225
-
226
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:165
227
- 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."
228
- 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."
229
-
230
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:172
231
- msgid "Choose the target for the mobile switch link"
232
- msgstr "Wähle das Ziel für den mobilen Umschalt-Link"
233
-
234
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:177
235
- msgid "Current page"
236
- msgstr "Aktuelle Seite"
237
-
238
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:178
239
- msgid "Home page"
240
- msgstr "Startseite"
241
-
242
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:184
243
- msgid "Desktop theme switch buttons"
244
- msgstr "Desktop-Thema Umschalt-Buttons"
245
-
246
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:185
247
- 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."
248
- 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."
249
-
250
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:189
251
- msgid "Automatically inserted inline"
252
- msgstr "Autom. in Textfluss eingebettet"
253
-
254
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:190
255
- msgid "Automatically inserted with AJAX (better for caching)"
256
- msgstr "Autom. mit AJAX eingebettet (besser für das Zwischenspeichern)"
257
-
258
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:191
259
- msgid "Template tag"
260
- msgstr "Template Tag"
261
-
262
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:200
263
- msgid "Custom Code"
264
- msgstr "Benutzerdef. Code"
265
-
266
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:206
267
- msgid "HTML, JavaScript, statistics or custom code"
268
- msgstr "HTML, JavaScript, Statistiken oder benutzerdef. Code"
269
-
270
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:207
271
- msgid "Enter any custom code here to be output in the theme footer."
272
- msgstr "Gib hier einen benutzerdef. Code ein, der in der Fußzeile des Themas angezeigt werden soll."
273
-
274
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:217
275
- msgid "Custom Stylesheet"
276
- msgstr "Benutzerdef. Dokumentenvorlage"
277
-
278
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:223
279
- msgid "URL to a custom CSS file to load"
280
- msgstr "URL einer benutzerdef. CSS-Datei zum Laden"
281
-
282
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:224
283
- msgid "Useful if you have specific compatibility CSS you need to add."
284
- msgstr "Praktisch, wenn du eine spezifische CSS-Kompatibilität hast, die du hinzufügen musst."
285
-
286
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:234
287
- msgid "Shortcodes"
288
- msgstr "Shortcodes"
289
-
290
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:240
291
- msgid "Remove these shortcodes when WPtouch Pro is active"
292
- msgstr "Diese Shortcodes entfernen, wenn WPtouch Pro aktiv ist"
293
-
294
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:241
295
- msgid "Enter a comma separated list of shortcodes to remove."
296
- msgstr "Gib eine von Kommata getrennte Liste an Shortcodes zum Entfernen ein."
297
-
298
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:251
299
- msgid "Ignored URLs"
300
- msgstr "Ignorierte URLs"
301
-
302
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:257
303
- msgid "Do not load WPtouch Pro on these URLs/Pages"
304
- msgstr "Lade WPtouch Pro nicht auf diesen URLs/Seiten"
305
-
306
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:258
307
- msgid "Each permalink URL fragment should be on its own line and relative, e.g. \"/about\" or \"/products/store\""
308
- msgstr "Jedes Permalink URL-Fragment sollte sich auf seiner eigenen und dazugehörigen Zeile befinden, z.B. \"/über\" oder \"/produkte/store\""
309
-
310
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:268
311
- msgid "Desktop Theme"
312
- msgstr "Desktop-Thema"
313
-
314
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:274
315
- msgid "Try to include desktop theme functions.php file"
316
- msgstr "Versuche die Datei Desktop-Themen-Funktionen.php zu integrieren"
317
-
318
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:275
319
- msgid "This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active."
320
- msgstr "Dies kann für Desktop-Themen mit eigenen Merkmalen notwendig sein, die nicht angezeigt werden, wenn WPtouch Pro aktiv ist."
321
-
322
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:282
323
- msgid "Method to load file"
324
- msgstr "Methode, um Datei zu laden"
325
-
326
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:287
327
- msgid "Include file directly"
328
- msgstr "Datei direkt integrieren"
329
-
330
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:288
331
- msgid "Translate and create new files"
332
- msgstr "Neue Dateien übersetzen und erstellen"
333
-
334
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:297
335
- msgid "Custom User-Agents"
336
- msgstr "Benutzerdef. User-Agents"
337
-
338
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:303
339
- msgid "User-agents (line separated)"
340
- msgstr "User-Agents (getrennte Zeile)"
341
-
342
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:304
343
- msgid "Adding additional user-agents will force WPtouch Pro to be active for matching browsers."
344
- msgstr "Das Hinzufügen von zusätzlichen User-Agents wird WPtouch Pro zwingen aktiv zu sein, um die Browser aufeinander abzustimmen."
345
-
346
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:318
347
- msgid "Backup &amp; Import"
348
- msgstr "Backup &amp; Import"
349
-
350
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:324
351
- msgid "Automatically backup settings to the %s folder"
352
- msgstr "Automatisch Einstellungen im %s-Ordner sichern"
353
-
354
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:326
355
- msgid "WPtouch Pro backups your settings each time they are saved."
356
- msgstr "WPtouch Pro erstellt ein Backup deiner Einstellungen bei jedem Mal, wenn du sie speicherst."
357
-
358
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:337
359
- msgid "Tools &amp; Debug"
360
- msgstr "Tools &amp; Fehlersuche"
361
-
362
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:343
363
- msgid "Use jQuery 2.0 in themes (faster for mobile devices) instead of WordPress' version"
364
- msgstr "Verwende jQuery 2.0 in Themen (schneller für Mobilgeräte) anstelle der Version, die in WordPress enthalten ist."
365
-
366
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:344
367
- msgid "jQuery 2.0 is significantly smaller and faster than previous jQuery versions - may cause problems with other plugins, use carefully."
368
- msgstr "jQuery 2.0 ist sehr viel kleiner und schneller als die vorherigen jQuery Versionen - es kann Probleme mit anderen Plugins verursachen, verwende es mit Vorsicht."
369
-
370
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:351
371
- msgid "Show load times and query counts in the footer"
372
- msgstr "Ladezeiten und Anfragemenge in Fußzeile anzeigen"
373
-
374
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:352
375
- msgid "Helps you find slow pages/posts on your site."
376
- msgstr "Hilft dir langsame Seiten/Beiträge auf deiner Website zu finden."
377
-
378
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:359
379
- msgid "Enable debug log"
380
- msgstr "Fehlerprotokoll aktivieren"
381
-
382
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:360
383
- msgid "Creates a debug file to help diagnose installation issues."
384
- msgstr "Erstellt eine Fehlersuchdatei, die bei der Diagnose von Installationsproblemen hilft."
385
-
386
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:371
387
- msgid "WordPress Plugins"
388
- msgstr "WordPress-Plugins"
389
-
390
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:384
391
- msgid "Admin Mode"
392
- msgstr "Admin-Modus"
393
-
394
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:390
395
- msgid "Admin panel settings shown"
396
- msgstr "Einstellungen des Admin Panels werden angezeigt"
397
-
398
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:395
399
- msgid "Default"
400
- msgstr "Standard"
401
-
402
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:396
403
- #: wptouch-pro-3/admin/settings/html/button.php:5
404
- #: wptouch-pro-3/admin/settings/html/checkbox.php:6
405
- #: wptouch-pro-3/admin/settings/html/custom-latest-posts.php:4
406
- #: wptouch-pro-3/admin/settings/html/list.php:16
407
- #: wptouch-pro-3/admin/settings/html/numeric.php:12
408
- #: wptouch-pro-3/admin/settings/html/radiolist.php:12
409
- #: wptouch-pro-3/admin/settings/html/text.php:8
410
- #: wptouch-pro-3/admin/settings/html/textarea.php:8
411
- msgid "Advanced"
412
- msgstr "Erweitert"
413
-
414
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:3
415
- msgid "Theme Menus"
416
- msgstr "Thema-Menüs"
417
-
418
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:4
419
- msgid "Menu Setup"
420
- msgstr "Menü einrichten"
421
-
422
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:5
423
- msgid "Icon Upload & Sets"
424
- msgstr "Symbol-Upload & -Sets"
425
-
426
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:22
427
- msgid "WordPress Pages"
428
- msgstr "WordPress-Seiten"
429
-
430
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:28
431
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:6
432
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:180
433
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:59
434
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:206
435
- msgid "None"
436
- msgstr "Kein"
437
-
438
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:66
439
- msgid "Menu Options"
440
- msgstr "Menüoptionen"
441
-
442
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:72
443
- msgid "Enable parent items as links"
444
- msgstr "Elternseitenelemente als Links aktivieren"
445
-
446
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:73
447
- msgid "If disabled, parent menu items will only toggle child items."
448
- msgstr "Falls dies deaktiviert ist, dann werden die Menüelemente der Elternseite nur Kindseitenelemete umschalten."
449
-
450
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:80
451
- msgid "Use menu icons"
452
- msgstr "Menüsymbole verwenden"
453
-
454
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:104
455
- msgid "Icon Upload"
456
- msgstr "Symbol-Upload"
457
-
458
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:117
459
- msgid "Uploaded Icons"
460
- msgstr "Hochgeladene Symbole"
461
-
462
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:130
463
- msgid "Icon Sets"
464
- msgstr "Symbol-Sets"
465
-
466
- #: wptouch-pro-3/admin/pages/wptouch-admin-themes-and-addons.php:3
467
- msgid "Themes"
468
- msgstr "Themen"
469
-
470
- #: wptouch-pro-3/admin/pages/wptouch-admin-themes-and-addons.php:4
471
- msgid "Extensions"
472
- msgstr "Erweiterungen"
473
-
474
- #: wptouch-pro-3/admin/pages/wptouch-admin-touchboard.php:3
475
- #: wptouch-pro-3/core/admin-menu.php:34 wptouch-pro-3/core/admin-menu.php:38
476
- msgid "What's New"
477
- msgstr "Was ist neu"
478
-
479
- #: wptouch-pro-3/admin/settings/html/addon-browser-item.php:38
480
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:8
481
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:20
482
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:59
483
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:41
484
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:62
485
- msgid "by %s"
486
- msgstr "von %s"
487
-
488
- #: wptouch-pro-3/admin/settings/html/addon-browser-item.php:43
489
- msgid "This add-on is only available in WPtouch Pro"
490
- msgstr "Dieses Add-on ist nur in WPtouch Pro verfügbar"
491
-
492
- #: wptouch-pro-3/admin/settings/html/backup.php:1
493
- msgid "Download Backup File"
494
- msgstr "Backup-Datei herunterladen"
495
-
496
- #: wptouch-pro-3/admin/settings/html/backup.php:2
497
- msgid "Restore Backup File"
498
- msgstr "Backup-Datei wiederherstellen"
499
-
500
- #: wptouch-pro-3/admin/settings/html/button.php:6
501
- #: wptouch-pro-3/admin/settings/html/checkbox.php:7
502
- #: wptouch-pro-3/admin/settings/html/custom-latest-posts.php:8
503
- #: wptouch-pro-3/admin/settings/html/list.php:20
504
- #: wptouch-pro-3/admin/settings/html/numeric.php:16
505
- #: wptouch-pro-3/admin/settings/html/radiolist.php:14
506
- #: wptouch-pro-3/admin/settings/html/text.php:9
507
- #: wptouch-pro-3/admin/settings/html/textarea.php:9
508
- msgid "New"
509
- msgstr "Neu"
510
-
511
- #: wptouch-pro-3/admin/settings/html/color.php:6
512
- msgid "Undo"
513
- msgstr "Rückgängig"
514
-
515
- #: wptouch-pro-3/admin/settings/html/color.php:7
516
- msgid "Desktop theme colors"
517
- msgstr "Desktop-Thema-Farben"
518
-
519
- #: wptouch-pro-3/admin/settings/html/color.php:7
520
- msgid "Palette"
521
- msgstr "Palette"
522
-
523
- #: wptouch-pro-3/admin/settings/html/custom-latest-posts.php:1
524
- msgid "Custom latest posts page"
525
- msgstr "Seite der neuesten Beiträge anpassen"
526
-
527
- #: wptouch-pro-3/admin/settings/html/custom_icon_management.php:3
528
- msgid "No icons have been uploaded yet"
529
- msgstr "Es wurden bisher keine Symbole hochgeladen"
530
-
531
- #: wptouch-pro-3/admin/settings/html/custom_icon_management.php:12
532
- #: wptouch-pro-3/admin/settings/html/image-upload.php:13
533
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:18
534
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:115
535
- msgid "Delete"
536
- msgstr "Löschen"
537
-
538
- #: wptouch-pro-3/admin/settings/html/custom_icon_upload.php:3
539
- msgid "Upload Icon"
540
- msgstr "Symbol hochladen"
541
-
542
- #: wptouch-pro-3/admin/settings/html/custom_icon_upload.php:4
543
- #: wptouch-pro-3/admin/settings/html/image-upload.php:15
544
- msgid "Upload Complete!"
545
- msgstr "Upload abgeschlossen!"
546
-
547
- #: wptouch-pro-3/admin/settings/html/custom_icon_upload.php:9
548
- msgid "Ready to upload"
549
- msgstr "Bereit zum Hochladen"
550
-
551
- #: wptouch-pro-3/admin/settings/html/debuginfo.php:12
552
- msgid "View Debug File"
553
- msgstr "Fehlersuchdatei anzeigen"
554
-
555
- #: wptouch-pro-3/admin/settings/html/debuginfo.php:16
556
- #: wptouch-pro-3/admin/settings/html/debuginfo.php:18
557
- msgid "Your Server Configuration"
558
- msgstr "Deine Server-Konfiguration"
559
-
560
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:5
561
- msgid "Check All"
562
- msgstr "Alle wählen"
563
-
564
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:7
565
- msgid "Reset"
566
- msgstr "Zurücksetzen"
567
-
568
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:9
569
- #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:13
570
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:21
571
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:32
572
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:112
573
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:23
574
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:36
575
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:82
576
- #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:13
577
- msgid "Menu"
578
- msgstr "Menü"
579
-
580
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:19
581
- msgid "Active menus used in this theme."
582
- msgstr "Aktive Menüs, die in diesem Thema verwendet werden."
583
-
584
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:23
585
- msgid "Show/Hide"
586
- msgstr "Anzeigen/Verbergen"
587
-
588
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:24
589
- msgid "Menu Item"
590
- msgstr "Menüpunkt"
591
-
592
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:44
593
- msgid "Icon Set"
594
- msgstr "Symbol-Set"
595
-
596
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:54
597
- msgid "Drag icons to associate them with menu items"
598
- msgstr "Ziehe Symbole, um diese mit Menüpunkten zu verbinden"
599
-
600
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:79
601
- msgid "You don't have any custom icons yet."
602
- msgstr "Du hast bisher noch keine benutzerdef. Symbole."
603
-
604
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:94
605
- msgid "Default Icon"
606
- msgstr "Standardsymbol"
607
-
608
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:95
609
- msgid "applies to all unset icons"
610
- msgstr "wird auf alle nicht eingerichteten Symbole angewandt"
611
-
612
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:103
613
- msgid "Trash"
614
- msgstr "Papierkorb"
615
-
616
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:104
617
- msgid "drag icon here to reset"
618
- msgstr "ziehe das Symbol zum Zurücksetzen hierhin"
619
-
620
- #: wptouch-pro-3/admin/settings/html/image-upload.php:11
621
- msgid "Upload"
622
- msgstr "Hochladen"
623
-
624
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets.php:2
625
- msgid "Gathering information about available icon sets..."
626
- msgstr "Informationen über verfügbare Symbol-Sets werden gesammelt..."
627
-
628
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets.php:4
629
- #: wptouch-pro-3/core/notifications.php:264
630
- msgid "The %s%s%s directory is not currently writable. %sPlease fix this issue to enable installation of additional icon sets."
631
- 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."
632
-
633
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:4
634
- #: wptouch-pro-3/core/class-wptouch-pro.php:1555
635
- #: wptouch-pro-3/core/class-wptouch-pro.php:1556
636
- #: wptouch-pro-3/core/config.php:54
637
- msgid "Custom Icons"
638
- msgstr "Benutzerdef. Symbole"
639
-
640
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:9
641
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:22
642
- msgid "Installed"
643
- msgstr "Installiert"
644
-
645
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:21
646
- msgid "Installing..."
647
- msgstr "Installiert..."
648
-
649
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:21
650
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:66
651
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:96
652
- msgid "Install"
653
- msgstr "Installieren"
654
-
655
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:23
656
- msgid "Unable to Install"
657
- msgstr "Installation nicht möglich"
658
-
659
- #: wptouch-pro-3/admin/settings/html/plugin-compat-ajax.php:11
660
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:64
661
- msgid "Enable %s"
662
- msgstr "%s aktivieren"
663
-
664
- #: wptouch-pro-3/admin/settings/html/plugin-compat-ajax.php:12
665
- msgid "When unchecked, %s will be disabled for users viewing your WPtouch Pro theme."
666
- msgstr "Wenn dies nicht angewählt ist, dann wird %s für Nutzer, die dein WPtouch Pro-Thema anschauen, deaktiviert sein."
667
-
668
- #: wptouch-pro-3/admin/settings/html/plugin-compat-ajax.php:20
669
- msgid "No plugins to disable."
670
- msgstr "Keine Plugins zum Deaktivieren."
671
-
672
- #: wptouch-pro-3/admin/settings/html/plugin-compat.php:3
673
- msgid "Your active plugin list is refreshing"
674
- msgstr "Deine aktive Plugin-Liste wird aktualisiert"
675
-
676
- #: wptouch-pro-3/admin/settings/html/redirect.php:17
677
- msgid "WordPress Page"
678
- msgstr "WordPress-Seite"
679
-
680
- #: wptouch-pro-3/admin/settings/html/restore.php:2
681
- msgid "Please paste your encoded settings below and save to restore your settings."
682
- msgstr "Bitte füge deine verschlüsselten Einstellungen unten ein und speicher sie ab, um deine Einstellungen wiederherzustellen."
683
-
684
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:6
685
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:6
686
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:10
687
- msgid "Click to view screenshots"
688
- msgstr "Anklicken, um Screenshots zu sehen"
689
-
690
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:11
691
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:74
692
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:105
693
- msgid "Setup"
694
- msgstr "Setup"
695
-
696
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:16
697
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:112
698
- msgid "Copy"
699
- msgstr "Kopieren"
700
-
701
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:54
702
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:57
703
- msgid "This theme supports %s devices"
704
- msgstr "Dieses Thema unterstützt %s-Geräte"
705
-
706
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:64
707
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:69
708
- msgid "Theme location: %s"
709
- msgstr "Thema-Standort: %s"
710
-
711
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:65
712
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:48
713
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:70
714
- msgid "Relative to your WordPress wp-content directory."
715
- msgstr "Relativ zu deinem WordPress WP-Inhaltsverzeichnis."
716
-
717
- #: wptouch-pro-3/admin/settings/html/touchboard.php:6
718
- msgid "Quick Links"
719
- msgstr "Quicklinks"
720
-
721
- #: wptouch-pro-3/admin/settings/html/touchboard.php:8
722
- msgid "What's New Changelog"
723
- msgstr "Was ist neu Änderungsprotokoll"
724
-
725
- #: wptouch-pro-3/admin/settings/html/touchboard.php:9
726
- msgid "Product Knowledgebase"
727
- msgstr "Produkt-Wissensdatenbank"
728
-
729
- #: wptouch-pro-3/admin/settings/html/touchboard.php:10
730
- msgid "Product Support"
731
- msgstr "Produktunterstützung"
732
-
733
- #: wptouch-pro-3/admin/settings/html/touchboard.php:11
734
- msgid "Manage Account"
735
- msgstr "Account verwalten"
736
-
737
- #: wptouch-pro-3/admin/settings/html/touchboard.php:12
738
- msgid "Manage License"
739
- msgstr "Lizenz verwalten"
740
-
741
- #: wptouch-pro-3/admin/settings/html/touchboard.php:18
742
- msgid "WPtouch News"
743
- msgstr "WPtouch Neuigkeiten"
744
-
745
- #: wptouch-pro-3/admin/settings/html/touchboard.php:19
746
- msgid "Read More"
747
- msgstr "Weiterlesen"
748
-
749
- #: wptouch-pro-3/admin/settings/html/touchboard.php:25
750
- msgid "WPtouch Updates"
751
- msgstr "WPtouch Updates"
752
-
753
- #: wptouch-pro-3/admin/settings/html/touchboard.php:35
754
- msgid "What's New in %s"
755
- msgstr "Was ist neu in %s"
756
-
757
- #: wptouch-pro-3/admin/settings/html/touchboard.php:38
758
- #: wptouch-pro-3/admin/settings/html/touchboard.php:40
759
- #: wptouch-pro-3/core/admin-menu.php:59
760
- msgid "License"
761
- msgstr "Lizenz"
762
-
763
- #: wptouch-pro-3/admin/settings/html/touchboard.php:38
764
- msgid "Unlicensed"
765
- msgstr "Nicht lizenziert"
766
-
767
- #: wptouch-pro-3/admin/settings/html/touchboard.php:38
768
- #: wptouch-pro-3/core/class-wptouch-pro.php:453
769
- msgid "Offline"
770
- msgstr "Offline"
771
-
772
- #: wptouch-pro-3/admin/settings/html/touchboard.php:40
773
- msgid "Active"
774
- msgstr "Aktiv"
775
-
776
- #: wptouch-pro-3/admin/settings/html/touchboard.php:40
777
- msgid "Online"
778
- msgstr "Online"
779
-
780
- #: wptouch-pro-3/admin/settings/html/touchboard.php:64
781
- msgid "%s Change Log"
782
- msgstr "%s Changelog"
783
-
784
- #: wptouch-pro-3/admin/settings/html/user-agent-list.php:4
785
- #: wptouch-pro-3/admin/settings/html/user-agent-list.php:6
786
- msgid "WPtouch Pro will be active when any of the following user-agents or user-agent combinations are matched"
787
- msgstr "WPtouch Pro wird aktiv sein, wenn einer der folgenden User-Agents oder User-Agent-Kombinationen getroffen werden"
788
-
789
- #: wptouch-pro-3/admin/settings/include/custom-latest-posts.php:14
790
- msgid "None (Use WordPress Settings)"
791
- msgstr "Keine (WordPress-Einstellungen verwenden)"
792
-
793
- #: wptouch-pro-3/core/admin-ajax.php:286
794
- msgid "Version %s"
795
- msgstr "Version %s"
796
-
797
- #: wptouch-pro-3/core/admin-ajax.php:292
798
- msgid "There is a temporary issue retrieving the change-log. Please try again later."
799
- msgstr "Es gibt derzeit ein Problem beim Abfragen des Changelogs. Bitte versuche es später erneut."
800
-
801
- #: wptouch-pro-3/core/admin-menu.php:39
802
- msgid "Core Settings"
803
- msgstr "Haupteinstellungen"
804
-
805
- #: wptouch-pro-3/core/admin-menu.php:40
806
- msgid "Themes & Extensions"
807
- msgstr "Themen & Erweiterungen"
808
-
809
- #: wptouch-pro-3/core/admin-menu.php:41
810
- msgid "Theme Settings"
811
- msgstr "Themen-Einstellungen"
812
-
813
- #: wptouch-pro-3/core/admin-menu.php:41
814
- msgid "%s Settings"
815
- msgstr "%s Einstellungen"
816
-
817
- #: wptouch-pro-3/core/admin-menu.php:46
818
- msgid "Extension Settings"
819
- msgstr "Erweiterungseinstellungen"
820
-
821
- #: wptouch-pro-3/core/admin-menu.php:51 wptouch-pro-3/core/admin-menu.php:53
822
- msgid "Menus"
823
- msgstr "Menüs"
824
-
825
- #: wptouch-pro-3/core/admin-page-templates.php:16
826
- msgid "Mobile Page Template"
827
- msgstr "Vorlage der mobilen Seite"
828
-
829
- #: wptouch-pro-3/core/admin-render.php:25
830
- msgid "This copy of %s is currently unlicensed!"
831
- msgstr "Diese Kopie von %s ist derzeit nicht lizenziert!"
832
-
833
- #: wptouch-pro-3/core/admin-render.php:27
834
- msgid "Add a license %s"
835
- msgstr "Eine %s-Lizenz hinzufügen"
836
-
837
- #: wptouch-pro-3/core/admin-render.php:81
838
- msgid "Save Changes"
839
- msgstr "Änderungen übernehmen"
840
-
841
- #: wptouch-pro-3/core/admin-render.php:82
842
- msgid "Preview Theme"
843
- msgstr "Thema-Vorschau"
844
-
845
- #: wptouch-pro-3/core/admin-render.php:83
846
- msgid "Reset Settings"
847
- msgstr "Einstellungen zurücksetzen"
848
-
849
- #: wptouch-pro-3/core/class-wptouch-pro.php:232
850
- 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."
851
- 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."
852
-
853
- #: wptouch-pro-3/core/class-wptouch-pro.php:239
854
- msgid "Please wait, we are downloading a fresh copy of your active WPtouch theme from the Cloud."
855
- msgstr "Bitte warte, wir laden eine neue Kopie deines aktiven WPtouch-Themas von der Cloud herunter."
856
-
857
- #: wptouch-pro-3/core/class-wptouch-pro.php:242
858
- msgid "We were unable to install your WPtouch theme from the Cloud. Please visit %sthis article%s for more information."
859
- msgstr "Wir konnten dein WPtouch-Thema von der Cloud nicht installieren. Bitte lies %sdiesen Artikel%s für weitere Informationen."
860
-
861
- #: wptouch-pro-3/core/class-wptouch-pro.php:449
862
- msgid "Unsupported Browser"
863
- msgstr "Nicht unterstützter Browser"
864
-
865
- #: wptouch-pro-3/core/class-wptouch-pro.php:450
866
- msgid "Theme Preview requires Chrome or Safari."
867
- msgstr "Thema-Vorschau erfordert Chrome oder Safari."
868
-
869
- #: wptouch-pro-3/core/class-wptouch-pro.php:451
870
- msgid "This will reset all WPtouch Pro settings.\nAre you sure?"
871
- msgstr "Dies wird alle WPtouch Pro-Einstellungen zurücksetzen.\nBist du sicher?"
872
-
873
- #: wptouch-pro-3/core/class-wptouch-pro.php:452
874
- msgid "This will reset all WPtouch Pro menu and icon settings.\nAre you sure?"
875
- msgstr "Dies wird alle WPtouch Pro Menü- und Symboleinstellungen zurücksetzen.\nBist du sicher?"
876
-
877
- #: wptouch-pro-3/core/class-wptouch-pro.php:454
878
- msgid "You appear to be offline. Connect to the internet to see available BraveNewCloud items."
879
- msgstr "Du scheinst offline zu sein. Stelle eine Verbindung zum Internet her, um verfügbare BraveNewCloud-Elemente zu sehen."
880
-
881
- #: wptouch-pro-3/core/class-wptouch-pro.php:455
882
- msgid "The item failed to download. Please refresh the page and try again."
883
- msgstr "Das Element konnte nicht heruntergeladen werden. Bitte aktualisiere die Seite und versuche es noch einmal."
884
-
885
- #: wptouch-pro-3/core/class-wptouch-pro.php:1069
886
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:207
887
- msgid "Settings"
888
- msgstr "Einstellungen"
889
-
890
- #: wptouch-pro-3/core/class-wptouch-pro.php:1150
891
- msgid "WPtouch Pro Changelog"
892
- msgstr "WPtouch Pro Changelog"
893
-
894
- #: wptouch-pro-3/core/class-wptouch-pro.php:2326
895
- msgid "Directory Problem"
896
- msgstr "Verzeichnisproblem"
897
-
898
- #: wptouch-pro-3/core/class-wptouch-pro.php:2327
899
- msgid "One or more required directories could not be created"
900
- msgstr "Ein oder mehr erforderliche Verzeichnisse konnte nicht erstellt werden"
901
-
902
- #: wptouch-pro-3/core/globals.php:192
903
- msgid "smartphone"
904
- msgstr "Smartphone"
905
-
906
- #: wptouch-pro-3/core/globals.php:194
907
- msgid "tablet"
908
- msgstr "Tablet"
909
-
910
- #: wptouch-pro-3/core/notifications.php:121
911
- msgid "License Missing"
912
- msgstr "Lizenz fehlt"
913
-
914
- #: wptouch-pro-3/core/notifications.php:122
915
- msgid "This installation of WPtouch Pro is currently unlicensed."
916
- msgstr "Diese Installation von WPtouch Pro ist derzeit nicht lizenziert."
917
-
918
- #: wptouch-pro-3/core/notifications.php:133
919
- msgid "WPtouch Pro %s"
920
- msgstr "WPtouch Pro %s"
921
-
922
- #: wptouch-pro-3/core/notifications.php:134
923
- msgid "A new version of WPtouch Pro is available."
924
- msgstr "Eine neue Version von WPtouch Pro ist verfügbar."
925
-
926
- #: wptouch-pro-3/core/notifications.php:145
927
- msgid "Theme Update Available"
928
- msgstr "Themen-Update ist verfügbar"
929
-
930
- #: wptouch-pro-3/core/notifications.php:146
931
- msgid "One or more updates are available for your installed themes."
932
- msgstr "Ein oder mehr Updates sind für deine installierten Themen verfügbar."
933
-
934
- #: wptouch-pro-3/core/notifications.php:160
935
- msgid "Extension Update Available"
936
- msgstr "Erweiterungs-Update verfügbar"
937
-
938
- #: wptouch-pro-3/core/notifications.php:161
939
- msgid "One or more updates are available for your installed extensions."
940
- msgstr "Ein oder mehr Updates sind für deine installierten Erweiterungen verfügbar."
941
-
942
- #: wptouch-pro-3/core/notifications.php:173
943
- msgid "Preview Mode Enabled"
944
- msgstr "Vorschaumodus aktiviert"
945
-
946
- #: wptouch-pro-3/core/notifications.php:174
947
- 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."
948
- 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."
949
-
950
- #: wptouch-pro-3/core/notifications.php:182
951
- msgid "Theme Presentation Disabled"
952
- msgstr "Thema-Präsentation deaktiviert"
953
-
954
- #: wptouch-pro-3/core/notifications.php:183
955
- 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."
956
- msgstr "Niemand kann im Moment das mobile Thema sehen. Du kannst dies in den %sHaupteinstellungen%s unter %sAnzeigemodus%s ändern."
957
-
958
- #: wptouch-pro-3/core/notifications.php:194
959
- msgid "WPtouch Pro prefers pretty permalinks to be enabled within WordPress."
960
- msgstr "WPtouch Pro bevorzugt, dass Pretty Permalinks innerhalb von WordPress aktiviert sind."
961
-
962
- #: wptouch-pro-3/core/notifications.php:204
963
- msgid "WPtouch Pro will not work fully in safe mode."
964
- msgstr "WPtouch Pro wird im abgesicherten Modus nicht vollständig arbeiten."
965
-
966
- #: wptouch-pro-3/core/notifications.php:214
967
- #: wptouch-pro-3/core/notifications.php:224
968
- #: wptouch-pro-3/core/notifications.php:234
969
- msgid "Extra configuration is required. The plugin must be configured to exclude the user agents that WPtouch Pro uses."
970
- msgstr "Extra-Konfiguration ist erforderlich. Das Plugin muss konfiguriert werden, um die User Agent auszuschließen, die WPtouch Pro verwendet."
971
-
972
- #: wptouch-pro-3/core/notifications.php:244
973
- msgid "Extra configuration is required. Add paths to your active WPtouch Pro theme CSS and Javascript files as files to ignore in WPMinify."
974
- 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."
975
-
976
- #: wptouch-pro-3/core/notifications.php:254
977
- msgid "This plugin may not work correctly in WPtouch Pro, and should be disabled in the Plugin Compatibility section."
978
- msgstr "Dieses Plugin wird in WPtouch Pro nicht korrekt funktionieren und sollte im Abschnitt für die Plugin-Kompatibilität deaktiviert werden."
979
-
980
- #: wptouch-pro-3/core/notifications.php:263
981
- msgid "Icon Installation Issue"
982
- msgstr "Problem bei der Symbolinstallation"
983
-
984
- #: wptouch-pro-3/core/notifications.php:274
985
- msgid "WPtouch Pro 3 cannot co-exist with WPtouch 1.x. Disable it first in the WordPress Plugins settings."
986
- msgstr "WPtouch Pro 3 kann nicht neben WPtouch 1.x existieren. Deaktiviere es zuerst in den WordPress Plugin-Einstellungen."
987
-
988
- #: wptouch-pro-3/core/notifications.php:284
989
- msgid "WPtouch Pro 3 cannot co-exist with WPtouch Pro 2.x. Disable it first in the WordPress Plugins settings."
990
- msgstr "WPtouch Pro 3 kann nicht neben WPtouch 2.x existieren. Deaktiviere es zuerst in den WordPress Plugin-Einstellungen."
991
-
992
- #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:179
993
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:42
994
- msgid "%d second ago"
995
- msgid_plural "%d seconds ago"
996
- msgstr[0] "vor %d Sekunde"
997
- msgstr[1] "vor %d Sekunden"
998
-
999
- #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:182
1000
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:45
1001
- msgid "%d minute ago"
1002
- msgid_plural "%d minutes ago"
1003
- msgstr[0] "vor %d Minute"
1004
- msgstr[1] "vor %d Minuten"
1005
-
1006
- #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:185
1007
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:48
1008
- msgid "%d hour ago"
1009
- msgid_plural "%d hours ago"
1010
- msgstr[0] "vor %d Stunde"
1011
- msgstr[1] "vor %d Stunden"
1012
-
1013
- #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:188
1014
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:51
1015
- msgid "%d day ago"
1016
- msgid_plural "%d days ago"
1017
- msgstr[0] "vor %d Tag"
1018
- msgstr[1] "vor %d Tagen"
1019
-
1020
- #: wptouch-pro-3/include/html/desktop-switch.php:2
1021
- msgid "Desktop Version"
1022
- msgstr "Desktop-Version"
1023
-
1024
- #: wptouch-pro-3/include/html/desktop-switch.php:2
1025
- msgid "Switch To Mobile Version"
1026
- msgstr "Auf mobile Version umschalten"
1027
-
1028
- #: wptouch-pro-3/include/html/footer.php:2
1029
- msgid "Powered by %s%s%s"
1030
- msgstr "Powered by %s%s%s"
1031
-
1032
- #: wptouch-pro-3/include/html/footer.php:3
1033
- msgid "By %s"
1034
- msgstr "Von %s"
1035
-
1036
- #: wptouch-pro-3/include/html/load-times.php:2
1037
- msgid "%d queries in %0.1f ms"
1038
- msgstr "%d Anfragen in %0.1f ms"
1039
-
1040
- #: wptouch-pro-3/include/html/page-template.php:8
1041
- msgid "Default Template"
1042
- msgstr "Standardvorlage"
1043
-
1044
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:35
1045
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:47
1046
- msgid "Upgrading..."
1047
- msgstr "Upgrade läuft..."
1048
-
1049
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:35
1050
- msgid "Upgrade to %s"
1051
- msgstr "Upgrade auf %s"
1052
-
1053
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:47
1054
- msgid "Extension location: %s"
1055
- msgstr "Erweiterungsstandort: %s"
1056
-
1057
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:56
1058
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:81
1059
- msgid "More Info"
1060
- msgstr "Weitere Infos"
1061
-
1062
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:59
1063
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:84
1064
- msgid "Upgrade License"
1065
- msgstr "Upgrade-Lizenz"
1066
-
1067
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:61
1068
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:86
1069
- msgid "Get License"
1070
- msgstr "Lizenz holen"
1071
-
1072
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:66
1073
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:95
1074
- msgid "Downloading..."
1075
- msgstr "Wird heruntergeladen..."
1076
-
1077
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:75
1078
- msgid "Deactivate"
1079
- msgstr "Deaktivieren"
1080
-
1081
- #: wptouch-pro-3/pro/settings/html/extension-browser-pro.php:10
1082
- msgid "Loading Cloud Extensions"
1083
- msgstr "Cloud-Erweiterungen werden geladen"
1084
-
1085
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:49
1086
- msgid "Update to %s"
1087
- msgstr "Update auf %s"
1088
-
1089
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:89
1090
- msgid "Buy Now"
1091
- msgstr "Jetzt kaufen"
1092
-
1093
- #: wptouch-pro-3/pro/settings/html/theme-browser-pro.php:11
1094
- msgid "Loading Cloud Themes"
1095
- msgstr "Cloud-Themen werden geladen"
1096
-
1097
- #: wptouch-pro-3/themes/foundation/default/404.php:6
1098
- msgid "404 Not Found"
1099
- msgstr "404 Nicht gefunden"
1100
-
1101
- #: wptouch-pro-3/themes/foundation/default/404.php:8
1102
- msgid "The post or page you requested is no longer available."
1103
- msgstr "Der Beitrag oder die Seite, die du angefordert hast, ist nicht länger verfügbar."
1104
-
1105
- #: wptouch-pro-3/themes/foundation/default/attachment.php:43
1106
- msgid "&laquo; previous in gallery"
1107
- msgstr "&laquo; vorherige in Galerie"
1108
-
1109
- #: wptouch-pro-3/themes/foundation/default/attachment.php:45
1110
- msgid "next in gallery &raquo;"
1111
- msgstr "nächste in Galerie &raquo;"
1112
-
1113
- #: wptouch-pro-3/themes/foundation/default/comments.php:10
1114
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:33
1115
- msgid "no responses"
1116
- msgstr "keine Antwort"
1117
-
1118
- #: wptouch-pro-3/themes/foundation/default/comments.php:10
1119
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:33
1120
- msgid "1 response"
1121
- msgstr "1 Antwort"
1122
-
1123
- #: wptouch-pro-3/themes/foundation/default/comments.php:10
1124
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:33
1125
- msgid "% responses"
1126
- msgstr "% Antworten"
1127
-
1128
- #: wptouch-pro-3/themes/foundation/default/comments.php:20
1129
- #: wptouch-pro-3/themes/foundation/default/comments.php:26
1130
- msgid "Load More Comments&hellip;"
1131
- msgstr "Mehr Kommentare laden&hellip;"
1132
-
1133
- #: wptouch-pro-3/themes/foundation/default/comments.php:38
1134
- msgid "Comments are closed"
1135
- msgstr "Kommente sind geschlossen"
1136
-
1137
- #: wptouch-pro-3/themes/foundation/default/comments.php:48
1138
- msgid "Cancel"
1139
- msgstr "Abbrechen"
1140
-
1141
- #: wptouch-pro-3/themes/foundation/default/comments.php:51
1142
- msgid "Leave a Reply"
1143
- msgstr "Eine Antwort hinterlassen"
1144
-
1145
- #: wptouch-pro-3/themes/foundation/default/comments.php:51
1146
- msgid "Leave a Reply to %s"
1147
- msgstr "Hinterlasse eine Nachricht an %s"
1148
-
1149
- #: wptouch-pro-3/themes/foundation/default/comments.php:54
1150
- msgid "You must be %slogged in%s to post a comment."
1151
- msgstr "Du musst %sangemeldet%s sein, um einen Kommentar zu posten."
1152
-
1153
- #: wptouch-pro-3/themes/foundation/default/comments.php:61
1154
- msgid "Logged in as"
1155
- msgstr "Angemeldet als"
1156
-
1157
- #: wptouch-pro-3/themes/foundation/default/comments.php:61
1158
- msgid "Log out"
1159
- msgstr "Abmelden"
1160
-
1161
- #: wptouch-pro-3/themes/foundation/default/comments.php:65
1162
- msgid "Name"
1163
- msgstr "Name"
1164
-
1165
- #: wptouch-pro-3/themes/foundation/default/comments.php:67
1166
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:78
1167
- msgid "E-Mail"
1168
- msgstr "E-Mail"
1169
-
1170
- #: wptouch-pro-3/themes/foundation/default/comments.php:69
1171
- msgid "Website"
1172
- msgstr "Website"
1173
-
1174
- #: wptouch-pro-3/themes/foundation/default/comments.php:75
1175
- msgid "Publish"
1176
- msgstr "Veröffentlichen"
1177
-
1178
- #: wptouch-pro-3/themes/foundation/default/formerror.php:6
1179
- msgid "Comment Error"
1180
- msgstr "Kommentar-Fehler"
1181
-
1182
- #: wptouch-pro-3/themes/foundation/default/formerror.php:8
1183
- msgid "Please enter all fields correctly to post a comment."
1184
- msgstr "Bitte alle Felder korrekt ausfüllen, um einen Kommentar zu veröffentlichen."
1185
-
1186
- #: wptouch-pro-3/themes/foundation/default/formerror.php:9
1187
- msgid "Go back"
1188
- msgstr "Zurück"
1189
-
1190
- #: wptouch-pro-3/themes/foundation/default/index.php:33
1191
- #: wptouch-pro-3-extras/themes/classic-redux/default/index.php:34
1192
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:60
1193
- #: wptouch-pro-3-extras/themes/hammock/default/index.php:34
1194
- msgid "newer posts"
1195
- msgstr "neuere Beiträge"
1196
-
1197
- #: wptouch-pro-3/themes/foundation/default/index.php:33
1198
- #: wptouch-pro-3-extras/themes/classic-redux/default/index.php:34
1199
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:56
1200
- #: wptouch-pro-3-extras/themes/hammock/default/index.php:34
1201
- msgid "older posts"
1202
- msgstr "ältere Beiträge"
1203
-
1204
- #: wptouch-pro-3/themes/foundation/default/nav-bar.php:6
1205
- #: wptouch-pro-3-extras/themes/bauhaus/default/nav-bar.php:6
1206
- msgid "previous post"
1207
- msgstr "vorheriger Beitrag"
1208
-
1209
- #: wptouch-pro-3/themes/foundation/default/nav-bar.php:12
1210
- #: wptouch-pro-3-extras/themes/bauhaus/default/nav-bar.php:13
1211
- msgid "next post"
1212
- msgstr "nächster Beitrag"
1213
-
1214
- #: wptouch-pro-3/themes/foundation/default/one-comment.php:12
1215
- msgid "Your comment is awaiting moderation"
1216
- msgstr "Dein Kommentar wartet auf Bestätigung"
1217
-
1218
- #: wptouch-pro-3/themes/foundation/default/related-posts.php:4
1219
- msgid "Related"
1220
- msgstr "Beiträge"
1221
-
1222
- #: wptouch-pro-3/themes/foundation/default/search.php:6
1223
- #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:6
1224
- #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:5
1225
- #: wptouch-pro-3-extras/themes/hammock/default/search.php:5
1226
- msgid "You searched for \"%s\""
1227
- msgstr "Du hast nach \"%s\" gesucht"
1228
-
1229
- #: wptouch-pro-3/themes/foundation/default/search.php:16
1230
- #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:15
1231
- #: wptouch-pro-3-extras/themes/hammock/default/search.php:16
1232
- msgid "%s results"
1233
- msgstr "%s Ergebnisse"
1234
-
1235
- #: wptouch-pro-3/themes/foundation/default/search.php:36
1236
- #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:38
1237
- #: wptouch-pro-3-extras/themes/hammock/default/search.php:40
1238
- msgid "No search results found"
1239
- msgstr "Keine Suchergebnisse"
1240
-
1241
- #: wptouch-pro-3/themes/foundation/default/search.php:45
1242
- #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:46
1243
- #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:47
1244
- msgid "Load more %s results"
1245
- msgstr "Mehr %s-Ergebnisse laden"
1246
-
1247
- #: wptouch-pro-3/themes/foundation/default/single.php:13
1248
- #: wptouch-pro-3-extras/themes/hammock/default/post-loop-menu.php:15
1249
- #: wptouch-pro-3-extras/themes/hammock/default/post-loop.php:19
1250
- msgid "By"
1251
- msgstr "Von"
1252
-
1253
- #: wptouch-pro-3/themes/foundation/default/switch-link.php:8
1254
- msgid "mobile"
1255
- msgstr "Mobil"
1256
-
1257
- #: wptouch-pro-3/themes/foundation/default/switch-link.php:9
1258
- msgid "desktop"
1259
- msgstr "Desktop"
1260
-
1261
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:169
1262
- msgid "Service"
1263
- msgstr "Service"
1264
-
1265
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:175
1266
- msgid "Choose a service"
1267
- msgstr "Einen Service auswählen"
1268
-
1269
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:181
1270
- msgid "Google Adsense"
1271
- msgstr "Google Adsense"
1272
-
1273
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:182
1274
- msgid "Custom"
1275
- msgstr "Benutzerdef."
1276
-
1277
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:192
1278
- msgid "Google AdSense"
1279
- msgstr "Google AdSense"
1280
-
1281
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:195
1282
- msgid "Publisher ID"
1283
- msgstr "Publisher-ID"
1284
-
1285
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:196
1286
- msgid "Slot ID"
1287
- msgstr "Slot-ID"
1288
-
1289
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:200
1290
- msgid "Code Type"
1291
- msgstr "Codetyp"
1292
-
1293
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:212
1294
- msgid "Custom Ads"
1295
- msgstr "Benutzerdef. Werbung"
1296
-
1297
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:215
1298
- msgid "Mobile advertising script"
1299
- msgstr "Mobile Werbeaufschrift"
1300
-
1301
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:224
1302
- msgid "Ad Presentation"
1303
- msgstr "Werbepräsentation"
1304
-
1305
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:230
1306
- msgid "Theme location"
1307
- msgstr "Thema-Standort"
1308
-
1309
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:235
1310
- msgid "In the header"
1311
- msgstr "In der Kopfzeile"
1312
-
1313
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:236
1314
- msgid "Above the page content"
1315
- msgstr "Über dem Seiteninhalt"
1316
-
1317
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:237
1318
- msgid "Below the page content"
1319
- msgstr "Unter dem Seiteninhalt"
1320
-
1321
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:247
1322
- msgid "Active Pages"
1323
- msgstr "Aktive Seiten"
1324
-
1325
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:250
1326
- msgid "Blog listings"
1327
- msgstr "Blog-Auflistungen"
1328
-
1329
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:251
1330
- msgid "Single posts"
1331
- msgstr "Einzelne Beiträge"
1332
-
1333
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:252
1334
- msgid "Static pages"
1335
- msgstr "Statische Seiten"
1336
-
1337
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:253
1338
- msgid "Taxonomy"
1339
- msgstr "Taxonomie"
1340
-
1341
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:254
1342
- msgid "Search results"
1343
- msgstr "Suchergebnisse"
1344
-
1345
- #: wptouch-pro-3/themes/foundation/modules/base/base.php:69
1346
- msgid "Loading"
1347
- msgstr "Lädt"
1348
-
1349
- #: wptouch-pro-3/themes/foundation/modules/base/preview-bar.php:2
1350
- msgid "Theme Preview"
1351
- msgstr "Thema-Vorschau"
1352
-
1353
- #: wptouch-pro-3/themes/foundation/modules/base/preview-bar.php:3
1354
- msgid "Reload"
1355
- msgstr "Neu laden"
1356
-
1357
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:76
1358
- msgid "Custom Post Support"
1359
- msgstr "Support für benutzerdef. Beitrag"
1360
-
1361
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:82
1362
- msgid "Enable custom post-type support"
1363
- msgstr "Unterstützung für benutzerdef. Beitragsart aktivieren"
1364
-
1365
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:90
1366
- msgid "Show custom post taxonomy"
1367
- msgstr "Benutzerdef. Beitrags-Taxonomie anzeigen"
1368
-
1369
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:102
1370
- msgid "Custom Post Types"
1371
- msgstr "Benutzerdef. Beitragsarten"
1372
-
1373
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:231
1374
- msgid "Featured Slider"
1375
- msgstr "Eingebauter Schieber"
1376
-
1377
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:237
1378
- msgid "Enable featured slider"
1379
- msgstr "Eingebauten Schieber aktivieren"
1380
-
1381
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:238
1382
- msgid "Requires at least 2 entries to contain featured images"
1383
- msgstr "Erfordert mind. 2 Einträge, um eingebaute Bilder zu enthalten"
1384
-
1385
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:245
1386
- msgid "Maximum number of posts"
1387
- msgstr "Maximale Anzahl an Beiträgen"
1388
-
1389
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:250
1390
- msgid "3 posts"
1391
- msgstr "3 Beiträge"
1392
-
1393
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:251
1394
- msgid "5 posts"
1395
- msgstr "5 Beiträge"
1396
-
1397
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:252
1398
- msgid "10 posts"
1399
- msgstr "10 Beiträge"
1400
-
1401
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:258
1402
- msgid "Automatically slide"
1403
- msgstr "Automatisch schieben"
1404
-
1405
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:266
1406
- msgid "Continuously slide"
1407
- msgstr "Durchgehend schieben"
1408
-
1409
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:274
1410
- msgid "Grayscale images (CSS 3 effect)"
1411
- msgstr "Grauskalenbilder (CSS 3-Effekt)"
1412
-
1413
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:275
1414
- msgid "Featured slider images will be in grayscale for devices that support CSS filters."
1415
- msgstr "Eingebaute Schieberbilder werden für Geräte in Grauskalen sein, die CSS-Filter unterstützen."
1416
-
1417
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:282
1418
- msgid "Show title & date"
1419
- msgstr "Titel & Datum anzeigen"
1420
-
1421
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:283
1422
- msgid "If disabled, the title and date will not be shown. Note: some themes do not show the date."
1423
- msgstr "Bei Deaktivierung werden der Titel und das Datum nicht angezeigt. Beachte: Einige Themen zeigen kein Datum an."
1424
-
1425
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:290
1426
- msgid "Featured slider posts also show in listings"
1427
- msgstr "Enthaltene Schieber-Beiträge auch in Auflistungen anzeigen"
1428
-
1429
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:298
1430
- msgid "Slide transition speed"
1431
- msgstr "Schieber-Übergangsgeschwindigkeit"
1432
-
1433
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:303
1434
- msgid "Slow"
1435
- msgstr "Langsam"
1436
-
1437
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:304
1438
- msgid "Normal"
1439
- msgstr "Normal"
1440
-
1441
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:305
1442
- msgid "Fast"
1443
- msgstr "Schnell"
1444
-
1445
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:316
1446
- msgid "Show latest posts"
1447
- msgstr "Neuesten Beiträge anzeigen"
1448
-
1449
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:317
1450
- msgid "Show posts from a specific tag"
1451
- msgstr "Beiträge von einem bestimmten Tag (Markierung) anzeigen"
1452
-
1453
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:318
1454
- msgid "Show posts from a specific category"
1455
- msgstr "Beiträge von einer best. Kategorie anzeigen"
1456
-
1457
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:319
1458
- msgid "Show only specific posts or pages"
1459
- msgstr "Nur spezielle Beiträge oder Seiten anzeigen"
1460
-
1461
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:325
1462
- msgid "Only this tag"
1463
- msgstr "Nur dieses Tag"
1464
-
1465
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:334
1466
- msgid "Only this category"
1467
- msgstr "Nur diese Kategorie"
1468
-
1469
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:343
1470
- msgid "Comma-separated list of post/page IDs"
1471
- msgstr "Komma-getrennte Liste von Beitrags-/Seiten-IDs"
1472
-
1473
- #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:10
1474
- msgid "Browser Fonts"
1475
- msgstr "Browser-Schriften"
1476
-
1477
- #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:18
1478
- msgid "Typography"
1479
- msgstr "Typografie"
1480
-
1481
- #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:24
1482
- msgid "Font style"
1483
- msgstr "Schriftart"
1484
-
1485
- #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:25
1486
- msgid "Choose a Google font pairing designed for this theme, or default browser fonts."
1487
- msgstr "Wähle eine Google-Schriftart-Kopplung, die für dieses Thema entwickelt wurde, oder die Standard-Schriftart des Browsers."
1488
-
1489
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:7
1490
- msgid "Remember Me"
1491
- msgstr "Mich erinnern"
1492
-
1493
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:9
1494
- msgid "Log In"
1495
- msgstr "Anmelden"
1496
-
1497
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:20
1498
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:51
1499
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:49
1500
- #: wptouch-pro-3-extras/themes/simple/default/header-bottom.php:22
1501
- msgid "Login"
1502
- msgstr "Anmelden"
1503
-
1504
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:29
1505
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:207
1506
- msgid "Sign-up"
1507
- msgstr "Registrieren"
1508
-
1509
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:30
1510
- msgid "Lost password?"
1511
- msgstr "Passwort vergessen?"
1512
-
1513
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:22
1514
- msgid "Account Username"
1515
- msgstr "Benutzername"
1516
-
1517
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:23
1518
- msgid "Account Password"
1519
- msgstr "Passwort"
1520
-
1521
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:32
1522
- msgid "Login Form"
1523
- msgstr "Anmeldeformular"
1524
-
1525
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:38
1526
- msgid "Use fly-in login form"
1527
- msgstr "PopUp-Anmeldeformular verwenden"
1528
-
1529
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:39
1530
- msgid "Will add login links and allow mobile visitors to login to your website from mobile devices"
1531
- msgstr "Wird Anmelde-Links hinzufügen und es mobilen Besuchern erlauben, sich auf deiner Website von Mobilgeräten aus anzumelden"
1532
-
1533
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:46
1534
- msgid "Show \"Sign-up\" and \"Lost Password?\" links"
1535
- msgstr "Die Links \"Registrieren\" und \"Passwort vergessen?\" anzeigen"
1536
-
1537
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:48
1538
- msgid "Video Handling"
1539
- msgstr "Videoverwaltung"
1540
-
1541
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:60
1542
- msgid "CSS only (HTML5 videos)"
1543
- msgstr "Nur CSS (HTML5 Videos)"
1544
-
1545
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:61
1546
- msgid "FitVids Method"
1547
- msgstr "FitVids-Methode"
1548
-
1549
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:62
1550
- msgid "Fluid-Width Method"
1551
- msgstr "Methode mit flexibler Breite"
1552
-
1553
- #: wptouch-pro-3/themes/foundation/modules/related-posts/related-posts.php:106
1554
- msgid "Related Posts"
1555
- msgstr "Verwandte Beiträge"
1556
-
1557
- #: wptouch-pro-3/themes/foundation/modules/related-posts/related-posts.php:112
1558
- msgid "Enable display of related posts"
1559
- msgstr "Ansicht von verwandten Beiträgen aktivieren"
1560
-
1561
- #: wptouch-pro-3/themes/foundation/modules/related-posts/related-posts.php:120
1562
- msgid "Maximum number of related posts to show"
1563
- msgstr "Maximale Anzahl der anzuzeigenden verwandten Beiträge"
1564
-
1565
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing-html.php:1
1566
- #: wptouch-pro-3-extras/themes/hammock/default/sharing-html.php:2
1567
- msgid "Share"
1568
- msgstr "Teilen"
1569
-
1570
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing-html.php:1
1571
- #: wptouch-pro-3-extras/themes/hammock/default/sharing-html.php:3
1572
- msgid "Tweet"
1573
- msgstr "Tweet"
1574
-
1575
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing-html.php:1
1576
- #: wptouch-pro-3-extras/themes/hammock/default/sharing-html.php:5
1577
- msgid "Mail"
1578
- msgstr "Mail"
1579
-
1580
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:81
1581
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:317
1582
- msgid "Sharing"
1583
- msgstr "Teilen"
1584
-
1585
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:87
1586
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:323
1587
- msgid "Show sharing links"
1588
- msgstr "Geteilte Links anzeigen"
1589
-
1590
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:88
1591
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:324
1592
- msgid "Will show Facebook, Twitter, Google+ and Email buttons on single posts."
1593
- msgstr "Wird Buttons für Facebook, Twitter, Google+ und E-Mail auf Einzelbeiträgen anzeigen."
1594
-
1595
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:95
1596
- msgid "Show sharing links on pages"
1597
- msgstr "Links zum Teilen auf Seiten anzeigen"
1598
-
1599
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:96
1600
- msgid "Will show Facebook, Twitter, Google+ and Email buttons on pages as well as single posts."
1601
- msgstr "Wird Facebook, Twitter, Google+ und E-Mail-Buttons auf den Seiten und auf den einzelnen Beiträgen anzeigen."
1602
-
1603
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:103
1604
- msgid "Sharing links location"
1605
- msgstr "Standort geteilter Links"
1606
-
1607
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:108
1608
- msgid "Above post content"
1609
- msgstr "Über Beitragsinhalt"
1610
-
1611
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:109
1612
- msgid "Below post content"
1613
- msgstr "Unter Beitragsinhalt"
1614
-
1615
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:115
1616
- msgid "Color scheme"
1617
- msgstr "Farbschema"
1618
-
1619
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:120
1620
- msgid "Theme colors"
1621
- msgstr "Thema-Farben"
1622
-
1623
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:121
1624
- msgid "Social network colors"
1625
- msgstr "Farben der Sozialen Netzwerke"
1626
-
1627
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:8
1628
- msgid "Footer Social Links"
1629
- msgstr "Fußzeile Soziale Links"
1630
-
1631
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:23
1632
- msgid "Full URL to your Facebook page"
1633
- msgstr "Komplette URL deiner Facebook-Seite"
1634
-
1635
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:31
1636
- msgid "Full URL to your Twitter profile"
1637
- msgstr "Komplette URL deines Twitter-Profils"
1638
-
1639
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:39
1640
- msgid "Full URL to your Google+ profile"
1641
- msgstr "Komplette URL deines Google+ Profils"
1642
-
1643
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:47
1644
- msgid "Full URL to your Pinterest page"
1645
- msgstr "Komplette URL deiner Pinterest-Seite"
1646
-
1647
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:55
1648
- msgid "Full URL to your Vimeo page"
1649
- msgstr "Komplette URL deiner Vimeo-Seite"
1650
-
1651
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:63
1652
- msgid "Full URL to your %s profile"
1653
- msgstr "Vollständige URL zu deinem %s-Profil"
1654
-
1655
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:70
1656
- msgid "LinkedIn"
1657
- msgstr "LinkedIn"
1658
-
1659
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:71
1660
- msgid "Full URL to your LinkedIn profile"
1661
- msgstr "Komplette URL deines LinkedIn-Profils"
1662
-
1663
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:79
1664
- msgid "E-Mail address"
1665
- msgstr "E-Mail-Adresse"
1666
-
1667
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:87
1668
- msgid "Full URL to your RSS feed"
1669
- msgstr "Komplette URL deines RSS-Feeds"
1670
-
1671
- #: wptouch-pro-3/themes/foundation/modules/tablets/tablets.php:46
1672
- msgid "iPad"
1673
- msgstr "iPad"
1674
-
1675
- #: wptouch-pro-3/themes/foundation/modules/tablets/tablets.php:52
1676
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:268
1677
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:286
1678
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:304
1679
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:323
1680
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:331
1681
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:349
1682
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:357
1683
- #: wptouch-pro-3/themes/foundation/root-functions.php:390
1684
- #: wptouch-pro-3/themes/foundation/root-functions.php:408
1685
- msgid "%d by %d pixels (PNG)"
1686
- msgstr "%d von %d Pixel (PNG)"
1687
-
1688
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:66
1689
- msgid "Disabled"
1690
- msgstr "Deaktiviert"
1691
-
1692
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:81
1693
- msgid "Twitter account to use for Tweet display"
1694
- msgstr "Twitter-Konto, das zur Anzeige von Tweets genutzt wird"
1695
-
1696
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:122
1697
- msgid "External link— open it in the browser?"
1698
- msgstr "Externer Link— im Browser öffnen?"
1699
-
1700
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:123
1701
- msgid "File link— Do you want to open it in the browser?"
1702
- msgstr "Datei-Link— Möchtest du ihn im Browser öffnen?"
1703
-
1704
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:210
1705
- msgid "Enable iOS Web-App Mode"
1706
- msgstr "iOS WebApp-Modus aktivieren"
1707
-
1708
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:214
1709
- msgid "Enable persistence"
1710
- msgstr "Persistenz aktivieren"
1711
-
1712
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:215
1713
- msgid "Loads the last visited URL for visitors on open."
1714
- msgstr "Lädt die letzte besuchte URL für Besucher beim Start."
1715
-
1716
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:222
1717
- msgid "URLs to ignore in Web-App Mode"
1718
- msgstr "URLs, die im Web-App-Modus zu ignorieren sind"
1719
-
1720
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:235
1721
- msgid "Notice Message"
1722
- msgstr "Mitteilung"
1723
-
1724
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:238
1725
- msgid "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
1726
- msgstr "Zeige iPhone-, iPod Touch- & iPad-Besucher eine Mitteilung über meine Web-App"
1727
-
1728
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:238
1729
- msgid "WPtouch shows a notice bubble on 1st visit letting users know about your Web-App enabled website on iOS devices."
1730
- msgstr "WPtouch zeigt eine Mitteilungsblase beim 1. Besuch und informiert die Nutzer über deine Web-App fähige Website auf iOS-Geräten."
1731
-
1732
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:239
1733
- msgid "Notice message contents"
1734
- msgstr "Mitteilungsinhalte"
1735
-
1736
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:239
1737
- msgid "[device] and [icon] are dynamic and used to determine the device and iOS version. Do not remove these from your message."
1738
- msgstr "[device] und [icon] sind dynamisch und werden verwendet, um das Gerät und die iOS-Version zu bestimmen. Entferne diese nicht aus deiner Nachricht."
1739
-
1740
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:243
1741
- msgid "the notice message will be shown again for visitors"
1742
- msgstr "die Mitteilung wird Besuchern wieder angezeigt"
1743
-
1744
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:248
1745
- msgid "1 day until"
1746
- msgstr "1 Tag bis"
1747
-
1748
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:249
1749
- msgid "7 days until"
1750
- msgstr "7 Tage bis"
1751
-
1752
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:250
1753
- msgid "1 month until"
1754
- msgstr "1 Monat bis"
1755
-
1756
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:251
1757
- msgid "Every time"
1758
- msgstr "Jedes Mal"
1759
-
1760
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:262
1761
- msgid "iPhone Startup Screen"
1762
- msgstr "iPhone-Startbildschirm"
1763
-
1764
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:280
1765
- msgid "Retina iPhone Startup Screen"
1766
- msgstr "Retina iPhone-Startbildschirm"
1767
-
1768
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:298
1769
- msgid "iPhone 5 Startup Screen"
1770
- msgstr "iPhone 5 Startbildschirm"
1771
-
1772
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:317
1773
- msgid "iPad Mini and iPad Startup Screens"
1774
- msgstr "iPad-Mini und iPad-Startbildschirme"
1775
-
1776
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:343
1777
- msgid "Retina iPad Startup Screens"
1778
- msgstr "Startbildschirme des Retina-iPads"
1779
-
1780
- #: wptouch-pro-3/themes/foundation/root-functions.php:11
1781
- msgid "Branding"
1782
- msgstr "Etikettierung"
1783
-
1784
- #: wptouch-pro-3/themes/foundation/root-functions.php:12
1785
- msgid "Media Handling"
1786
- msgstr "Medienverarbeitung"
1787
-
1788
- #: wptouch-pro-3/themes/foundation/root-functions.php:13
1789
- msgid "Web-App Mode"
1790
- msgstr "WebApp-Modus"
1791
-
1792
- #: wptouch-pro-3/themes/foundation/root-functions.php:14
1793
- msgid "Bookmark Icons"
1794
- msgstr "Lesezeichen-Symbole"
1795
-
1796
- #: wptouch-pro-3/themes/foundation/root-functions.php:15
1797
- msgid "Advertising"
1798
- msgstr "Werbung"
1799
-
1800
- #: wptouch-pro-3/themes/foundation/root-functions.php:16
1801
- msgid "Custom Content"
1802
- msgstr "Benutzerdef. Inhalt"
1803
-
1804
- #: wptouch-pro-3/themes/foundation/root-functions.php:113
1805
- msgid "Install this Web-App on your [device]: tap [icon] then \"Add to Home Screen\""
1806
- msgstr "Installiere diese WebApp auf deinem [device]: tippe auf [icon], dann \"Zum Startbildschirm hinzufügen\""
1807
-
1808
- #: wptouch-pro-3/themes/foundation/root-functions.php:304
1809
- msgid "Number of posts in post listings"
1810
- msgstr "Anzahl an Beiträgen in Beitragsauflistungen"
1811
-
1812
- #: wptouch-pro-3/themes/foundation/root-functions.php:305
1813
- msgid "Overrides the WordPress Reading settings for \"Blog pages show at most\""
1814
- msgstr "Überschreibt die WordPress-Einstellungen unter Lesen für \"Blogseiten zeigen maximal\""
1815
-
1816
- #: wptouch-pro-3/themes/foundation/root-functions.php:312
1817
- msgid "Excluded categories"
1818
- msgstr "Ausgeschlossene Kategorien"
1819
-
1820
- #: wptouch-pro-3/themes/foundation/root-functions.php:313
1821
- msgid "Comma separated by category name"
1822
- msgstr "durch Komma getrennte Katergorienamen"
1823
-
1824
- #: wptouch-pro-3/themes/foundation/root-functions.php:320
1825
- msgid "Excluded tags"
1826
- msgstr "Ausgeschlossene Tags"
1827
-
1828
- #: wptouch-pro-3/themes/foundation/root-functions.php:321
1829
- msgid "Comma separated by tag name"
1830
- msgstr "durch Komma getrennte Tag-namen"
1831
-
1832
- #: wptouch-pro-3/themes/foundation/root-functions.php:331
1833
- msgid "Blog"
1834
- msgstr "Blog"
1835
-
1836
- #: wptouch-pro-3/themes/foundation/root-functions.php:342
1837
- msgid "Show comments on pages"
1838
- msgstr "Kommentare auf Seiten anzeigen"
1839
-
1840
- #: wptouch-pro-3/themes/foundation/root-functions.php:343
1841
- msgid "Overrides the WordPress settings for showing comments on pages."
1842
- msgstr "Überschreibt die WordPress-Einstellungen, um Kommentare auf den Seiten anzuzeigen."
1843
-
1844
- #: wptouch-pro-3/themes/foundation/root-functions.php:353
1845
- #: wptouch-pro-3/themes/foundation/root-functions.php:1024
1846
- msgid "Pages"
1847
- msgstr "Seiten"
1848
-
1849
- #: wptouch-pro-3/themes/foundation/root-functions.php:366
1850
- msgid "Icon Title"
1851
- msgstr "Symboltitel"
1852
-
1853
- #: wptouch-pro-3/themes/foundation/root-functions.php:372
1854
- msgid "Icon title"
1855
- msgstr "Symboltitel"
1856
-
1857
- #: wptouch-pro-3/themes/foundation/root-functions.php:373
1858
- msgid "When visitors bookmark your website, this will be the title shown."
1859
- msgstr "Wenn Besucher deine Website unter den Favoriten speichert, dann wird dieser Titel angezeigt."
1860
-
1861
- #: wptouch-pro-3/themes/foundation/root-functions.php:384
1862
- msgid "Android"
1863
- msgstr "Android"
1864
-
1865
- #: wptouch-pro-3/themes/foundation/root-functions.php:402
1866
- msgid "iPhone & iPod touch"
1867
- msgstr "iPhone & iPod touch"
1868
-
1869
- #: wptouch-pro-3/themes/foundation/root-functions.php:438
1870
- msgid "Theme Colors"
1871
- msgstr "Themen-Farben"
1872
-
1873
- #: wptouch-pro-3/themes/foundation/root-functions.php:448
1874
- msgid "Site Logo"
1875
- msgstr "Website-Logo"
1876
-
1877
- #: wptouch-pro-3/themes/foundation/root-functions.php:454
1878
- msgid "(Scaled by themes to fit logo areas as needed)"
1879
- msgstr "(Gemäß Themen skaliert, um in den Logo-Bereich zu passen)"
1880
-
1881
- #: wptouch-pro-3/themes/foundation/root-functions.php:467
1882
- msgid "Smart App Banner"
1883
- msgstr "Smart App Banner"
1884
-
1885
- #: wptouch-pro-3/themes/foundation/root-functions.php:473
1886
- msgid "Enter your app's %sApp Store ID%s"
1887
- msgstr "Gib die %sApp Store-ID%s deiner App ein"
1888
-
1889
- #: wptouch-pro-3/themes/foundation/root-functions.php:474
1890
- 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."
1891
- 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."
1892
-
1893
- #: wptouch-pro-3/themes/foundation/root-functions.php:486
1894
- msgid "Theme Footer"
1895
- msgstr "Thema-Fußzeile"
1896
-
1897
- #: wptouch-pro-3/themes/foundation/root-functions.php:489
1898
- msgid "Custom footer content (HTML is allowed)"
1899
- msgstr "Benutzerdef. Fußzeilen-Inhalt (HTML ist erlaubt)"
1900
-
1901
- #: wptouch-pro-3/themes/foundation/root-functions.php:489
1902
- msgid "You can add custom footer content that will be displayed below the switch link."
1903
- msgstr "Du kannst benutzerdef. Fußzeilen-Inhalt hinzufügen, der unter dem Umschalt-Link angezeigt werden wird."
1904
-
1905
- #: wptouch-pro-3/themes/foundation/root-functions.php:854
1906
- msgid "search results for '%s'"
1907
- msgstr "Suchergebnisse für '%s'"
1908
-
1909
- #: wptouch-pro-3/themes/foundation/root-functions.php:856
1910
- msgid "%sCategories &rsaquo;%s %s"
1911
- msgstr "%sKategorien &rsaquo;%s %s"
1912
-
1913
- #: wptouch-pro-3/themes/foundation/root-functions.php:858
1914
- msgid "Tags &rsaquo; %s"
1915
- msgstr "Tags &rsaquo; %s"
1916
-
1917
- #: wptouch-pro-3/themes/foundation/root-functions.php:860
1918
- #: wptouch-pro-3/themes/foundation/root-functions.php:862
1919
- #: wptouch-pro-3/themes/foundation/root-functions.php:864
1920
- msgid "Archives &rsaquo; %s"
1921
- msgstr "Archive &rsaquo; %s"
1922
-
1923
- #: wptouch-pro-3/themes/foundation/root-functions.php:879
1924
- msgid "Load more from this category"
1925
- msgstr "Weitere in dieser Kategorie laden"
1926
-
1927
- #: wptouch-pro-3/themes/foundation/root-functions.php:881
1928
- msgid "Load more tagged like this"
1929
- msgstr "Weitere getaggte wie diese laden"
1930
-
1931
- #: wptouch-pro-3/themes/foundation/root-functions.php:883
1932
- msgid "Load more from this day"
1933
- msgstr "Weitere von diesem Tag laden"
1934
-
1935
- #: wptouch-pro-3/themes/foundation/root-functions.php:885
1936
- msgid "Load more from this month"
1937
- msgstr "Weitere von diesem Monat laden"
1938
-
1939
- #: wptouch-pro-3/themes/foundation/root-functions.php:887
1940
- msgid "Load more from this year"
1941
- msgstr "Weitere von diesem Jahr laden"
1942
-
1943
- #: wptouch-pro-3/themes/foundation/root-functions.php:889
1944
- msgid "Load more in this section"
1945
- msgstr "Weitere in diesem Abschnitt laden"
1946
-
1947
- #: wptouch-pro-3/themes/foundation/root-functions.php:891
1948
- msgid "Load more entries"
1949
- msgstr "Weitere Einträge laden"
1950
-
1951
- #: wptouch-pro-3/themes/foundation/root-functions.php:973
1952
- msgid "Post"
1953
- msgstr "Beitrag"
1954
-
1955
- #: wptouch-pro-3/themes/foundation/root-functions.php:975
1956
- msgid "Page"
1957
- msgstr "Seite"
1958
-
1959
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:63
1960
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:225
1961
- msgid "Purge Page Cache"
1962
- msgstr "Seiten-Cache leeren"
1963
-
1964
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:123
1965
- msgid "Enable Infinity Cache"
1966
- msgstr "Unbegrenzten Zwischenspeicher aktivieren"
1967
-
1968
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:131
1969
- msgid "Create cache for desktop users"
1970
- msgstr "Zwischenspeicher für Desktop-Benutzer erstellen"
1971
-
1972
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:132
1973
- msgid "If you are using another cache plugin such as W3, you can disable this."
1974
- msgstr "Wenn du ein anderes Zwischenspeicher-Plugin wie z.B. W3 nutzt, kannst du dieses deaktivieren."
1975
-
1976
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:153
1977
- msgid "Compress output using GZIP"
1978
- msgstr "Ausgabe mit GZIP komprimieren"
1979
-
1980
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:163
1981
- msgid "Maximum age of cached content"
1982
- msgstr "Maximales Alter vom zwischengespeicherten Inhalt"
1983
-
1984
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:164
1985
- msgid "Each cached page will automatically be regenerated after this period elapses"
1986
- msgstr "Jede zwischengespeicherte Seite wird automatisch neu generiert, nachdem dieser Zeitraum abläuft"
1987
-
1988
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:168
1989
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:169
1990
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:170
1991
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:171
1992
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:172
1993
- msgid "%d hour"
1994
- msgid_plural "%d hours"
1995
- msgstr[0] "%d Stunde"
1996
- msgstr[1] "%d Stunden"
1997
-
1998
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:179
1999
- msgid "Remove stale cache file interval"
2000
- msgstr "Verbrauchtes Zwischenspeicher-Dateiintervall entfernen"
2001
-
2002
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:184
2003
- msgid "Hourly"
2004
- msgstr "Stündlich"
2005
-
2006
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:185
2007
- msgid "Daily"
2008
- msgstr "Täglich"
2009
-
2010
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:192
2011
- msgid "Disable caching for any of these matched URL fragments"
2012
- msgstr "Zwischenspeicherung für jedes dieser übereinstimmenden URL-Fragmente deaktivieren"
2013
-
2014
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:193
2015
- msgid "Add one URL fragment per line, i.e. %s, to not cache pages that contain each URL fragment"
2016
- msgstr "Ein URL-Fragment pro Zeile hinzufügen, z.B. %s, um keine Seiten zwischenzuspeichern, die jedes URL-Fragment enthält"
2017
-
2018
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:201
2019
- msgid "Content Distribution Network Service"
2020
- msgstr "Content Distribution Network Service"
2021
-
2022
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:202
2023
- msgid "Using a content distribution network (CDN) can significantly enhance the responsiveness of your website."
2024
- msgstr "Die Verwendung eines Content Distribution Network (CDN) kann die Ansprechempfindlichkeit deiner Website beachtlich erhöhen."
2025
-
2026
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:215
2027
- msgid "URL %d"
2028
- msgstr "URL %d"
2029
-
2030
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:216
2031
- msgid "Add the URLs you have configured for your CDN, for example http://cdn%d.mysite.com"
2032
- msgstr "Füge die URLs hinzu, die du für dein CDN konfiguriert hast, z.B. http://cdn%d.mysite.com"
2033
-
2034
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:233
2035
- msgid "Infinity Cache"
2036
- msgstr "Unbegrenzter Zwischenspeicher"
2037
-
2038
- #: wptouch-pro-3-extras/extensions/mobile-content/mobile-content.php:20
2039
- msgid "WPtouch Alternate Mobile Content"
2040
- msgstr "WPtouch alternative mobile Inhalte"
2041
-
2042
- #: wptouch-pro-3-extras/extensions/mobile-content/mobile-content.php:38
2043
- msgid "Mobile Content"
2044
- msgstr "Mobile Inhalte"
2045
-
2046
- #: wptouch-pro-3-extras/extensions/mobile-content/mobile-content.php:44
2047
- msgid "Enable mobile content display"
2048
- msgstr "Ansicht der mobilen Inhalte aktivieren"
2049
-
2050
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:92
2051
- msgid "Responsive Images"
2052
- msgstr "Ansprechende Bilder"
2053
-
2054
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:98
2055
- msgid "Include desktop optimizations for mobile devices"
2056
- msgstr "Desktop-Optimierungen für Mobilgeräte einschließen"
2057
-
2058
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:99
2059
- msgid "Normally only images on mobile are optimized"
2060
- msgstr "Normalerweise werden nur Bilder auf dem Handy optimiert"
2061
-
2062
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:106
2063
- msgid "Performance preference"
2064
- msgstr "Leistungseinstellungen"
2065
-
2066
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:111
2067
- msgid "Optimize for page speed"
2068
- msgstr "Für Seitengeschwindigkeit optimieren"
2069
-
2070
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:112
2071
- msgid "Optimize for quality"
2072
- msgstr "Für Qualität optimieren"
2073
-
2074
- #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:21
2075
- #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:24
2076
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:76
2077
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:84
2078
- #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:24
2079
- msgid "Search this website"
2080
- msgstr "Suche nach dieser Website"
2081
-
2082
- #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:22
2083
- #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:14
2084
- #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:25
2085
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:46
2086
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:78
2087
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:42
2088
- #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:14
2089
- #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:25
2090
- msgid "Search"
2091
- msgstr "Suchen"
2092
-
2093
- #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:40
2094
- #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:42
2095
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:53
2096
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:51
2097
- #: wptouch-pro-3-extras/themes/simple/default/header-bottom.php:24
2098
- msgid "Logout"
2099
- msgstr "Abmelden"
2100
-
2101
- #: wptouch-pro-3-extras/themes/bauhaus/default/post-loop.php:19
2102
- #: wptouch-pro-3-extras/themes/bio/default/post-loop.php:19
2103
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:24
2104
- msgid "by"
2105
- msgstr "von"
2106
-
2107
- #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:14
2108
- msgid "Show %s Results"
2109
- msgstr "%s Ergebnisse anzeigen"
2110
-
2111
- #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:38
2112
- msgid "No results found"
2113
- msgstr "Keine Ergebnisse gefunden"
2114
-
2115
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:25
2116
- msgid "no comments"
2117
- msgstr "Keine Kommentare"
2118
-
2119
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:25
2120
- msgid "1 comment"
2121
- msgstr "1 Kommentar"
2122
-
2123
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:25
2124
- msgid "% comments"
2125
- msgstr "% Kommentare"
2126
-
2127
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:44
2128
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:35
2129
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:61
2130
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:39
2131
- msgid "Categories"
2132
- msgstr "Kategorien"
2133
-
2134
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:47
2135
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:39
2136
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:68
2137
- msgid "Tags"
2138
- msgstr "Tags"
2139
-
2140
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:118
2141
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:97
2142
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:72
2143
- msgid "Header Menu"
2144
- msgstr "Kopfzeilen-Menü"
2145
-
2146
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:120
2147
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:89
2148
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:99
2149
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:116
2150
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:125
2151
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:74
2152
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:77
2153
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:60
2154
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:71
2155
- msgid "Choose a menu"
2156
- msgstr "Ein Menü wählen"
2157
-
2158
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:121
2159
- msgid "Main menu selection"
2160
- msgstr "Hauptmenü-Auswahl"
2161
-
2162
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:128
2163
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:97
2164
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:107
2165
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:132
2166
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:85
2167
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:79
2168
- msgid "Theme background"
2169
- msgstr "Thema-Hintergrund"
2170
-
2171
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:129
2172
- msgid "Header & Menu"
2173
- msgstr "Kopfzeile & Menü"
2174
-
2175
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:130
2176
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:98
2177
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:108
2178
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:133
2179
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:84
2180
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:86
2181
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:80
2182
- msgid "Links"
2183
- msgstr "Links"
2184
-
2185
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:131
2186
- msgid "Post/Page Headers"
2187
- msgstr "Beitrags-/Seitenüberschriften"
2188
-
2189
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:232
2190
- msgid "Theme Shapes"
2191
- msgstr "Thema-Formen"
2192
-
2193
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:238
2194
- msgid "Theme shape style"
2195
- msgstr "Thema-Formenstil"
2196
-
2197
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:239
2198
- msgid "Bauhaus will use this shape style throughout its appearance"
2199
- msgstr "Bauhaus wird diesen Formstil den gesamten Auftritt über verwenden"
2200
-
2201
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:243
2202
- msgid "Circles"
2203
- msgstr "Kreise"
2204
-
2205
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:245
2206
- msgid "Rounded squares"
2207
- msgstr "Abgerundete Quadrate"
2208
-
2209
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:264
2210
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:131
2211
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:238
2212
- msgid "Post thumbnails"
2213
- msgstr "Beitrags-Miniaturbilder"
2214
-
2215
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:269
2216
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:136
2217
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:243
2218
- msgid "No thumbnails"
2219
- msgstr "Keine Miniaturbilder"
2220
-
2221
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:270
2222
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:137
2223
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:244
2224
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:230
2225
- msgid "Blog listing only"
2226
- msgstr "Nur Blog listing"
2227
-
2228
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:271
2229
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:138
2230
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:245
2231
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:231
2232
- msgid "Blog listing, single posts"
2233
- msgstr "Blog listing, Einzelbeiträge"
2234
-
2235
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:272
2236
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:139
2237
- msgid "Blog listing, single posts & pages"
2238
- msgstr "Blog-Auflistung, einzelne Beiträge & Seiten"
2239
-
2240
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:273
2241
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:140
2242
- msgid "All (blog, single, pages, search & archive)"
2243
- msgstr "Alle (Blog, Einzelne, Seiten, Suche & Archiv)"
2244
-
2245
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:281
2246
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:148
2247
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:254
2248
- msgid "Thumbnail Selection"
2249
- msgstr "Miniaturbild-Auswahl"
2250
-
2251
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:286
2252
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:153
2253
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:259
2254
- msgid "Post featured image"
2255
- msgstr "Enthaltenes Bild einstellen"
2256
-
2257
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:287
2258
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:154
2259
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:260
2260
- msgid "Post custom field"
2261
- msgstr "Benutzerdef. Feld einstellen"
2262
-
2263
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:295
2264
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:162
2265
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:268
2266
- msgid "Thumbnail custom field name"
2267
- msgstr "Miniaturbild benutzerdef. Feldname"
2268
-
2269
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:306
2270
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:301
2271
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:262
2272
- msgid "Show post categories and tags"
2273
- msgstr "Beitragskategorien und Tags anzeigen"
2274
-
2275
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:317
2276
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:173
2277
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:279
2278
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:240
2279
- msgid "Show post date"
2280
- msgstr "Beitragsdatum anzeigen"
2281
-
2282
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:328
2283
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:184
2284
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:290
2285
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:251
2286
- msgid "Show post author"
2287
- msgstr "Autor des Beitrags anzeigen"
2288
-
2289
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:339
2290
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:195
2291
- msgid "Show search in header"
2292
- msgstr "Suche in Kopfzeile anzeigen"
2293
-
2294
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:340
2295
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:196
2296
- msgid "Adds Search capability in the site header."
2297
- msgstr "Fügt die Suchfunktion in der Kopfzeile der Website hinzu."
2298
-
2299
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:350
2300
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:206
2301
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:312
2302
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:285
2303
- msgid "Use infinite scrolling for blog"
2304
- msgstr "Verwende unendliches Scrollen für den Blog"
2305
-
2306
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:367
2307
- msgid "Show featured slider on front page"
2308
- msgstr "Enthaltenen Schieber auf Titelseite anzeigen"
2309
-
2310
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:87
2311
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:75
2312
- msgid "Primary Menu"
2313
- msgstr "Hauptmenü"
2314
-
2315
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:90
2316
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:78
2317
- msgid "Menus are awesome!"
2318
- msgstr "Menüs sind wunderbar!"
2319
-
2320
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:43
2321
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:88
2322
- msgid "Tweets"
2323
- msgstr "Tweets"
2324
-
2325
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:92
2326
- msgid "Follow %s on Twitter"
2327
- msgstr "Folge %s auf Twitter"
2328
-
2329
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:56
2330
- msgid "Read This Post"
2331
- msgstr "Diesen Beitrag lesen"
2332
-
2333
- #: wptouch-pro-3-extras/themes/classic-redux/default/single.php:16
2334
- msgid "%s at %s"
2335
- msgstr "%s um %s"
2336
-
2337
- #: wptouch-pro-3-extras/themes/classic-redux/default/single.php:18
2338
- #: wptouch-pro-3-extras/themes/hammock/default/single.php:21
2339
- msgid "Written by %s"
2340
- msgstr "Geschrieben von %s"
2341
-
2342
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:6
2343
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:357
2344
- msgid "Tablets"
2345
- msgstr "Tablets"
2346
-
2347
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:106
2348
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:131
2349
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:78
2350
- msgid "Header background"
2351
- msgstr "Kopfzeilen-Hintergrund"
2352
-
2353
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:246
2354
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:232
2355
- msgid "All (blog, single, search and archive)"
2356
- msgstr "Alle (Blog, Einzel, Suche und Archiv)"
2357
-
2358
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:323
2359
- msgid "Use rounded corners"
2360
- msgstr "Abgerundete Ecken verwenden"
2361
-
2362
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:341
2363
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:302
2364
- msgid "Show page title areas on pages"
2365
- msgstr "Seitentitel-Bereiche auf Seiten anzeigen"
2366
-
2367
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:363
2368
- msgid "Add tablet support"
2369
- msgstr "Tablet-Support hinzufügen"
2370
-
2371
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:375
2372
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:335
2373
- msgid "Header Menu Area"
2374
- msgstr "Kopfzeilen-Menü-Bereich"
2375
-
2376
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:381
2377
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:341
2378
- msgid "Drop-down button says \"Menu\""
2379
- msgstr "Dropdown-Button sagt \"Menü\""
2380
-
2381
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:389
2382
- msgid "Show tab bar"
2383
- msgstr "Registerleiste anzeigen"
2384
-
2385
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:397
2386
- msgid "Tab-bar shows categories or tags"
2387
- msgstr "Registerleiste zeigt Kategorien oder Tags"
2388
-
2389
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:402
2390
- msgid "Categories and tags"
2391
- msgstr "Kategorien und Tags"
2392
-
2393
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:403
2394
- msgid "Categories only"
2395
- msgstr "Nur Kategorien"
2396
-
2397
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:404
2398
- msgid "Tags only"
2399
- msgstr "Nur Tags"
2400
-
2401
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:405
2402
- msgid "No categories or tags"
2403
- msgstr "Keine Kategorien oder Tags"
2404
-
2405
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:411
2406
- msgid "Max categories / tags"
2407
- msgstr "Max. Kategorien / Tags"
2408
-
2409
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:429
2410
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:242
2411
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:275
2412
- msgid "CSS Effects"
2413
- msgstr "CSS-Effekte"
2414
-
2415
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:435
2416
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:248
2417
- msgid "Add a noise effect to the header and theme background"
2418
- msgstr "Einen Rauscheffekt zur Kopfzeile und zum Thema-Hintergrund hinzufügen"
2419
-
2420
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:436
2421
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:249
2422
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:282
2423
- msgid "Will apply the effect overtop of any background image you upload."
2424
- msgstr "Wird den Effekt auf jedes Hintergrundbild anwenden, das du hochlädst."
2425
-
2426
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:14
2427
- msgid "menu"
2428
- msgstr "Menü"
2429
-
2430
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:21
2431
- msgid "login"
2432
- msgstr "Anmelden"
2433
-
2434
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:25
2435
- msgid "logout"
2436
- msgstr "Abmelden"
2437
-
2438
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:38
2439
- #: wptouch-pro-3-extras/themes/simple/default/footer-top.php:3
2440
- msgid "search this website"
2441
- msgstr "suche nach dieser Website"
2442
-
2443
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:39
2444
- #: wptouch-pro-3-extras/themes/simple/default/footer-top.php:5
2445
- msgid "search"
2446
- msgstr "suchen"
2447
-
2448
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:49
2449
- msgid "Alt Menu"
2450
- msgstr "Alt. Menü"
2451
-
2452
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:114
2453
- msgid "Main Menu"
2454
- msgstr "Hauptmenü"
2455
-
2456
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:123
2457
- msgid "Alternate Menu"
2458
- msgstr "Alternativ-Menü"
2459
-
2460
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:171
2461
- msgid "Show titles on pages"
2462
- msgstr "Titel auf Seiten anzeigen"
2463
-
2464
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:186
2465
- msgid "Category Slider"
2466
- msgstr "Kategorie-Schieber"
2467
-
2468
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:192
2469
- msgid "Enable category slider"
2470
- msgstr "Kategorie-Schieber aktivieren"
2471
-
2472
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:205
2473
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:256
2474
- msgid "Tiled Background Image"
2475
- msgstr "Gekacheltes Hintergrundbild"
2476
-
2477
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:211
2478
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:262
2479
- msgid "(Scaled for retina displays)"
2480
- msgstr "(Für Retina-Displays skaliert)"
2481
-
2482
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:223
2483
- msgid "Alternate Menu Title"
2484
- msgstr "Alternativ-Menütitel"
2485
-
2486
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:229
2487
- msgid "Alternate menu title (if used)"
2488
- msgstr "Alternativ-Menütitel (falls vorhanden)"
2489
-
2490
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:230
2491
- msgid "If you use a second menu in CMS, this text will be used for the drop-down button title."
2492
- msgstr "Wenn du ein zweites Menü in CMS verwendest, dann wird dieser Text für den Dropdown-Buttontitel verwendet."
2493
-
2494
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:260
2495
- msgid "Static Front Page"
2496
- msgstr "Statische Titelseite"
2497
-
2498
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:266
2499
- msgid "Static front page alternate content"
2500
- msgstr "Statische Titelseite Alternativ-Inhalt"
2501
-
2502
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:267
2503
- msgid "Shows after the featured slider (if enabled), and replaces your Static Front Page content. HTML allowed."
2504
- msgstr "Wird nach dem enthaltenen Schiebers angezeigt (falls aktiviert) und ersetzt den Inhalt deiner Statischen Titelseite. HTML erlaubt."
2505
-
2506
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:34
2507
- msgid "Recent"
2508
- msgstr "Neueste"
2509
-
2510
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:44
2511
- msgid "Size"
2512
- msgstr "Größe"
2513
-
2514
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:86
2515
- msgid "Go"
2516
- msgstr "Los"
2517
-
2518
- #: wptouch-pro-3-extras/themes/hammock/default/page-content.php:24
2519
- #: wptouch-pro-3-extras/themes/hammock/default/single.php:48
2520
- msgid "Comment on this post"
2521
- msgstr "Diesen Beitrag kommentieren"
2522
-
2523
- #: wptouch-pro-3-extras/themes/hammock/default/page-content.php:26
2524
- #: wptouch-pro-3-extras/themes/hammock/default/single.php:50
2525
- msgid "View Discussion"
2526
- msgstr "Unterhaltung anzeigen"
2527
-
2528
- #: wptouch-pro-3-extras/themes/hammock/default/single.php:25
2529
- msgid "%s"
2530
- msgstr "%s"
2531
-
2532
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:81
2533
- msgid "Site name"
2534
- msgstr "Site-Name"
2535
-
2536
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:83
2537
- msgid "Content background"
2538
- msgstr "Inhaltshintergrund"
2539
-
2540
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:224
2541
- msgid "Display featured image"
2542
- msgstr "Vorhandenes Bild anzeigen"
2543
-
2544
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:229
2545
- msgid "Do not display featured image"
2546
- msgstr "Vorhandenes Bild nicht anzeigen"
2547
-
2548
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:274
2549
- msgid "Show post excerpts in listings"
2550
- msgstr "Beitragsauszüge in Auflistungen anzeigen"
2551
-
2552
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:350
2553
- msgid "Show category list in menu"
2554
- msgstr "Kategorieliste im Menü anzeigen"
2555
-
2556
- #: wptouch-pro-3-extras/themes/simple/default/front-page.php:14
2557
- msgid "Call Us"
2558
- msgstr "Ruf uns an"
2559
-
2560
- #: wptouch-pro-3-extras/themes/simple/default/front-page.php:20
2561
- msgid "Our Location"
2562
- msgstr "Unser Standort"
2563
-
2564
- #: wptouch-pro-3-extras/themes/simple/default/header-bottom.php:15
2565
- msgid "Toggle Menu"
2566
- msgstr "Menü umschalten"
2567
-
2568
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:58
2569
- msgid "Site Menu (Pulldown)"
2570
- msgstr "Website-Menü (Ziehmenü)"
2571
-
2572
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:61
2573
- msgid "Pull-down menu at top of pages"
2574
- msgstr "Dropdown-Menü am Seitenanfang"
2575
-
2576
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:69
2577
- msgid "Front Page Menu"
2578
- msgstr "Titelseiten-Menü"
2579
-
2580
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:72
2581
- msgid "Displayed below front page menu and content"
2582
- msgstr "Unter Titelseiten-Menü und Inhalt angezeigt"
2583
-
2584
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:185
2585
- msgid "Enable search on blog pages"
2586
- msgstr "Aktivierte Suche auf Blog-Seiten"
2587
-
2588
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:199
2589
- msgid "Homepage Call Us"
2590
- msgstr "Startseite Ruf uns an"
2591
-
2592
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:205
2593
- msgid "Phone number"
2594
- msgstr "Telefonnummer"
2595
-
2596
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:206
2597
- msgid "Enter a phone number and a homepage menu item for 'call us' will be shown."
2598
- msgstr "Gib eine Telefonnummer an und ein Startseiten-Menüpunkt für 'Ruf uns an' wird angezeigt werden."
2599
-
2600
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:218
2601
- msgid "Homepage Location"
2602
- msgstr "Startseiten-Standort"
2603
-
2604
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:224
2605
- msgid "Map address"
2606
- msgstr "Map-Adresse"
2607
-
2608
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:225
2609
- msgid "Enter an address and a homepage menu item for 'Our Location' will be shown."
2610
- msgstr "Gib eine Adresse ein und ein Startseiten-Menüelement für 'Unser Standort' wird angezeigt werden."
2611
-
2612
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:237
2613
- msgid "Front Page Content"
2614
- msgstr "Titelseiten-Inhalt"
2615
-
2616
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:243
2617
- msgid "Front page alternate content"
2618
- msgstr "Titelseite Alternativ-Inhalt"
2619
-
2620
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:244
2621
- msgid "Shows above the front page menu (if enabled), HTML allowed."
2622
- msgstr "Zeigt oben das Titelseiten-Menü (falls aktiviert), HTML erlaubt."
2623
-
2624
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:281
2625
- msgid "Add a light noise effect to the drop-down menu and theme background"
2626
- msgstr "Füge einen leichten Rauscheffekt zum Dropdown-Menü und dem Thema-Hintergrund hinzu."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/wptouch-pro-el.mo CHANGED
Binary file
lang/wptouch-pro-el.pot DELETED
@@ -1,2626 +0,0 @@
1
- # Copyright (C) 2013
2
- # This file is distributed under the same license as the package.
3
- msgid ""
4
- msgstr "Project-Id-Version: \nReport-Msgid-Bugs-To: http://wordpress.org/tag/combined\nPOT-Creation-Date: 2013-11-26 12:08:18+00:00\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPO-Revision-Date: 2013-MO-DA HO:MI+ZONE\nLast-Translator: FULL NAME <EMAIL@ADDRESS>\nLanguage-Team: LANGUAGE <LL@li.org>\n"
5
-
6
- #: wptouch-pro-3/admin/html/help.php:1
7
- msgid "WPtouch Pro Help & Account Links"
8
- msgstr "Σύνδεσμοι Βοήθειας WPtouch Pro Help & Λογαριασμού"
9
-
10
- #: wptouch-pro-3/admin/html/help.php:3
11
- msgid "Support Forums"
12
- msgstr "Φόρουμ υποστήριξης"
13
-
14
- #: wptouch-pro-3/admin/html/help.php:4
15
- msgid "Documentation"
16
- msgstr "Τεκμηρίωση"
17
-
18
- #: wptouch-pro-3/admin/html/help.php:5
19
- msgid "Account & Downloads"
20
- msgstr "Λογαριασμός & Λήψεις"
21
-
22
- #: wptouch-pro-3/admin/html/help.php:6
23
- msgid "BraveNewCode on Twitter"
24
- msgstr "BraveNewCode στο Twitter"
25
-
26
- #: wptouch-pro-3/admin/html/help.php:7
27
- msgid "Plugin Licensing Terms"
28
- msgstr "Όροι αδειοδότησης χρήσης προσθηκών"
29
-
30
- #: wptouch-pro-3/admin/html/notification-center.php:5
31
- msgid "Notifications"
32
- msgstr "Ειδοποιήσεις"
33
-
34
- #: wptouch-pro-3/admin/html/notification-content.php:20
35
- msgid "No notifications"
36
- msgstr "Καμία ειδοποίηση"
37
-
38
- #: wptouch-pro-3/admin/html/plugin-area.php:7
39
- msgid "This copy of WPtouch Pro is unlicensed! Please %sactivate your license%s, or %spurchase a license%s to enable automatic updates and full product support from us!"
40
- msgstr "Αυτό το αντίγραφο του WPtouch Pro δεν έχει άδεια χρήσης! Παρακαλούμε %sενεργοποιήστε την άδειά σας%s ή %sαγοράστε μια άδεια χρήσης%s για να ενεργοποιήσετε τις αυτόματες ενημερώσεις και πλήρη υποστήριξη προϊόντος εκ μέρους μας!"
41
-
42
- #: wptouch-pro-3/admin/html/plugin-area.php:9
43
- msgid "This copy of WPtouch Pro is unlicensed! Please contact the site administrator regarding product licensing."
44
- msgstr "Αυτό το αντίγραφο του WPtouch Pro δεν έχει άδεια χρήσης! Παρακαλούμε επικοινωνήστε με τον διαχειριστή του ιστότοπου για θέματα αδειοδότησης χρήσης του προϊόντος."
45
-
46
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:9
47
- msgid "License Details"
48
- msgstr "Λεπτομέρειες άδειας χρήσης"
49
-
50
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:11
51
- msgid "Note"
52
- msgstr "Σημείωση"
53
-
54
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:12
55
- msgid "Once you activate, this page will be hidden."
56
- msgstr "Μετά την ενεργοποίηση, αυτή η σελίδα θα κρυφτεί."
57
-
58
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:15
59
- msgid "It will only reappear if you reset your WPtouch Pro settings."
60
- msgstr "Θα εμφανιστεί ξανά μόνο αν επαναφέρετε τις ρυθμίσεις σας στο WPtouch Pro."
61
-
62
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:18
63
- msgid "Account E-Mail Address"
64
- msgstr "Διεύθυνση λογαριασμού E-Mail"
65
-
66
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:20
67
- msgid "Product License Key"
68
- msgstr "Κλειδί άδειας χρήσης προϊόντος"
69
-
70
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:23
71
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:14
72
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:71
73
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:109
74
- msgid "Activate"
75
- msgstr "Ενεργοποίηση"
76
-
77
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:33
78
- msgid "Success."
79
- msgstr "Επιτυχία."
80
-
81
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:34
82
- msgid "Activation Complete. Enjoy WPtouch Pro!"
83
- msgstr "Η ενεργοποίηση ολοκληρώθηκε. Απολαύστε το WPtouch Pro!"
84
-
85
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:38
86
- msgid "E-mail address or license key rejected"
87
- msgstr "Απορρίφθηκε η διεύθυνση e-mail ή το κλειδί άδειας χρήσης"
88
-
89
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:39
90
- msgid "The bravenewcode.com server rejected your E-Mail address and/or License Key. Please check they are correct and try again."
91
- msgstr "Ο διακομιστής bravenewcode.com απέρριψε τη διεύθυνση E-Mail σας και/ή το Κλειδί άδειας χρήσης. Βεβαιωθείτε ότι είναι σωστά και προσπαθήστε ξανά."
92
-
93
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:43
94
- msgid "No licenses remaining."
95
- msgstr "Δεν απομένουν άδειες χρήσης."
96
-
97
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:44
98
- msgid "You have used all your activations. What do you want to do?"
99
- msgstr "Έχετε χρησιμοποιήσει όλες τις ενεργοποιήσεις σας. Τι θέλετε να κάνετε;"
100
-
101
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:45
102
- msgid "Upgrade My License"
103
- msgstr "Αναβάθμιση άδειας χρήσης"
104
-
105
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:46
106
- msgid "Contact support for assistance"
107
- msgstr "Επικοινωνήστε με την υποστήριξη για βοήθεια"
108
-
109
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:50
110
- msgid "The server is unavailable."
111
- msgstr "Ο διακομιστής δεν είναι διαθέσιμος."
112
-
113
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:51
114
- msgid "The bravenewcode.com server currently cannot authorize your License."
115
- msgstr "Ο διακομιστής bravenewcode.com προς το παρόν δεν μπορεί να εξουσιοδοτήσει την Άδεια χρήσης σας."
116
-
117
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:52
118
- msgid "Please %scontact us%s and let us know about it."
119
- msgstr "%scontact us%s και ενημερώστε μας."
120
-
121
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:3
122
- #: wptouch-pro-3/themes/foundation/root-functions.php:10
123
- msgid "General"
124
- msgstr "Γενικά"
125
-
126
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:4
127
- msgid "Compatibility"
128
- msgstr "Συμβατότητα"
129
-
130
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:10
131
- msgid "Auto-detect"
132
- msgstr "Αυτόματος εντοπισμός"
133
-
134
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:45
135
- msgid "Site Title & Byline"
136
- msgstr "Τίτλος & Γραμμή δημιουργίας ιστότοπου"
137
-
138
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:51
139
- msgid "WPtouch Pro site title"
140
- msgstr "Τίτλος ιστότοπου WPtouch Pro"
141
-
142
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:52
143
- msgid "If the title of your site is long, you can shorten it for display within WPtouch Pro themes."
144
- msgstr "Αν ο τίτλος του ιστότοπού σας είναι μεγάλος, μπορείτε να τον συντομεύσετε για προβολή εντός των θεμάτων WPtouch Pro."
145
-
146
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:59
147
- msgid "Display %sPowered by WPtouch Pro%s in footer"
148
- msgstr "Προβολή %sΠαρέχεται από το WPtouch Pro%s στο υποσέλιδο"
149
-
150
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:71
151
- msgid "Regionalization"
152
- msgstr "Τοπική προσαρμογή"
153
-
154
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:77
155
- msgid "Language"
156
- msgstr "Γλώσσα"
157
-
158
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:78
159
- msgid "The WPtouch Pro admin panel &amp; supported themes will be shown in this locale."
160
- msgstr "Σε αυτήν την εντοπιότητα θα εμφανίζονται ο πίνακας διαχείρισης WPtouch Pro &amp; τα θέματα που υποστηρίζονται."
161
-
162
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:86
163
- msgid "Translate administration panel text"
164
- msgstr "Μετάφραση κειμένου πίνακα διαχείρισης"
165
-
166
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:97
167
- msgid "Display Mode"
168
- msgstr "Λειτουργία προβολής"
169
-
170
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:103
171
- msgid "Theme Display"
172
- msgstr "Προβολή θέματος"
173
-
174
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:108
175
- msgid "Normal (active for all mobile visitors)"
176
- msgstr "Κανονική (ενεργή για όλους τους επισκέπτες με κινητή συσκευή)"
177
-
178
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:109
179
- msgid "Preview (active only for logged-in site administrators)"
180
- msgstr "Προεπισκόπηση (ενεργή μόνο για συνδεδεμένους διαχειριστές ιστότοπου)"
181
-
182
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:110
183
- msgid "Disabled (mobile theme will never show)"
184
- msgstr "Απενεργοποιημένη (το θέμα για κινητές συσκευές δεν θα φαίνεται ποτέ)"
185
-
186
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:119
187
- msgid "Landing Page"
188
- msgstr "Σελίδα προορισμού"
189
-
190
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:125
191
- msgid "WPtouch Pro landing page"
192
- msgstr "Σελίδα προορισμού WPtouch Pro"
193
-
194
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:130
195
- msgid "Default (same as WordPress)"
196
- msgstr "Προεπιλεγμένη (ίδια με το WordPress)"
197
-
198
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:131
199
- msgid "Select from WordPress pages"
200
- msgstr "Επιλέγετε μεταξύ σελίδων WordPress"
201
-
202
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:139
203
- msgid "Custom Slug or URL"
204
- msgstr "Προσαρμοσμένο σύντομο όνομα ή URL"
205
-
206
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:140
207
- msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
208
- msgstr "Δώστε ένα σύντομο όνομα (π.χ. \"/σπίτι\") ή μια πλήρη διαδρομή URL"
209
-
210
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:150
211
- msgid "Desktop / Mobile Switching"
212
- msgstr "Εναλλαγή Υπολογιστή / Κινητής συσκευής"
213
-
214
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:156
215
- msgid "1st time visitors see desktop theme"
216
- msgstr "Νέοι επισκέπτες βλέπουν το θέμα για υπολογιστές"
217
-
218
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:157
219
- msgid "Your regular theme will be shown to 1st time mobile visitors."
220
- msgstr "Νέοι επισκέπτες με κινητή συσκευή θα βλέπουν το κανονικό θέμα"
221
-
222
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:164
223
- msgid "Show switch link in mobile view"
224
- msgstr "Να εμφανίζεται ο σύνδεσμος εναλλαγής στην προβολή κινητών συσκευών"
225
-
226
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:165
227
- 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."
228
- msgstr "Εμφανίζονται κουμπιά εναλλαγής στο υποσέλιδο του θέματος που επιτρέπουν στους χρήστες να μεταβαίνουν στο θέμα για υπολογιστές. Δεν εμφανίζονται στη Λειτουργία Εφαρμογής Web."
229
-
230
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:172
231
- msgid "Choose the target for the mobile switch link"
232
- msgstr "Επιλέξτε στόχο για τον σύνδεσμο εναλλαγής κινητής συσκευής"
233
-
234
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:177
235
- msgid "Current page"
236
- msgstr "Τρέχουσα σελίδα"
237
-
238
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:178
239
- msgid "Home page"
240
- msgstr "Αρχική σελίδα"
241
-
242
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:184
243
- msgid "Desktop theme switch buttons"
244
- msgstr "Κουμπιά εναλλαγής σε θέμα για υπολογιστές"
245
-
246
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:185
247
- 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."
248
- msgstr "Επιτρέπει στους επισκέπτες να μεταβαίνουν από το θέμα για υπολογιστές στο θέμα για κινητές συσκευές. Μπορείτε επίσης να προσαρμόσετε τη θέση των κουμπιών Εναλλαγής, τοποθετώντας την πρότυπη ετικέτα wptouch_desktop_switch_link() σε διαφορετικό σημείο του θέματος για υπολογιστές."
249
-
250
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:189
251
- msgid "Automatically inserted inline"
252
- msgstr "Αυτόματη ενσωματωμένη εισαγωγή"
253
-
254
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:190
255
- msgid "Automatically inserted with AJAX (better for caching)"
256
- msgstr "Αυτόματη εισαγωγή με AJAX (καλύτερη για προσωρινή αποθήκευση)"
257
-
258
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:191
259
- msgid "Template tag"
260
- msgstr "Πρότυπη ετικέτα"
261
-
262
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:200
263
- msgid "Custom Code"
264
- msgstr "Προσαρμοσμένος κώδικας"
265
-
266
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:206
267
- msgid "HTML, JavaScript, statistics or custom code"
268
- msgstr "HTML, JavaScript, στατιστικά ή προσαρμοσμένος κώδικας"
269
-
270
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:207
271
- msgid "Enter any custom code here to be output in the theme footer."
272
- msgstr "Εδώ πληκτρολογείτε προσαρμοσμένο κώδικα προς εξαγωγή στο προσαρμοσμένο υποσέλιδο."
273
-
274
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:217
275
- msgid "Custom Stylesheet"
276
- msgstr "Προσαρμοσμένο φύλλο στυλ"
277
-
278
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:223
279
- msgid "URL to a custom CSS file to load"
280
- msgstr "URL προσαρμοσμένου αρχείου CSS προς φόρτωση"
281
-
282
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:224
283
- msgid "Useful if you have specific compatibility CSS you need to add."
284
- msgstr "Χρήσιμη επιλογή αν θέλετε να προσθέσετε CSS συγκεκριμένης συμβατότητας"
285
-
286
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:234
287
- msgid "Shortcodes"
288
- msgstr "Σύντομοι κωδικοί"
289
-
290
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:240
291
- msgid "Remove these shortcodes when WPtouch Pro is active"
292
- msgstr "Αφαίρεση αυτών των σύντομων κωδικών όταν το WPtouch Pro είναι ενεργό"
293
-
294
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:241
295
- msgid "Enter a comma separated list of shortcodes to remove."
296
- msgstr "Δώστε μια λίστα σύντομων κωδίκων χωρισμένων με κόμμα προς αφαίρεση."
297
-
298
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:251
299
- msgid "Ignored URLs"
300
- msgstr "Διευθύνσεις URL προς παράκαμψη"
301
-
302
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:257
303
- msgid "Do not load WPtouch Pro on these URLs/Pages"
304
- msgstr "Να μην φορτώνεται το WPtouch Pro σε αυτές τις διευθύνσεις URL/Σελίδες"
305
-
306
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:258
307
- msgid "Each permalink URL fragment should be on its own line and relative, e.g. \"/about\" or \"/products/store\""
308
- msgstr "Κάθε τμήμα μόνιμο συνδέσμου URL θα πρέπει να βρίσκεται στη δική του γραμμή και σχετική ενότητα, π.χ. \"/πληροφορίες\" ή \"/προϊόντα/κατάστημα\""
309
-
310
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:268
311
- msgid "Desktop Theme"
312
- msgstr "Θέμα για υπολογιστές"
313
-
314
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:274
315
- msgid "Try to include desktop theme functions.php file"
316
- msgstr "Να γίνεται προσπάθεια συμπερίληψης του αρχείου desktop theme functions.php"
317
-
318
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:275
319
- msgid "This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active."
320
- msgstr "Αυτή η επιλογή ίσως είναι απαραίτητη για θέματα για υπολογιστές με μοναδικές λειτουργίες που δεν εμφανίζονται όταν το WPtouch Pro είναι ενεργό."
321
-
322
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:282
323
- msgid "Method to load file"
324
- msgstr "Μέθοδος φόρτωσης αρχείου"
325
-
326
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:287
327
- msgid "Include file directly"
328
- msgstr "Άμεση συμπερίληψη αρχείου"
329
-
330
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:288
331
- msgid "Translate and create new files"
332
- msgstr "Μεταφράστε και δημιουργήστε νέα αρχεία"
333
-
334
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:297
335
- msgid "Custom User-Agents"
336
- msgstr "Ειδικοί πράκτορες χρήστη"
337
-
338
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:303
339
- msgid "User-agents (line separated)"
340
- msgstr "Πράκτορες χρήστη (χωρίστε τους ανά γραμμή)"
341
-
342
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:304
343
- msgid "Adding additional user-agents will force WPtouch Pro to be active for matching browsers."
344
- msgstr "Η προσθήκη επιπλέον πρακτόρων χρήστη θα επιβάλει στο WPtouch Pro να είναι ενεργό για τα αντίστοιχα προγράμματα περιήγησης."
345
-
346
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:318
347
- msgid "Backup &amp; Import"
348
- msgstr "Αντίγραφα ασφαλείας &amp; Εισαγωγή"
349
-
350
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:324
351
- msgid "Automatically backup settings to the %s folder"
352
- msgstr "Αυτόματη δημιουργία αντιγράφων ασφαλείας των ρυθμίσεων στον φάκελο %s"
353
-
354
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:326
355
- msgid "WPtouch Pro backups your settings each time they are saved."
356
- msgstr "Το WPtouch Pro δημιουργεί αντίγραφα ασφάλειας των ρυθμίσεών σας κάθε φορά που αποθηκεύονται."
357
-
358
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:337
359
- msgid "Tools &amp; Debug"
360
- msgstr "Εργαλεία &amp; Εντοπισμός σφαλμάτων"
361
-
362
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:343
363
- msgid "Use jQuery 2.0 in themes (faster for mobile devices) instead of WordPress' version"
364
- msgstr "Να χρησιμοποιείται jQuery 2.0 στα θέματα (γρηγορότερο για κινητές συσκευές) αντί της έκδοσης του WordPress"
365
-
366
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:344
367
- msgid "jQuery 2.0 is significantly smaller and faster than previous jQuery versions - may cause problems with other plugins, use carefully."
368
- msgstr "Το jQuery 2.0 είναι αρκετά μικρότερο και γρηγορότερο σε σχέση με προηγούμενες εκδόσεις jQuery. Χρησιμοποιήστε το με προσοχή, γιατί ενδέχεται να δημιουργήσει προβλήματα με άλλες προσθήκες."
369
-
370
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:351
371
- msgid "Show load times and query counts in the footer"
372
- msgstr "Εμφάνιση χρόνου φόρτωσης και πλήθους ερωτημάτων στο υποσέλιδο"
373
-
374
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:352
375
- msgid "Helps you find slow pages/posts on your site."
376
- msgstr "Σας βοηθάει να βρίσκετε σελίδες/άρθρα που αργούν να φορτώσουν στον ιστότοπό σας."
377
-
378
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:359
379
- msgid "Enable debug log"
380
- msgstr "Ενεργοποίηση αρχείου εντοπισμού σφαλμάτων"
381
-
382
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:360
383
- msgid "Creates a debug file to help diagnose installation issues."
384
- msgstr "Δημιουργεί ένα αρχείο εντοπισμού σφαλμάτων που βοηθάει στη διάγνωση προβλημάτων εγκατάστασης."
385
-
386
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:371
387
- msgid "WordPress Plugins"
388
- msgstr "Προσθήκες WordPress"
389
-
390
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:384
391
- msgid "Admin Mode"
392
- msgstr "Λειτουργία διαχειριστή"
393
-
394
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:390
395
- msgid "Admin panel settings shown"
396
- msgstr "Εμφανίζονται οι ρυθμίσεις πίνακα διαχείρισης"
397
-
398
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:395
399
- msgid "Default"
400
- msgstr "Προεπιλογή"
401
-
402
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:396
403
- #: wptouch-pro-3/admin/settings/html/button.php:5
404
- #: wptouch-pro-3/admin/settings/html/checkbox.php:6
405
- #: wptouch-pro-3/admin/settings/html/custom-latest-posts.php:4
406
- #: wptouch-pro-3/admin/settings/html/list.php:16
407
- #: wptouch-pro-3/admin/settings/html/numeric.php:12
408
- #: wptouch-pro-3/admin/settings/html/radiolist.php:12
409
- #: wptouch-pro-3/admin/settings/html/text.php:8
410
- #: wptouch-pro-3/admin/settings/html/textarea.php:8
411
- msgid "Advanced"
412
- msgstr "Σύνθετη"
413
-
414
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:3
415
- msgid "Theme Menus"
416
- msgstr "Μενού θέματος"
417
-
418
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:4
419
- msgid "Menu Setup"
420
- msgstr "Διαμόρφωση μενού"
421
-
422
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:5
423
- msgid "Icon Upload & Sets"
424
- msgstr "Ανέβασμα & Σύνολα εικονιδίων"
425
-
426
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:22
427
- msgid "WordPress Pages"
428
- msgstr "Σελίδες WordPress"
429
-
430
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:28
431
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:6
432
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:180
433
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:59
434
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:206
435
- msgid "None"
436
- msgstr "Κανένας"
437
-
438
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:66
439
- msgid "Menu Options"
440
- msgstr "Επιλογές μενού"
441
-
442
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:72
443
- msgid "Enable parent items as links"
444
- msgstr "Ενεργοποίηση στοιχείων γονέα ως σύνδεσμοι"
445
-
446
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:73
447
- msgid "If disabled, parent menu items will only toggle child items."
448
- msgstr "Αν απενεργοποιηθεί, τα στοιχεία του μενού γονέα θα εμφανίζουν μόνο θυγατρικά στοιχεία."
449
-
450
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:80
451
- msgid "Use menu icons"
452
- msgstr "Χρήση εικονιδίων μενού"
453
-
454
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:104
455
- msgid "Icon Upload"
456
- msgstr "Αποστολή εικονιδίου"
457
-
458
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:117
459
- msgid "Uploaded Icons"
460
- msgstr "Ανεβασμένα εικονίδια"
461
-
462
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:130
463
- msgid "Icon Sets"
464
- msgstr "Σύνολα εικονιδίων"
465
-
466
- #: wptouch-pro-3/admin/pages/wptouch-admin-themes-and-addons.php:3
467
- msgid "Themes"
468
- msgstr "Θέματα"
469
-
470
- #: wptouch-pro-3/admin/pages/wptouch-admin-themes-and-addons.php:4
471
- msgid "Extensions"
472
- msgstr "Επεκτάσεις"
473
-
474
- #: wptouch-pro-3/admin/pages/wptouch-admin-touchboard.php:3
475
- #: wptouch-pro-3/core/admin-menu.php:34 wptouch-pro-3/core/admin-menu.php:38
476
- msgid "What's New"
477
- msgstr "Τι νέο υπάρχει"
478
-
479
- #: wptouch-pro-3/admin/settings/html/addon-browser-item.php:38
480
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:8
481
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:20
482
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:59
483
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:41
484
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:62
485
- msgid "by %s"
486
- msgstr "από %s"
487
-
488
- #: wptouch-pro-3/admin/settings/html/addon-browser-item.php:43
489
- msgid "This add-on is only available in WPtouch Pro"
490
- msgstr "Αυτή η προσθήκη είναι διαθέσιμη μόνο στο WPtouch Pro"
491
-
492
- #: wptouch-pro-3/admin/settings/html/backup.php:1
493
- msgid "Download Backup File"
494
- msgstr "Λήψη αρχείο αντιγράφου ασφαλείας"
495
-
496
- #: wptouch-pro-3/admin/settings/html/backup.php:2
497
- msgid "Restore Backup File"
498
- msgstr "Επαναφορά αρχείου αντίγραφου ασφαλείας"
499
-
500
- #: wptouch-pro-3/admin/settings/html/button.php:6
501
- #: wptouch-pro-3/admin/settings/html/checkbox.php:7
502
- #: wptouch-pro-3/admin/settings/html/custom-latest-posts.php:8
503
- #: wptouch-pro-3/admin/settings/html/list.php:20
504
- #: wptouch-pro-3/admin/settings/html/numeric.php:16
505
- #: wptouch-pro-3/admin/settings/html/radiolist.php:14
506
- #: wptouch-pro-3/admin/settings/html/text.php:9
507
- #: wptouch-pro-3/admin/settings/html/textarea.php:9
508
- msgid "New"
509
- msgstr "Νέα"
510
-
511
- #: wptouch-pro-3/admin/settings/html/color.php:6
512
- msgid "Undo"
513
- msgstr "Αναίρεση"
514
-
515
- #: wptouch-pro-3/admin/settings/html/color.php:7
516
- msgid "Desktop theme colors"
517
- msgstr "Χρώματα θέματος για υπολογιστές"
518
-
519
- #: wptouch-pro-3/admin/settings/html/color.php:7
520
- msgid "Palette"
521
- msgstr "Παλέτα"
522
-
523
- #: wptouch-pro-3/admin/settings/html/custom-latest-posts.php:1
524
- msgid "Custom latest posts page"
525
- msgstr "Προσαρμοσμένη σελίδα τελευταίων άρθρων"
526
-
527
- #: wptouch-pro-3/admin/settings/html/custom_icon_management.php:3
528
- msgid "No icons have been uploaded yet"
529
- msgstr "Δεν έχουν αποσταλεί ακόμα εικονίδια"
530
-
531
- #: wptouch-pro-3/admin/settings/html/custom_icon_management.php:12
532
- #: wptouch-pro-3/admin/settings/html/image-upload.php:13
533
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:18
534
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:115
535
- msgid "Delete"
536
- msgstr "Διαγραφή"
537
-
538
- #: wptouch-pro-3/admin/settings/html/custom_icon_upload.php:3
539
- msgid "Upload Icon"
540
- msgstr "Αποστολή εικονιδίου"
541
-
542
- #: wptouch-pro-3/admin/settings/html/custom_icon_upload.php:4
543
- #: wptouch-pro-3/admin/settings/html/image-upload.php:15
544
- msgid "Upload Complete!"
545
- msgstr "Αποστολή ολοκληρώθηκε!"
546
-
547
- #: wptouch-pro-3/admin/settings/html/custom_icon_upload.php:9
548
- msgid "Ready to upload"
549
- msgstr "Έτοιμο για αποστολή"
550
-
551
- #: wptouch-pro-3/admin/settings/html/debuginfo.php:12
552
- msgid "View Debug File"
553
- msgstr "Προβολή αρχείου εντοπισμού σφαλμάτων"
554
-
555
- #: wptouch-pro-3/admin/settings/html/debuginfo.php:16
556
- #: wptouch-pro-3/admin/settings/html/debuginfo.php:18
557
- msgid "Your Server Configuration"
558
- msgstr "Ρυθμίσεις του διακομιστή σας"
559
-
560
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:5
561
- msgid "Check All"
562
- msgstr "Έλεγχος όλων"
563
-
564
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:7
565
- msgid "Reset"
566
- msgstr "Επαναφορά"
567
-
568
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:9
569
- #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:13
570
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:21
571
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:32
572
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:112
573
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:23
574
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:36
575
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:82
576
- #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:13
577
- msgid "Menu"
578
- msgstr "Μενού"
579
-
580
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:19
581
- msgid "Active menus used in this theme."
582
- msgstr "Ενεργά μενού που χρησιμοποιούνται σε αυτό το θέμα."
583
-
584
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:23
585
- msgid "Show/Hide"
586
- msgstr "Εμφάνιση/Απόκρυψη"
587
-
588
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:24
589
- msgid "Menu Item"
590
- msgstr "Στοιχείο μενού"
591
-
592
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:44
593
- msgid "Icon Set"
594
- msgstr "Σύνολο εικονιδίων"
595
-
596
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:54
597
- msgid "Drag icons to associate them with menu items"
598
- msgstr "Μετακινήστε εικονίδια για να τα συσχετίσετε με στοιχεία του μενού"
599
-
600
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:79
601
- msgid "You don't have any custom icons yet."
602
- msgstr "Δεν έχετε ακόμα κανένα ειδικό εικονίδιο."
603
-
604
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:94
605
- msgid "Default Icon"
606
- msgstr "Προεπιλεγμένο εικονίδιο"
607
-
608
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:95
609
- msgid "applies to all unset icons"
610
- msgstr "ισχύει για όλα τα μη ορισμένα εικονίδια"
611
-
612
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:103
613
- msgid "Trash"
614
- msgstr "Κάδος"
615
-
616
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:104
617
- msgid "drag icon here to reset"
618
- msgstr "μεταφέρετε το εικονίδιο εδώ για επαναφορά"
619
-
620
- #: wptouch-pro-3/admin/settings/html/image-upload.php:11
621
- msgid "Upload"
622
- msgstr "Αποστολή"
623
-
624
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets.php:2
625
- msgid "Gathering information about available icon sets..."
626
- msgstr "Συλλέγονται πληροφορίες για τα διαθέσιμα σύνολα εικονιδίων..."
627
-
628
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets.php:4
629
- #: wptouch-pro-3/core/notifications.php:264
630
- msgid "The %s%s%s directory is not currently writable. %sPlease fix this issue to enable installation of additional icon sets."
631
- msgstr "Ο κατάλογος %s%s%s directory προς το παρόν δεν είναι εγγράψιμος. %sΠαρακαλούμε διορθώστε αυτό το πρόβλημα για να επιτραπεί η εγκατάσταση επιπλέον συνόλων εικονιδίων."
632
-
633
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:4
634
- #: wptouch-pro-3/core/class-wptouch-pro.php:1555
635
- #: wptouch-pro-3/core/class-wptouch-pro.php:1556
636
- #: wptouch-pro-3/core/config.php:54
637
- msgid "Custom Icons"
638
- msgstr "Ειδικά εικονίδια"
639
-
640
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:9
641
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:22
642
- msgid "Installed"
643
- msgstr "Εγκατεστημένο"
644
-
645
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:21
646
- msgid "Installing..."
647
- msgstr "Εγκατάσταση..."
648
-
649
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:21
650
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:66
651
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:96
652
- msgid "Install"
653
- msgstr "Εγκατάσταση"
654
-
655
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:23
656
- msgid "Unable to Install"
657
- msgstr "Αδύνατη η εγκατάσταση"
658
-
659
- #: wptouch-pro-3/admin/settings/html/plugin-compat-ajax.php:11
660
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:64
661
- msgid "Enable %s"
662
- msgstr "Ενεργοποίηση %s"
663
-
664
- #: wptouch-pro-3/admin/settings/html/plugin-compat-ajax.php:12
665
- msgid "When unchecked, %s will be disabled for users viewing your WPtouch Pro theme."
666
- msgstr "Όταν δεν είναι επιλεγμένο, το %s θα είναι απενεργοποιημένο για χρήστες που βλέπουν το WPtouch Pro θέμα σας."
667
-
668
- #: wptouch-pro-3/admin/settings/html/plugin-compat-ajax.php:20
669
- msgid "No plugins to disable."
670
- msgstr "Δεν υπάρχουν απενεργοποιήσιμες προσθήκες."
671
-
672
- #: wptouch-pro-3/admin/settings/html/plugin-compat.php:3
673
- msgid "Your active plugin list is refreshing"
674
- msgstr "Γίνεται ανανέωση της λίστας ενεργών προσθηκών (Plugin)"
675
-
676
- #: wptouch-pro-3/admin/settings/html/redirect.php:17
677
- msgid "WordPress Page"
678
- msgstr "Σελίδα WordPress"
679
-
680
- #: wptouch-pro-3/admin/settings/html/restore.php:2
681
- msgid "Please paste your encoded settings below and save to restore your settings."
682
- msgstr "Επικολλήστε τις κωδικοποιημένες ρυθμίσεις σας παρακάτω και πραγματοποιήστε αποθήκευση για να επαναφέρετε τις ρυθμίσεις σας."
683
-
684
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:6
685
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:6
686
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:10
687
- msgid "Click to view screenshots"
688
- msgstr "Κάντε κλικ για να δείτε στιγμιότυπα οθόνης."
689
-
690
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:11
691
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:74
692
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:105
693
- msgid "Setup"
694
- msgstr "Διαμόρφωση"
695
-
696
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:16
697
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:112
698
- msgid "Copy"
699
- msgstr "Αντιγραφή"
700
-
701
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:54
702
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:57
703
- msgid "This theme supports %s devices"
704
- msgstr "Αυτό το θέμα υποστηρίζει συσκευές %s"
705
-
706
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:64
707
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:69
708
- msgid "Theme location: %s"
709
- msgstr "Τοποθεσία θέματος: %s"
710
-
711
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:65
712
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:48
713
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:70
714
- msgid "Relative to your WordPress wp-content directory."
715
- msgstr "Σε σχέση με τον κατάλογο περιεχομένου WordPress που χρησιμοποιείτε."
716
-
717
- #: wptouch-pro-3/admin/settings/html/touchboard.php:6
718
- msgid "Quick Links"
719
- msgstr "Γρήγοροι Σύνδεσμοι"
720
-
721
- #: wptouch-pro-3/admin/settings/html/touchboard.php:8
722
- msgid "What's New Changelog"
723
- msgstr "Αρχείο Καταγραφής Νέων"
724
-
725
- #: wptouch-pro-3/admin/settings/html/touchboard.php:9
726
- msgid "Product Knowledgebase"
727
- msgstr "Βάση γνώσης προΪόντος"
728
-
729
- #: wptouch-pro-3/admin/settings/html/touchboard.php:10
730
- msgid "Product Support"
731
- msgstr "Υποστήριξη προϊόντος"
732
-
733
- #: wptouch-pro-3/admin/settings/html/touchboard.php:11
734
- msgid "Manage Account"
735
- msgstr "Διαχείριση λογαριασμού"
736
-
737
- #: wptouch-pro-3/admin/settings/html/touchboard.php:12
738
- msgid "Manage License"
739
- msgstr "Διαχείριση άδειας"
740
-
741
- #: wptouch-pro-3/admin/settings/html/touchboard.php:18
742
- msgid "WPtouch News"
743
- msgstr "Νέα του WPtouch"
744
-
745
- #: wptouch-pro-3/admin/settings/html/touchboard.php:19
746
- msgid "Read More"
747
- msgstr "Διαβάστε περισσότερα"
748
-
749
- #: wptouch-pro-3/admin/settings/html/touchboard.php:25
750
- msgid "WPtouch Updates"
751
- msgstr "Ενημερώσεις WPtouch"
752
-
753
- #: wptouch-pro-3/admin/settings/html/touchboard.php:35
754
- msgid "What's New in %s"
755
- msgstr "Τι νέο υπάρχει στην %s"
756
-
757
- #: wptouch-pro-3/admin/settings/html/touchboard.php:38
758
- #: wptouch-pro-3/admin/settings/html/touchboard.php:40
759
- #: wptouch-pro-3/core/admin-menu.php:59
760
- msgid "License"
761
- msgstr "Άδεια χρήσης"
762
-
763
- #: wptouch-pro-3/admin/settings/html/touchboard.php:38
764
- msgid "Unlicensed"
765
- msgstr "Χωρίς άδεια χρήσης"
766
-
767
- #: wptouch-pro-3/admin/settings/html/touchboard.php:38
768
- #: wptouch-pro-3/core/class-wptouch-pro.php:453
769
- msgid "Offline"
770
- msgstr "Εκτός σύνδεσης"
771
-
772
- #: wptouch-pro-3/admin/settings/html/touchboard.php:40
773
- msgid "Active"
774
- msgstr "Ενεργό"
775
-
776
- #: wptouch-pro-3/admin/settings/html/touchboard.php:40
777
- msgid "Online"
778
- msgstr "Σε σύνδεση"
779
-
780
- #: wptouch-pro-3/admin/settings/html/touchboard.php:64
781
- msgid "%s Change Log"
782
- msgstr "%s αρχείο καταγραφής αλλαγών"
783
-
784
- #: wptouch-pro-3/admin/settings/html/user-agent-list.php:4
785
- #: wptouch-pro-3/admin/settings/html/user-agent-list.php:6
786
- msgid "WPtouch Pro will be active when any of the following user-agents or user-agent combinations are matched"
787
- msgstr "Το WPtouch Pro θα ενεργοποιηθεί όταν δημιουργηθεί οποιοσδήποτε από τους ακόλουθους πράκτορες χρήστες ή συνδυασμούς πρακτόρων χρήστη"
788
-
789
- #: wptouch-pro-3/admin/settings/include/custom-latest-posts.php:14
790
- msgid "None (Use WordPress Settings)"
791
- msgstr "Καμία (να γίνεται χρήση των Ρυθμίσεων WordPress)"
792
-
793
- #: wptouch-pro-3/core/admin-ajax.php:286
794
- msgid "Version %s"
795
- msgstr "Έκδοση %s"
796
-
797
- #: wptouch-pro-3/core/admin-ajax.php:292
798
- msgid "There is a temporary issue retrieving the change-log. Please try again later."
799
- msgstr "Υπάρχει προσωρινό πρόβλημα με την ανάκτηση του αρχείου καταγραφής αλλαγών. Δοκιμάστε ξανά αργότερα!"
800
-
801
- #: wptouch-pro-3/core/admin-menu.php:39
802
- msgid "Core Settings"
803
- msgstr "Κεντρικές ρυθμίσεις"
804
-
805
- #: wptouch-pro-3/core/admin-menu.php:40
806
- msgid "Themes & Extensions"
807
- msgstr "Θέματα & Επεκτάσεις"
808
-
809
- #: wptouch-pro-3/core/admin-menu.php:41
810
- msgid "Theme Settings"
811
- msgstr "Ρυθμίσεις θεμάτων"
812
-
813
- #: wptouch-pro-3/core/admin-menu.php:41
814
- msgid "%s Settings"
815
- msgstr "Ρυθμίσεις %s"
816
-
817
- #: wptouch-pro-3/core/admin-menu.php:46
818
- msgid "Extension Settings"
819
- msgstr "Ρυθμίσεις επεκτάσεων"
820
-
821
- #: wptouch-pro-3/core/admin-menu.php:51 wptouch-pro-3/core/admin-menu.php:53
822
- msgid "Menus"
823
- msgstr "Μενού"
824
-
825
- #: wptouch-pro-3/core/admin-page-templates.php:16
826
- msgid "Mobile Page Template"
827
- msgstr "Πρότυπη σελίδα κινητών συσκευών"
828
-
829
- #: wptouch-pro-3/core/admin-render.php:25
830
- msgid "This copy of %s is currently unlicensed!"
831
- msgstr "Αυτό το αντίγραφο του %s δεν έχει άδεια χρήσης!"
832
-
833
- #: wptouch-pro-3/core/admin-render.php:27
834
- msgid "Add a license %s"
835
- msgstr "Προσθήκη άδειας χρήσης %s"
836
-
837
- #: wptouch-pro-3/core/admin-render.php:81
838
- msgid "Save Changes"
839
- msgstr "Αποθήκευση αλλαγών"
840
-
841
- #: wptouch-pro-3/core/admin-render.php:82
842
- msgid "Preview Theme"
843
- msgstr "Προεπισκόπηση θέματος"
844
-
845
- #: wptouch-pro-3/core/admin-render.php:83
846
- msgid "Reset Settings"
847
- msgstr "Επαναφορά ρυθμίσεων"
848
-
849
- #: wptouch-pro-3/core/class-wptouch-pro.php:232
850
- 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."
851
- msgstr "Η αυτόματη μετεγκατάσταση από τον κατάλογο uploads/wptouch-data απέτυχε. Μετακινήστε χειροκίνητα αυτά τα αρχεία στο wp-content/wptouch-data, ή %scontact support%s για να αντιμετωπιστεί αυτό το πρόβλημα."
852
-
853
- #: wptouch-pro-3/core/class-wptouch-pro.php:239
854
- msgid "Please wait, we are downloading a fresh copy of your active WPtouch theme from the Cloud."
855
- msgstr "Παρακαλώ περιμένετε, κατεβάζουμε ένα νέο αντίγραφο του ενεργού σας θέματος στο WPtouch από το Νέφος."
856
-
857
- #: wptouch-pro-3/core/class-wptouch-pro.php:242
858
- msgid "We were unable to install your WPtouch theme from the Cloud. Please visit %sthis article%s for more information."
859
- msgstr "Δεν καταφέραμε να εγκαταστήσουμε το θέματος σας για το WPtouch από το Νέφος. Παρακαλώ επισκεφτείτε το άρθρο %sthis article%s για περισσότερες πληροφορίες."
860
-
861
- #: wptouch-pro-3/core/class-wptouch-pro.php:449
862
- msgid "Unsupported Browser"
863
- msgstr "Μη υποστηριζόμενο πρόγραμμα περιήγησης"
864
-
865
- #: wptouch-pro-3/core/class-wptouch-pro.php:450
866
- msgid "Theme Preview requires Chrome or Safari."
867
- msgstr "Η προεπισκόπηση θέματος απαιτεί Chrome ή Safari."
868
-
869
- #: wptouch-pro-3/core/class-wptouch-pro.php:451
870
- msgid "This will reset all WPtouch Pro settings.\nAre you sure?"
871
- msgstr "Αυτή η επιλογή θα επαναφέρει όλες τις ρυθμίσεις του WPtouch Pro.\nΕίσαστε βέβαιοι;"
872
-
873
- #: wptouch-pro-3/core/class-wptouch-pro.php:452
874
- msgid "This will reset all WPtouch Pro menu and icon settings.\nAre you sure?"
875
- msgstr "Αυτή η επιλογή θα επαναφέρει όλες τις ρυθμίσεις του μενού και των εικονιδίων WPtouch Pro.\nΕίσαστε βέβαιοι?"
876
-
877
- #: wptouch-pro-3/core/class-wptouch-pro.php:454
878
- msgid "You appear to be offline. Connect to the internet to see available BraveNewCloud items."
879
- msgstr "Φαίνεται ότι βρίσκεστε εκτός σύνδεσης. Συνδεθείτε στο Internet για να δείτε τα διαθέσιμα στοιχεία BraveNewCloud."
880
-
881
- #: wptouch-pro-3/core/class-wptouch-pro.php:455
882
- msgid "The item failed to download. Please refresh the page and try again."
883
- msgstr "Η λήψη του στοιχείου απέτυχε. Ανανεώστε τη σελίδα και δοκιμάστε ξανά."
884
-
885
- #: wptouch-pro-3/core/class-wptouch-pro.php:1069
886
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:207
887
- msgid "Settings"
888
- msgstr "Ρυθμίσεις"
889
-
890
- #: wptouch-pro-3/core/class-wptouch-pro.php:1150
891
- msgid "WPtouch Pro Changelog"
892
- msgstr "Αρχείο καταγραφής αλλαγών WPtouch Pro"
893
-
894
- #: wptouch-pro-3/core/class-wptouch-pro.php:2326
895
- msgid "Directory Problem"
896
- msgstr "Πρόβλημα καταλόγου"
897
-
898
- #: wptouch-pro-3/core/class-wptouch-pro.php:2327
899
- msgid "One or more required directories could not be created"
900
- msgstr "Αδύνατη η δημιουργία ενός ή περισσότερων απαιτούμενων καταλόγων"
901
-
902
- #: wptouch-pro-3/core/globals.php:192
903
- msgid "smartphone"
904
- msgstr "smartphone"
905
-
906
- #: wptouch-pro-3/core/globals.php:194
907
- msgid "tablet"
908
- msgstr "tablet"
909
-
910
- #: wptouch-pro-3/core/notifications.php:121
911
- msgid "License Missing"
912
- msgstr "Απουσία άδειας χρήσης"
913
-
914
- #: wptouch-pro-3/core/notifications.php:122
915
- msgid "This installation of WPtouch Pro is currently unlicensed."
916
- msgstr "Αυτή η εγκατάσταση του WPtouch Pro δεν διαθέτει άδεια."
917
-
918
- #: wptouch-pro-3/core/notifications.php:133
919
- msgid "WPtouch Pro %s"
920
- msgstr "WPtouch Pro %s"
921
-
922
- #: wptouch-pro-3/core/notifications.php:134
923
- msgid "A new version of WPtouch Pro is available."
924
- msgstr "Μια νέα έκδοση του WPtouch Pro είναι διαθέσιμη."
925
-
926
- #: wptouch-pro-3/core/notifications.php:145
927
- msgid "Theme Update Available"
928
- msgstr "Διαθέσιμη ενημέρωση θέματος"
929
-
930
- #: wptouch-pro-3/core/notifications.php:146
931
- msgid "One or more updates are available for your installed themes."
932
- msgstr "Μία ή περισσότερες ενημερώσεις είναι διαθέσιμες για τα εγκατεστημένα θέματά σας."
933
-
934
- #: wptouch-pro-3/core/notifications.php:160
935
- msgid "Extension Update Available"
936
- msgstr "Διαθέσιμη ενημέρωση επέκτασης"
937
-
938
- #: wptouch-pro-3/core/notifications.php:161
939
- msgid "One or more updates are available for your installed extensions."
940
- msgstr "Μία ή περισσότερες ενημερώσεις είναι διαθέσιμες για τις εγκατεστημένες επεκτάσεις σας."
941
-
942
- #: wptouch-pro-3/core/notifications.php:173
943
- msgid "Preview Mode Enabled"
944
- msgstr "Λειτουργία προεπισκόπησης ενεργή"
945
-
946
- #: wptouch-pro-3/core/notifications.php:174
947
- 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."
948
- msgstr "Μόνο συνδεδεμένοι διαχειριστές μπορούν να δουν το θέμα για κινητές συσκευές αυτήν τη στιγμή. Μπορείτε να αλλάξετε αυτήν τη ρύθμιση ανά πάσα στιγμή στο μενού %sCore Settings%s της ενότητας %sDisplay Mode%s."
949
-
950
- #: wptouch-pro-3/core/notifications.php:182
951
- msgid "Theme Presentation Disabled"
952
- msgstr "Παρουσίαση θέματος ανενεργή"
953
-
954
- #: wptouch-pro-3/core/notifications.php:183
955
- 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."
956
- msgstr "Κανείς δεν μπορεί να δει το θέμα για κινητές συσκευές αυτήν τη στιγμή. Μπορείτε να αλλάξετε αυτήν τη ρύθμιση ανά πάσα στιγμή στο μενού %sCore Settings%s της ενότητας %sDisplay Mode%s."
957
-
958
- #: wptouch-pro-3/core/notifications.php:194
959
- msgid "WPtouch Pro prefers pretty permalinks to be enabled within WordPress."
960
- msgstr "Το WPtouch Pro προτιμάει την ενεργοποίηση Όμορφων μόνιμων συνδέσμων στο WordPress"
961
-
962
- #: wptouch-pro-3/core/notifications.php:204
963
- msgid "WPtouch Pro will not work fully in safe mode."
964
- msgstr "Το WPtouch Pro δεν θα λειτουργεί πλήρως σε ασφαλή λειτουργία."
965
-
966
- #: wptouch-pro-3/core/notifications.php:214
967
- #: wptouch-pro-3/core/notifications.php:224
968
- #: wptouch-pro-3/core/notifications.php:234
969
- msgid "Extra configuration is required. The plugin must be configured to exclude the user agents that WPtouch Pro uses."
970
- msgstr "Απαιτούνται επιπλέον ρυθμίσεις. Η προσθήκη πρέπει να ρυθμιστεί έτσι ώστε να αποκλείει τους πράκτορες χρήστη που χρησιμοποιεί το WPtouch Pro."
971
-
972
- #: wptouch-pro-3/core/notifications.php:244
973
- msgid "Extra configuration is required. Add paths to your active WPtouch Pro theme CSS and Javascript files as files to ignore in WPMinify."
974
- msgstr "Απαιτούνται επιπλέον ρυθμίσεις. Προσθέστε διαδρομές στα ενεργά αρχεία θέματος WPtouch Pro CSS και Javascript για αρχεία που θα παρακαμφθούν στο WPMinify."
975
-
976
- #: wptouch-pro-3/core/notifications.php:254
977
- msgid "This plugin may not work correctly in WPtouch Pro, and should be disabled in the Plugin Compatibility section."
978
- msgstr "Αυτή η προσθήκη ίσως να μην λειτουργεί σωστά στο WPtouch Pro και θα πρέπει να απενεργοποιηθεί στο τμήμα Συμβατότητα προσθηκών."
979
-
980
- #: wptouch-pro-3/core/notifications.php:263
981
- msgid "Icon Installation Issue"
982
- msgstr "Πρόβλημα εγκατάστασης εικονιδίου"
983
-
984
- #: wptouch-pro-3/core/notifications.php:274
985
- msgid "WPtouch Pro 3 cannot co-exist with WPtouch 1.x. Disable it first in the WordPress Plugins settings."
986
- msgstr "Το WPtouch Pro 3 δεν μπορεί να συνυπάρχει με το WPtouch 1.x. Απενεργοποιήστε πρώτα το δεύτερο στις ρυθμίσεις προσθηκών WordPress."
987
-
988
- #: wptouch-pro-3/core/notifications.php:284
989
- msgid "WPtouch Pro 3 cannot co-exist with WPtouch Pro 2.x. Disable it first in the WordPress Plugins settings."
990
- msgstr "Το WPtouch Pro 3 δεν μπορεί να συνυπάρχει με WPtouch Pro 2.x. Απενεργοποιήστε πρώτα το δεύτερο στις ρυθμίσεις προσθηκών WordPress."
991
-
992
- #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:179
993
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:42
994
- msgid "%d second ago"
995
- msgid_plural "%d seconds ago"
996
- msgstr[0] "πριν από %d δευτερόλεπτο"
997
- msgstr[1] "πριν από %d δευτερόλεπτα"
998
-
999
- #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:182
1000
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:45
1001
- msgid "%d minute ago"
1002
- msgid_plural "%d minutes ago"
1003
- msgstr[0] "πριν από %d λεπτό"
1004
- msgstr[1] "πριν από %d λεπτά"
1005
-
1006
- #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:185
1007
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:48
1008
- msgid "%d hour ago"
1009
- msgid_plural "%d hours ago"
1010
- msgstr[0] "πριν από %d ώρα"
1011
- msgstr[1] "πριν από %d ώρες"
1012
-
1013
- #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:188
1014
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:51
1015
- msgid "%d day ago"
1016
- msgid_plural "%d days ago"
1017
- msgstr[0] "πριν από %d ημέρα"
1018
- msgstr[1] "πριν από %d ημέρες"
1019
-
1020
- #: wptouch-pro-3/include/html/desktop-switch.php:2
1021
- msgid "Desktop Version"
1022
- msgstr "Έκδοση για υπολογιστές"
1023
-
1024
- #: wptouch-pro-3/include/html/desktop-switch.php:2
1025
- msgid "Switch To Mobile Version"
1026
- msgstr "Εναλλαγή σε έκδοση για κινητές συσκευές"
1027
-
1028
- #: wptouch-pro-3/include/html/footer.php:2
1029
- msgid "Powered by %s%s%s"
1030
- msgstr "Παρέχεται από το %s%s%s"
1031
-
1032
- #: wptouch-pro-3/include/html/footer.php:3
1033
- msgid "By %s"
1034
- msgstr "Από %s"
1035
-
1036
- #: wptouch-pro-3/include/html/load-times.php:2
1037
- msgid "%d queries in %0.1f ms"
1038
- msgstr "%d ερωτήματα σε %0.1f ms"
1039
-
1040
- #: wptouch-pro-3/include/html/page-template.php:8
1041
- msgid "Default Template"
1042
- msgstr "Προεπιλεγμένο πρότυπο"
1043
-
1044
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:35
1045
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:47
1046
- msgid "Upgrading..."
1047
- msgstr "Αναβάθμιση..."
1048
-
1049
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:35
1050
- msgid "Upgrade to %s"
1051
- msgstr "Αναβάθμιση σε %s"
1052
-
1053
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:47
1054
- msgid "Extension location: %s"
1055
- msgstr "Τοποθεσία επέκτασης: %s"
1056
-
1057
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:56
1058
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:81
1059
- msgid "More Info"
1060
- msgstr "Περισσότερες πληροφορίες"
1061
-
1062
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:59
1063
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:84
1064
- msgid "Upgrade License"
1065
- msgstr "Αναβάθμιση άδειας χρήσης"
1066
-
1067
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:61
1068
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:86
1069
- msgid "Get License"
1070
- msgstr "Απόκτηση άδειας χρήσης"
1071
-
1072
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:66
1073
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:95
1074
- msgid "Downloading..."
1075
- msgstr "Λήψη..."
1076
-
1077
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:75
1078
- msgid "Deactivate"
1079
- msgstr "Απενεργοποίηση"
1080
-
1081
- #: wptouch-pro-3/pro/settings/html/extension-browser-pro.php:10
1082
- msgid "Loading Cloud Extensions"
1083
- msgstr "Φόρτωση επεκτάσεων Νέφους"
1084
-
1085
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:49
1086
- msgid "Update to %s"
1087
- msgstr "Ενημέρωση σε %s"
1088
-
1089
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:89
1090
- msgid "Buy Now"
1091
- msgstr "Αγορά τώρα"
1092
-
1093
- #: wptouch-pro-3/pro/settings/html/theme-browser-pro.php:11
1094
- msgid "Loading Cloud Themes"
1095
- msgstr "Φόρτωση Θεμάτων Νέφους..."
1096
-
1097
- #: wptouch-pro-3/themes/foundation/default/404.php:6
1098
- msgid "404 Not Found"
1099
- msgstr "404 Δεν βρέθηκε"
1100
-
1101
- #: wptouch-pro-3/themes/foundation/default/404.php:8
1102
- msgid "The post or page you requested is no longer available."
1103
- msgstr "Το άρθρο ή η σελίδα που ζητήσατε δεν είναι πλέον διαθέσιμη."
1104
-
1105
- #: wptouch-pro-3/themes/foundation/default/attachment.php:43
1106
- msgid "&laquo; previous in gallery"
1107
- msgstr "&laquo; προηγούμενο στη συλλογή"
1108
-
1109
- #: wptouch-pro-3/themes/foundation/default/attachment.php:45
1110
- msgid "next in gallery &raquo;"
1111
- msgstr "επόμενο στη συλλογή &raquo;"
1112
-
1113
- #: wptouch-pro-3/themes/foundation/default/comments.php:10
1114
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:33
1115
- msgid "no responses"
1116
- msgstr "καμία απάντηση"
1117
-
1118
- #: wptouch-pro-3/themes/foundation/default/comments.php:10
1119
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:33
1120
- msgid "1 response"
1121
- msgstr "1 απάντηση"
1122
-
1123
- #: wptouch-pro-3/themes/foundation/default/comments.php:10
1124
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:33
1125
- msgid "% responses"
1126
- msgstr "% απαντήσεις"
1127
-
1128
- #: wptouch-pro-3/themes/foundation/default/comments.php:20
1129
- #: wptouch-pro-3/themes/foundation/default/comments.php:26
1130
- msgid "Load More Comments&hellip;"
1131
- msgstr "Φόρτωση περισσότερων σχολίων&hellip;"
1132
-
1133
- #: wptouch-pro-3/themes/foundation/default/comments.php:38
1134
- msgid "Comments are closed"
1135
- msgstr "Τα σχόλια έχουν κλείσει"
1136
-
1137
- #: wptouch-pro-3/themes/foundation/default/comments.php:48
1138
- msgid "Cancel"
1139
- msgstr "Άκυρο"
1140
-
1141
- #: wptouch-pro-3/themes/foundation/default/comments.php:51
1142
- msgid "Leave a Reply"
1143
- msgstr "Αφήστε απάντηση"
1144
-
1145
- #: wptouch-pro-3/themes/foundation/default/comments.php:51
1146
- msgid "Leave a Reply to %s"
1147
- msgstr "Αφήστε μια απάντηση σε %s"
1148
-
1149
- #: wptouch-pro-3/themes/foundation/default/comments.php:54
1150
- msgid "You must be %slogged in%s to post a comment."
1151
- msgstr "Πρέπει να είστε %slogged in%s για να δημοσιεύσετε σχόλιο."
1152
-
1153
- #: wptouch-pro-3/themes/foundation/default/comments.php:61
1154
- msgid "Logged in as"
1155
- msgstr "Συνδεδεμένος ως"
1156
-
1157
- #: wptouch-pro-3/themes/foundation/default/comments.php:61
1158
- msgid "Log out"
1159
- msgstr "Αποσύνδεση"
1160
-
1161
- #: wptouch-pro-3/themes/foundation/default/comments.php:65
1162
- msgid "Name"
1163
- msgstr "Όνομα"
1164
-
1165
- #: wptouch-pro-3/themes/foundation/default/comments.php:67
1166
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:78
1167
- msgid "E-Mail"
1168
- msgstr "E-Mail"
1169
-
1170
- #: wptouch-pro-3/themes/foundation/default/comments.php:69
1171
- msgid "Website"
1172
- msgstr "Ιστότοπος"
1173
-
1174
- #: wptouch-pro-3/themes/foundation/default/comments.php:75
1175
- msgid "Publish"
1176
- msgstr "Δημοσίευση"
1177
-
1178
- #: wptouch-pro-3/themes/foundation/default/formerror.php:6
1179
- msgid "Comment Error"
1180
- msgstr "Σφάλμα σχολίου"
1181
-
1182
- #: wptouch-pro-3/themes/foundation/default/formerror.php:8
1183
- msgid "Please enter all fields correctly to post a comment."
1184
- msgstr "Συμπληρώστε όλα τα πεδία σωστά για να δημοσιεύσετε σχόλιο."
1185
-
1186
- #: wptouch-pro-3/themes/foundation/default/formerror.php:9
1187
- msgid "Go back"
1188
- msgstr "Επιστροφή"
1189
-
1190
- #: wptouch-pro-3/themes/foundation/default/index.php:33
1191
- #: wptouch-pro-3-extras/themes/classic-redux/default/index.php:34
1192
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:60
1193
- #: wptouch-pro-3-extras/themes/hammock/default/index.php:34
1194
- msgid "newer posts"
1195
- msgstr "νεότερα άρθρα"
1196
-
1197
- #: wptouch-pro-3/themes/foundation/default/index.php:33
1198
- #: wptouch-pro-3-extras/themes/classic-redux/default/index.php:34
1199
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:56
1200
- #: wptouch-pro-3-extras/themes/hammock/default/index.php:34
1201
- msgid "older posts"
1202
- msgstr "παλαιότερα άρθρα"
1203
-
1204
- #: wptouch-pro-3/themes/foundation/default/nav-bar.php:6
1205
- #: wptouch-pro-3-extras/themes/bauhaus/default/nav-bar.php:6
1206
- msgid "previous post"
1207
- msgstr "προηγούμενο άρθρο"
1208
-
1209
- #: wptouch-pro-3/themes/foundation/default/nav-bar.php:12
1210
- #: wptouch-pro-3-extras/themes/bauhaus/default/nav-bar.php:13
1211
- msgid "next post"
1212
- msgstr "επόμενο άρθρο"
1213
-
1214
- #: wptouch-pro-3/themes/foundation/default/one-comment.php:12
1215
- msgid "Your comment is awaiting moderation"
1216
- msgstr "Το σχόλιό σας αναμένει επόπτευση"
1217
-
1218
- #: wptouch-pro-3/themes/foundation/default/related-posts.php:4
1219
- msgid "Related"
1220
- msgstr "Σχετικά"
1221
-
1222
- #: wptouch-pro-3/themes/foundation/default/search.php:6
1223
- #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:6
1224
- #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:5
1225
- #: wptouch-pro-3-extras/themes/hammock/default/search.php:5
1226
- msgid "You searched for \"%s\""
1227
- msgstr "Αναζητήσατε \"%s\""
1228
-
1229
- #: wptouch-pro-3/themes/foundation/default/search.php:16
1230
- #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:15
1231
- #: wptouch-pro-3-extras/themes/hammock/default/search.php:16
1232
- msgid "%s results"
1233
- msgstr "Αποτελέσματα για %s"
1234
-
1235
- #: wptouch-pro-3/themes/foundation/default/search.php:36
1236
- #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:38
1237
- #: wptouch-pro-3-extras/themes/hammock/default/search.php:40
1238
- msgid "No search results found"
1239
- msgstr "Δεν βρέθηκαν αποτελέσματα αναζήτησης"
1240
-
1241
- #: wptouch-pro-3/themes/foundation/default/search.php:45
1242
- #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:46
1243
- #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:47
1244
- msgid "Load more %s results"
1245
- msgstr "Φόρτωση περισσότερων αποτελεσμάτων %s"
1246
-
1247
- #: wptouch-pro-3/themes/foundation/default/single.php:13
1248
- #: wptouch-pro-3-extras/themes/hammock/default/post-loop-menu.php:15
1249
- #: wptouch-pro-3-extras/themes/hammock/default/post-loop.php:19
1250
- msgid "By"
1251
- msgstr "Από"
1252
-
1253
- #: wptouch-pro-3/themes/foundation/default/switch-link.php:8
1254
- msgid "mobile"
1255
- msgstr "για κινητές συσκευές"
1256
-
1257
- #: wptouch-pro-3/themes/foundation/default/switch-link.php:9
1258
- msgid "desktop"
1259
- msgstr "για υπολογιστές"
1260
-
1261
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:169
1262
- msgid "Service"
1263
- msgstr "Υπηρεσία"
1264
-
1265
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:175
1266
- msgid "Choose a service"
1267
- msgstr "Επιλέξτε υπηρεσία"
1268
-
1269
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:181
1270
- msgid "Google Adsense"
1271
- msgstr "Google Adsense"
1272
-
1273
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:182
1274
- msgid "Custom"
1275
- msgstr "Προσαρμοσμένη"
1276
-
1277
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:192
1278
- msgid "Google AdSense"
1279
- msgstr "Google AdSense"
1280
-
1281
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:195
1282
- msgid "Publisher ID"
1283
- msgstr "ID δημιουργού"
1284
-
1285
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:196
1286
- msgid "Slot ID"
1287
- msgstr "ID θέσης"
1288
-
1289
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:200
1290
- msgid "Code Type"
1291
- msgstr "Τύπος κώδικα"
1292
-
1293
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:212
1294
- msgid "Custom Ads"
1295
- msgstr "Προσαρμοσμένες διαφημίσεις"
1296
-
1297
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:215
1298
- msgid "Mobile advertising script"
1299
- msgstr "Δέσμη ενεργειών διαφημίσεων για κινητές συσκευές"
1300
-
1301
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:224
1302
- msgid "Ad Presentation"
1303
- msgstr "Παρουσίαση διαφημίσεων"
1304
-
1305
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:230
1306
- msgid "Theme location"
1307
- msgstr "Τοποθεσία θέματος"
1308
-
1309
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:235
1310
- msgid "In the header"
1311
- msgstr "Στην κεφαλίδα"
1312
-
1313
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:236
1314
- msgid "Above the page content"
1315
- msgstr "Πάνω από το περιεχόμενο σελίδας"
1316
-
1317
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:237
1318
- msgid "Below the page content"
1319
- msgstr "Κάτω από το περιεχόμενο σελίδας"
1320
-
1321
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:247
1322
- msgid "Active Pages"
1323
- msgstr "Ενεργές σελίδες"
1324
-
1325
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:250
1326
- msgid "Blog listings"
1327
- msgstr "Καταχωρήσεις ιστολογίων"
1328
-
1329
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:251
1330
- msgid "Single posts"
1331
- msgstr "Μονά άρθρα"
1332
-
1333
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:252
1334
- msgid "Static pages"
1335
- msgstr "Στατικές σελίδες"
1336
-
1337
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:253
1338
- msgid "Taxonomy"
1339
- msgstr "Ταξινομία"
1340
-
1341
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:254
1342
- msgid "Search results"
1343
- msgstr "Αποτελέσματα αναζήτησης"
1344
-
1345
- #: wptouch-pro-3/themes/foundation/modules/base/base.php:69
1346
- msgid "Loading"
1347
- msgstr "Φόρτωση"
1348
-
1349
- #: wptouch-pro-3/themes/foundation/modules/base/preview-bar.php:2
1350
- msgid "Theme Preview"
1351
- msgstr "Προεπισκόπηση θέματος"
1352
-
1353
- #: wptouch-pro-3/themes/foundation/modules/base/preview-bar.php:3
1354
- msgid "Reload"
1355
- msgstr "Επαναφόρτωση"
1356
-
1357
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:76
1358
- msgid "Custom Post Support"
1359
- msgstr "Υποστήριξη άρθρων ειδικού τύπου"
1360
-
1361
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:82
1362
- msgid "Enable custom post-type support"
1363
- msgstr "Ενεργοποίηση υποστήριξης άρθρων ειδικού τύπου"
1364
-
1365
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:90
1366
- msgid "Show custom post taxonomy"
1367
- msgstr "Προβολή ταξινομίας άρθρων ειδικού τύπου"
1368
-
1369
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:102
1370
- msgid "Custom Post Types"
1371
- msgstr "Τύποι ειδικών άρθρων"
1372
-
1373
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:231
1374
- msgid "Featured Slider"
1375
- msgstr "Προβεβλημένο ρυθμιστικό"
1376
-
1377
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:237
1378
- msgid "Enable featured slider"
1379
- msgstr "Ενεργοποίηση προβεβλημένου ρυθμιστικού"
1380
-
1381
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:238
1382
- msgid "Requires at least 2 entries to contain featured images"
1383
- msgstr "Απαιτούνται τουλάχιστον 2 καταχωρήσεις για να περιληφθούν προβεβλημένες εικόνες"
1384
-
1385
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:245
1386
- msgid "Maximum number of posts"
1387
- msgstr "Μέγιστος αριθμός άρθρων"
1388
-
1389
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:250
1390
- msgid "3 posts"
1391
- msgstr "3 άρθρα"
1392
-
1393
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:251
1394
- msgid "5 posts"
1395
- msgstr "5 άρθρα"
1396
-
1397
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:252
1398
- msgid "10 posts"
1399
- msgstr "10 άρθρα"
1400
-
1401
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:258
1402
- msgid "Automatically slide"
1403
- msgstr "Αυτόματη ολίσθηση"
1404
-
1405
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:266
1406
- msgid "Continuously slide"
1407
- msgstr "Συνεχόμενη ολίσθηση"
1408
-
1409
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:274
1410
- msgid "Grayscale images (CSS 3 effect)"
1411
- msgstr "Εικόνες σε κλίμακα του γκρι (εφέ CSS 3)"
1412
-
1413
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:275
1414
- msgid "Featured slider images will be in grayscale for devices that support CSS filters."
1415
- msgstr "Οι εικόνες προβεβλημένου ρυθμιστικού θα εμφανίζονται σε κλίμακα του γκρι για συσκευές που υποστηρίζουν φίλτρα CSS."
1416
-
1417
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:282
1418
- msgid "Show title & date"
1419
- msgstr "Εμφάνιση τίτλου & ημερομηνίας"
1420
-
1421
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:283
1422
- msgid "If disabled, the title and date will not be shown. Note: some themes do not show the date."
1423
- msgstr "Αν απενεργοποιηθεί, δεν θα εμφανίζονται τίτλος και ημερομηνία. Σημείωσε: μερικά θέματα δεν εμφανίζουν την ημερομηνία."
1424
-
1425
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:290
1426
- msgid "Featured slider posts also show in listings"
1427
- msgstr "Άρθρα προβεβλημένων ρυθμιστικών φαίνονται επίσης στις καταχωρήσεις"
1428
-
1429
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:298
1430
- msgid "Slide transition speed"
1431
- msgstr "Ταχύτητα μετάβασης ολίσθησης"
1432
-
1433
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:303
1434
- msgid "Slow"
1435
- msgstr "Αργή"
1436
-
1437
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:304
1438
- msgid "Normal"
1439
- msgstr "Κανονική"
1440
-
1441
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:305
1442
- msgid "Fast"
1443
- msgstr "Γρήγορη"
1444
-
1445
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:316
1446
- msgid "Show latest posts"
1447
- msgstr "Εμφάνιση τελευταίων άρθρων"
1448
-
1449
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:317
1450
- msgid "Show posts from a specific tag"
1451
- msgstr "Εμφάνιση άρθρων από συγκεκριμένη ετικέτα"
1452
-
1453
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:318
1454
- msgid "Show posts from a specific category"
1455
- msgstr "Εμφάνιση άρθρων μιας συγκεκριμένης κατηγορίας"
1456
-
1457
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:319
1458
- msgid "Show only specific posts or pages"
1459
- msgstr "Εμφάνιση μόνο συγκεκριμένων άρθρων ή σελίδων"
1460
-
1461
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:325
1462
- msgid "Only this tag"
1463
- msgstr "Μόνο αυτήν την ετικέτα"
1464
-
1465
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:334
1466
- msgid "Only this category"
1467
- msgstr "Μόνο αυτή η κατηγορία"
1468
-
1469
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:343
1470
- msgid "Comma-separated list of post/page IDs"
1471
- msgstr "Λίστα ID άρθρου/σελίδας χωρισμένα με κόμμα"
1472
-
1473
- #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:10
1474
- msgid "Browser Fonts"
1475
- msgstr "Γραμματοσειρές προγράμματος περιήγησης"
1476
-
1477
- #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:18
1478
- msgid "Typography"
1479
- msgstr "Τυπογραφία"
1480
-
1481
- #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:24
1482
- msgid "Font style"
1483
- msgstr "Στυλ γραμματοσειράς"
1484
-
1485
- #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:25
1486
- msgid "Choose a Google font pairing designed for this theme, or default browser fonts."
1487
- msgstr "Διάλεξε έναν συνδυασμό γραμματοσειρών Google για αυτό το θέμα ή τις προεπιλεγμένες γραμματοσειρές του προγράμματος περιήγησης."
1488
-
1489
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:7
1490
- msgid "Remember Me"
1491
- msgstr "Απομνημόνευση στοιχείων"
1492
-
1493
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:9
1494
- msgid "Log In"
1495
- msgstr "Σύνδεση"
1496
-
1497
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:20
1498
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:51
1499
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:49
1500
- #: wptouch-pro-3-extras/themes/simple/default/header-bottom.php:22
1501
- msgid "Login"
1502
- msgstr "Σύνδεση"
1503
-
1504
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:29
1505
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:207
1506
- msgid "Sign-up"
1507
- msgstr "Εγγραφή"
1508
-
1509
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:30
1510
- msgid "Lost password?"
1511
- msgstr "Χάσατε τον κωδικό πρόσβασης;"
1512
-
1513
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:22
1514
- msgid "Account Username"
1515
- msgstr "Όνομα χρήστη λογαριασμού"
1516
-
1517
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:23
1518
- msgid "Account Password"
1519
- msgstr "Κωδικός πρόσβασης λογαριασμού"
1520
-
1521
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:32
1522
- msgid "Login Form"
1523
- msgstr "Φόρμα σύνδεσης"
1524
-
1525
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:38
1526
- msgid "Use fly-in login form"
1527
- msgstr "Χρήση φόρμας σύνδεσης με απομάκρυνση & κίνηση"
1528
-
1529
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:39
1530
- msgid "Will add login links and allow mobile visitors to login to your website from mobile devices"
1531
- msgstr "Θα προστεθούν σύνδεσμοι σύνδεσης και θα επιτραπεί σε επισκέπτες με κινητές συσκευές να συνδέονται στον ιστότοπό σας από κινητές συσκευές"
1532
-
1533
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:46
1534
- msgid "Show \"Sign-up\" and \"Lost Password?\" links"
1535
- msgstr "Εμφάνιση συνδέσμων \"Εγγραφή\" και \"Χάσατε τον κωδικό πρόσβασης;\""
1536
-
1537
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:48
1538
- msgid "Video Handling"
1539
- msgstr "Χειρισμός βίντεο"
1540
-
1541
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:60
1542
- msgid "CSS only (HTML5 videos)"
1543
- msgstr "Μόνο CSS (βίντεο HTML5)"
1544
-
1545
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:61
1546
- msgid "FitVids Method"
1547
- msgstr "Μέθοδος FitVids"
1548
-
1549
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:62
1550
- msgid "Fluid-Width Method"
1551
- msgstr "Μέθοδος αναλογικού πλάτους"
1552
-
1553
- #: wptouch-pro-3/themes/foundation/modules/related-posts/related-posts.php:106
1554
- msgid "Related Posts"
1555
- msgstr "Σχετικά άρθρα"
1556
-
1557
- #: wptouch-pro-3/themes/foundation/modules/related-posts/related-posts.php:112
1558
- msgid "Enable display of related posts"
1559
- msgstr "Ενεργοποίηση εμφάνισης σχετικών άρθρων"
1560
-
1561
- #: wptouch-pro-3/themes/foundation/modules/related-posts/related-posts.php:120
1562
- msgid "Maximum number of related posts to show"
1563
- msgstr "Μέγιστος αριθμός εμφανιζόμενων σχετικών άρθρων"
1564
-
1565
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing-html.php:1
1566
- #: wptouch-pro-3-extras/themes/hammock/default/sharing-html.php:2
1567
- msgid "Share"
1568
- msgstr "Κοινοποίηση"
1569
-
1570
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing-html.php:1
1571
- #: wptouch-pro-3-extras/themes/hammock/default/sharing-html.php:3
1572
- msgid "Tweet"
1573
- msgstr "Tweet"
1574
-
1575
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing-html.php:1
1576
- #: wptouch-pro-3-extras/themes/hammock/default/sharing-html.php:5
1577
- msgid "Mail"
1578
- msgstr "Αποστολή email"
1579
-
1580
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:81
1581
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:317
1582
- msgid "Sharing"
1583
- msgstr "Κοινοποιήσεις"
1584
-
1585
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:87
1586
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:323
1587
- msgid "Show sharing links"
1588
- msgstr "Εμφάνιση συνδέσμων κοινοποίησης"
1589
-
1590
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:88
1591
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:324
1592
- msgid "Will show Facebook, Twitter, Google+ and Email buttons on single posts."
1593
- msgstr "Εμφανίζει κουμπία Facebook, Twitter, Google+ και Email σε μονά άρθρα."
1594
-
1595
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:95
1596
- msgid "Show sharing links on pages"
1597
- msgstr "Εμφάνιση συνδέσμων κοινοποίησης στις σελίδες"
1598
-
1599
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:96
1600
- msgid "Will show Facebook, Twitter, Google+ and Email buttons on pages as well as single posts."
1601
- msgstr "Θα εμφανίζονται κουμπιά Facebook, Twitter, Google+ και Email τόσο σε σελίδες, όσο και σε μονά άρθρα."
1602
-
1603
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:103
1604
- msgid "Sharing links location"
1605
- msgstr "Τοποθεσία συνδέσμων κοινοποίησης"
1606
-
1607
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:108
1608
- msgid "Above post content"
1609
- msgstr "Πάνω από το περιεχόμενο του άρθρου"
1610
-
1611
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:109
1612
- msgid "Below post content"
1613
- msgstr "Κάτω από το περιεχόμενο του άρθρου"
1614
-
1615
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:115
1616
- msgid "Color scheme"
1617
- msgstr "Συνδυασμός χρωμάτων"
1618
-
1619
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:120
1620
- msgid "Theme colors"
1621
- msgstr "Χρώματα θέματος"
1622
-
1623
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:121
1624
- msgid "Social network colors"
1625
- msgstr "Χρώματα κοινωνικού δικτύου"
1626
-
1627
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:8
1628
- msgid "Footer Social Links"
1629
- msgstr "Κοινωνικοί σύνδεσμοι υποσέλιδου"
1630
-
1631
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:23
1632
- msgid "Full URL to your Facebook page"
1633
- msgstr "Πλήρης διεύθυνση URL της σελίδας σας στο Facebook"
1634
-
1635
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:31
1636
- msgid "Full URL to your Twitter profile"
1637
- msgstr "Πλήρης διεύθυνση URL του προφίλ σας στο Twitter"
1638
-
1639
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:39
1640
- msgid "Full URL to your Google+ profile"
1641
- msgstr "Πλήρης διεύθυνση URL του προφίλ σας στο Google+"
1642
-
1643
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:47
1644
- msgid "Full URL to your Pinterest page"
1645
- msgstr "Πλήρης διεύθυνση URL της σελίδας σας στο Pinterest"
1646
-
1647
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:55
1648
- msgid "Full URL to your Vimeo page"
1649
- msgstr "Πλήρης διεύθυνση URL της σελίδας σας στο Vimeo"
1650
-
1651
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:63
1652
- msgid "Full URL to your %s profile"
1653
- msgstr "Πλήρης διεύθυνση URL του %s προφίλ σας"
1654
-
1655
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:70
1656
- msgid "LinkedIn"
1657
- msgstr "LinkedIn"
1658
-
1659
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:71
1660
- msgid "Full URL to your LinkedIn profile"
1661
- msgstr "Πλήρης διεύθυνση URL του προφίλ σας στο LinkedIn"
1662
-
1663
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:79
1664
- msgid "E-Mail address"
1665
- msgstr "Διεύθυνση E-Mail"
1666
-
1667
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:87
1668
- msgid "Full URL to your RSS feed"
1669
- msgstr "Πλήρης διεύθυνση URL της τροφοδοσίας RSS σας"
1670
-
1671
- #: wptouch-pro-3/themes/foundation/modules/tablets/tablets.php:46
1672
- msgid "iPad"
1673
- msgstr "iPad"
1674
-
1675
- #: wptouch-pro-3/themes/foundation/modules/tablets/tablets.php:52
1676
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:268
1677
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:286
1678
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:304
1679
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:323
1680
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:331
1681
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:349
1682
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:357
1683
- #: wptouch-pro-3/themes/foundation/root-functions.php:390
1684
- #: wptouch-pro-3/themes/foundation/root-functions.php:408
1685
- msgid "%d by %d pixels (PNG)"
1686
- msgstr "%d επί %d pixel (PNG)"
1687
-
1688
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:66
1689
- msgid "Disabled"
1690
- msgstr "Απενεργοποιημένος"
1691
-
1692
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:81
1693
- msgid "Twitter account to use for Tweet display"
1694
- msgstr "Λογαριασμός Twitter που χρησιμοποιείται για εμφάνιση Tweet"
1695
-
1696
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:122
1697
- msgid "External link— open it in the browser?"
1698
- msgstr "Εξωτερικός σύνδεσμος— να ανοιχτεί στο πρόγραμμα περιήγησης;"
1699
-
1700
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:123
1701
- msgid "File link— Do you want to open it in the browser?"
1702
- msgstr "Σύνδεσμος αρχείου— θέλετε να ανοιχτεί στο πρόγραμμα περιήγησης;"
1703
-
1704
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:210
1705
- msgid "Enable iOS Web-App Mode"
1706
- msgstr "Ενεργοποίηση Λειτουργίας Εφαρμογής Web iOS"
1707
-
1708
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:214
1709
- msgid "Enable persistence"
1710
- msgstr "Ενεργοποίηση διατήρησης"
1711
-
1712
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:215
1713
- msgid "Loads the last visited URL for visitors on open."
1714
- msgstr "Φορτώνει την πιο πρόσφατη διεύθυνση URL για επισκέπτες κατά το άνοιγμα."
1715
-
1716
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:222
1717
- msgid "URLs to ignore in Web-App Mode"
1718
- msgstr "Διευθύνσεις URL προς παράκαμψη σε Λειτουργία Εφαρμογής Web."
1719
-
1720
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:235
1721
- msgid "Notice Message"
1722
- msgstr "Ειδοποιητικό μήνυμα"
1723
-
1724
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:238
1725
- msgid "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
1726
- msgstr "Να εμφανίζεται ένα μήνυμα ειδοποίησης σε επισκέπτες με iPhone, iPod touch & iPad σχετικά με την Εφαρμογή Web μου."
1727
-
1728
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:238
1729
- msgid "WPtouch shows a notice bubble on 1st visit letting users know about your Web-App enabled website on iOS devices."
1730
- msgstr "Το WPtouch εμφανίζει μια φυσαλίδα ειδοποίησης σε νέους επισκέπτες, ενημερώνοντάς τους ότι ο ιστότοπός σας υποστηρίζει Εφαρμογές App σε συσκευές iOS."
1731
-
1732
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:239
1733
- msgid "Notice message contents"
1734
- msgstr "Περιεχόμενα ειδοποιητικού μηνύματος"
1735
-
1736
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:239
1737
- msgid "[device] and [icon] are dynamic and used to determine the device and iOS version. Do not remove these from your message."
1738
- msgstr "Τα [device] και [icon] αποτελούν δυναμικό περιεχόμενο και χρησιμοποιούνται για την εξακρίβωση της συσκευής και της έκδοσης iOS. Μην τα αφαιρείτε από το μήνυμα."
1739
-
1740
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:243
1741
- msgid "the notice message will be shown again for visitors"
1742
- msgstr "το ειδοποιητικό μήνυμα να εμφανίζεται ξανά σε επισκέπτες"
1743
-
1744
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:248
1745
- msgid "1 day until"
1746
- msgstr "1 ημέρα μέχρι"
1747
-
1748
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:249
1749
- msgid "7 days until"
1750
- msgstr "7 ημέρες μέχρι"
1751
-
1752
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:250
1753
- msgid "1 month until"
1754
- msgstr "1 μήνας μέχρι"
1755
-
1756
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:251
1757
- msgid "Every time"
1758
- msgstr "Κάθε φορά"
1759
-
1760
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:262
1761
- msgid "iPhone Startup Screen"
1762
- msgstr "Οθόνη εκκίνησης iPhone"
1763
-
1764
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:280
1765
- msgid "Retina iPhone Startup Screen"
1766
- msgstr "Οθόνη εκκίνησης Retina iPhone"
1767
-
1768
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:298
1769
- msgid "iPhone 5 Startup Screen"
1770
- msgstr "Οθόνη εκκίνησης iPhone 5"
1771
-
1772
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:317
1773
- msgid "iPad Mini and iPad Startup Screens"
1774
- msgstr "Οθόνες εκκίνησης iPad Mini και iPad"
1775
-
1776
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:343
1777
- msgid "Retina iPad Startup Screens"
1778
- msgstr "Οθόνες εκκίνησης Retina iPad"
1779
-
1780
- #: wptouch-pro-3/themes/foundation/root-functions.php:11
1781
- msgid "Branding"
1782
- msgstr "Εμπορική προσαρμογή"
1783
-
1784
- #: wptouch-pro-3/themes/foundation/root-functions.php:12
1785
- msgid "Media Handling"
1786
- msgstr "Διαχείριση πολυμέσων"
1787
-
1788
- #: wptouch-pro-3/themes/foundation/root-functions.php:13
1789
- msgid "Web-App Mode"
1790
- msgstr "Λειτουργία Εφαρμογής Web"
1791
-
1792
- #: wptouch-pro-3/themes/foundation/root-functions.php:14
1793
- msgid "Bookmark Icons"
1794
- msgstr "Εικονίδια σελιδοδεικτών"
1795
-
1796
- #: wptouch-pro-3/themes/foundation/root-functions.php:15
1797
- msgid "Advertising"
1798
- msgstr "Διαφημίσεις"
1799
-
1800
- #: wptouch-pro-3/themes/foundation/root-functions.php:16
1801
- msgid "Custom Content"
1802
- msgstr "Ειδικό περιεχόμενο"
1803
-
1804
- #: wptouch-pro-3/themes/foundation/root-functions.php:113
1805
- msgid "Install this Web-App on your [device]: tap [icon] then \"Add to Home Screen\""
1806
- msgstr "Εγκατάσταση αυτής της Εφαρμογής Web-App σε [device]: πατήστε το [icon] και ύστερα το \"Προσθήκη στην αρχική οθόνη\""
1807
-
1808
- #: wptouch-pro-3/themes/foundation/root-functions.php:304
1809
- msgid "Number of posts in post listings"
1810
- msgstr "Αριθμός άρθρων στις καταχωρήσεις άρθρων"
1811
-
1812
- #: wptouch-pro-3/themes/foundation/root-functions.php:305
1813
- msgid "Overrides the WordPress Reading settings for \"Blog pages show at most\""
1814
- msgstr "Παρακάμπτει τις ρυθμίσεις ανάγνωσης του πεδίου \"Οι σελίδες ιστολογίου προβάλουν το πολύ\" στο WordPress"
1815
-
1816
- #: wptouch-pro-3/themes/foundation/root-functions.php:312
1817
- msgid "Excluded categories"
1818
- msgstr "Αποκλεισμένες κατηγορίες"
1819
-
1820
- #: wptouch-pro-3/themes/foundation/root-functions.php:313
1821
- msgid "Comma separated by category name"
1822
- msgstr "Διαχωρισμένες με κόμματα, κατά όνομα κατηγορίας"
1823
-
1824
- #: wptouch-pro-3/themes/foundation/root-functions.php:320
1825
- msgid "Excluded tags"
1826
- msgstr "Αποκλεισμένες ετικέτες"
1827
-
1828
- #: wptouch-pro-3/themes/foundation/root-functions.php:321
1829
- msgid "Comma separated by tag name"
1830
- msgstr "Διαχωρισμένες με κόμμα, κατά όνομα ετικέτας"
1831
-
1832
- #: wptouch-pro-3/themes/foundation/root-functions.php:331
1833
- msgid "Blog"
1834
- msgstr "Ιστολόγιο"
1835
-
1836
- #: wptouch-pro-3/themes/foundation/root-functions.php:342
1837
- msgid "Show comments on pages"
1838
- msgstr "Εμφάνιση σχολίων στις σελίδες"
1839
-
1840
- #: wptouch-pro-3/themes/foundation/root-functions.php:343
1841
- msgid "Overrides the WordPress settings for showing comments on pages."
1842
- msgstr "Παράκαμψη των ρυθμίσεων WordPress για την εμφάνιση σχολίων στις σελίδες."
1843
-
1844
- #: wptouch-pro-3/themes/foundation/root-functions.php:353
1845
- #: wptouch-pro-3/themes/foundation/root-functions.php:1024
1846
- msgid "Pages"
1847
- msgstr "Σελίδες"
1848
-
1849
- #: wptouch-pro-3/themes/foundation/root-functions.php:366
1850
- msgid "Icon Title"
1851
- msgstr "Τίτλος εικονιδίου"
1852
-
1853
- #: wptouch-pro-3/themes/foundation/root-functions.php:372
1854
- msgid "Icon title"
1855
- msgstr "Τίτλος εικονιδίου"
1856
-
1857
- #: wptouch-pro-3/themes/foundation/root-functions.php:373
1858
- msgid "When visitors bookmark your website, this will be the title shown."
1859
- msgstr "Όταν οι επισκέπτες προσθέτουν τον ιστότοπό σας στους σελιδοδείκτες τους, θα εμφανίζεται αυτός ο τίτλος."
1860
-
1861
- #: wptouch-pro-3/themes/foundation/root-functions.php:384
1862
- msgid "Android"
1863
- msgstr "Android"
1864
-
1865
- #: wptouch-pro-3/themes/foundation/root-functions.php:402
1866
- msgid "iPhone & iPod touch"
1867
- msgstr "iPhone & iPod touch"
1868
-
1869
- #: wptouch-pro-3/themes/foundation/root-functions.php:438
1870
- msgid "Theme Colors"
1871
- msgstr "Χρώματα θέματος"
1872
-
1873
- #: wptouch-pro-3/themes/foundation/root-functions.php:448
1874
- msgid "Site Logo"
1875
- msgstr "Λογότυπο ιστότοπου"
1876
-
1877
- #: wptouch-pro-3/themes/foundation/root-functions.php:454
1878
- msgid "(Scaled by themes to fit logo areas as needed)"
1879
- msgstr "(Με προσαρμογή κατά θέματα ώστε να χωράνε σε περιοχές με λογότυπα όταν χρειάζεται)"
1880
-
1881
- #: wptouch-pro-3/themes/foundation/root-functions.php:467
1882
- msgid "Smart App Banner"
1883
- msgstr "Έξυπνο πανό εφαρμογής"
1884
-
1885
- #: wptouch-pro-3/themes/foundation/root-functions.php:473
1886
- msgid "Enter your app's %sApp Store ID%s"
1887
- msgstr "Δώστε το %sApp Store ID%s της εφαρμογής σας"
1888
-
1889
- #: wptouch-pro-3/themes/foundation/root-functions.php:474
1890
- 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."
1891
- msgstr "Το μοναδικό αναγνωριστικό (ID) της εφαρμογής σας. Βρείτε το ID από το iTunes Link Maker: αναζητήστε την εφαρμογή σας. Στον σύνδεσμο που σας δίνεται, το ID είναι ο εννιαψήφιος αριθμός ανάμεσα στο id και το ?mt. Για παράδειγμα το ID της εφαρμογής Angry Birds's είναι 343200656."
1892
-
1893
- #: wptouch-pro-3/themes/foundation/root-functions.php:486
1894
- msgid "Theme Footer"
1895
- msgstr "Υποσέλιδο θέματος"
1896
-
1897
- #: wptouch-pro-3/themes/foundation/root-functions.php:489
1898
- msgid "Custom footer content (HTML is allowed)"
1899
- msgstr "Ειδικό περιεχόμενο υποσέλιδου (επιτρέπεται HTML)"
1900
-
1901
- #: wptouch-pro-3/themes/foundation/root-functions.php:489
1902
- msgid "You can add custom footer content that will be displayed below the switch link."
1903
- msgstr "Μπορείτε να προσθέτετε προσαρμοσμένο περιεχόμενου υποσέλιδου, το οποίο θα εμφανίζεται κάτω από τον σύνδεσμο εναλλαγής."
1904
-
1905
- #: wptouch-pro-3/themes/foundation/root-functions.php:854
1906
- msgid "search results for '%s'"
1907
- msgstr "αποτελέσματα αναζήτησης για '%s'"
1908
-
1909
- #: wptouch-pro-3/themes/foundation/root-functions.php:856
1910
- msgid "%sCategories &rsaquo;%s %s"
1911
- msgstr "%sΚατηγορίες &rsaquo;%s %s"
1912
-
1913
- #: wptouch-pro-3/themes/foundation/root-functions.php:858
1914
- msgid "Tags &rsaquo; %s"
1915
- msgstr "Ετικέτες &rsaquo; %s"
1916
-
1917
- #: wptouch-pro-3/themes/foundation/root-functions.php:860
1918
- #: wptouch-pro-3/themes/foundation/root-functions.php:862
1919
- #: wptouch-pro-3/themes/foundation/root-functions.php:864
1920
- msgid "Archives &rsaquo; %s"
1921
- msgstr "Αρχείο καταχωρήσεων &rsaquo; %s"
1922
-
1923
- #: wptouch-pro-3/themes/foundation/root-functions.php:879
1924
- msgid "Load more from this category"
1925
- msgstr "Φόρτωση περισσότερων από αυτήν την κατηγορία"
1926
-
1927
- #: wptouch-pro-3/themes/foundation/root-functions.php:881
1928
- msgid "Load more tagged like this"
1929
- msgstr "Φόρτωση περισσότερων με παρόμοιες ετικέτες"
1930
-
1931
- #: wptouch-pro-3/themes/foundation/root-functions.php:883
1932
- msgid "Load more from this day"
1933
- msgstr "Φόρτωση περισσότερων από αυτήν την ημέρα"
1934
-
1935
- #: wptouch-pro-3/themes/foundation/root-functions.php:885
1936
- msgid "Load more from this month"
1937
- msgstr "Φόρτωση περισσότερων από αυτόν το μήνα"
1938
-
1939
- #: wptouch-pro-3/themes/foundation/root-functions.php:887
1940
- msgid "Load more from this year"
1941
- msgstr "Φόρτωση περισσότερων από αυτό το έτος"
1942
-
1943
- #: wptouch-pro-3/themes/foundation/root-functions.php:889
1944
- msgid "Load more in this section"
1945
- msgstr "Φόρτωση περισσότερων σε αυτό το τμήμα"
1946
-
1947
- #: wptouch-pro-3/themes/foundation/root-functions.php:891
1948
- msgid "Load more entries"
1949
- msgstr "Φόρτωση περισσότερων καταχωρήσεων"
1950
-
1951
- #: wptouch-pro-3/themes/foundation/root-functions.php:973
1952
- msgid "Post"
1953
- msgstr "Άρθρο"
1954
-
1955
- #: wptouch-pro-3/themes/foundation/root-functions.php:975
1956
- msgid "Page"
1957
- msgstr "Σελίδα"
1958
-
1959
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:63
1960
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:225
1961
- msgid "Purge Page Cache"
1962
- msgstr "Εκκαθάριση Cache Σελίδας"
1963
-
1964
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:123
1965
- msgid "Enable Infinity Cache"
1966
- msgstr "Ενεργοποίηση Infinity Cache"
1967
-
1968
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:131
1969
- msgid "Create cache for desktop users"
1970
- msgstr "Δημιουργία προσωρινής μνήμης για χρήστες υπολογιστών"
1971
-
1972
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:132
1973
- msgid "If you are using another cache plugin such as W3, you can disable this."
1974
- msgstr "Αν χρησιμοποιείτε κάποια άλλη προσθήκη προσωρινής μνήμης όπως τη W3, μπορείτε να απενεργοποιήσετε την τρέχουσα."
1975
-
1976
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:153
1977
- msgid "Compress output using GZIP"
1978
- msgstr "Συμπίεση εξαγωμένων με GZIP"
1979
-
1980
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:163
1981
- msgid "Maximum age of cached content"
1982
- msgstr "Μέγιστη ηλικία προσωρινά αποθηκευμένου περιεχόμενου"
1983
-
1984
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:164
1985
- msgid "Each cached page will automatically be regenerated after this period elapses"
1986
- msgstr "Κάθε προσωρινά αποθηκευμένη σελίδα θα αναδημιουργείται αυτόματα με το πέρας αυτής της περιόδου"
1987
-
1988
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:168
1989
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:169
1990
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:170
1991
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:171
1992
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:172
1993
- msgid "%d hour"
1994
- msgid_plural "%d hours"
1995
- msgstr[0] "%d ώρα"
1996
- msgstr[1] "%d ώρες"
1997
-
1998
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:179
1999
- msgid "Remove stale cache file interval"
2000
- msgstr "Αφαίρεση διαστήματος προσωρινής αποθήκευσης μη ενημερωμένου αρχείου"
2001
-
2002
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:184
2003
- msgid "Hourly"
2004
- msgstr "Ωριαία"
2005
-
2006
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:185
2007
- msgid "Daily"
2008
- msgstr "Ημερήσια"
2009
-
2010
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:192
2011
- msgid "Disable caching for any of these matched URL fragments"
2012
- msgstr "Απενεργοποίηση προσωρινής αποθήκευσης για οποιοδήποτε από τα εξής αντιστοιχισμένα τμήματα URL"
2013
-
2014
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:193
2015
- msgid "Add one URL fragment per line, i.e. %s, to not cache pages that contain each URL fragment"
2016
- msgstr "Προσθέστε ένα τμήμα URL ανά γραμμή, δηλαδή %s, ώστε να μη γίνει προσωρινή αποθήκευση των σελίδων που περιέχουν το κάθε τμήμα URL"
2017
-
2018
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:201
2019
- msgid "Content Distribution Network Service"
2020
- msgstr "Υπηρεσία Δικτύου Διανομής Περιεχομένου"
2021
-
2022
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:202
2023
- msgid "Using a content distribution network (CDN) can significantly enhance the responsiveness of your website."
2024
- msgstr "Η χρήση ενός δικτύου διανομής περιεχομένου (CDN) μπορεί να βελτιώσει αισθητά την ανταπόκριση του ιστότοπού σας."
2025
-
2026
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:215
2027
- msgid "URL %d"
2028
- msgstr "Διεύθυνση URL %d"
2029
-
2030
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:216
2031
- msgid "Add the URLs you have configured for your CDN, for example http://cdn%d.mysite.com"
2032
- msgstr "Προσθέστε τις διευθύνσης URL που έχετε ρυθμίσει για το CDN σας, για παράδειγμα http://cdn%d.mysite.com"
2033
-
2034
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:233
2035
- msgid "Infinity Cache"
2036
- msgstr "Infinity Cache"
2037
-
2038
- #: wptouch-pro-3-extras/extensions/mobile-content/mobile-content.php:20
2039
- msgid "WPtouch Alternate Mobile Content"
2040
- msgstr "Εναλλακτικό Περιεχόμενο Κινητών Συσκευών WPtouch"
2041
-
2042
- #: wptouch-pro-3-extras/extensions/mobile-content/mobile-content.php:38
2043
- msgid "Mobile Content"
2044
- msgstr "Περιεχόμενο για κινητές συσκευές"
2045
-
2046
- #: wptouch-pro-3-extras/extensions/mobile-content/mobile-content.php:44
2047
- msgid "Enable mobile content display"
2048
- msgstr "Ενεργοποίηση προβολής περιεχομένου για κινητες συσκευές"
2049
-
2050
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:92
2051
- msgid "Responsive Images"
2052
- msgstr "Ανταποκρινόμενες εικόνες"
2053
-
2054
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:98
2055
- msgid "Include desktop optimizations for mobile devices"
2056
- msgstr "Να περιλαμβάνονται βελτιστοποιήσεις επιφάνειας εργασίας για κινητές συσκευές"
2057
-
2058
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:99
2059
- msgid "Normally only images on mobile are optimized"
2060
- msgstr "Κανονικά βελτιστοποιούνται μόνο εικόνες για κινητές συσκευές"
2061
-
2062
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:106
2063
- msgid "Performance preference"
2064
- msgstr "Προτίμηση επιδόσεων"
2065
-
2066
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:111
2067
- msgid "Optimize for page speed"
2068
- msgstr "Βελτιστοποίηση για ταχύτητα σελίδας"
2069
-
2070
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:112
2071
- msgid "Optimize for quality"
2072
- msgstr "Βελτιστοποίηση για ποιότητα"
2073
-
2074
- #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:21
2075
- #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:24
2076
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:76
2077
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:84
2078
- #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:24
2079
- msgid "Search this website"
2080
- msgstr "Αναζήτηση σε αυτόν τον ιστότοπο"
2081
-
2082
- #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:22
2083
- #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:14
2084
- #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:25
2085
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:46
2086
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:78
2087
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:42
2088
- #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:14
2089
- #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:25
2090
- msgid "Search"
2091
- msgstr "Αναζήτηση"
2092
-
2093
- #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:40
2094
- #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:42
2095
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:53
2096
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:51
2097
- #: wptouch-pro-3-extras/themes/simple/default/header-bottom.php:24
2098
- msgid "Logout"
2099
- msgstr "Αποσύνδεση"
2100
-
2101
- #: wptouch-pro-3-extras/themes/bauhaus/default/post-loop.php:19
2102
- #: wptouch-pro-3-extras/themes/bio/default/post-loop.php:19
2103
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:24
2104
- msgid "by"
2105
- msgstr "από"
2106
-
2107
- #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:14
2108
- msgid "Show %s Results"
2109
- msgstr "Εμφάνιση %s αποτελεσμάτων"
2110
-
2111
- #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:38
2112
- msgid "No results found"
2113
- msgstr "Δεν βρέθηκαν αποτελέσματα"
2114
-
2115
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:25
2116
- msgid "no comments"
2117
- msgstr "δεν υπαρχουν σχόλια"
2118
-
2119
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:25
2120
- msgid "1 comment"
2121
- msgstr "1 σχόλιο"
2122
-
2123
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:25
2124
- msgid "% comments"
2125
- msgstr "% σχόλια"
2126
-
2127
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:44
2128
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:35
2129
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:61
2130
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:39
2131
- msgid "Categories"
2132
- msgstr "Κατηγορίες"
2133
-
2134
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:47
2135
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:39
2136
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:68
2137
- msgid "Tags"
2138
- msgstr "Ετικέτες"
2139
-
2140
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:118
2141
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:97
2142
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:72
2143
- msgid "Header Menu"
2144
- msgstr "Μενού κεφαλίδας"
2145
-
2146
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:120
2147
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:89
2148
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:99
2149
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:116
2150
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:125
2151
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:74
2152
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:77
2153
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:60
2154
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:71
2155
- msgid "Choose a menu"
2156
- msgstr "Επιλέξτε μενού"
2157
-
2158
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:121
2159
- msgid "Main menu selection"
2160
- msgstr "Επιλογή κεντρικού μενού"
2161
-
2162
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:128
2163
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:97
2164
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:107
2165
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:132
2166
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:85
2167
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:79
2168
- msgid "Theme background"
2169
- msgstr "Φόντο θέματος"
2170
-
2171
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:129
2172
- msgid "Header & Menu"
2173
- msgstr "Κεφαλίδα & Μενού"
2174
-
2175
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:130
2176
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:98
2177
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:108
2178
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:133
2179
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:84
2180
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:86
2181
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:80
2182
- msgid "Links"
2183
- msgstr "Σύνδεσμοι"
2184
-
2185
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:131
2186
- msgid "Post/Page Headers"
2187
- msgstr "Κεφαλίδες Άρθρων/Σελίδων"
2188
-
2189
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:232
2190
- msgid "Theme Shapes"
2191
- msgstr "Σχήματα θέματος"
2192
-
2193
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:238
2194
- msgid "Theme shape style"
2195
- msgstr "Στυλ σχήματος θέματος"
2196
-
2197
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:239
2198
- msgid "Bauhaus will use this shape style throughout its appearance"
2199
- msgstr "Το Bauhaus θα χρησιμοποιεί αυτό το στυλ σχήματος σε όλη του την εμφάνιση"
2200
-
2201
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:243
2202
- msgid "Circles"
2203
- msgstr "Κύκλοι"
2204
-
2205
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:245
2206
- msgid "Rounded squares"
2207
- msgstr "Στρογγυλεμένα τετράγωνα"
2208
-
2209
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:264
2210
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:131
2211
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:238
2212
- msgid "Post thumbnails"
2213
- msgstr "Μικρογραφίες άρθρων"
2214
-
2215
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:269
2216
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:136
2217
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:243
2218
- msgid "No thumbnails"
2219
- msgstr "Χωρίς στιγμιότυπα οθόνης"
2220
-
2221
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:270
2222
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:137
2223
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:244
2224
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:230
2225
- msgid "Blog listing only"
2226
- msgstr "Μόνο καταχώρηση ιστολογίων"
2227
-
2228
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:271
2229
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:138
2230
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:245
2231
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:231
2232
- msgid "Blog listing, single posts"
2233
- msgstr "Καταχώρηση ιστολογίων, μονά άρθρα"
2234
-
2235
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:272
2236
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:139
2237
- msgid "Blog listing, single posts & pages"
2238
- msgstr "Καταχωρήση ιστολογίων, μονά άρθρα & σελίδες"
2239
-
2240
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:273
2241
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:140
2242
- msgid "All (blog, single, pages, search & archive)"
2243
- msgstr "Όλα (ιστολόγια, μονά, σελίδες, αναζήτηση & αρχείο καταχωρήσεων)"
2244
-
2245
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:281
2246
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:148
2247
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:254
2248
- msgid "Thumbnail Selection"
2249
- msgstr "Επιλογή μικρογραφίας"
2250
-
2251
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:286
2252
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:153
2253
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:259
2254
- msgid "Post featured image"
2255
- msgstr "Εικόνα προβεβλημένη σε άρθρο"
2256
-
2257
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:287
2258
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:154
2259
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:260
2260
- msgid "Post custom field"
2261
- msgstr "Προσαρμοσμένο πεδίο άρθρου"
2262
-
2263
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:295
2264
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:162
2265
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:268
2266
- msgid "Thumbnail custom field name"
2267
- msgstr "Όνομα προσαρμοσμένου πεδίου μικρογραφίας"
2268
-
2269
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:306
2270
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:301
2271
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:262
2272
- msgid "Show post categories and tags"
2273
- msgstr "Εμφάνιση κατηγοριών και ετικετών άρθρων"
2274
-
2275
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:317
2276
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:173
2277
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:279
2278
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:240
2279
- msgid "Show post date"
2280
- msgstr "Εμφάνιση ημερομηνίας άρθρου"
2281
-
2282
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:328
2283
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:184
2284
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:290
2285
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:251
2286
- msgid "Show post author"
2287
- msgstr "Εμφάνιση συγγραφέα άρθρου"
2288
-
2289
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:339
2290
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:195
2291
- msgid "Show search in header"
2292
- msgstr "Εμφάνιση αναζήτησης στην κεφαλίδα"
2293
-
2294
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:340
2295
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:196
2296
- msgid "Adds Search capability in the site header."
2297
- msgstr "Προσθέτει δυνατότητα Αναζήτησης στην κεφαλίδα του ιστότοπου."
2298
-
2299
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:350
2300
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:206
2301
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:312
2302
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:285
2303
- msgid "Use infinite scrolling for blog"
2304
- msgstr "Χρήση απεριόριστης κύλισης στο ιστολόγιο"
2305
-
2306
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:367
2307
- msgid "Show featured slider on front page"
2308
- msgstr "Εμφανίζει το προβεβλημένο ρυθμιστικό στο εμπροσθόφυλλο"
2309
-
2310
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:87
2311
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:75
2312
- msgid "Primary Menu"
2313
- msgstr "Κύριο μενού"
2314
-
2315
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:90
2316
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:78
2317
- msgid "Menus are awesome!"
2318
- msgstr "Τα μενού είναι άπαιχτα!"
2319
-
2320
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:43
2321
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:88
2322
- msgid "Tweets"
2323
- msgstr "Tweets"
2324
-
2325
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:92
2326
- msgid "Follow %s on Twitter"
2327
- msgstr "Ακολουθήστε το %s στο Twitter"
2328
-
2329
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:56
2330
- msgid "Read This Post"
2331
- msgstr "Διαβάστε αυτό το άρθρο"
2332
-
2333
- #: wptouch-pro-3-extras/themes/classic-redux/default/single.php:16
2334
- msgid "%s at %s"
2335
- msgstr "%s στις %s"
2336
-
2337
- #: wptouch-pro-3-extras/themes/classic-redux/default/single.php:18
2338
- #: wptouch-pro-3-extras/themes/hammock/default/single.php:21
2339
- msgid "Written by %s"
2340
- msgstr "Γραμμένο από %s"
2341
-
2342
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:6
2343
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:357
2344
- msgid "Tablets"
2345
- msgstr "Tablets"
2346
-
2347
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:106
2348
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:131
2349
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:78
2350
- msgid "Header background"
2351
- msgstr "Φόντο κεφαλίδας"
2352
-
2353
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:246
2354
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:232
2355
- msgid "All (blog, single, search and archive)"
2356
- msgstr "Όλα (ιστολόγια, μονά, αναζήτηση και αρχείο καταχωρήσεων)"
2357
-
2358
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:323
2359
- msgid "Use rounded corners"
2360
- msgstr "Χρήση στρογγυλεμένων γωνιών"
2361
-
2362
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:341
2363
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:302
2364
- msgid "Show page title areas on pages"
2365
- msgstr "Εμφάνιση περιοχών τίτλου σελίδας στις σελίδες"
2366
-
2367
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:363
2368
- msgid "Add tablet support"
2369
- msgstr "Προσθήκη υποστήριξης tablet"
2370
-
2371
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:375
2372
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:335
2373
- msgid "Header Menu Area"
2374
- msgstr "Περιοχή μενού κεφαλίδας"
2375
-
2376
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:381
2377
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:341
2378
- msgid "Drop-down button says \"Menu\""
2379
- msgstr "To αναπτυσσόμενο κουμπί γράφει \"Μενού\""
2380
-
2381
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:389
2382
- msgid "Show tab bar"
2383
- msgstr "Εμφάνιση γραμμής καρτελών"
2384
-
2385
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:397
2386
- msgid "Tab-bar shows categories or tags"
2387
- msgstr "Η γραμμή καρτελών δείχνει κατηγορίες ή ετικέτες"
2388
-
2389
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:402
2390
- msgid "Categories and tags"
2391
- msgstr "Κατηγορίες και ετικέτες"
2392
-
2393
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:403
2394
- msgid "Categories only"
2395
- msgstr "Μόνο κατηγορίες"
2396
-
2397
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:404
2398
- msgid "Tags only"
2399
- msgstr "Μόνο ετικέτες"
2400
-
2401
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:405
2402
- msgid "No categories or tags"
2403
- msgstr "Ούτε κατηγορίες, ούτε ετικέτες"
2404
-
2405
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:411
2406
- msgid "Max categories / tags"
2407
- msgstr "Μέγιστος αριθμός κατηγοριών / ετικετών"
2408
-
2409
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:429
2410
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:242
2411
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:275
2412
- msgid "CSS Effects"
2413
- msgstr "Εφέ CSS"
2414
-
2415
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:435
2416
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:248
2417
- msgid "Add a noise effect to the header and theme background"
2418
- msgstr "Προσθήκη εφέ θορύβου στην κεφαλίδα και στο φόντο θέματος"
2419
-
2420
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:436
2421
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:249
2422
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:282
2423
- msgid "Will apply the effect overtop of any background image you upload."
2424
- msgstr "Το εφέ θα εφαρμοστεί πάνω από οποιαδήποτε εικόνα φόντου ανεβάσετε."
2425
-
2426
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:14
2427
- msgid "menu"
2428
- msgstr "μενού"
2429
-
2430
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:21
2431
- msgid "login"
2432
- msgstr "σύνδεση"
2433
-
2434
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:25
2435
- msgid "logout"
2436
- msgstr "Αποσύνδεση"
2437
-
2438
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:38
2439
- #: wptouch-pro-3-extras/themes/simple/default/footer-top.php:3
2440
- msgid "search this website"
2441
- msgstr "αναζήτηση σε αυτόν τον ιστότοπο"
2442
-
2443
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:39
2444
- #: wptouch-pro-3-extras/themes/simple/default/footer-top.php:5
2445
- msgid "search"
2446
- msgstr "αναζήτηση"
2447
-
2448
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:49
2449
- msgid "Alt Menu"
2450
- msgstr "Εναλλ/κό μενού"
2451
-
2452
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:114
2453
- msgid "Main Menu"
2454
- msgstr "Κεντρικό μενού"
2455
-
2456
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:123
2457
- msgid "Alternate Menu"
2458
- msgstr "Εναλλακτικό μενού"
2459
-
2460
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:171
2461
- msgid "Show titles on pages"
2462
- msgstr "Εμφανίζει τίτλους στις σελίδες"
2463
-
2464
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:186
2465
- msgid "Category Slider"
2466
- msgstr "Ρυθμιστικό κατηγορίας"
2467
-
2468
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:192
2469
- msgid "Enable category slider"
2470
- msgstr "Ενεργοποίηση ρυθμιστικού κατηγορίας"
2471
-
2472
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:205
2473
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:256
2474
- msgid "Tiled Background Image"
2475
- msgstr "Εικόνα φόντου σε παράθεση"
2476
-
2477
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:211
2478
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:262
2479
- msgid "(Scaled for retina displays)"
2480
- msgstr "(Με προσαρμογή για οθόνες retina)"
2481
-
2482
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:223
2483
- msgid "Alternate Menu Title"
2484
- msgstr "Εναλλακτικός τίτλος μενού"
2485
-
2486
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:229
2487
- msgid "Alternate menu title (if used)"
2488
- msgstr "Εναλλακτικός τίτλος μενού (αν χρησιμοποιείται)"
2489
-
2490
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:230
2491
- msgid "If you use a second menu in CMS, this text will be used for the drop-down button title."
2492
- msgstr "Αν χρησιμοποιείτε δεύτερο μενού σε CMS, αυτό το κείμενο θα χρησιμοποιείται στον τίτλο του αναπτυσσόμενου κουμπιού."
2493
-
2494
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:260
2495
- msgid "Static Front Page"
2496
- msgstr "Στατικό εμπροσθόφυλλο"
2497
-
2498
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:266
2499
- msgid "Static front page alternate content"
2500
- msgstr "Εναλλακτικό περιεχόμενο στατικού εμπροσθόφυλλου"
2501
-
2502
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:267
2503
- msgid "Shows after the featured slider (if enabled), and replaces your Static Front Page content. HTML allowed."
2504
- msgstr "Εμφανίζεται μετά το προβεβλημένο ρυθμιστικό (αν έχει ενεργοποιηθεί) και αντικαθιστά το περιεχόμενο Στατικού Εμπροσθόφυλλου. Επιτρέπεται HTML."
2505
-
2506
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:34
2507
- msgid "Recent"
2508
- msgstr "Πρόσφατα"
2509
-
2510
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:44
2511
- msgid "Size"
2512
- msgstr "Μέγεθος"
2513
-
2514
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:86
2515
- msgid "Go"
2516
- msgstr "Μετάβαση"
2517
-
2518
- #: wptouch-pro-3-extras/themes/hammock/default/page-content.php:24
2519
- #: wptouch-pro-3-extras/themes/hammock/default/single.php:48
2520
- msgid "Comment on this post"
2521
- msgstr "Σχολιάστε το άρθρο"
2522
-
2523
- #: wptouch-pro-3-extras/themes/hammock/default/page-content.php:26
2524
- #: wptouch-pro-3-extras/themes/hammock/default/single.php:50
2525
- msgid "View Discussion"
2526
- msgstr "Προβολή συζήτησης"
2527
-
2528
- #: wptouch-pro-3-extras/themes/hammock/default/single.php:25
2529
- msgid "%s"
2530
- msgstr "%s"
2531
-
2532
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:81
2533
- msgid "Site name"
2534
- msgstr "Όνομα ιστότοπου"
2535
-
2536
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:83
2537
- msgid "Content background"
2538
- msgstr "Φόντο περιεχομένου"
2539
-
2540
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:224
2541
- msgid "Display featured image"
2542
- msgstr "Να εμφανίζεται η προβεβλημένη εικόνα"
2543
-
2544
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:229
2545
- msgid "Do not display featured image"
2546
- msgstr "Να μην εμφανίζεται η προβεβλημένη εικόνα"
2547
-
2548
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:274
2549
- msgid "Show post excerpts in listings"
2550
- msgstr "Εμφάνιση αποσπασμάτων σε καταχωρήσεις"
2551
-
2552
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:350
2553
- msgid "Show category list in menu"
2554
- msgstr "Εμφάνιση λίστας κατηγοριών στο μενού"
2555
-
2556
- #: wptouch-pro-3-extras/themes/simple/default/front-page.php:14
2557
- msgid "Call Us"
2558
- msgstr "Καλέστε μας"
2559
-
2560
- #: wptouch-pro-3-extras/themes/simple/default/front-page.php:20
2561
- msgid "Our Location"
2562
- msgstr "Η τοποθεσία μας"
2563
-
2564
- #: wptouch-pro-3-extras/themes/simple/default/header-bottom.php:15
2565
- msgid "Toggle Menu"
2566
- msgstr "Εμφάνιση μενού"
2567
-
2568
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:58
2569
- msgid "Site Menu (Pulldown)"
2570
- msgstr "Μενού ιστότοπου (αναπτυσσόμενο)"
2571
-
2572
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:61
2573
- msgid "Pull-down menu at top of pages"
2574
- msgstr "Αναπτυσσόμενο μενού στο πάνω μέρος των σελίδων"
2575
-
2576
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:69
2577
- msgid "Front Page Menu"
2578
- msgstr "Μενού εμπροσθόφυλλου"
2579
-
2580
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:72
2581
- msgid "Displayed below front page menu and content"
2582
- msgstr "Εμφανίζεται κάτω από το μενού και το περιεχόμενο του εμπροσθόφυλλου"
2583
-
2584
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:185
2585
- msgid "Enable search on blog pages"
2586
- msgstr "Ενεργοποίηση αναζήτησης σε σελίδες ιστολογίου"
2587
-
2588
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:199
2589
- msgid "Homepage Call Us"
2590
- msgstr "Καλέστε μας στην αρχική σελίδα"
2591
-
2592
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:205
2593
- msgid "Phone number"
2594
- msgstr "Αριθμός τηλεφώνου"
2595
-
2596
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:206
2597
- msgid "Enter a phone number and a homepage menu item for 'call us' will be shown."
2598
- msgstr "Δώστε αριθμό τηλεφώνου και ένα στοιχείο μενού αρχικής σελίδας για να εμφανίζεται το πεδίο 'Καλέστε μας'."
2599
-
2600
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:218
2601
- msgid "Homepage Location"
2602
- msgstr "Τοποθεσία στην αρχική σελίδα"
2603
-
2604
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:224
2605
- msgid "Map address"
2606
- msgstr "Διεύθυνση στο χάρτη"
2607
-
2608
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:225
2609
- msgid "Enter an address and a homepage menu item for 'Our Location' will be shown."
2610
- msgstr "Δώστε διεύθυνση και ένα στοιχείο μενού αρχικής σελίδας για να εμφανίζεται το πεδίο 'Η τοποθεσία μας'."
2611
-
2612
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:237
2613
- msgid "Front Page Content"
2614
- msgstr "Περιεχόμενο εμπροσθόφυλλου"
2615
-
2616
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:243
2617
- msgid "Front page alternate content"
2618
- msgstr "Εναλλακτικό περιεχόμενο εμπροσθόφυλλου"
2619
-
2620
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:244
2621
- msgid "Shows above the front page menu (if enabled), HTML allowed."
2622
- msgstr "Εμφανίζεται πάνω από το μενού εμπροσθοφύλλου (αν έχει ενεργοποιηθεί), επιτρέπεται HTML."
2623
-
2624
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:281
2625
- msgid "Add a light noise effect to the drop-down menu and theme background"
2626
- msgstr "Προσθήκη εφέ ελαφρύ ήχου στο αναπτυσσόμενο μενού και στο φόντο θέματος."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/wptouch-pro-es.mo DELETED
Binary file
lang/wptouch-pro-es.po DELETED
@@ -1,3303 +0,0 @@
1
- # Copyright (C) 2013
2
- # This file is distributed under the same license as the package.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: WPtouch Pro 3\n"
6
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/combined\n"
7
- "POT-Creation-Date: 2013-11-26 12:08:18+00:00\n"
8
- "PO-Revision-Date: 2013-11-27 10:52-0300\n"
9
- "Last-Translator: \n"
10
- "Language-Team: LANGUAGE <LL@li.org>\n"
11
- "MIME-Version: 1.0\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
- "Content-Transfer-Encoding: 8bit\n"
14
- "X-Generator: Poedit 1.5.7\n"
15
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
-
18
- #: wptouch-pro-3/admin/html/help.php:1
19
- msgid "WPtouch Pro Help & Account Links"
20
- msgstr "Enlaces de ayuda y Cuenta de WPtouch Pro"
21
-
22
- #: wptouch-pro-3/admin/html/help.php:3
23
- msgid "Support Forums"
24
- msgstr "Foros de ayuda"
25
-
26
- #: wptouch-pro-3/admin/html/help.php:4
27
- msgid "Documentation"
28
- msgstr "Documentación"
29
-
30
- #: wptouch-pro-3/admin/html/help.php:5
31
- msgid "Account & Downloads"
32
- msgstr "Cuenta y Descargas"
33
-
34
- #: wptouch-pro-3/admin/html/help.php:6
35
- msgid "BraveNewCode on Twitter"
36
- msgstr "BraveNewCode en Twitter"
37
-
38
- #: wptouch-pro-3/admin/html/help.php:7
39
- msgid "Plugin Licensing Terms"
40
- msgstr "Términos de licencia de plugin"
41
-
42
- #: wptouch-pro-3/admin/html/notification-center.php:5
43
- msgid "Notifications"
44
- msgstr "Notificaciones"
45
-
46
- #: wptouch-pro-3/admin/html/notification-content.php:20
47
- msgid "No notifications"
48
- msgstr "No hay notificaciones"
49
-
50
- #: wptouch-pro-3/admin/html/plugin-area.php:7
51
- msgid ""
52
- "This copy of WPtouch Pro is unlicensed! Please %sactivate your license%s, or "
53
- "%spurchase a license%s to enable automatic updates and full product support "
54
- "from us!"
55
- msgstr ""
56
- "¡Esta copia de WPtouch Pro no está licenciada! Por favor, %sactive su "
57
- "licencia%s, o %scompre una licencia%s para permitir actualizaciones "
58
- "automáticas y soporte total de producto."
59
-
60
- #: wptouch-pro-3/admin/html/plugin-area.php:9
61
- msgid ""
62
- "This copy of WPtouch Pro is unlicensed! Please contact the site "
63
- "administrator regarding product licensing."
64
- msgstr ""
65
- "¡Esta copia de WPtouch Pro no está licenciada! Por favor, contacte al "
66
- "administrador del sitio para saber más sobre las licencias del producto."
67
-
68
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:9
69
- msgid "License Details"
70
- msgstr "Detalles de la licencia"
71
-
72
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:11
73
- msgid "Note"
74
- msgstr "Nota"
75
-
76
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:12
77
- msgid "Once you activate, this page will be hidden."
78
- msgstr ""
79
- "Una vez que esté hecha la activación, esta página de WPtouch Pro quedará "
80
- "oculta."
81
-
82
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:15
83
- msgid "It will only reappear if you reset your WPtouch Pro settings."
84
- msgstr ""
85
- "Sólo volverá a aparecer si se restablecen las configuraciones de WPtouch Pro."
86
-
87
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:18
88
- msgid "Account E-Mail Address"
89
- msgstr "Dirección de correo electrónico de la cuenta"
90
-
91
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:20
92
- msgid "Product License Key"
93
- msgstr "Llave de licencia del producto"
94
-
95
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:23
96
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:14
97
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:71
98
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:109
99
- msgid "Activate"
100
- msgstr "Activar"
101
-
102
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:33
103
- msgid "Success."
104
- msgstr "Éxito."
105
-
106
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:34
107
- msgid "Activation Complete. Enjoy WPtouch Pro!"
108
- msgstr "Activación completa. ¡Disfrute de WPtouch Pro!"
109
-
110
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:38
111
- msgid "E-mail address or license key rejected"
112
- msgstr "Dirección de correo electrónico o llave de licencia rechazada"
113
-
114
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:39
115
- msgid ""
116
- "The bravenewcode.com server rejected your E-Mail address and/or License Key. "
117
- "Please check they are correct and try again."
118
- msgstr ""
119
- "El servidor bravenewcode.com ha rechazado su dirección de correo electrónico "
120
- "y/o llave de licencia. Por favor, revise si los datos están correctos e "
121
- "intente nuevamente."
122
-
123
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:43
124
- msgid "No licenses remaining."
125
- msgstr "No quedan más licencias."
126
-
127
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:44
128
- msgid "You have used all your activations. What do you want to do?"
129
- msgstr "Usted ha utilizado todas sus activaciones. ¿Qué desea hacer?"
130
-
131
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:45
132
- msgid "Upgrade My License"
133
- msgstr "Hacer upgrade de mi licencia"
134
-
135
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:46
136
- msgid "Contact support for assistance"
137
- msgstr "Póngase en contacto con el soporte técnico para obtener ayuda"
138
-
139
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:50
140
- msgid "The server is unavailable."
141
- msgstr "El servidor está indisponible."
142
-
143
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:51
144
- msgid "The bravenewcode.com server currently cannot authorize your License."
145
- msgstr ""
146
- "El servidor bravenewcode.com no puede autorizar su licencia en este momento."
147
-
148
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:52
149
- msgid "Please %scontact us%s and let us know about it."
150
- msgstr "Por favor, %scontáctenos%s para avisarnos sobre el problema."
151
-
152
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:3
153
- #: wptouch-pro-3/themes/foundation/root-functions.php:10
154
- msgid "General"
155
- msgstr "General"
156
-
157
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:4
158
- msgid "Compatibility"
159
- msgstr "Compatibilidad"
160
-
161
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:10
162
- msgid "Auto-detect"
163
- msgstr "Detección automática"
164
-
165
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:45
166
- msgid "Site Title & Byline"
167
- msgstr "Título del sitio y firma"
168
-
169
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:51
170
- msgid "WPtouch Pro site title"
171
- msgstr "Título del sitio WPtouch Pro"
172
-
173
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:52
174
- msgid ""
175
- "If the title of your site is long, you can shorten it for display within "
176
- "WPtouch Pro themes."
177
- msgstr ""
178
- "Si el título de su sitio es largo, puede acortarlo para mostrarlo en los "
179
- "temas WPtouch Pro."
180
-
181
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:59
182
- msgid "Display %sPowered by WPtouch Pro%s in footer"
183
- msgstr "Mostrar %sCreado con WPtouch Pro%s en el pie"
184
-
185
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:71
186
- msgid "Regionalization"
187
- msgstr "Regionalización"
188
-
189
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:77
190
- msgid "Language"
191
- msgstr "Idioma"
192
-
193
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:78
194
- msgid ""
195
- "The WPtouch Pro admin panel &amp; supported themes will be shown in this "
196
- "locale."
197
- msgstr ""
198
- "El panel de administración de WPtouch Pro y los temas compatibles aparecerán "
199
- "en el idioma elegido."
200
-
201
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:86
202
- msgid "Translate administration panel text"
203
- msgstr "Traducir texto del panel de administración"
204
-
205
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:97
206
- msgid "Display Mode"
207
- msgstr "Modo de visualización"
208
-
209
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:103
210
- msgid "Theme Display"
211
- msgstr "Visualización del tema"
212
-
213
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:108
214
- msgid "Normal (active for all mobile visitors)"
215
- msgstr "Normal (activo para todos los usuarios de dispositivos móviles)"
216
-
217
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:109
218
- msgid "Preview (active only for logged-in site administrators)"
219
- msgstr ""
220
- "Vista previa (activo solamente para administradores del sitio conectados)"
221
-
222
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:110
223
- msgid "Disabled (mobile theme will never show)"
224
- msgstr "Desactivado (no se mostrará el tema móvil)"
225
-
226
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:119
227
- msgid "Landing Page"
228
- msgstr "Página de destino"
229
-
230
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:125
231
- msgid "WPtouch Pro landing page"
232
- msgstr "Página de destino de WPtouch Pro"
233
-
234
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:130
235
- msgid "Default (same as WordPress)"
236
- msgstr "Predeterminada (la misma que en WordPress)"
237
-
238
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:131
239
- msgid "Select from WordPress pages"
240
- msgstr "Seleccionar entre las páginas WordPress"
241
-
242
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:132
243
- msgctxt "Refers to a custom landing page"
244
- msgid "Custom"
245
- msgstr "Personalizada"
246
-
247
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:139
248
- msgid "Custom Slug or URL"
249
- msgstr "Título o URL personalizado"
250
-
251
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:140
252
- msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
253
- msgstr "Ingrese un Título (ej.: \"/home\") o una ruta de URL completa"
254
-
255
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:150
256
- msgid "Desktop / Mobile Switching"
257
- msgstr "Alternar entre Versión de escritorio / Versión móvil"
258
-
259
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:156
260
- msgid "1st time visitors see desktop theme"
261
- msgstr ""
262
- "Se mostrará el tema de escritorio a los usuarios que visiten el sitio por "
263
- "primera vez"
264
-
265
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:157
266
- msgid "Your regular theme will be shown to 1st time mobile visitors."
267
- msgstr ""
268
- "Se mostrará el tema habitual a los usuarios de dispositivos móviles que "
269
- "visiten el sitio por primera vez."
270
-
271
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:164
272
- msgid "Show switch link in mobile view"
273
- msgstr "Mostrar enlace para cambiar en la vista móvil"
274
-
275
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:165
276
- msgid ""
277
- "Will show toggle buttons in the theme's footer allowing users to switch to "
278
- "your desktop theme. Is not shown in Web-App Mode."
279
- msgstr ""
280
- "Mostrará los botones para cambiar en el pie del tema, permitiendo que los "
281
- "usuarios cambien a su tema de escritorio. No se muestra en el modo Web-App."
282
-
283
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:172
284
- msgid "Choose the target for the mobile switch link"
285
- msgstr "Elija el lugar para el enlace para cambiar a tema móvil"
286
-
287
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:177
288
- msgid "Current page"
289
- msgstr "Página actual"
290
-
291
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:178
292
- msgid "Home page"
293
- msgstr "Página principal"
294
-
295
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:184
296
- msgid "Desktop theme switch buttons"
297
- msgstr "Botones de cambio del tema de escritorio"
298
-
299
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:185
300
- msgid ""
301
- "Allows visitors to switch from your desktop theme to your mobile theme. You "
302
- "can also customize the placement of Switch buttons by placing the "
303
- "wptouch_desktop_switch_link() template tag somewhere in your desktop theme."
304
- msgstr ""
305
- "Permite que los visitantes pasen de su tema de escritorio a su tema móvil. "
306
- "Usted también puede personalizar la ubicación de los botones de cambio "
307
- "fijando la etiqueta de plantilla wptouch_desktop_switch_link() en algún "
308
- "lugar de su tema de escritorio."
309
-
310
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:189
311
- msgid "Automatically inserted inline"
312
- msgstr "Línea incorporada insertada automáticamente"
313
-
314
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:190
315
- msgid "Automatically inserted with AJAX (better for caching)"
316
- msgstr ""
317
- "Automáticamente insertada con AJAX (mejor para almacenamiento en caché)"
318
-
319
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:191
320
- msgid "Template tag"
321
- msgstr "Etiqueta de plantilla"
322
-
323
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:200
324
- msgid "Custom Code"
325
- msgstr "Código personalizado"
326
-
327
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:206
328
- msgid "HTML, JavaScript, statistics or custom code"
329
- msgstr "HTML, JavaScript, estadísticas y código personalizado"
330
-
331
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:207
332
- msgid "Enter any custom code here to be output in the theme footer."
333
- msgstr ""
334
- "Ingrese cualquier código personalizado aquí para que sea cargado en el pie "
335
- "del tema."
336
-
337
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:217
338
- msgid "Custom Stylesheet"
339
- msgstr "Hoja de estilo personalizada"
340
-
341
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:223
342
- msgid "URL to a custom CSS file to load"
343
- msgstr "URL a archivo CSS personalizado que debe ser cargado"
344
-
345
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:224
346
- msgid "Useful if you have specific compatibility CSS you need to add."
347
- msgstr "Útil si desea agregar CSS específico de compatibilidad."
348
-
349
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:234
350
- msgid "Shortcodes"
351
- msgstr "Códigos cortos"
352
-
353
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:240
354
- msgid "Remove these shortcodes when WPtouch Pro is active"
355
- msgstr "Elimine estos códigos cortos cuando WPtouch Pro esté activo"
356
-
357
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:241
358
- msgid "Enter a comma separated list of shortcodes to remove."
359
- msgstr ""
360
- "Ingrese una lista separada por comas de códigos cortos que se deben eliminar."
361
-
362
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:251
363
- msgid "Ignored URLs"
364
- msgstr "URLs ignoradas"
365
-
366
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:257
367
- msgid "Do not load WPtouch Pro on these URLs/Pages"
368
- msgstr "No cargar WPtouch Pro en estas URLs/Páginas"
369
-
370
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:258
371
- msgid ""
372
- "Each permalink URL fragment should be on its own line and relative, e.g. \"/"
373
- "about\" or \"/products/store\""
374
- msgstr ""
375
- "Cada fragmento de URL de enlace permanente debe estar en su propia línea y "
376
- "relativa, ej.: \"/about\" o \"/products/store\""
377
-
378
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:268
379
- msgid "Desktop Theme"
380
- msgstr "Tema de escritorio"
381
-
382
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:274
383
- msgid "Try to include desktop theme functions.php file"
384
- msgstr "Intentar incluir el archivo functions.php del tema de escritorio"
385
-
386
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:275
387
- msgid ""
388
- "This may be required for desktop themes with unique features that are not "
389
- "showing when WPtouch Pro is active."
390
- msgstr ""
391
- "Puede ser necesario para temas de escritorio con características únicas que "
392
- "no aparezcan cuando WPtouch Pro está activo."
393
-
394
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:282
395
- msgid "Method to load file"
396
- msgstr "Método para cargar el archivo"
397
-
398
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:287
399
- msgid "Include file directly"
400
- msgstr "Incluir archivo directamente"
401
-
402
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:288
403
- msgid "Translate and create new files"
404
- msgstr "Traducir y crear nuevos archivos"
405
-
406
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:297
407
- msgid "Custom User-Agents"
408
- msgstr "Agentes de usuario personalizados"
409
-
410
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:303
411
- msgid "User-agents (line separated)"
412
- msgstr "Agentes de usuario (separados por línea)"
413
-
414
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:304
415
- msgid ""
416
- "Adding additional user-agents will force WPtouch Pro to be active for "
417
- "matching browsers."
418
- msgstr ""
419
- "En el caso de que otros agentes de usuario sean añadidos, WPtouch Pro deberá "
420
- "estar activo para compatibilizar navegadores."
421
-
422
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:318
423
- msgid "Backup &amp; Import"
424
- msgstr "Copia de seguridad &amp; Importar"
425
-
426
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:324
427
- msgid "Automatically backup settings to the %s folder"
428
- msgstr "Copia de seguridad automática de las configuraciones en la carpeta %s"
429
-
430
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:326
431
- msgid "WPtouch Pro backups your settings each time they are saved."
432
- msgstr ""
433
- "WPtouch Pro hará una copia de seguridad de sus configuraciones cada vez que "
434
- "las guarde."
435
-
436
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:337
437
- msgid "Tools &amp; Debug"
438
- msgstr "Herramientas &amp; Depuración"
439
-
440
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:343
441
- msgid ""
442
- "Use jQuery 2.0 in themes (faster for mobile devices) instead of WordPress' "
443
- "version"
444
- msgstr ""
445
- "Usar jQuery 2.0 en temas (más rápido en dispositivos móviles) en lugar de la "
446
- "versión WordPress"
447
-
448
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:344
449
- msgid ""
450
- "jQuery 2.0 is significantly smaller and faster than previous jQuery versions "
451
- "- may cause problems with other plugins, use carefully."
452
- msgstr ""
453
- "jQuery 2.0 es más chico y más rápido que las versiones anteriores de jQuery "
454
- "- puede causar problemas con otros plugins, se debe utilizar con cuidado."
455
-
456
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:351
457
- msgid "Show load times and query counts in the footer"
458
- msgstr "Mostrar tiempo de carga y recuento de consultas en el pie"
459
-
460
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:352
461
- msgid "Helps you find slow pages/posts on your site."
462
- msgstr "Ayuda a encontrar páginas/entradas lentas en su sitio."
463
-
464
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:359
465
- msgid "Enable debug log"
466
- msgstr "Activar registro de depuración"
467
-
468
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:360
469
- msgid "Creates a debug file to help diagnose installation issues."
470
- msgstr ""
471
- "Crea un archivo de depuración para ayudar a diagnosticar problemas de "
472
- "instalación."
473
-
474
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:371
475
- msgid "WordPress Plugins"
476
- msgstr "Plugins de WordPress"
477
-
478
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:384
479
- msgid "Admin Mode"
480
- msgstr "Modo de administrador"
481
-
482
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:390
483
- msgid "Admin panel settings shown"
484
- msgstr "Configuraciones del panel de administrador mostradas"
485
-
486
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:395
487
- msgid "Default"
488
- msgstr "Predeterminado"
489
-
490
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:396
491
- #: wptouch-pro-3/admin/settings/html/button.php:5
492
- #: wptouch-pro-3/admin/settings/html/checkbox.php:6
493
- #: wptouch-pro-3/admin/settings/html/custom-latest-posts.php:4
494
- #: wptouch-pro-3/admin/settings/html/list.php:16
495
- #: wptouch-pro-3/admin/settings/html/numeric.php:12
496
- #: wptouch-pro-3/admin/settings/html/radiolist.php:12
497
- #: wptouch-pro-3/admin/settings/html/text.php:8
498
- #: wptouch-pro-3/admin/settings/html/textarea.php:8
499
- msgid "Advanced"
500
- msgstr "Avanzado"
501
-
502
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:3
503
- msgid "Theme Menus"
504
- msgstr "Menús de temas"
505
-
506
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:4
507
- msgid "Menu Setup"
508
- msgstr "Configuración de menú"
509
-
510
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:5
511
- msgid "Icon Upload & Sets"
512
- msgstr "Cargar íconos y conjuntos"
513
-
514
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:22
515
- msgid "WordPress Pages"
516
- msgstr "Páginas WordPress"
517
-
518
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:28
519
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:6
520
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:180
521
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:59
522
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:206
523
- msgid "None"
524
- msgstr "Ninguno"
525
-
526
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:66
527
- msgid "Menu Options"
528
- msgstr "Opciones del menú"
529
-
530
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:72
531
- msgid "Enable parent items as links"
532
- msgstr "Activar elementos del menú superior como enlaces"
533
-
534
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:73
535
- msgid "If disabled, parent menu items will only toggle child items."
536
- msgstr ""
537
- "Si desactivado, los elementos del menú superior sólo van a alternar "
538
- "elementos del menú inferior."
539
-
540
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:80
541
- msgid "Use menu icons"
542
- msgstr "Usar íconos del menú"
543
-
544
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:104
545
- msgid "Icon Upload"
546
- msgstr "Cargar íconos"
547
-
548
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:117
549
- msgid "Uploaded Icons"
550
- msgstr "Íconos cargados"
551
-
552
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:130
553
- msgid "Icon Sets"
554
- msgstr "Conjuntos de íconos"
555
-
556
- #: wptouch-pro-3/admin/pages/wptouch-admin-themes-and-addons.php:3
557
- msgid "Themes"
558
- msgstr "Temas"
559
-
560
- #: wptouch-pro-3/admin/pages/wptouch-admin-themes-and-addons.php:4
561
- msgid "Extensions"
562
- msgstr "Extensiones"
563
-
564
- #: wptouch-pro-3/admin/pages/wptouch-admin-touchboard.php:3
565
- #: wptouch-pro-3/core/admin-menu.php:34 wptouch-pro-3/core/admin-menu.php:38
566
- msgid "What's New"
567
- msgstr "Qué hay de nuevo"
568
-
569
- #: wptouch-pro-3/admin/settings/html/addon-browser-item.php:38
570
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:8
571
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:20
572
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:59
573
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:41
574
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:62
575
- msgid "by %s"
576
- msgstr "por %s"
577
-
578
- #: wptouch-pro-3/admin/settings/html/addon-browser-item.php:43
579
- msgid "This add-on is only available in WPtouch Pro"
580
- msgstr "Este complemento sólo está disponible en WPtouch Pro"
581
-
582
- #: wptouch-pro-3/admin/settings/html/backup.php:1
583
- msgid "Download Backup File"
584
- msgstr "Descargar archivo de copia de seguridad"
585
-
586
- #: wptouch-pro-3/admin/settings/html/backup.php:2
587
- msgid "Restore Backup File"
588
- msgstr "Restaurar archivo de copia de seguridad"
589
-
590
- #: wptouch-pro-3/admin/settings/html/button.php:6
591
- #: wptouch-pro-3/admin/settings/html/checkbox.php:7
592
- #: wptouch-pro-3/admin/settings/html/custom-latest-posts.php:8
593
- #: wptouch-pro-3/admin/settings/html/list.php:20
594
- #: wptouch-pro-3/admin/settings/html/numeric.php:16
595
- #: wptouch-pro-3/admin/settings/html/radiolist.php:14
596
- #: wptouch-pro-3/admin/settings/html/text.php:9
597
- #: wptouch-pro-3/admin/settings/html/textarea.php:9
598
- msgid "New"
599
- msgstr "Nuevo"
600
-
601
- #: wptouch-pro-3/admin/settings/html/color.php:6
602
- msgid "Undo"
603
- msgstr "Deshacer"
604
-
605
- #: wptouch-pro-3/admin/settings/html/color.php:7
606
- msgid "Desktop theme colors"
607
- msgstr "Colores del tema de escritorio"
608
-
609
- #: wptouch-pro-3/admin/settings/html/color.php:7
610
- msgid "Palette"
611
- msgstr "Paleta"
612
-
613
- #: wptouch-pro-3/admin/settings/html/custom-latest-posts.php:1
614
- msgid "Custom latest posts page"
615
- msgstr "Página de entradas más recientes personalizada"
616
-
617
- #: wptouch-pro-3/admin/settings/html/custom_icon_management.php:3
618
- msgid "No icons have been uploaded yet"
619
- msgstr "Todavía no se han cargado íconos"
620
-
621
- #: wptouch-pro-3/admin/settings/html/custom_icon_management.php:12
622
- #: wptouch-pro-3/admin/settings/html/image-upload.php:13
623
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:18
624
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:115
625
- msgid "Delete"
626
- msgstr "Eliminar"
627
-
628
- #: wptouch-pro-3/admin/settings/html/custom_icon_upload.php:3
629
- msgid "Upload Icon"
630
- msgstr "Cargar ícono"
631
-
632
- #: wptouch-pro-3/admin/settings/html/custom_icon_upload.php:4
633
- #: wptouch-pro-3/admin/settings/html/image-upload.php:15
634
- msgid "Upload Complete!"
635
- msgstr "¡Carga finalizada!"
636
-
637
- #: wptouch-pro-3/admin/settings/html/custom_icon_upload.php:9
638
- msgid "Ready to upload"
639
- msgstr "Listo para cargar"
640
-
641
- #: wptouch-pro-3/admin/settings/html/debuginfo.php:12
642
- msgid "View Debug File"
643
- msgstr "Ver archivo de depuración"
644
-
645
- #: wptouch-pro-3/admin/settings/html/debuginfo.php:16
646
- #: wptouch-pro-3/admin/settings/html/debuginfo.php:18
647
- msgid "Your Server Configuration"
648
- msgstr "Configuración de su servidor"
649
-
650
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:5
651
- msgid "Check All"
652
- msgstr "Seleccionar todos"
653
-
654
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:7
655
- msgid "Reset"
656
- msgstr "Restablecer"
657
-
658
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:9
659
- #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:13
660
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:21
661
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:32
662
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:112
663
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:23
664
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:36
665
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:82
666
- #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:13
667
- msgid "Menu"
668
- msgstr "Menú"
669
-
670
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:19
671
- msgid "Active menus used in this theme."
672
- msgstr "Menús activos usados en este tema."
673
-
674
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:23
675
- msgid "Show/Hide"
676
- msgstr "Mostrar / Ocultar"
677
-
678
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:24
679
- msgid "Menu Item"
680
- msgstr "Elemento del menú"
681
-
682
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:44
683
- msgid "Icon Set"
684
- msgstr "Conjunto de íconos"
685
-
686
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:54
687
- msgid "Drag icons to associate them with menu items"
688
- msgstr "Arrastre los íconos para asociarlos a los elementos del menú"
689
-
690
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:79
691
- msgid "You don't have any custom icons yet."
692
- msgstr "Usted todavía no tiene íconos personalizados."
693
-
694
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:94
695
- msgid "Default Icon"
696
- msgstr "Ícono predeterminado"
697
-
698
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:95
699
- msgid "applies to all unset icons"
700
- msgstr "se aplica a todos los íconos indefinidos"
701
-
702
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:103
703
- msgid "Trash"
704
- msgstr "Papelera"
705
-
706
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:104
707
- msgid "drag icon here to reset"
708
- msgstr "arrastre el ícono hasta aquí para restablecer"
709
-
710
- #: wptouch-pro-3/admin/settings/html/image-upload.php:11
711
- msgid "Upload"
712
- msgstr "Cargar"
713
-
714
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets.php:2
715
- msgid "Gathering information about available icon sets..."
716
- msgstr "Recopilando información sobre conjuntos de íconos disponibles..."
717
-
718
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets.php:4
719
- #: wptouch-pro-3/core/notifications.php:264
720
- msgid ""
721
- "The %s%s%s directory is not currently writable. %sPlease fix this issue to "
722
- "enable installation of additional icon sets."
723
- msgstr ""
724
- "El directorio %s%s%s no se puede modificar. %sSolucione ese problema para "
725
- "permitir la instalación de conjuntos de íconos adicionales."
726
-
727
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:4
728
- #: wptouch-pro-3/core/class-wptouch-pro.php:1555
729
- #: wptouch-pro-3/core/class-wptouch-pro.php:1556
730
- #: wptouch-pro-3/core/config.php:54
731
- msgid "Custom Icons"
732
- msgstr "Íconos personalizados"
733
-
734
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:9
735
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:22
736
- msgid "Installed"
737
- msgstr "Instalado"
738
-
739
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:21
740
- msgid "Installing..."
741
- msgstr "Instalando..."
742
-
743
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:21
744
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:66
745
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:96
746
- msgid "Install"
747
- msgstr "Instalar"
748
-
749
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:23
750
- msgid "Unable to Install"
751
- msgstr "No fue posible instalar"
752
-
753
- #: wptouch-pro-3/admin/settings/html/plugin-compat-ajax.php:11
754
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:64
755
- msgid "Enable %s"
756
- msgstr "Activar %s"
757
-
758
- #: wptouch-pro-3/admin/settings/html/plugin-compat-ajax.php:12
759
- msgid ""
760
- "When unchecked, %s will be disabled for users viewing your WPtouch Pro theme."
761
- msgstr ""
762
- "Cuando desactivado, %s se deshabilitará para usuarios que ven su tema "
763
- "WPtouch Pro."
764
-
765
- #: wptouch-pro-3/admin/settings/html/plugin-compat-ajax.php:20
766
- msgid "No plugins to disable."
767
- msgstr "No hay plugins para desactivar."
768
-
769
- #: wptouch-pro-3/admin/settings/html/plugin-compat.php:3
770
- msgid "Your active plugin list is refreshing"
771
- msgstr "Su lista de plugins activos se está actualizando"
772
-
773
- #: wptouch-pro-3/admin/settings/html/redirect.php:17
774
- msgid "WordPress Page"
775
- msgstr "Página WordPress"
776
-
777
- #: wptouch-pro-3/admin/settings/html/restore.php:2
778
- msgid ""
779
- "Please paste your encoded settings below and save to restore your settings."
780
- msgstr ""
781
- "Por favor, ingrese sus configuraciones codificadas abajo y guárdelas para "
782
- "restablecer sus configuraciones."
783
-
784
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:6
785
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:6
786
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:10
787
- msgid "Click to view screenshots"
788
- msgstr "Haga clic para ver capturas de pantalla"
789
-
790
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:11
791
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:74
792
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:105
793
- msgid "Setup"
794
- msgstr "Configuración"
795
-
796
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:16
797
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:112
798
- msgid "Copy"
799
- msgstr "Copiar"
800
-
801
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:54
802
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:57
803
- msgid "This theme supports %s devices"
804
- msgstr "Este tema puede ser usado en dispositivos %s"
805
-
806
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:64
807
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:69
808
- msgid "Theme location: %s"
809
- msgstr "Ubicación del tema: %s"
810
-
811
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:65
812
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:48
813
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:70
814
- msgid "Relative to your WordPress wp-content directory."
815
- msgstr "Relativo a su directorio wp-content de WordPress."
816
-
817
- #: wptouch-pro-3/admin/settings/html/touchboard.php:6
818
- msgid "Quick Links"
819
- msgstr "Enlaces rápidos"
820
-
821
- #: wptouch-pro-3/admin/settings/html/touchboard.php:8
822
- msgid "What's New Changelog"
823
- msgstr "Registro de cambios de 'Qué hay de nuevo'"
824
-
825
- #: wptouch-pro-3/admin/settings/html/touchboard.php:9
826
- msgid "Product Knowledgebase"
827
- msgstr "Base de conocimiento del producto"
828
-
829
- #: wptouch-pro-3/admin/settings/html/touchboard.php:10
830
- msgid "Product Support"
831
- msgstr "Obtenga ayuda para el producto"
832
-
833
- #: wptouch-pro-3/admin/settings/html/touchboard.php:11
834
- msgid "Manage Account"
835
- msgstr "Administrar cuenta"
836
-
837
- #: wptouch-pro-3/admin/settings/html/touchboard.php:12
838
- msgid "Manage License"
839
- msgstr "Administrar licencia"
840
-
841
- #: wptouch-pro-3/admin/settings/html/touchboard.php:18
842
- msgid "WPtouch News"
843
- msgstr "Novedades WPtouch"
844
-
845
- #: wptouch-pro-3/admin/settings/html/touchboard.php:19
846
- msgid "Read More"
847
- msgstr "Lea más"
848
-
849
- #: wptouch-pro-3/admin/settings/html/touchboard.php:25
850
- msgid "WPtouch Updates"
851
- msgstr "Actualizaciones de WPtouch"
852
-
853
- #: wptouch-pro-3/admin/settings/html/touchboard.php:35
854
- msgid "What's New in %s"
855
- msgstr "Qué hay de nuevo en %s"
856
-
857
- #: wptouch-pro-3/admin/settings/html/touchboard.php:38
858
- #: wptouch-pro-3/admin/settings/html/touchboard.php:40
859
- #: wptouch-pro-3/core/admin-menu.php:59
860
- msgid "License"
861
- msgstr "Licencia"
862
-
863
- #: wptouch-pro-3/admin/settings/html/touchboard.php:38
864
- msgid "Unlicensed"
865
- msgstr "Sin licencia"
866
-
867
- #: wptouch-pro-3/admin/settings/html/touchboard.php:38
868
- #: wptouch-pro-3/core/class-wptouch-pro.php:453
869
- msgid "Offline"
870
- msgstr "Desconectado"
871
-
872
- #: wptouch-pro-3/admin/settings/html/touchboard.php:40
873
- msgid "Active"
874
- msgstr "Activo"
875
-
876
- #: wptouch-pro-3/admin/settings/html/touchboard.php:40
877
- msgid "Online"
878
- msgstr "Conectado"
879
-
880
- #: wptouch-pro-3/admin/settings/html/touchboard.php:64
881
- msgid "%s Change Log"
882
- msgstr "%s Registro de cambios"
883
-
884
- #: wptouch-pro-3/admin/settings/html/user-agent-list.php:4
885
- #: wptouch-pro-3/admin/settings/html/user-agent-list.php:6
886
- msgid ""
887
- "WPtouch Pro will be active when any of the following user-agents or user-"
888
- "agent combinations are matched"
889
- msgstr ""
890
- "WPtouch Pro quedará activo con cualquiera de las siguientes combinaciones "
891
- "usuario-agentes o usuario-agente"
892
-
893
- #: wptouch-pro-3/admin/settings/include/custom-latest-posts.php:14
894
- msgid "None (Use WordPress Settings)"
895
- msgstr "Ninguno (Utilizar ajustes de WordPress)"
896
-
897
- #: wptouch-pro-3/core/admin-ajax.php:286
898
- msgid "Version %s"
899
- msgstr "Versión %s"
900
-
901
- #: wptouch-pro-3/core/admin-ajax.php:292
902
- msgid ""
903
- "There is a temporary issue retrieving the change-log. Please try again "
904
- "later."
905
- msgstr ""
906
- "Hay un problema temporal en la recuperación del registro de cambios. Por "
907
- "favor, intente más tarde."
908
-
909
- #: wptouch-pro-3/core/admin-menu.php:39
910
- msgid "Core Settings"
911
- msgstr "Configuraciones principales"
912
-
913
- #: wptouch-pro-3/core/admin-menu.php:40
914
- msgid "Themes & Extensions"
915
- msgstr "Temas y extensiones"
916
-
917
- #: wptouch-pro-3/core/admin-menu.php:41
918
- msgid "Theme Settings"
919
- msgstr "Configuraciones de tema"
920
-
921
- #: wptouch-pro-3/core/admin-menu.php:41
922
- msgid "%s Settings"
923
- msgstr "Configuraciones %s"
924
-
925
- #: wptouch-pro-3/core/admin-menu.php:46
926
- msgid "Extension Settings"
927
- msgstr "Configuraciones de extensión"
928
-
929
- #: wptouch-pro-3/core/admin-menu.php:51 wptouch-pro-3/core/admin-menu.php:53
930
- msgid "Menus"
931
- msgstr "Menús"
932
-
933
- #: wptouch-pro-3/core/admin-page-templates.php:16
934
- msgid "Mobile Page Template"
935
- msgstr "Plantilla de página móvil"
936
-
937
- #: wptouch-pro-3/core/admin-render.php:25
938
- msgid "This copy of %s is currently unlicensed!"
939
- msgstr "¡Esta copia de %s no está licenciada!"
940
-
941
- #: wptouch-pro-3/core/admin-render.php:27
942
- msgid "Add a license %s"
943
- msgstr "Agregar licencia %s"
944
-
945
- #: wptouch-pro-3/core/admin-render.php:81
946
- msgid "Save Changes"
947
- msgstr "Guardar cambios"
948
-
949
- #: wptouch-pro-3/core/admin-render.php:82
950
- msgid "Preview Theme"
951
- msgstr "Modo de vista previa"
952
-
953
- #: wptouch-pro-3/core/admin-render.php:83
954
- msgid "Reset Settings"
955
- msgstr "Restablecer configuraciones"
956
-
957
- #: wptouch-pro-3/core/class-wptouch-pro.php:232
958
- msgid ""
959
- "Automatic theme migration from uploads/wptouch-data directory failed. Please "
960
- "manually move these files to wp-content/wptouch-data, or %scontact support%s "
961
- "to address this issue."
962
- msgstr ""
963
- "La migración automática de tema desde el directorio uploads/wptouch-data ha "
964
- "fallado. Por favor, lleve manualmente los archivos a wp-content/wptouch-"
965
- "data, o %spóngase en contacto con el soporte técnico%s para solucionar este "
966
- "problema."
967
-
968
- #: wptouch-pro-3/core/class-wptouch-pro.php:239
969
- msgid ""
970
- "Please wait, we are downloading a fresh copy of your active WPtouch theme "
971
- "from the Cloud."
972
- msgstr ""
973
- "Por favor, espere un momento, estamos descargando una nueva copia de su tema "
974
- "activo de WPtouch desde la nube."
975
-
976
- #: wptouch-pro-3/core/class-wptouch-pro.php:242
977
- msgid ""
978
- "We were unable to install your WPtouch theme from the Cloud. Please visit "
979
- "%sthis article%s for more information."
980
- msgstr ""
981
- "No fue posible instalar su tema WPtouch desde la nube. Por favor, acceda a "
982
- "%seste artículo%s para obtener más información."
983
-
984
- #: wptouch-pro-3/core/class-wptouch-pro.php:449
985
- msgid "Unsupported Browser"
986
- msgstr "Navegador incompatible"
987
-
988
- #: wptouch-pro-3/core/class-wptouch-pro.php:450
989
- msgid "Theme Preview requires Chrome or Safari."
990
- msgstr "Es necesario usar Chrome o Safari para la vista previa del tema."
991
-
992
- #: wptouch-pro-3/core/class-wptouch-pro.php:451
993
- msgid ""
994
- "This will reset all WPtouch Pro settings.\n"
995
- "Are you sure?"
996
- msgstr ""
997
- "Todas las configuraciones de WPtouch Pro serán restablecidas.\n"
998
- "¿Desea continuar?"
999
-
1000
- #: wptouch-pro-3/core/class-wptouch-pro.php:452
1001
- msgid ""
1002
- "This will reset all WPtouch Pro menu and icon settings.\n"
1003
- "Are you sure?"
1004
- msgstr ""
1005
- "Las configuraciones de menú e ícono de WPtouch Pro serán restablecidas.\n"
1006
- "¿Desea continuar?"
1007
-
1008
- #: wptouch-pro-3/core/class-wptouch-pro.php:454
1009
- msgid ""
1010
- "You appear to be offline. Connect to the internet to see available "
1011
- "BraveNewCloud items."
1012
- msgstr ""
1013
- "Usted parece estar desconectado. Conéctese a internet para ver los elementos "
1014
- "BraveNewCloud disponibles."
1015
-
1016
- #: wptouch-pro-3/core/class-wptouch-pro.php:455
1017
- msgid "The item failed to download. Please refresh the page and try again."
1018
- msgstr ""
1019
- "No fue posible terminar la descarga. Por favor, actualice la página e "
1020
- "intente otra vez."
1021
-
1022
- #: wptouch-pro-3/core/class-wptouch-pro.php:1069
1023
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:207
1024
- msgid "Settings"
1025
- msgstr "Configuraciones"
1026
-
1027
- #: wptouch-pro-3/core/class-wptouch-pro.php:1150
1028
- msgid "WPtouch Pro Changelog"
1029
- msgstr "Registro de cambios de WPtouch Pro"
1030
-
1031
- #: wptouch-pro-3/core/class-wptouch-pro.php:2326
1032
- msgid "Directory Problem"
1033
- msgstr "Problema de directorio"
1034
-
1035
- #: wptouch-pro-3/core/class-wptouch-pro.php:2327
1036
- msgid "One or more required directories could not be created"
1037
- msgstr "No se pudo crear uno o más directorios necesarios"
1038
-
1039
- #: wptouch-pro-3/core/globals.php:192
1040
- msgid "smartphone"
1041
- msgstr "smartphone"
1042
-
1043
- #: wptouch-pro-3/core/globals.php:194
1044
- msgid "tablet"
1045
- msgstr "tablet"
1046
-
1047
- #: wptouch-pro-3/core/notifications.php:121
1048
- msgid "License Missing"
1049
- msgstr "No se ha encontrado ninguna licencia"
1050
-
1051
- #: wptouch-pro-3/core/notifications.php:122
1052
- msgid "This installation of WPtouch Pro is currently unlicensed."
1053
- msgstr "Esta instalación de WPtouch Pro no está licenciada."
1054
-
1055
- #: wptouch-pro-3/core/notifications.php:133
1056
- msgid "WPtouch Pro %s"
1057
- msgstr "WPtouch Pro %s"
1058
-
1059
- #: wptouch-pro-3/core/notifications.php:134
1060
- msgid "A new version of WPtouch Pro is available."
1061
- msgstr "Una nueva versión de WPtouch Pro está disponible."
1062
-
1063
- #: wptouch-pro-3/core/notifications.php:145
1064
- msgid "Theme Update Available"
1065
- msgstr "Actualización de tema disponible"
1066
-
1067
- #: wptouch-pro-3/core/notifications.php:146
1068
- msgid "One or more updates are available for your installed themes."
1069
- msgstr "Hay una o más actualizaciones disponibles para sus temas instalados."
1070
-
1071
- #: wptouch-pro-3/core/notifications.php:160
1072
- msgid "Extension Update Available"
1073
- msgstr "Actualización de extensión disponible"
1074
-
1075
- #: wptouch-pro-3/core/notifications.php:161
1076
- msgid "One or more updates are available for your installed extensions."
1077
- msgstr ""
1078
- "Hay una o más actualizaciones disponibles para sus extensiones instaladas."
1079
-
1080
- #: wptouch-pro-3/core/notifications.php:173
1081
- msgid "Preview Mode Enabled"
1082
- msgstr "Modo de vista previa activado"
1083
-
1084
- #: wptouch-pro-3/core/notifications.php:174
1085
- msgid ""
1086
- "Only logged-in admins can see the mobile theme right now. You can change "
1087
- "this at any time in %sCore Settings%s under %sDisplay Mode%s."
1088
- msgstr ""
1089
- "Solamente administradores del sitio conectados pueden ver el tema móvil en "
1090
- "este momento. Puede cambiar esta configuración cuando desee en "
1091
- "%sConfiguraciones principales%s en la opción %sModo de visualización%s."
1092
-
1093
- #: wptouch-pro-3/core/notifications.php:182
1094
- msgid "Theme Presentation Disabled"
1095
- msgstr "Presentación del tema desactivada"
1096
-
1097
- #: wptouch-pro-3/core/notifications.php:183
1098
- msgid ""
1099
- "No one can see the mobile theme right now. You can change this at any time "
1100
- "in %sCore Settings%s under %sDisplay Mode%s."
1101
- msgstr ""
1102
- "Nadie puede ver el tema móvil en este momento. Puede cambiar esta "
1103
- "configuración cuando desee en %sConfiguraciones principales%s en la opción "
1104
- "%sModo de visualización%s."
1105
-
1106
- #: wptouch-pro-3/core/notifications.php:194
1107
- msgid "WPtouch Pro prefers pretty permalinks to be enabled within WordPress."
1108
- msgstr ""
1109
- "WPtouch Pro prefiere que los enlaces permanentes chulos estén activados en "
1110
- "WordPress."
1111
-
1112
- #: wptouch-pro-3/core/notifications.php:204
1113
- msgid "WPtouch Pro will not work fully in safe mode."
1114
- msgstr "WPtouch Pro no funcionará plenamente en el modo seguro."
1115
-
1116
- #: wptouch-pro-3/core/notifications.php:214
1117
- #: wptouch-pro-3/core/notifications.php:224
1118
- #: wptouch-pro-3/core/notifications.php:234
1119
- msgid ""
1120
- "Extra configuration is required. The plugin must be configured to exclude "
1121
- "the user agents that WPtouch Pro uses."
1122
- msgstr ""
1123
- "Se requiere configuración adicional. El plugin debe estar configurado para "
1124
- "excluir los agentes de usuario usados por WPtouch Pro."
1125
-
1126
- #: wptouch-pro-3/core/notifications.php:244
1127
- msgid ""
1128
- "Extra configuration is required. Add paths to your active WPtouch Pro theme "
1129
- "CSS and Javascript files as files to ignore in WPMinify."
1130
- msgstr ""
1131
- "Se requiere configuración adicional. Agregue las rutas a su tema CSS de "
1132
- "WPtouch Pro activo y archivos Javascript como archivos para ignorar en "
1133
- "WPMinify."
1134
-
1135
- #: wptouch-pro-3/core/notifications.php:254
1136
- msgid ""
1137
- "This plugin may not work correctly in WPtouch Pro, and should be disabled in "
1138
- "the Plugin Compatibility section."
1139
- msgstr ""
1140
- "Este plugin puede no funcionar correctamente en WPtouch Pro, y debe ser "
1141
- "desactivado en la sección Compatibilidad de plugins."
1142
-
1143
- #: wptouch-pro-3/core/notifications.php:263
1144
- msgid "Icon Installation Issue"
1145
- msgstr "Problema en la instalación del ícono"
1146
-
1147
- #: wptouch-pro-3/core/notifications.php:274
1148
- msgid ""
1149
- "WPtouch Pro 3 cannot co-exist with WPtouch 1.x. Disable it first in the "
1150
- "WordPress Plugins settings."
1151
- msgstr ""
1152
- "WPtouch Pro 3 no puede funcionar con WPtouch 1.x. Primero desactívelo en las "
1153
- "configuraciones de Plugins de WordPress."
1154
-
1155
- #: wptouch-pro-3/core/notifications.php:284
1156
- msgid ""
1157
- "WPtouch Pro 3 cannot co-exist with WPtouch Pro 2.x. Disable it first in the "
1158
- "WordPress Plugins settings."
1159
- msgstr ""
1160
- "WPtouch Pro 3 no puede funcionar con WPtouch 2.x. Primero desactívelo en las "
1161
- "configuraciones de Plugins de WordPress."
1162
-
1163
- #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:179
1164
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:42
1165
- msgid "%d second ago"
1166
- msgid_plural "%d seconds ago"
1167
- msgstr[0] "Hace %d segundo"
1168
- msgstr[1] "Hace %d segundos"
1169
-
1170
- #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:182
1171
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:45
1172
- msgid "%d minute ago"
1173
- msgid_plural "%d minutes ago"
1174
- msgstr[0] "Hace %d minuto"
1175
- msgstr[1] "Hace %d minutos"
1176
-
1177
- #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:185
1178
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:48
1179
- msgid "%d hour ago"
1180
- msgid_plural "%d hours ago"
1181
- msgstr[0] "Hace %d hora"
1182
- msgstr[1] "Hace %d horas"
1183
-
1184
- #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:188
1185
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:51
1186
- msgid "%d day ago"
1187
- msgid_plural "%d days ago"
1188
- msgstr[0] "Hace %d día"
1189
- msgstr[1] "Hace %d días"
1190
-
1191
- #: wptouch-pro-3/include/html/desktop-switch.php:2
1192
- msgid "Desktop Version"
1193
- msgstr "Versión de escritorio"
1194
-
1195
- #: wptouch-pro-3/include/html/desktop-switch.php:2
1196
- msgid "Switch To Mobile Version"
1197
- msgstr "Cambiar a la Versión móvil"
1198
-
1199
- #: wptouch-pro-3/include/html/footer.php:2
1200
- msgid "Powered by %s%s%s"
1201
- msgstr "Creado con %s%s%s"
1202
-
1203
- #: wptouch-pro-3/include/html/footer.php:3
1204
- msgid "By %s"
1205
- msgstr "Por %s"
1206
-
1207
- #: wptouch-pro-3/include/html/load-times.php:2
1208
- msgid "%d queries in %0.1f ms"
1209
- msgstr "%d consultas en %0.1f ms"
1210
-
1211
- #: wptouch-pro-3/include/html/page-template.php:8
1212
- msgid "Default Template"
1213
- msgstr "Plantilla predeterminada"
1214
-
1215
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:35
1216
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:47
1217
- msgid "Upgrading..."
1218
- msgstr "Actualizando..."
1219
-
1220
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:35
1221
- msgid "Upgrade to %s"
1222
- msgstr "Hacer upgrade a %s"
1223
-
1224
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:47
1225
- msgid "Extension location: %s"
1226
- msgstr "Ubicación de la extensión: %s"
1227
-
1228
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:56
1229
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:81
1230
- msgid "More Info"
1231
- msgstr "Más información"
1232
-
1233
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:59
1234
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:84
1235
- msgid "Upgrade License"
1236
- msgstr "Hacer upgrade de licencia"
1237
-
1238
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:61
1239
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:86
1240
- msgid "Get License"
1241
- msgstr "Obtener licencia"
1242
-
1243
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:66
1244
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:95
1245
- msgid "Downloading..."
1246
- msgstr "Descargando..."
1247
-
1248
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:75
1249
- msgid "Deactivate"
1250
- msgstr "Desactivar"
1251
-
1252
- #: wptouch-pro-3/pro/settings/html/extension-browser-pro.php:10
1253
- msgid "Loading Cloud Extensions"
1254
- msgstr "Cargando extensiones en la nube"
1255
-
1256
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:49
1257
- msgid "Update to %s"
1258
- msgstr "Actualizar a %s"
1259
-
1260
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:89
1261
- msgid "Buy Now"
1262
- msgstr "Comprar ahora"
1263
-
1264
- #: wptouch-pro-3/pro/settings/html/theme-browser-pro.php:11
1265
- msgid "Loading Cloud Themes"
1266
- msgstr "Cargando temas en la nube"
1267
-
1268
- #: wptouch-pro-3/themes/foundation/default/404.php:6
1269
- msgid "404 Not Found"
1270
- msgstr "404 no encontrado"
1271
-
1272
- #: wptouch-pro-3/themes/foundation/default/404.php:8
1273
- msgid "The post or page you requested is no longer available."
1274
- msgstr "La entrada o página solicitada ya no está disponible."
1275
-
1276
- #: wptouch-pro-3/themes/foundation/default/attachment.php:43
1277
- msgid "&laquo; previous in gallery"
1278
- msgstr "&laquo; anterior en la galería"
1279
-
1280
- #: wptouch-pro-3/themes/foundation/default/attachment.php:45
1281
- msgid "next in gallery &raquo;"
1282
- msgstr "próximo en la galería &raquo;"
1283
-
1284
- #: wptouch-pro-3/themes/foundation/default/comments.php:10
1285
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:33
1286
- msgid "no responses"
1287
- msgstr "sin respuesta"
1288
-
1289
- #: wptouch-pro-3/themes/foundation/default/comments.php:10
1290
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:33
1291
- msgid "1 response"
1292
- msgstr "1 respuesta"
1293
-
1294
- #: wptouch-pro-3/themes/foundation/default/comments.php:10
1295
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:33
1296
- msgid "% responses"
1297
- msgstr "% respuestas"
1298
-
1299
- #: wptouch-pro-3/themes/foundation/default/comments.php:20
1300
- #: wptouch-pro-3/themes/foundation/default/comments.php:26
1301
- msgid "Load More Comments&hellip;"
1302
- msgstr "Cargar más comentarios&hellip;"
1303
-
1304
- #: wptouch-pro-3/themes/foundation/default/comments.php:38
1305
- msgid "Comments are closed"
1306
- msgstr "Los comentarios están cerrados"
1307
-
1308
- #: wptouch-pro-3/themes/foundation/default/comments.php:48
1309
- msgid "Cancel"
1310
- msgstr "Cancelar"
1311
-
1312
- #: wptouch-pro-3/themes/foundation/default/comments.php:51
1313
- msgid "Leave a Reply"
1314
- msgstr "Responder"
1315
-
1316
- #: wptouch-pro-3/themes/foundation/default/comments.php:51
1317
- msgid "Leave a Reply to %s"
1318
- msgstr "Responder a %s"
1319
-
1320
- #: wptouch-pro-3/themes/foundation/default/comments.php:54
1321
- msgid "You must be %slogged in%s to post a comment."
1322
- msgstr "Debe estar %sconectado%s para publicar un comentario."
1323
-
1324
- #: wptouch-pro-3/themes/foundation/default/comments.php:61
1325
- msgid "Logged in as"
1326
- msgstr "Sesión iniciada como"
1327
-
1328
- #: wptouch-pro-3/themes/foundation/default/comments.php:61
1329
- msgid "Log out"
1330
- msgstr "Cerrar sesión"
1331
-
1332
- #: wptouch-pro-3/themes/foundation/default/comments.php:65
1333
- msgid "Name"
1334
- msgstr "Nombre"
1335
-
1336
- #: wptouch-pro-3/themes/foundation/default/comments.php:67
1337
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:78
1338
- msgid "E-Mail"
1339
- msgstr "Correo electrónico"
1340
-
1341
- #: wptouch-pro-3/themes/foundation/default/comments.php:69
1342
- msgid "Website"
1343
- msgstr "Sitio"
1344
-
1345
- #: wptouch-pro-3/themes/foundation/default/comments.php:75
1346
- msgid "Publish"
1347
- msgstr "Publicar"
1348
-
1349
- #: wptouch-pro-3/themes/foundation/default/formerror.php:6
1350
- msgid "Comment Error"
1351
- msgstr "Error en el comentario"
1352
-
1353
- #: wptouch-pro-3/themes/foundation/default/formerror.php:8
1354
- msgid "Please enter all fields correctly to post a comment."
1355
- msgstr ""
1356
- "Por favor, ingrese todos los campos correctamente para publicar un "
1357
- "comentario."
1358
-
1359
- #: wptouch-pro-3/themes/foundation/default/formerror.php:9
1360
- msgid "Go back"
1361
- msgstr "Volver"
1362
-
1363
- #: wptouch-pro-3/themes/foundation/default/index.php:33
1364
- #: wptouch-pro-3-extras/themes/classic-redux/default/index.php:34
1365
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:60
1366
- #: wptouch-pro-3-extras/themes/hammock/default/index.php:34
1367
- msgid "newer posts"
1368
- msgstr "entradas recientes"
1369
-
1370
- #: wptouch-pro-3/themes/foundation/default/index.php:33
1371
- #: wptouch-pro-3-extras/themes/classic-redux/default/index.php:34
1372
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:56
1373
- #: wptouch-pro-3-extras/themes/hammock/default/index.php:34
1374
- msgid "older posts"
1375
- msgstr "entradas anteriores"
1376
-
1377
- #: wptouch-pro-3/themes/foundation/default/nav-bar.php:6
1378
- #: wptouch-pro-3-extras/themes/bauhaus/default/nav-bar.php:6
1379
- msgid "previous post"
1380
- msgstr "entrada anterior"
1381
-
1382
- #: wptouch-pro-3/themes/foundation/default/nav-bar.php:12
1383
- #: wptouch-pro-3-extras/themes/bauhaus/default/nav-bar.php:13
1384
- msgid "next post"
1385
- msgstr "próxima entrada"
1386
-
1387
- #: wptouch-pro-3/themes/foundation/default/one-comment.php:12
1388
- msgid "Your comment is awaiting moderation"
1389
- msgstr "Su comentario está esperando moderación"
1390
-
1391
- #: wptouch-pro-3/themes/foundation/default/related-posts.php:4
1392
- msgid "Related"
1393
- msgstr "Relacionado"
1394
-
1395
- #: wptouch-pro-3/themes/foundation/default/search.php:6
1396
- #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:6
1397
- #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:5
1398
- #: wptouch-pro-3-extras/themes/hammock/default/search.php:5
1399
- msgid "You searched for \"%s\""
1400
- msgstr "Usted ha buscado \"%s\""
1401
-
1402
- #: wptouch-pro-3/themes/foundation/default/search.php:16
1403
- #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:15
1404
- #: wptouch-pro-3-extras/themes/hammock/default/search.php:16
1405
- msgid "%s results"
1406
- msgstr "%s resultados"
1407
-
1408
- #: wptouch-pro-3/themes/foundation/default/search.php:36
1409
- #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:38
1410
- #: wptouch-pro-3-extras/themes/hammock/default/search.php:40
1411
- msgid "No search results found"
1412
- msgstr "ningún resultado para la búsqueda"
1413
-
1414
- #: wptouch-pro-3/themes/foundation/default/search.php:45
1415
- #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:46
1416
- #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:47
1417
- msgid "Load more %s results"
1418
- msgstr "Cargar más resultados %s"
1419
-
1420
- #: wptouch-pro-3/themes/foundation/default/single.php:13
1421
- #: wptouch-pro-3-extras/themes/hammock/default/post-loop-menu.php:15
1422
- #: wptouch-pro-3-extras/themes/hammock/default/post-loop.php:19
1423
- msgid "By"
1424
- msgstr "Por"
1425
-
1426
- #: wptouch-pro-3/themes/foundation/default/switch-link.php:8
1427
- msgid "mobile"
1428
- msgstr "móvil"
1429
-
1430
- #: wptouch-pro-3/themes/foundation/default/switch-link.php:9
1431
- msgid "desktop"
1432
- msgstr "escritorio"
1433
-
1434
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:169
1435
- msgid "Service"
1436
- msgstr "Servicio"
1437
-
1438
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:175
1439
- msgid "Choose a service"
1440
- msgstr "Elija un servicio"
1441
-
1442
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:181
1443
- msgid "Google Adsense"
1444
- msgstr "Google Adsense"
1445
-
1446
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:182
1447
- msgctxt "Refers to a custom advertising service"
1448
- msgid "Custom"
1449
- msgstr "Personalizado"
1450
-
1451
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:192
1452
- msgid "Google AdSense"
1453
- msgstr "Google Adsense"
1454
-
1455
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:195
1456
- msgid "Publisher ID"
1457
- msgstr "ID de publicador"
1458
-
1459
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:196
1460
- msgid "Slot ID"
1461
- msgstr "ID Slot"
1462
-
1463
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:200
1464
- msgid "Code Type"
1465
- msgstr "Tipo de código"
1466
-
1467
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:212
1468
- msgid "Custom Ads"
1469
- msgstr "Anuncios personalizados"
1470
-
1471
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:215
1472
- msgid "Mobile advertising script"
1473
- msgstr "Secuencias de comandos de publicidad móvil"
1474
-
1475
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:224
1476
- msgid "Ad Presentation"
1477
- msgstr "Presentación del anuncio"
1478
-
1479
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:230
1480
- msgid "Theme location"
1481
- msgstr "Ubicación del tema"
1482
-
1483
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:235
1484
- msgid "In the header"
1485
- msgstr "En el encabezado"
1486
-
1487
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:236
1488
- msgid "Above the page content"
1489
- msgstr "Arriba del contenido de la página"
1490
-
1491
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:237
1492
- msgid "Below the page content"
1493
- msgstr "Abajo del contenido de la página"
1494
-
1495
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:247
1496
- msgid "Active Pages"
1497
- msgstr "Páginas activas"
1498
-
1499
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:250
1500
- msgid "Blog listings"
1501
- msgstr "Listas de blog"
1502
-
1503
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:251
1504
- msgid "Single posts"
1505
- msgstr "Entradas únicas"
1506
-
1507
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:252
1508
- msgid "Static pages"
1509
- msgstr "Páginas estáticas"
1510
-
1511
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:253
1512
- msgid "Taxonomy"
1513
- msgstr "Taxonomía"
1514
-
1515
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:254
1516
- msgid "Search results"
1517
- msgstr "Resultados de la búsqueda"
1518
-
1519
- #: wptouch-pro-3/themes/foundation/modules/base/base.php:69
1520
- msgid "Loading"
1521
- msgstr "Cargando"
1522
-
1523
- #: wptouch-pro-3/themes/foundation/modules/base/preview-bar.php:2
1524
- msgid "Theme Preview"
1525
- msgstr "Vista previa del tema"
1526
-
1527
- #: wptouch-pro-3/themes/foundation/modules/base/preview-bar.php:3
1528
- msgid "Reload"
1529
- msgstr "Recargar"
1530
-
1531
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:76
1532
- msgid "Custom Post Support"
1533
- msgstr "Ayuda de entrada personalizada"
1534
-
1535
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:82
1536
- msgid "Enable custom post-type support"
1537
- msgstr "Activar ayuda de tipo de entrada personalizada"
1538
-
1539
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:90
1540
- msgid "Show custom post taxonomy"
1541
- msgstr "Mostrar taxonomía de entrada personalizada"
1542
-
1543
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:102
1544
- msgid "Custom Post Types"
1545
- msgstr "Tipos de entrada personalizada"
1546
-
1547
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:231
1548
- msgid "Featured Slider"
1549
- msgstr "Barra deslizante"
1550
-
1551
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:237
1552
- msgid "Enable featured slider"
1553
- msgstr "Activar barra deslizante"
1554
-
1555
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:238
1556
- msgid "Requires at least 2 entries to contain featured images"
1557
- msgstr "Requiere al menos 2 entradas con imágenes"
1558
-
1559
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:245
1560
- msgid "Maximum number of posts"
1561
- msgstr "Número máximo de entradas"
1562
-
1563
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:250
1564
- msgid "3 posts"
1565
- msgstr "3 entradas"
1566
-
1567
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:251
1568
- msgid "5 posts"
1569
- msgstr "5 entradas"
1570
-
1571
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:252
1572
- msgid "10 posts"
1573
- msgstr "10 entradas"
1574
-
1575
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:258
1576
- msgid "Automatically slide"
1577
- msgstr "Deslizar automáticamente"
1578
-
1579
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:266
1580
- msgid "Continuously slide"
1581
- msgstr "Deslizar continuamente"
1582
-
1583
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:274
1584
- msgid "Grayscale images (CSS 3 effect)"
1585
- msgstr "Imágenes en escala de grises (efecto CSS 3)"
1586
-
1587
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:275
1588
- msgid ""
1589
- "Featured slider images will be in grayscale for devices that support CSS "
1590
- "filters."
1591
- msgstr ""
1592
- "Imágenes con barra deslizante quedarán en escala de grises para dispositivos "
1593
- "que soportan filtros CSS."
1594
-
1595
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:282
1596
- msgid "Show title & date"
1597
- msgstr "Mostrar título y fecha"
1598
-
1599
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:283
1600
- msgid ""
1601
- "If disabled, the title and date will not be shown. Note: some themes do not "
1602
- "show the date."
1603
- msgstr ""
1604
- "Si desactivado, no se mostrarán el título y la fecha. Nota: algunos temas no "
1605
- "muestran la fecha."
1606
-
1607
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:290
1608
- msgid "Featured slider posts also show in listings"
1609
- msgstr "Las entradas de barra deslizante también se muestran en las listas"
1610
-
1611
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:298
1612
- msgid "Slide transition speed"
1613
- msgstr "Velocidad de transición de diapositivas"
1614
-
1615
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:303
1616
- msgid "Slow"
1617
- msgstr "Lenta"
1618
-
1619
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:304
1620
- msgid "Normal"
1621
- msgstr "Normal"
1622
-
1623
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:305
1624
- msgid "Fast"
1625
- msgstr "Rápida"
1626
-
1627
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:316
1628
- msgid "Show latest posts"
1629
- msgstr "Mostrar las últimas entradas"
1630
-
1631
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:317
1632
- msgid "Show posts from a specific tag"
1633
- msgstr "Mostrar entradas de una etiqueta específica"
1634
-
1635
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:318
1636
- msgid "Show posts from a specific category"
1637
- msgstr "Mostrar entradas de una categoría específica"
1638
-
1639
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:319
1640
- msgid "Show only specific posts or pages"
1641
- msgstr "Mostrar solamente entradas o páginas específicas"
1642
-
1643
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:325
1644
- msgid "Only this tag"
1645
- msgstr "Solamente esta etiqueta"
1646
-
1647
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:334
1648
- msgid "Only this category"
1649
- msgstr "Solamente esta categoría"
1650
-
1651
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:343
1652
- msgid "Comma-separated list of post/page IDs"
1653
- msgstr "Lista separada por comas de IDs de entrada/página"
1654
-
1655
- #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:10
1656
- msgid "Browser Fonts"
1657
- msgstr "Fuentes del navegador"
1658
-
1659
- #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:18
1660
- msgid "Typography"
1661
- msgstr "Tipografía"
1662
-
1663
- #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:24
1664
- msgid "Font style"
1665
- msgstr "Estilo de fuente"
1666
-
1667
- #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:25
1668
- msgid ""
1669
- "Choose a Google font pairing designed for this theme, or default browser "
1670
- "fonts."
1671
- msgstr ""
1672
- "Elija una combinación de fuentes de Google proyectada para este tema, o "
1673
- "fuentes predeterminadas del navegador."
1674
-
1675
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:7
1676
- msgid "Remember Me"
1677
- msgstr "Recordarme"
1678
-
1679
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:9
1680
- msgid "Log In"
1681
- msgstr "Iniciar sesión"
1682
-
1683
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:20
1684
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:51
1685
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:49
1686
- #: wptouch-pro-3-extras/themes/simple/default/header-bottom.php:22
1687
- msgid "Login"
1688
- msgstr "Iniciar sesión"
1689
-
1690
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:29
1691
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:207
1692
- msgid "Sign-up"
1693
- msgstr "Inscribirse"
1694
-
1695
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:30
1696
- msgid "Lost password?"
1697
- msgstr "¿Ha olvidado su contraseña?"
1698
-
1699
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:22
1700
- msgid "Account Username"
1701
- msgstr "Nombre de usuario de la cuenta"
1702
-
1703
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:23
1704
- msgid "Account Password"
1705
- msgstr "Contraseña de la cuenta"
1706
-
1707
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:32
1708
- msgid "Login Form"
1709
- msgstr "Formulario de acceso"
1710
-
1711
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:38
1712
- msgid "Use fly-in login form"
1713
- msgstr "Usar formulario fly-in para iniciar sesión"
1714
-
1715
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:39
1716
- msgid ""
1717
- "Will add login links and allow mobile visitors to login to your website from "
1718
- "mobile devices"
1719
- msgstr ""
1720
- "Agregará enlaces de acceso y permitirá a los usuarios móviles que inicien "
1721
- "sesión en su sitio desde dispositivos móviles"
1722
-
1723
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:46
1724
- msgid "Show \"Sign-up\" and \"Lost Password?\" links"
1725
- msgstr "Mostrar enlaces para \"Inscribirse\" y \"¿Ha olvidado su contraseña?\""
1726
-
1727
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:48
1728
- msgid "Video Handling"
1729
- msgstr "Manejo de videos"
1730
-
1731
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:60
1732
- msgid "CSS only (HTML5 videos)"
1733
- msgstr "Solamente CSS (videos HTML5)"
1734
-
1735
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:61
1736
- msgid "FitVids Method"
1737
- msgstr "Método FitVids"
1738
-
1739
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:62
1740
- msgid "Fluid-Width Method"
1741
- msgstr "Método Fluid-Width"
1742
-
1743
- #: wptouch-pro-3/themes/foundation/modules/related-posts/related-posts.php:106
1744
- msgid "Related Posts"
1745
- msgstr "Entradas relacionadas"
1746
-
1747
- #: wptouch-pro-3/themes/foundation/modules/related-posts/related-posts.php:112
1748
- msgid "Enable display of related posts"
1749
- msgstr "Permitir la visualización de entradas relacionadas"
1750
-
1751
- #: wptouch-pro-3/themes/foundation/modules/related-posts/related-posts.php:120
1752
- msgid "Maximum number of related posts to show"
1753
- msgstr "Número máximo de entradas relacionadas que serán mostradas"
1754
-
1755
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing-html.php:1
1756
- #: wptouch-pro-3-extras/themes/hammock/default/sharing-html.php:2
1757
- msgid "Share"
1758
- msgstr "Compartir"
1759
-
1760
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing-html.php:1
1761
- #: wptouch-pro-3-extras/themes/hammock/default/sharing-html.php:3
1762
- msgid "Tweet"
1763
- msgstr "Publicar en Twitter"
1764
-
1765
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing-html.php:1
1766
- #: wptouch-pro-3-extras/themes/hammock/default/sharing-html.php:5
1767
- msgid "Mail"
1768
- msgstr "Correo electrónico"
1769
-
1770
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:81
1771
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:317
1772
- msgid "Sharing"
1773
- msgstr "Compartiendo"
1774
-
1775
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:87
1776
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:323
1777
- msgid "Show sharing links"
1778
- msgstr "Mostrar enlaces para compartir"
1779
-
1780
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:88
1781
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:324
1782
- msgid "Will show Facebook, Twitter, Google+ and Email buttons on single posts."
1783
- msgstr ""
1784
- "Mostrará botones de Facebook, Twitter, Google+ y E-mail en entradas únicas."
1785
-
1786
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:95
1787
- msgid "Show sharing links on pages"
1788
- msgstr "Mostrar enlaces para compartir en las páginas"
1789
-
1790
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:96
1791
- msgid ""
1792
- "Will show Facebook, Twitter, Google+ and Email buttons on pages as well as "
1793
- "single posts."
1794
- msgstr ""
1795
- "Mostrará botones de Facebook, Twitter, Google+ y E-mail en las páginas y en "
1796
- "entradas únicas."
1797
-
1798
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:103
1799
- msgid "Sharing links location"
1800
- msgstr "Ubicación de los enlaces para compartir"
1801
-
1802
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:108
1803
- msgid "Above post content"
1804
- msgstr "Arriba del contenido de la entrada"
1805
-
1806
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:109
1807
- msgid "Below post content"
1808
- msgstr "Abajo del contenido de la entrada"
1809
-
1810
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:115
1811
- msgid "Color scheme"
1812
- msgstr "Combinación de colores"
1813
-
1814
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:120
1815
- msgid "Theme colors"
1816
- msgstr "Colores del tema"
1817
-
1818
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:121
1819
- msgid "Social network colors"
1820
- msgstr "Colores de la red social"
1821
-
1822
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:8
1823
- msgid "Footer Social Links"
1824
- msgstr "Enlaces de redes sociales en el pie"
1825
-
1826
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:23
1827
- msgid "Full URL to your Facebook page"
1828
- msgstr "URL completa a su página Facebook"
1829
-
1830
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:31
1831
- msgid "Full URL to your Twitter profile"
1832
- msgstr "URL completa a su perfil en Twitter"
1833
-
1834
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:39
1835
- msgid "Full URL to your Google+ profile"
1836
- msgstr "URL completa a su perfil en Google+"
1837
-
1838
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:47
1839
- msgid "Full URL to your Pinterest page"
1840
- msgstr "URL completa a su página Pinterest"
1841
-
1842
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:55
1843
- msgid "Full URL to your Vimeo page"
1844
- msgstr "URL completa a su página Vimeo"
1845
-
1846
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:63
1847
- msgid "Full URL to your %s profile"
1848
- msgstr "URL completa a su perfil en %s"
1849
-
1850
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:70
1851
- msgid "LinkedIn"
1852
- msgstr "LinkedIn"
1853
-
1854
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:71
1855
- msgid "Full URL to your LinkedIn profile"
1856
- msgstr "URL completa a su perfil en LinkedIn"
1857
-
1858
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:79
1859
- msgid "E-Mail address"
1860
- msgstr "Dirección de correo electrónico"
1861
-
1862
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:87
1863
- msgid "Full URL to your RSS feed"
1864
- msgstr "URL completa a su feed RSS"
1865
-
1866
- #: wptouch-pro-3/themes/foundation/modules/tablets/tablets.php:46
1867
- msgid "iPad"
1868
- msgstr "iPad"
1869
-
1870
- #: wptouch-pro-3/themes/foundation/modules/tablets/tablets.php:52
1871
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:268
1872
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:286
1873
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:304
1874
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:323
1875
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:331
1876
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:349
1877
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:357
1878
- #: wptouch-pro-3/themes/foundation/root-functions.php:390
1879
- #: wptouch-pro-3/themes/foundation/root-functions.php:408
1880
- msgid "%d by %d pixels (PNG)"
1881
- msgstr "%d por %d píxeles (PNG)"
1882
-
1883
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:66
1884
- msgid "Disabled"
1885
- msgstr "Desactivado"
1886
-
1887
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:81
1888
- msgid "Twitter account to use for Tweet display"
1889
- msgstr "Cuenta de Twitter usada para publicar"
1890
-
1891
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:122
1892
- msgid "External link— open it in the browser?"
1893
- msgstr "Enlace externo — ¿desea abrirlo en el navegador?"
1894
-
1895
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:123
1896
- msgid "File link— Do you want to open it in the browser?"
1897
- msgstr "Enlace para archivo — ¿desea abrirlo en el navegador?"
1898
-
1899
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:210
1900
- msgid "Enable iOS Web-App Mode"
1901
- msgstr "Activar Modo Web-App en iOS"
1902
-
1903
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:214
1904
- msgid "Enable persistence"
1905
- msgstr "Activar persistencia"
1906
-
1907
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:215
1908
- msgid "Loads the last visited URL for visitors on open."
1909
- msgstr "Carga la última URL vista para los visitantes al abrir."
1910
-
1911
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:222
1912
- msgid "URLs to ignore in Web-App Mode"
1913
- msgstr "URLs que serán ignoradas en modo Web-App"
1914
-
1915
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:235
1916
- msgid "Notice Message"
1917
- msgstr "Mensaje de aviso"
1918
-
1919
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:238
1920
- msgid ""
1921
- "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
1922
- msgstr ""
1923
- "Mostrar un mensaje de aviso sobre el modo Web-App a los visitantes con "
1924
- "iPhone, iPod touch o iPad"
1925
-
1926
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:238
1927
- msgid ""
1928
- "WPtouch shows a notice bubble on 1st visit letting users know about your Web-"
1929
- "App enabled website on iOS devices."
1930
- msgstr ""
1931
- "WPtouch muestra un aviso en la primera visita informando a los usuarios "
1932
- "sobre su sitio con Web-App habilitado en dispositivos con iOS."
1933
-
1934
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:239
1935
- msgid "Notice message contents"
1936
- msgstr "Contenido del mensaje de aviso"
1937
-
1938
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:239
1939
- msgid ""
1940
- "[device] and [icon] are dynamic and used to determine the device and iOS "
1941
- "version. Do not remove these from your message."
1942
- msgstr ""
1943
- "[dispositivo] y [ícono] son dinámicos y usados para determinar el "
1944
- "dispositivo y la versión de iOS. No elimine estos datos del mensaje."
1945
-
1946
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:243
1947
- msgid "the notice message will be shown again for visitors"
1948
- msgstr "El mensaje será mostrado a los visitantes"
1949
-
1950
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:248
1951
- msgid "1 day until"
1952
- msgstr "En 1 día"
1953
-
1954
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:249
1955
- msgid "7 days until"
1956
- msgstr "En 7 días"
1957
-
1958
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:250
1959
- msgid "1 month until"
1960
- msgstr "En un mes"
1961
-
1962
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:251
1963
- msgid "Every time"
1964
- msgstr "Siempre"
1965
-
1966
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:262
1967
- msgid "iPhone Startup Screen"
1968
- msgstr "Pantalla de inicio de iPhone"
1969
-
1970
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:280
1971
- msgid "Retina iPhone Startup Screen"
1972
- msgstr "Pantalla de inicio de iPhone Retina"
1973
-
1974
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:298
1975
- msgid "iPhone 5 Startup Screen"
1976
- msgstr "Pantalla de inicio de iPhone 5"
1977
-
1978
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:317
1979
- msgid "iPad Mini and iPad Startup Screens"
1980
- msgstr "Pantallas de inicio de iPad Mini & iPad"
1981
-
1982
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:343
1983
- msgid "Retina iPad Startup Screens"
1984
- msgstr "Pantallas de inicio de iPads Retina"
1985
-
1986
- #: wptouch-pro-3/themes/foundation/root-functions.php:11
1987
- msgid "Branding"
1988
- msgstr "Personalización"
1989
-
1990
- #: wptouch-pro-3/themes/foundation/root-functions.php:12
1991
- msgid "Media Handling"
1992
- msgstr "Manejo de medios"
1993
-
1994
- #: wptouch-pro-3/themes/foundation/root-functions.php:13
1995
- msgid "Web-App Mode"
1996
- msgstr "Modo web-app"
1997
-
1998
- #: wptouch-pro-3/themes/foundation/root-functions.php:14
1999
- msgid "Bookmark Icons"
2000
- msgstr "Marcar íconos como favoritos"
2001
-
2002
- #: wptouch-pro-3/themes/foundation/root-functions.php:15
2003
- msgid "Advertising"
2004
- msgstr "Anuncios"
2005
-
2006
- #: wptouch-pro-3/themes/foundation/root-functions.php:16
2007
- msgid "Custom Content"
2008
- msgstr "Contenido personalizado"
2009
-
2010
- #: wptouch-pro-3/themes/foundation/root-functions.php:113
2011
- msgid ""
2012
- "Install this Web-App on your [device]: tap [icon] then \"Add to Home Screen\""
2013
- msgstr ""
2014
- "Instale este Web-App en su [dispositivo]: pulse [ícono] y después \"Añadir a "
2015
- "la pantalla de inicio\""
2016
-
2017
- #: wptouch-pro-3/themes/foundation/root-functions.php:304
2018
- msgid "Number of posts in post listings"
2019
- msgstr "Número de entradas en listas de entradas"
2020
-
2021
- #: wptouch-pro-3/themes/foundation/root-functions.php:305
2022
- msgid ""
2023
- "Overrides the WordPress Reading settings for \"Blog pages show at most\""
2024
- msgstr ""
2025
- "Invalida las configuraciones de lectura de WordPress para \"Las páginas del "
2026
- "blog mostrarán un máximo de\""
2027
-
2028
- #: wptouch-pro-3/themes/foundation/root-functions.php:312
2029
- msgid "Excluded categories"
2030
- msgstr "Categorías excluidas"
2031
-
2032
- #: wptouch-pro-3/themes/foundation/root-functions.php:313
2033
- msgid "Comma separated by category name"
2034
- msgstr "Separadas por coma por nombre de categoría"
2035
-
2036
- #: wptouch-pro-3/themes/foundation/root-functions.php:320
2037
- msgid "Excluded tags"
2038
- msgstr "Etiquetas excluidas"
2039
-
2040
- #: wptouch-pro-3/themes/foundation/root-functions.php:321
2041
- msgid "Comma separated by tag name"
2042
- msgstr "Separadas por comas por nombre de etiqueta"
2043
-
2044
- #: wptouch-pro-3/themes/foundation/root-functions.php:331
2045
- msgid "Blog"
2046
- msgstr "Blog"
2047
-
2048
- #: wptouch-pro-3/themes/foundation/root-functions.php:342
2049
- msgid "Show comments on pages"
2050
- msgstr "Mostrar comentarios en las páginas"
2051
-
2052
- #: wptouch-pro-3/themes/foundation/root-functions.php:343
2053
- msgid "Overrides the WordPress settings for showing comments on pages."
2054
- msgstr ""
2055
- "Reemplaza las configuraciones de WordPress para el número de comentarios "
2056
- "mostrados en las páginas."
2057
-
2058
- #: wptouch-pro-3/themes/foundation/root-functions.php:353
2059
- #: wptouch-pro-3/themes/foundation/root-functions.php:1024
2060
- msgid "Pages"
2061
- msgstr "Páginas"
2062
-
2063
- #: wptouch-pro-3/themes/foundation/root-functions.php:366
2064
- msgid "Icon Title"
2065
- msgstr "Título del ícono"
2066
-
2067
- #: wptouch-pro-3/themes/foundation/root-functions.php:372
2068
- msgid "Icon title"
2069
- msgstr "Título del ícono"
2070
-
2071
- #: wptouch-pro-3/themes/foundation/root-functions.php:373
2072
- msgid "When visitors bookmark your website, this will be the title shown."
2073
- msgstr ""
2074
- "El título mostrado se establecerá cuando los visitantes guarden su sitio "
2075
- "como favorito."
2076
-
2077
- #: wptouch-pro-3/themes/foundation/root-functions.php:384
2078
- msgid "Android"
2079
- msgstr "Android"
2080
-
2081
- #: wptouch-pro-3/themes/foundation/root-functions.php:402
2082
- msgid "iPhone & iPod touch"
2083
- msgstr "iPhone y iPod touch"
2084
-
2085
- #: wptouch-pro-3/themes/foundation/root-functions.php:438
2086
- msgid "Theme Colors"
2087
- msgstr "Colores del tema"
2088
-
2089
- #: wptouch-pro-3/themes/foundation/root-functions.php:448
2090
- msgid "Site Logo"
2091
- msgstr "Logo del sitio"
2092
-
2093
- #: wptouch-pro-3/themes/foundation/root-functions.php:454
2094
- msgid "(Scaled by themes to fit logo areas as needed)"
2095
- msgstr ""
2096
- "(Dimensiones de acuerdo a los temas, para ajustar las áreas del logo como "
2097
- "sea necesario)"
2098
-
2099
- #: wptouch-pro-3/themes/foundation/root-functions.php:467
2100
- msgid "Smart App Banner"
2101
- msgstr "Smart App Banner"
2102
-
2103
- #: wptouch-pro-3/themes/foundation/root-functions.php:473
2104
- msgid "Enter your app's %sApp Store ID%s"
2105
- msgstr "Ingrese el %sID de App Store%s de su aplicación"
2106
-
2107
- #: wptouch-pro-3/themes/foundation/root-functions.php:474
2108
- msgid ""
2109
- "Your app's unique identifier. Find your ID from the iTunes Link Maker: "
2110
- "Search for your app. In the link it provides, your app ID is the nine-digit "
2111
- "number in between id and ?mt. For example Angry Birds's ID is 343200656."
2112
- msgstr ""
2113
- "El identificador exclusivo de su aplicación. Encuentre su ID en iTunes Link "
2114
- "Maker: Busque una aplicación. En el enlace presentado, el ID de su "
2115
- "aplicativo es el número de nueve dígitos entre id y ?mt. Por ejemplo, el ID "
2116
- "de la aplicación Angry Birds es el 343200656."
2117
-
2118
- #: wptouch-pro-3/themes/foundation/root-functions.php:486
2119
- msgid "Theme Footer"
2120
- msgstr "Pie del tema"
2121
-
2122
- #: wptouch-pro-3/themes/foundation/root-functions.php:489
2123
- msgid "Custom footer content (HTML is allowed)"
2124
- msgstr "Contenido del pie personalizado (HTML permitido)"
2125
-
2126
- #: wptouch-pro-3/themes/foundation/root-functions.php:489
2127
- msgid ""
2128
- "You can add custom footer content that will be displayed below the switch "
2129
- "link."
2130
- msgstr ""
2131
- "Se puede añadir contenido de pie personalizado, que será mostrado abajo del "
2132
- "enlace de cambio."
2133
-
2134
- #: wptouch-pro-3/themes/foundation/root-functions.php:854
2135
- msgid "search results for '%s'"
2136
- msgstr "resultados de la búsqueda para '%s'"
2137
-
2138
- #: wptouch-pro-3/themes/foundation/root-functions.php:856
2139
- msgid "%sCategories &rsaquo;%s %s"
2140
- msgstr "%sCategorías &rsaquo;%s %s"
2141
-
2142
- #: wptouch-pro-3/themes/foundation/root-functions.php:858
2143
- msgid "Tags &rsaquo; %s"
2144
- msgstr "Etiquetas &rsaquo; %s"
2145
-
2146
- #: wptouch-pro-3/themes/foundation/root-functions.php:860
2147
- #: wptouch-pro-3/themes/foundation/root-functions.php:862
2148
- #: wptouch-pro-3/themes/foundation/root-functions.php:864
2149
- msgid "Archives &rsaquo; %s"
2150
- msgstr "Archivos &rsaquo; %s"
2151
-
2152
- #: wptouch-pro-3/themes/foundation/root-functions.php:879
2153
- msgid "Load more from this category"
2154
- msgstr "Cargar más de esta categoría"
2155
-
2156
- #: wptouch-pro-3/themes/foundation/root-functions.php:881
2157
- msgid "Load more tagged like this"
2158
- msgstr "Cargar más marcados de esta manera"
2159
-
2160
- #: wptouch-pro-3/themes/foundation/root-functions.php:883
2161
- msgid "Load more from this day"
2162
- msgstr "Cargar más de este día"
2163
-
2164
- #: wptouch-pro-3/themes/foundation/root-functions.php:885
2165
- msgid "Load more from this month"
2166
- msgstr "Cargar más de este mes"
2167
-
2168
- #: wptouch-pro-3/themes/foundation/root-functions.php:887
2169
- msgid "Load more from this year"
2170
- msgstr "Cargar más de este año"
2171
-
2172
- #: wptouch-pro-3/themes/foundation/root-functions.php:889
2173
- msgid "Load more in this section"
2174
- msgstr "Cargar más en esta sección"
2175
-
2176
- #: wptouch-pro-3/themes/foundation/root-functions.php:891
2177
- msgid "Load more entries"
2178
- msgstr "Cargar más entradas"
2179
-
2180
- #: wptouch-pro-3/themes/foundation/root-functions.php:973
2181
- msgid "Post"
2182
- msgstr "Entrada"
2183
-
2184
- #: wptouch-pro-3/themes/foundation/root-functions.php:975
2185
- msgid "Page"
2186
- msgstr "Página"
2187
-
2188
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:63
2189
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:225
2190
- msgid "Purge Page Cache"
2191
- msgstr "Limpiar caché de página"
2192
-
2193
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:123
2194
- msgid "Enable Infinity Cache"
2195
- msgstr "Permitir Infinity Cache"
2196
-
2197
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:131
2198
- msgid "Create cache for desktop users"
2199
- msgstr "Crear memoria caché para usuarios de escritorio"
2200
-
2201
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:132
2202
- msgid "If you are using another cache plugin such as W3, you can disable this."
2203
- msgstr ""
2204
- "Si está usando otro plugin de caché como W3, puede desactivar esta opción."
2205
-
2206
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:153
2207
- msgid "Compress output using GZIP"
2208
- msgstr "Comprimir salida usando GZIP"
2209
-
2210
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:163
2211
- msgid "Maximum age of cached content"
2212
- msgstr "Duración máxima del contenido en memoria caché"
2213
-
2214
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:164
2215
- msgid ""
2216
- "Each cached page will automatically be regenerated after this period elapses"
2217
- msgstr ""
2218
- "Cada página en memoria caché se renovará automáticamente pasado ese tiempo"
2219
-
2220
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:168
2221
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:169
2222
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:170
2223
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:171
2224
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:172
2225
- msgid "%d hour"
2226
- msgid_plural "%d hours"
2227
- msgstr[0] "Hace %d hora"
2228
- msgstr[1] "Hace %d horas"
2229
-
2230
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:179
2231
- msgid "Remove stale cache file interval"
2232
- msgstr "Lapso de tiempo para suprimir archivo de memoria caché obsoleto"
2233
-
2234
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:184
2235
- msgid "Hourly"
2236
- msgstr "Cada hora"
2237
-
2238
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:185
2239
- msgid "Daily"
2240
- msgstr "Diariamente"
2241
-
2242
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:192
2243
- msgid "Disable caching for any of these matched URL fragments"
2244
- msgstr ""
2245
- "Desactivar memoria caché para cualquiera de estos fragmentos de URL "
2246
- "coincidente"
2247
-
2248
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:193
2249
- msgid ""
2250
- "Add one URL fragment per line, i.e. %s, to not cache pages that contain each "
2251
- "URL fragment"
2252
- msgstr ""
2253
- "Agregar un fragmento de URL por línea, o sea, %s, para no almacenar en "
2254
- "memoria caché páginas que contengan cada fragmento de URL"
2255
-
2256
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:201
2257
- msgid "Content Distribution Network Service"
2258
- msgstr "Servicio de red de distribución de contenido"
2259
-
2260
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:202
2261
- msgid ""
2262
- "Using a content distribution network (CDN) can significantly enhance the "
2263
- "responsiveness of your website."
2264
- msgstr ""
2265
- "La utilización de una red de distribución de contenido (CDN) puede mejorar "
2266
- "significativamente la capacidad de respuesta de su sitio."
2267
-
2268
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:215
2269
- msgid "URL %d"
2270
- msgstr "URL %d"
2271
-
2272
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:216
2273
- msgid ""
2274
- "Add the URLs you have configured for your CDN, for example http://cdn%d."
2275
- "mysite.com"
2276
- msgstr ""
2277
- "Agregar las URLs que usted ha configurado para su CDN, por ejemplo http://cdn"
2278
- "%d.mysite.com"
2279
-
2280
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:233
2281
- msgid "Infinity Cache"
2282
- msgstr "Infinity Cache"
2283
-
2284
- #: wptouch-pro-3-extras/extensions/mobile-content/mobile-content.php:20
2285
- msgid "WPtouch Alternate Mobile Content"
2286
- msgstr "Contenido móvil alternativo WPtouch"
2287
-
2288
- #: wptouch-pro-3-extras/extensions/mobile-content/mobile-content.php:38
2289
- msgid "Mobile Content"
2290
- msgstr "Contenido móvil"
2291
-
2292
- #: wptouch-pro-3-extras/extensions/mobile-content/mobile-content.php:44
2293
- msgid "Enable mobile content display"
2294
- msgstr "Permitir visualización de contenido móvil"
2295
-
2296
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:92
2297
- msgid "Responsive Images"
2298
- msgstr "Imágenes responsivas"
2299
-
2300
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:98
2301
- msgid "Include desktop optimizations for mobile devices"
2302
- msgstr "Incluir optimizaciones de escritorio para dispositivos móviles"
2303
-
2304
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:99
2305
- msgid "Normally only images on mobile are optimized"
2306
- msgstr "Normalmente sólo las imágenes en el móvil son optimizadas"
2307
-
2308
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:106
2309
- msgid "Performance preference"
2310
- msgstr "Preferencia por el desempeño"
2311
-
2312
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:111
2313
- msgid "Optimize for page speed"
2314
- msgstr "Optimizar para velocidad de la página"
2315
-
2316
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:112
2317
- msgid "Optimize for quality"
2318
- msgstr "Optimizar para calidad"
2319
-
2320
- #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:21
2321
- #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:24
2322
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:76
2323
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:84
2324
- #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:24
2325
- msgid "Search this website"
2326
- msgstr "Buscar en este sitio"
2327
-
2328
- #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:22
2329
- #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:14
2330
- #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:25
2331
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:46
2332
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:78
2333
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:42
2334
- #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:14
2335
- #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:25
2336
- msgid "Search"
2337
- msgstr "Buscar"
2338
-
2339
- #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:40
2340
- #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:42
2341
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:53
2342
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:51
2343
- #: wptouch-pro-3-extras/themes/simple/default/header-bottom.php:24
2344
- msgid "Logout"
2345
- msgstr "Cerrar sesión"
2346
-
2347
- #: wptouch-pro-3-extras/themes/bauhaus/default/post-loop.php:19
2348
- #: wptouch-pro-3-extras/themes/bio/default/post-loop.php:19
2349
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:24
2350
- msgid "by"
2351
- msgstr "por"
2352
-
2353
- #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:14
2354
- msgid "Show %s Results"
2355
- msgstr "Mostrar %s resultados"
2356
-
2357
- #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:38
2358
- msgid "No results found"
2359
- msgstr "No se han encontrado resultados"
2360
-
2361
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:25
2362
- msgid "no comments"
2363
- msgstr "no hay comentarios"
2364
-
2365
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:25
2366
- msgid "1 comment"
2367
- msgstr "1 comentario"
2368
-
2369
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:25
2370
- msgid "% comments"
2371
- msgstr "%s comentarios"
2372
-
2373
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:44
2374
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:35
2375
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:61
2376
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:39
2377
- msgid "Categories"
2378
- msgstr "Categorías"
2379
-
2380
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:47
2381
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:39
2382
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:68
2383
- msgid "Tags"
2384
- msgstr "Etiquetas"
2385
-
2386
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:118
2387
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:97
2388
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:72
2389
- msgid "Header Menu"
2390
- msgstr "Menú de encabezado"
2391
-
2392
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:120
2393
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:89
2394
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:99
2395
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:116
2396
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:125
2397
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:74
2398
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:77
2399
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:60
2400
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:71
2401
- msgid "Choose a menu"
2402
- msgstr "Elija un menú"
2403
-
2404
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:121
2405
- msgid "Main menu selection"
2406
- msgstr "Selección del menú principal"
2407
-
2408
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:128
2409
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:97
2410
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:107
2411
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:132
2412
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:85
2413
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:79
2414
- msgid "Theme background"
2415
- msgstr "Fondo de tema"
2416
-
2417
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:129
2418
- msgid "Header & Menu"
2419
- msgstr "Encabezado y Menú"
2420
-
2421
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:130
2422
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:98
2423
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:108
2424
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:133
2425
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:84
2426
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:86
2427
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:80
2428
- msgid "Links"
2429
- msgstr "Enlaces"
2430
-
2431
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:131
2432
- msgid "Post/Page Headers"
2433
- msgstr "Encabezados de entrada/página"
2434
-
2435
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:232
2436
- msgid "Theme Shapes"
2437
- msgstr "Formatos de temas"
2438
-
2439
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:238
2440
- msgid "Theme shape style"
2441
- msgstr "Estilo del formato del tema"
2442
-
2443
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:239
2444
- msgid "Bauhaus will use this shape style throughout its appearance"
2445
- msgstr "Bauhaus utilizará este estilo de formato en toda la apariencia"
2446
-
2447
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:243
2448
- msgid "Circles"
2449
- msgstr "Círculos"
2450
-
2451
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:245
2452
- msgid "Rounded squares"
2453
- msgstr "Cuadrados redondeados"
2454
-
2455
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:264
2456
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:131
2457
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:238
2458
- msgid "Post thumbnails"
2459
- msgstr "Miniaturas de entradas"
2460
-
2461
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:269
2462
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:136
2463
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:243
2464
- msgid "No thumbnails"
2465
- msgstr "Ninguna miniatura"
2466
-
2467
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:270
2468
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:137
2469
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:244
2470
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:230
2471
- msgid "Blog listing only"
2472
- msgstr "Listas de blog únicamente"
2473
-
2474
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:271
2475
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:138
2476
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:245
2477
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:231
2478
- msgid "Blog listing, single posts"
2479
- msgstr "Listas de blog, entradas únicas"
2480
-
2481
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:272
2482
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:139
2483
- msgid "Blog listing, single posts & pages"
2484
- msgstr "Listas de blog, entradas únicas y páginas"
2485
-
2486
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:273
2487
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:140
2488
- msgid "All (blog, single, pages, search & archive)"
2489
- msgstr "Todos (blog, entradas únicas, páginas, búsqueda y archivo)"
2490
-
2491
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:281
2492
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:148
2493
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:254
2494
- msgid "Thumbnail Selection"
2495
- msgstr "Selección de miniatura"
2496
-
2497
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:286
2498
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:153
2499
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:259
2500
- msgid "Post featured image"
2501
- msgstr "Publicar imagen destacada"
2502
-
2503
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:287
2504
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:154
2505
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:260
2506
- msgid "Post custom field"
2507
- msgstr "Publicar campo personalizado"
2508
-
2509
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:295
2510
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:162
2511
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:268
2512
- msgid "Thumbnail custom field name"
2513
- msgstr "Nombre del campo personalizado de la miniatura"
2514
-
2515
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:306
2516
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:301
2517
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:262
2518
- msgid "Show post categories and tags"
2519
- msgstr "Mostrar categorías de la entrada y etiquetas"
2520
-
2521
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:317
2522
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:173
2523
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:279
2524
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:240
2525
- msgid "Show post date"
2526
- msgstr "Mostrar fecha de la entrada"
2527
-
2528
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:328
2529
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:184
2530
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:290
2531
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:251
2532
- msgid "Show post author"
2533
- msgstr "Mostrar autor de la entrada"
2534
-
2535
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:339
2536
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:195
2537
- msgid "Show search in header"
2538
- msgstr "Mostrar búsqueda en el encabezado"
2539
-
2540
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:340
2541
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:196
2542
- msgid "Adds Search capability in the site header."
2543
- msgstr "Agregar función de búsqueda en el encabezado del sitio."
2544
-
2545
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:350
2546
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:206
2547
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:312
2548
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:285
2549
- msgid "Use infinite scrolling for blog"
2550
- msgstr "Usar desplazamiento infinito para blog"
2551
-
2552
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:367
2553
- msgid "Show featured slider on front page"
2554
- msgstr "Mostrar barra deslizante en la página principal"
2555
-
2556
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:87
2557
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:75
2558
- msgid "Primary Menu"
2559
- msgstr "Menú principal"
2560
-
2561
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:90
2562
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:78
2563
- msgid "Menus are awesome!"
2564
- msgstr "Menús son excelentes."
2565
-
2566
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:43
2567
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:88
2568
- msgid "Tweets"
2569
- msgstr "Tweets"
2570
-
2571
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:92
2572
- msgid "Follow %s on Twitter"
2573
- msgstr "Seguir a %s en Twitter"
2574
-
2575
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:56
2576
- msgid "Read This Post"
2577
- msgstr "Leer esta entrada"
2578
-
2579
- #: wptouch-pro-3-extras/themes/classic-redux/default/single.php:16
2580
- msgid "%s at %s"
2581
- msgstr "%s en %s"
2582
-
2583
- #: wptouch-pro-3-extras/themes/classic-redux/default/single.php:18
2584
- #: wptouch-pro-3-extras/themes/hammock/default/single.php:21
2585
- msgid "Written by %s"
2586
- msgstr "Escrito por %s"
2587
-
2588
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:6
2589
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:357
2590
- msgid "Tablets"
2591
- msgstr "Tablets"
2592
-
2593
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:106
2594
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:131
2595
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:78
2596
- msgid "Header background"
2597
- msgstr "Fondo de encabezado"
2598
-
2599
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:246
2600
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:232
2601
- msgid "All (blog, single, search and archive)"
2602
- msgstr "Todos (blog, entradas únicas, búsqueda y archivo)"
2603
-
2604
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:323
2605
- msgid "Use rounded corners"
2606
- msgstr "Usar esquinas redondeadas"
2607
-
2608
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:341
2609
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:302
2610
- msgid "Show page title areas on pages"
2611
- msgstr "Mostrar áreas de título de página en las páginas"
2612
-
2613
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:363
2614
- msgid "Add tablet support"
2615
- msgstr "Agregar soporte a tablet"
2616
-
2617
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:375
2618
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:335
2619
- msgid "Header Menu Area"
2620
- msgstr "Área de menú de encabezado"
2621
-
2622
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:381
2623
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:341
2624
- msgid "Drop-down button says \"Menu\""
2625
- msgstr "Botón desplegable dice \"Menú\""
2626
-
2627
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:389
2628
- msgid "Show tab bar"
2629
- msgstr "Mostrar barra de pestañas"
2630
-
2631
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:397
2632
- msgid "Tab-bar shows categories or tags"
2633
- msgstr "La barra de pestañas muestra categorías o etiquetas"
2634
-
2635
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:402
2636
- msgid "Categories and tags"
2637
- msgstr "Categorías y etiquetas"
2638
-
2639
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:403
2640
- msgid "Categories only"
2641
- msgstr "Solamente categorías"
2642
-
2643
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:404
2644
- msgid "Tags only"
2645
- msgstr "Solamente etiquetas"
2646
-
2647
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:405
2648
- msgid "No categories or tags"
2649
- msgstr "Ninguna categoría o etiqueta"
2650
-
2651
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:411
2652
- msgid "Max categories / tags"
2653
- msgstr "Máximo de categorías / etiquetas"
2654
-
2655
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:429
2656
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:242
2657
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:275
2658
- msgid "CSS Effects"
2659
- msgstr "Efectos CSS"
2660
-
2661
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:435
2662
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:248
2663
- msgid "Add a noise effect to the header and theme background"
2664
- msgstr "Añadir efecto de ruido al fondo de encabezado y de tema"
2665
-
2666
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:436
2667
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:249
2668
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:282
2669
- msgid "Will apply the effect overtop of any background image you upload."
2670
- msgstr "Aplicará el efecto por encima de cualquier imagen de fondo enviada."
2671
-
2672
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:14
2673
- msgid "menu"
2674
- msgstr "menú"
2675
-
2676
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:21
2677
- msgid "login"
2678
- msgstr "Iniciar sesión"
2679
-
2680
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:25
2681
- msgid "logout"
2682
- msgstr "Cerrar sesión"
2683
-
2684
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:38
2685
- #: wptouch-pro-3-extras/themes/simple/default/footer-top.php:3
2686
- msgid "search this website"
2687
- msgstr "buscar en este sitio"
2688
-
2689
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:39
2690
- #: wptouch-pro-3-extras/themes/simple/default/footer-top.php:5
2691
- msgid "search"
2692
- msgstr "buscar"
2693
-
2694
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:49
2695
- msgid "Alt Menu"
2696
- msgstr "Menú alternativo"
2697
-
2698
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:114
2699
- msgid "Main Menu"
2700
- msgstr "Menú principal"
2701
-
2702
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:123
2703
- msgid "Alternate Menu"
2704
- msgstr "Menú alternativo"
2705
-
2706
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:171
2707
- msgid "Show titles on pages"
2708
- msgstr "Mostrar títulos en las páginas"
2709
-
2710
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:186
2711
- msgid "Category Slider"
2712
- msgstr "Galería de categorías"
2713
-
2714
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:192
2715
- msgid "Enable category slider"
2716
- msgstr "Activar galería de categorías"
2717
-
2718
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:205
2719
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:256
2720
- msgid "Tiled Background Image"
2721
- msgstr "Imagen de fondo tipo mosaico"
2722
-
2723
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:211
2724
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:262
2725
- msgid "(Scaled for retina displays)"
2726
- msgstr "(Dimensiones ajustadas para pantallas de retina)"
2727
-
2728
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:223
2729
- msgid "Alternate Menu Title"
2730
- msgstr "Título de menú alternativo"
2731
-
2732
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:229
2733
- msgid "Alternate menu title (if used)"
2734
- msgstr "Título de menú alternativo (si utilizado)"
2735
-
2736
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:230
2737
- msgid ""
2738
- "If you use a second menu in CMS, this text will be used for the drop-down "
2739
- "button title."
2740
- msgstr ""
2741
- "Si utiliza un segundo menú en CMS, este texto se usará para el título del "
2742
- "botón desplegable."
2743
-
2744
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:260
2745
- msgid "Static Front Page"
2746
- msgstr "Página principal estática"
2747
-
2748
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:266
2749
- msgid "Static front page alternate content"
2750
- msgstr "Contenido alternativo de página principal estática"
2751
-
2752
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:267
2753
- msgid ""
2754
- "Shows after the featured slider (if enabled), and replaces your Static Front "
2755
- "Page content. HTML allowed."
2756
- msgstr ""
2757
- "Aparece después de la barra deslizante (si activada) y reemplaza el "
2758
- "contenido de la página principal estática. HTML permitido."
2759
-
2760
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:34
2761
- msgid "Recent"
2762
- msgstr "Recientes"
2763
-
2764
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:44
2765
- msgid "Size"
2766
- msgstr "Tamaño"
2767
-
2768
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:86
2769
- msgid "Go"
2770
- msgstr "Ir"
2771
-
2772
- #: wptouch-pro-3-extras/themes/hammock/default/page-content.php:24
2773
- #: wptouch-pro-3-extras/themes/hammock/default/single.php:48
2774
- msgid "Comment on this post"
2775
- msgstr "Comentar esta entrada"
2776
-
2777
- #: wptouch-pro-3-extras/themes/hammock/default/page-content.php:26
2778
- #: wptouch-pro-3-extras/themes/hammock/default/single.php:50
2779
- msgid "View Discussion"
2780
- msgstr "Ver discusión"
2781
-
2782
- #: wptouch-pro-3-extras/themes/hammock/default/single.php:25
2783
- msgid "%s"
2784
- msgstr "%s"
2785
-
2786
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:81
2787
- msgid "Site name"
2788
- msgstr "Nombre del sitio"
2789
-
2790
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:83
2791
- msgid "Content background"
2792
- msgstr "Fondo de contenido"
2793
-
2794
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:224
2795
- msgid "Display featured image"
2796
- msgstr "Mostrar imagen destacada"
2797
-
2798
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:229
2799
- msgid "Do not display featured image"
2800
- msgstr "No mostrar imagen destacada"
2801
-
2802
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:274
2803
- msgid "Show post excerpts in listings"
2804
- msgstr "Mostrar fragmentos de la entrada en listas"
2805
-
2806
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:350
2807
- msgid "Show category list in menu"
2808
- msgstr "Mostrar lista de categorías en el menú"
2809
-
2810
- #: wptouch-pro-3-extras/themes/simple/default/front-page.php:14
2811
- msgid "Call Us"
2812
- msgstr "Llámenos"
2813
-
2814
- #: wptouch-pro-3-extras/themes/simple/default/front-page.php:20
2815
- msgid "Our Location"
2816
- msgstr "Ubicación"
2817
-
2818
- #: wptouch-pro-3-extras/themes/simple/default/header-bottom.php:15
2819
- msgid "Toggle Menu"
2820
- msgstr "Menú de alternancia"
2821
-
2822
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:58
2823
- msgid "Site Menu (Pulldown)"
2824
- msgstr "Menú del sitio (desplegable)"
2825
-
2826
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:61
2827
- msgid "Pull-down menu at top of pages"
2828
- msgstr "Menú desplegable en la parte superior de las páginas"
2829
-
2830
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:69
2831
- msgid "Front Page Menu"
2832
- msgstr "Menú de página principal"
2833
-
2834
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:72
2835
- msgid "Displayed below front page menu and content"
2836
- msgstr "Aparece debajo del menú y del contenido de la página principal"
2837
-
2838
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:185
2839
- msgid "Enable search on blog pages"
2840
- msgstr "Permitir búsqueda en páginas de blog"
2841
-
2842
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:199
2843
- msgid "Homepage Call Us"
2844
- msgstr "Página principal Llámenos"
2845
-
2846
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:205
2847
- msgid "Phone number"
2848
- msgstr "Número de teléfono"
2849
-
2850
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:206
2851
- msgid ""
2852
- "Enter a phone number and a homepage menu item for 'call us' will be shown."
2853
- msgstr ""
2854
- "Agregue un número de teléfono y un elemento de menú de página principal para "
2855
- "que 'llámenos' sea mostrado."
2856
-
2857
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:218
2858
- msgid "Homepage Location"
2859
- msgstr "Ubicación de la página principal"
2860
-
2861
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:224
2862
- msgid "Map address"
2863
- msgstr "Dirección en el mapa"
2864
-
2865
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:225
2866
- msgid ""
2867
- "Enter an address and a homepage menu item for 'Our Location' will be shown."
2868
- msgstr ""
2869
- "Agregue una dirección y un elemento de menú de página principal para que se "
2870
- "muestre 'Ubicación'."
2871
-
2872
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:237
2873
- msgid "Front Page Content"
2874
- msgstr "Contenido de página principal"
2875
-
2876
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:243
2877
- msgid "Front page alternate content"
2878
- msgstr "Contenido alternativo de página principal"
2879
-
2880
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:244
2881
- msgid "Shows above the front page menu (if enabled), HTML allowed."
2882
- msgstr ""
2883
- "Aparece arriba del menú de página principal (si activo), HTML permitido."
2884
-
2885
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:281
2886
- msgid "Add a light noise effect to the drop-down menu and theme background"
2887
- msgstr ""
2888
- "Añadir un ligero efecto de ruido al fondo del menú desplegable y del tema"
2889
-
2890
- #~ msgid "Add-Ons"
2891
- #~ msgstr "Complementos"
2892
-
2893
- #, fuzzy
2894
- #~ msgid "Add-on Settings"
2895
- #~ msgstr "Configuraciones principales"
2896
-
2897
- #~ msgid "Loading Cloud Add-Ons"
2898
- #~ msgstr "Cargando complementos en la nube"
2899
-
2900
- #, fuzzy
2901
- #~ msgid ""
2902
- #~ "Additional add-ons are only available to licensed WPtouch Pro customers."
2903
- #~ msgstr ""
2904
- #~ "Complementos adicionales están disponibles sólo para clientes WPtouch Pro "
2905
- #~ "con licencia."
2906
-
2907
- #~ msgid ""
2908
- #~ "Additional themes are only available to licensed WPtouch Pro customers."
2909
- #~ msgstr ""
2910
- #~ "Temas adicionales están disponibles sólo para clientes WPtouch Pro con "
2911
- #~ "licencia."
2912
-
2913
- #~ msgid "Enable browser cache support"
2914
- #~ msgstr "Activar soporte a memoria caché para navegador"
2915
-
2916
- #~ msgid "Media Optimizer"
2917
- #~ msgstr "Optimizador de media"
2918
-
2919
- #, fuzzy
2920
- #~ msgid "Menu &amp; sidebar"
2921
- #~ msgstr "Barra de pestañas del menú"
2922
-
2923
- #~ msgid "Browser"
2924
- #~ msgstr "Navegador"
2925
-
2926
- #~ msgid "Options"
2927
- #~ msgstr "Opciones"
2928
-
2929
- #~ msgid "Overview"
2930
- #~ msgstr "Visión general"
2931
-
2932
- #~ msgid "Get started with activation &raquo;"
2933
- #~ msgstr "Haga ahora la activación &raquo;"
2934
-
2935
- #~ msgid "Loading remote images"
2936
- #~ msgstr "Cargando imágenes remotas"
2937
-
2938
- #~ msgid "New Themes!"
2939
- #~ msgstr "¡Nuevos temas!"
2940
-
2941
- #~ msgid "Have a look at all-new themes available for WPtouch Pro"
2942
- #~ msgstr "Eche un vistazo a los nuevos temas disponibles para WPtouch Pro"
2943
-
2944
- #~ msgid "New Add-Ons!"
2945
- #~ msgstr "¡Nuevos complementos!"
2946
-
2947
- #~ msgid "Extend and optimize your installation with new Add-Ons"
2948
- #~ msgstr "Amplíe y optimice su instalación con nuevos complementos"
2949
-
2950
- #~ msgid "Support Dashboard"
2951
- #~ msgstr "Panel de soporte técnico"
2952
-
2953
- #~ msgid ""
2954
- #~ "Access downloads, file tickets and get direct support for WPtouch Pro "
2955
- #~ "from BraveNewCode"
2956
- #~ msgstr ""
2957
- #~ "Acceda a descargas, cree tickets y obtenga ayuda directa de BraveNewCode "
2958
- #~ "para WPtouch Pro"
2959
-
2960
- #~ msgid ""
2961
- #~ "Read helpful tutorials and product articles to get the most out of "
2962
- #~ "WPtouch Pro"
2963
- #~ msgstr "Lea tutoriales y guías para aprovechar WPtouch Pro al máximo"
2964
-
2965
- #~ msgid "Check out what's new in the WPtouch Pro update change log"
2966
- #~ msgstr "Vea las novedades en el registro de actualizaciones de WPtouch Pro"
2967
-
2968
- #~ msgid "Manage Profile"
2969
- #~ msgstr "Administrar perfil"
2970
-
2971
- #~ msgid ""
2972
- #~ "Keep your account information with us up to date and manage your support "
2973
- #~ "preferences"
2974
- #~ msgstr ""
2975
- #~ "Mantenga su información de cuenta actualizada y gestione sus preferencias "
2976
- #~ "de soporte"
2977
-
2978
- #~ msgid "Heads up!"
2979
- #~ msgstr "¡Cuidado!"
2980
-
2981
- #~ msgid "Allow login from mobile theme"
2982
- #~ msgstr "Permitir acceso desde tema móvil"
2983
-
2984
- #~ msgid "Browser Behaviour"
2985
- #~ msgstr "Comportamiento del navegador"
2986
-
2987
- #~ msgid "Hide browser address-bar on page load"
2988
- #~ msgstr "Ocultar la barra de direcciones del navegador al cargar la página"
2989
-
2990
- #~ msgid ""
2991
- #~ "Hides the browser address bar so that more of the mobile theme interface "
2992
- #~ "is shown."
2993
- #~ msgstr ""
2994
- #~ "Oculta la barra de direcciones del navegador para que la interfaz de la "
2995
- #~ "Versión móvil se vea más grande."
2996
-
2997
- #~ msgid "3D Menu"
2998
- #~ msgstr "Menú 3D"
2999
-
3000
- #~ msgid "Use a 3D slide menu on supported devices"
3001
- #~ msgstr "Utilizar menú 3D deslizante en dispositivos compatibles"
3002
-
3003
- #~ msgid "Reset Cache"
3004
- #~ msgstr "Restablecer memoria caché"
3005
-
3006
- #~ msgid "Secondary"
3007
- #~ msgstr "Secundario"
3008
-
3009
- #~ msgid "Squares"
3010
- #~ msgstr "Cuadrados"
3011
-
3012
- #~ msgid "Discuss this post"
3013
- #~ msgstr "Discutir esta entrada"
3014
-
3015
- #~ msgid "Menu, sidebar, comments area"
3016
- #~ msgstr "Menú, barra lateral, área de comentarios"
3017
-
3018
- #~ msgid "a child theme of %s,"
3019
- #~ msgstr "tema de %s,"
3020
-
3021
- #~ msgid "And boom. You're done."
3022
- #~ msgstr "¡Listo!"
3023
-
3024
- #~ msgid "Check that spelling, one more time."
3025
- #~ msgstr "Revise si la palabra fue escrita correctamente."
3026
-
3027
- #~ msgid "Too many cooks in the kitchen!"
3028
- #~ msgstr "¡Parece que hay un problema!"
3029
-
3030
- #~ msgid "Preview mode"
3031
- #~ msgstr "Modo de vista previa"
3032
-
3033
- #~ msgid "Will show WPtouch Pro in desktop browsers for logged in admin users."
3034
- #~ msgstr ""
3035
- #~ "Mostrará WPtouch Pro en navegadores de escritorio, solamente para "
3036
- #~ "usuarios administradores que hayan iniciado sesión."
3037
-
3038
- #~ msgid "On"
3039
- #~ msgstr "Activado"
3040
-
3041
- #~ msgid "Off"
3042
- #~ msgstr "Desactivado"
3043
-
3044
- #~ msgid "Add or edit your active sites, or upgrade your license"
3045
- #~ msgstr "Agregue o edite sus sitios activos, o actualice su licencia"
3046
-
3047
- #~ msgid "%s Theme Options"
3048
- #~ msgstr "Opciones de tema %s"
3049
-
3050
- #, fuzzy
3051
- #~ msgid "Posts"
3052
- #~ msgstr "Solamente entradas"
3053
-
3054
- #~ msgid "Miscellaneous"
3055
- #~ msgstr "Diversos"
3056
-
3057
- #~ msgid "Homescreen Icons"
3058
- #~ msgstr "Íconos de la pantalla de inicio"
3059
-
3060
- #, fuzzy
3061
- #~ msgid "Add glossy icon effect to uploaded icons"
3062
- #~ msgstr "Añadir efecto brillante al ícono"
3063
-
3064
- #~ msgid ""
3065
- #~ "A glossy effect will automatically be applied to icons for iOS devices."
3066
- #~ msgstr ""
3067
- #~ "Un efecto brillante será aplicado automáticamente a los íconos en "
3068
- #~ "dispositivos con iOS."
3069
-
3070
- #~ msgid "%d by %d pixels"
3071
- #~ msgstr "%d por %d píxeles"
3072
-
3073
- #~ msgid "iPhone/Android Retina"
3074
- #~ msgstr "iPhone/Android Retina"
3075
-
3076
- #~ msgid "iPad Retina"
3077
- #~ msgstr "iPad Retina"
3078
-
3079
- #, fuzzy
3080
- #~ msgid "Blog Search"
3081
- #~ msgstr "Buscar"
3082
-
3083
- #~ msgid "WPtouch Pro"
3084
- #~ msgstr "WPtouch Pro"
3085
-
3086
- #~ msgid "http://www.bravenewcode.com/product/wptouch-pro/"
3087
- #~ msgstr "http://www.bravenewcode.com/product/wptouch-pro/"
3088
-
3089
- #~ msgid "BraveNewCode Inc."
3090
- #~ msgstr "BraveNewCode Inc."
3091
-
3092
- #~ msgid "http://www.bravenewcode.com/"
3093
- #~ msgstr "http://www.bravenewcode.com/"
3094
-
3095
- #~ msgid ""
3096
- #~ "The Featured Content Gallery plugin does not work correctly with WPtouch "
3097
- #~ "Pro. Please disable it in the Plugin Compatibility section."
3098
- #~ msgstr ""
3099
- #~ "El plugin Featured Content Gallery no funciona correctamente con WPtouch "
3100
- #~ "Pro. Por favor, desactívelo en la sección Compatibilidad de plugins."
3101
-
3102
- #~ msgid "Blog Listings"
3103
- #~ msgstr "Listas de blog"
3104
-
3105
- #~ msgid "Index pages only"
3106
- #~ msgstr "Solamente páginas de índice"
3107
-
3108
- #~ msgid "Index and single post pages"
3109
- #~ msgstr "Páginas de índice y de entradas libres"
3110
-
3111
- #~ msgid "View in Maps App %s"
3112
- #~ msgstr "Ver en la aplicación de Mapas %s"
3113
-
3114
- #~ msgid "Homepage Message"
3115
- #~ msgstr "Mensaje de la página principal"
3116
-
3117
- #~ msgid "Introductory text"
3118
- #~ msgstr "Texto de introducción"
3119
-
3120
- #~ msgid ""
3121
- #~ "WPtouch Pro adds powerful, optimized and flexible smartphone/tablet "
3122
- #~ "presentation capabilities to your WordPress website."
3123
- #~ msgstr ""
3124
- #~ "Con WPtouch Pro, su sitio WordPress tiene una presentación eficaz, "
3125
- #~ "optimizada y flexible para smartphones/tablets."
3126
-
3127
- #~ msgid "load more"
3128
- #~ msgstr "cargar más"
3129
-
3130
- #~ msgid "entries"
3131
- #~ msgstr "entradas"
3132
-
3133
- #~ msgid "There are no WordPress pages available to configure."
3134
- #~ msgstr "No hay páginas de WordPress disponibles para configurar."
3135
-
3136
- #~ msgid "View WPtouchBoard"
3137
- #~ msgstr "Ver panel WPtouch"
3138
-
3139
- #~ msgid "Delete Theme"
3140
- #~ msgstr "Suprimir tema"
3141
-
3142
- #~ msgid "Supports: %s"
3143
- #~ msgstr "Admite: %s"
3144
-
3145
- #~ msgid "Activate This Installation"
3146
- #~ msgstr "Activar esta instalación"
3147
-
3148
- #~ msgid "Switch Link method:"
3149
- #~ msgstr "Método de enlace de cambio:"
3150
-
3151
- #~ msgid ""
3152
- #~ "WPtouch shows a switch link allowing visitors to switch between its "
3153
- #~ "mobile theme and your regular theme. You can use its default styling and "
3154
- #~ "presentation in your desktop theme's footer, or use the "
3155
- #~ "wptouch_desktop_switch_link() template tag, instead."
3156
- #~ msgstr ""
3157
- #~ "WPtouch muestra un enlace de cambio que le permite a los visitantes "
3158
- #~ "elegir entre el tema para Vista Móvil y el habitual. Se pueden usar el "
3159
- #~ "estilo y la presentación predeterminados en el pie del tema de "
3160
- #~ "escritorio, o usar la etiqueta de plantilla wptouch_desktop_switch_link()."
3161
-
3162
- #~ msgid "Choose a landing page for WPtouch:"
3163
- #~ msgstr "Elija una página de destino para WPtouch:"
3164
-
3165
- #~ msgid ""
3166
- #~ "This option will try to include the functions.php from the active desktop "
3167
- #~ "theme. This may be required for themes with custom features like post "
3168
- #~ "images, etc."
3169
- #~ msgstr ""
3170
- #~ "Esta opción intentará incluir los archivos functions.php del tema de "
3171
- #~ "escritorio activo. Esto puede ser necesario para temas con recursos "
3172
- #~ "personalizados, como imágenes de entradas, etc."
3173
-
3174
- #~ msgid "Admin Panel Mode:"
3175
- #~ msgstr "Modo de panel de administración:"
3176
-
3177
- #~ msgid "'Advanced' reveals settings that are used infreqently."
3178
- #~ msgstr ""
3179
- #~ "'Avanzado' muestra las configuraciones que se usan con poca frecuencia."
3180
-
3181
- #~ msgid "Basic"
3182
- #~ msgstr "Básico"
3183
-
3184
- #~ msgid "Enable drop-down menu"
3185
- #~ msgstr "Activar menú desplegable"
3186
-
3187
- #~ msgid "Cache menu items to reduce database queries"
3188
- #~ msgstr ""
3189
- #~ "Almacenar los elementos del menú en memoria caché para reducir las "
3190
- #~ "consultas a la base de datos"
3191
-
3192
- #~ msgid "Time (in seconds) until cache expires"
3193
- #~ msgstr ""
3194
- #~ "Tiempo (en segundos) hasta que expire el almacenamiento en memoria caché"
3195
-
3196
- #~ msgid "WPtouchBoard"
3197
- #~ msgstr "Panel WPtouch"
3198
-
3199
- #~ msgid "This list represents the menus selected for the active theme."
3200
- #~ msgstr "Esta lista representa los menús seleccionados para el tema activo."
3201
-
3202
- #~ msgid "Upload yours in the Manage Icons & Sets area."
3203
- #~ msgstr "Se pueden añadir en el área Administrar íconos & Conjuntos."
3204
-
3205
- #~ msgid "When disabled, %s will not be loaded when WPtouch is active."
3206
- #~ msgstr "Al estar desactivado, %s no se cargará cuando WPtouch esté activo."
3207
-
3208
- #~ msgid "Revert"
3209
- #~ msgstr "Revertir"
3210
-
3211
- #~ msgid "Currently active user-agents: "
3212
- #~ msgstr "Agentes de usuario activos actualmente:"
3213
-
3214
- #~ msgid "iPad Design"
3215
- #~ msgstr "Diseño iPad"
3216
-
3217
- #~ msgid "CMS"
3218
- #~ msgstr "CMS"
3219
-
3220
- #~ msgid "There is a new version of WPtouch Pro available."
3221
- #~ msgstr "Hay una nueva versión de WPtouch Pro disponible."
3222
-
3223
- #~ msgid "Preview Mode is enabled. Make sure to disable it when done."
3224
- #~ msgstr ""
3225
- #~ "El modo de vista previa está activado, desactívelo cuando haya terminado."
3226
-
3227
- #~ msgid "Leave A Comment"
3228
- #~ msgstr "Dejar un comentario"
3229
-
3230
- #~ msgid "Menu source"
3231
- #~ msgstr "Origen del menú"
3232
-
3233
- #~ msgid "Classic"
3234
- #~ msgstr "Clásico"
3235
-
3236
- #~ msgid "older"
3237
- #~ msgstr "anteriores"
3238
-
3239
- #~ msgid "Left Menu"
3240
- #~ msgstr "Menú izquierdo"
3241
-
3242
- #~ msgid "Link color"
3243
- #~ msgstr "Color del enlace"
3244
-
3245
- #~ msgid "Initialization"
3246
- #~ msgstr "Inicialización"
3247
-
3248
- #~ msgid "# of posts blog pages show"
3249
- #~ msgstr "# de entradas que las páginas del blog muestran"
3250
-
3251
- #~ msgid "Status Bar Color"
3252
- #~ msgstr "Color de la barra de estado"
3253
-
3254
- #~ msgid "Choose between grey (default), black or black-translucent."
3255
- #~ msgstr "Elija entre gris (predeterminado), negro o negro translúcido."
3256
-
3257
- #~ msgid "Default (Grey)"
3258
- #~ msgstr "Predeterminado (Gris)"
3259
-
3260
- #~ msgid "Black"
3261
- #~ msgstr "Negro"
3262
-
3263
- #~ msgid "Black Translucent"
3264
- #~ msgstr "Negro translúcido"
3265
-
3266
- #~ msgid ""
3267
- #~ "Entering 0 will cause the message to always be shown, useful for "
3268
- #~ "development."
3269
- #~ msgstr ""
3270
- #~ "Al ingresar 0, el mensaje será mostrado siempre - útil para desarrollo."
3271
-
3272
- #~ msgid "Home-screen title"
3273
- #~ msgstr "Título de la pantalla de inicio"
3274
-
3275
- #~ msgid "Enable glossy icons"
3276
- #~ msgstr "Activar íconos brillantes"
3277
-
3278
- #~ msgid "Home &amp; posts only"
3279
- #~ msgstr "Solamente página de inicio &amp; entradas"
3280
-
3281
- #~ msgid "Home &amp; pages only"
3282
- #~ msgstr "Solamente página de inicio &amp; páginas"
3283
-
3284
- #~ msgid "Posts &amp; pages only"
3285
- #~ msgstr "Solamente entradas &amp; páginas"
3286
-
3287
- #~ msgid "Home, posts &amp; pages only"
3288
- #~ msgstr "Solamente página de inicio, entradas &amp; páginas"
3289
-
3290
- #~ msgid "480px x 220px (recommended)"
3291
- #~ msgstr "480px x 220px (recomendado)"
3292
-
3293
- #~ msgid "Branding &amp; Style"
3294
- #~ msgstr "Marca &amp; Estilo"
3295
-
3296
- #~ msgid "Use diagonal pattern?"
3297
- #~ msgstr "¿Usar patrón diagonal?"
3298
-
3299
- #~ msgid "Homepage Branding"
3300
- #~ msgstr "Marca de la página principal"
3301
-
3302
- #~ msgid "Logo, %d by %d pixels (SVG recommended)"
3303
- #~ msgstr "Logo, %d por %d píxeles (SVG recomendado)"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/wptouch-pro-es_ES.mo ADDED
Binary file
lang/wptouch-pro-fr_FR.mo CHANGED
Binary file
lang/wptouch-pro-fr_FR.pot DELETED
@@ -1,2626 +0,0 @@
1
- # Copyright (C) 2013
2
- # This file is distributed under the same license as the package.
3
- msgid ""
4
- msgstr "Project-Id-Version: \nReport-Msgid-Bugs-To: http://wordpress.org/tag/combined\nPOT-Creation-Date: 2013-11-26 12:08:18+00:00\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPO-Revision-Date: 2013-MO-DA HO:MI+ZONE\nLast-Translator: FULL NAME <EMAIL@ADDRESS>\nLanguage-Team: LANGUAGE <LL@li.org>\n"
5
-
6
- #: wptouch-pro-3/admin/html/help.php:1
7
- msgid "WPtouch Pro Help & Account Links"
8
- msgstr "Liens vers aide et compte WPtouch Pro"
9
-
10
- #: wptouch-pro-3/admin/html/help.php:3
11
- msgid "Support Forums"
12
- msgstr "Forums d'assistance"
13
-
14
- #: wptouch-pro-3/admin/html/help.php:4
15
- msgid "Documentation"
16
- msgstr "Documentation"
17
-
18
- #: wptouch-pro-3/admin/html/help.php:5
19
- msgid "Account & Downloads"
20
- msgstr "Compte et téléchargements"
21
-
22
- #: wptouch-pro-3/admin/html/help.php:6
23
- msgid "BraveNewCode on Twitter"
24
- msgstr "BraveNewCode sur Twitter"
25
-
26
- #: wptouch-pro-3/admin/html/help.php:7
27
- msgid "Plugin Licensing Terms"
28
- msgstr "Contrat de licence de plugins"
29
-
30
- #: wptouch-pro-3/admin/html/notification-center.php:5
31
- msgid "Notifications"
32
- msgstr "Notifications"
33
-
34
- #: wptouch-pro-3/admin/html/notification-content.php:20
35
- msgid "No notifications"
36
- msgstr "Aucune notification"
37
-
38
- #: wptouch-pro-3/admin/html/plugin-area.php:7
39
- msgid "This copy of WPtouch Pro is unlicensed! Please %sactivate your license%s, or %spurchase a license%s to enable automatic updates and full product support from us!"
40
- msgstr "Cette copie de WPtouch Pro ne dispose pas de licence ! Veuillez %sactiver votre licence%s ou %sacheter une licence%s pour activer les mises à jour automatiques et notre assistance intégrale !"
41
-
42
- #: wptouch-pro-3/admin/html/plugin-area.php:9
43
- msgid "This copy of WPtouch Pro is unlicensed! Please contact the site administrator regarding product licensing."
44
- msgstr "Cette copie de WPtouch Pro ne dispose pas de licence ! Veuillez contacter l'administrateur du site à propos de la gestion des licences de produits."
45
-
46
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:9
47
- msgid "License Details"
48
- msgstr "Renseignements sur la licence"
49
-
50
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:11
51
- msgid "Note"
52
- msgstr "Note"
53
-
54
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:12
55
- msgid "Once you activate, this page will be hidden."
56
- msgstr "Une fois que vous l'aurez activée, cette page sera masquée."
57
-
58
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:15
59
- msgid "It will only reappear if you reset your WPtouch Pro settings."
60
- msgstr "Cela ne reparaîtra que si vous réinitialisez les paramètres WPtouch Pro."
61
-
62
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:18
63
- msgid "Account E-Mail Address"
64
- msgstr "Adresse e-mail de compte"
65
-
66
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:20
67
- msgid "Product License Key"
68
- msgstr "Clé de licence de produit"
69
-
70
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:23
71
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:14
72
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:71
73
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:109
74
- msgid "Activate"
75
- msgstr "Activer"
76
-
77
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:33
78
- msgid "Success."
79
- msgstr "Opération réussie."
80
-
81
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:34
82
- msgid "Activation Complete. Enjoy WPtouch Pro!"
83
- msgstr "Activation terminée. Profitez bien de WPtouch Pro !"
84
-
85
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:38
86
- msgid "E-mail address or license key rejected"
87
- msgstr "Adresse e-mail ou clé de licence rejetée"
88
-
89
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:39
90
- msgid "The bravenewcode.com server rejected your E-Mail address and/or License Key. Please check they are correct and try again."
91
- msgstr "Le serveur bravenewcode.com a rejeté votre adresse e-mail et/ou votre clé de licence. Veuillez vérifier qu'elles sont bien correctes et réessayer."
92
-
93
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:43
94
- msgid "No licenses remaining."
95
- msgstr "Aucune licence restante."
96
-
97
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:44
98
- msgid "You have used all your activations. What do you want to do?"
99
- msgstr "Vous avez utilisé toutes vos activations. Que souhaitez-vous faire ?"
100
-
101
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:45
102
- msgid "Upgrade My License"
103
- msgstr "Passer à un niveau de licence supérieur"
104
-
105
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:46
106
- msgid "Contact support for assistance"
107
- msgstr "Contacter l'assistance"
108
-
109
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:50
110
- msgid "The server is unavailable."
111
- msgstr "Le serveur n'est pas disponible."
112
-
113
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:51
114
- msgid "The bravenewcode.com server currently cannot authorize your License."
115
- msgstr "Le serveur bravenewcode.com ne peut actuellement pas autoriser votre licence."
116
-
117
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:52
118
- msgid "Please %scontact us%s and let us know about it."
119
- msgstr "Veuillez %snous contacter%s et nous en informer."
120
-
121
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:3
122
- #: wptouch-pro-3/themes/foundation/root-functions.php:10
123
- msgid "General"
124
- msgstr "Général"
125
-
126
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:4
127
- msgid "Compatibility"
128
- msgstr "Compatibilité"
129
-
130
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:10
131
- msgid "Auto-detect"
132
- msgstr "Détection automatique"
133
-
134
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:45
135
- msgid "Site Title & Byline"
136
- msgstr "Titre et sous-titre du site"
137
-
138
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:51
139
- msgid "WPtouch Pro site title"
140
- msgstr "Titre du site WPtouch Pro"
141
-
142
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:52
143
- msgid "If the title of your site is long, you can shorten it for display within WPtouch Pro themes."
144
- msgstr "Pour un meilleur affichage dans les thèmes WPtouch Pro, si le titre de votre site est long, vous pouvez le raccourcir."
145
-
146
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:59
147
- msgid "Display %sPowered by WPtouch Pro%s in footer"
148
- msgstr "Afficher %savec WPtouch Pro%s dans le bas de page"
149
-
150
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:71
151
- msgid "Regionalization"
152
- msgstr "Régional"
153
-
154
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:77
155
- msgid "Language"
156
- msgstr "Langue"
157
-
158
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:78
159
- msgid "The WPtouch Pro admin panel &amp; supported themes will be shown in this locale."
160
- msgstr "Le panneau d'administration et les thèmes pris en charge par WPtouch Pro seront affichés dans ces paramètres régionaux."
161
-
162
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:86
163
- msgid "Translate administration panel text"
164
- msgstr "Traduction du texte du panneau d'administration"
165
-
166
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:97
167
- msgid "Display Mode"
168
- msgstr "Mode d'affichage"
169
-
170
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:103
171
- msgid "Theme Display"
172
- msgstr "Affichage de thème"
173
-
174
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:108
175
- msgid "Normal (active for all mobile visitors)"
176
- msgstr "Normal (actif pour tous les visiteurs sur mobile)"
177
-
178
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:109
179
- msgid "Preview (active only for logged-in site administrators)"
180
- msgstr "Aperçu (actif uniquement pour les administrateurs de site connectés)"
181
-
182
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:110
183
- msgid "Disabled (mobile theme will never show)"
184
- msgstr "Désactivé (le thème mobile ne sera jamais affiché)"
185
-
186
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:119
187
- msgid "Landing Page"
188
- msgstr "Page de destination"
189
-
190
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:125
191
- msgid "WPtouch Pro landing page"
192
- msgstr "Page de destination WPtouch Pro"
193
-
194
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:130
195
- msgid "Default (same as WordPress)"
196
- msgstr "Par défaut (identique à WordPress)"
197
-
198
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:131
199
- msgid "Select from WordPress pages"
200
- msgstr "Sélectionner à partir des pages WordPress"
201
-
202
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:139
203
- msgid "Custom Slug or URL"
204
- msgstr "Titre de rappel ou URL personnalisé"
205
-
206
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:140
207
- msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
208
- msgstr "Saisir un titre de rappel (\"/accueil\", par exemple) ou un chemin URL complet"
209
-
210
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:150
211
- msgid "Desktop / Mobile Switching"
212
- msgstr "Changement bureau / mobile"
213
-
214
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:156
215
- msgid "1st time visitors see desktop theme"
216
- msgstr "Les personnes dont c'est la première visite voient le thème de bureau"
217
-
218
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:157
219
- msgid "Your regular theme will be shown to 1st time mobile visitors."
220
- msgstr "Votre thème habituel s'affichera aux personnes dont c'est la première visite sur mobile."
221
-
222
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:164
223
- msgid "Show switch link in mobile view"
224
- msgstr "Afficher le lien de changement dans la version mobile"
225
-
226
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:165
227
- 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."
228
- 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."
229
-
230
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:172
231
- msgid "Choose the target for the mobile switch link"
232
- msgstr "Choix de la cible pour le lien de changement mobile"
233
-
234
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:177
235
- msgid "Current page"
236
- msgstr "Page actuelle"
237
-
238
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:178
239
- msgid "Home page"
240
- msgstr "Page d'accueil"
241
-
242
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:184
243
- msgid "Desktop theme switch buttons"
244
- msgstr "Boutons de changement du thème de bureau"
245
-
246
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:185
247
- 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."
248
- 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."
249
-
250
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:189
251
- msgid "Automatically inserted inline"
252
- msgstr "Insertion automatique dans la page"
253
-
254
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:190
255
- msgid "Automatically inserted with AJAX (better for caching)"
256
- msgstr "Insertion automatique avec AJAX (plus efficace pour la mise en cache)"
257
-
258
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:191
259
- msgid "Template tag"
260
- msgstr "Modèle de marqueur"
261
-
262
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:200
263
- msgid "Custom Code"
264
- msgstr "Code personnalisé"
265
-
266
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:206
267
- msgid "HTML, JavaScript, statistics or custom code"
268
- msgstr "HTML, JavaScript, statistiques ou code personnalisé"
269
-
270
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:207
271
- msgid "Enter any custom code here to be output in the theme footer."
272
- msgstr "Saisir ici tout code personnalisé pour sortie dans le bas de page du thème."
273
-
274
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:217
275
- msgid "Custom Stylesheet"
276
- msgstr "Feuille de styles personnalisée"
277
-
278
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:223
279
- msgid "URL to a custom CSS file to load"
280
- msgstr "URL vers un fichier CSS personnalisé à charger"
281
-
282
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:224
283
- msgid "Useful if you have specific compatibility CSS you need to add."
284
- msgstr "Utile au cas où vous avez besoin d'ajouter une compatibilité CSS particulière."
285
-
286
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:234
287
- msgid "Shortcodes"
288
- msgstr "Shortcodes"
289
-
290
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:240
291
- msgid "Remove these shortcodes when WPtouch Pro is active"
292
- msgstr "Supprimer ces shortcodes lorsque WPtouch Pro est actif"
293
-
294
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:241
295
- msgid "Enter a comma separated list of shortcodes to remove."
296
- msgstr "Pour supprimer, saisir une liste de shortcodes séparés de virgules."
297
-
298
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:251
299
- msgid "Ignored URLs"
300
- msgstr "URL ignorés"
301
-
302
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:257
303
- msgid "Do not load WPtouch Pro on these URLs/Pages"
304
- msgstr "Ne pas charger WPtouch Pro sur ces URL/pages"
305
-
306
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:258
307
- msgid "Each permalink URL fragment should be on its own line and relative, e.g. \"/about\" or \"/products/store\""
308
- msgstr "Chacun des fragments de l'URL du permalien devrait avoir sa propre ligne et relative, par exemple \"/À propos\" ou \"/boutique/produits\""
309
-
310
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:268
311
- msgid "Desktop Theme"
312
- msgstr "Thème de bureau"
313
-
314
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:274
315
- msgid "Try to include desktop theme functions.php file"
316
- msgstr "Essayez d'inclure le fichier php de fonctions de thèmes de bureau"
317
-
318
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:275
319
- msgid "This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active."
320
- 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é."
321
-
322
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:282
323
- msgid "Method to load file"
324
- msgstr "Méthode de chargement de fichier"
325
-
326
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:287
327
- msgid "Include file directly"
328
- msgstr "Inclure le fichier directement"
329
-
330
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:288
331
- msgid "Translate and create new files"
332
- msgstr "Traduire et créer de nouveaux fichiers"
333
-
334
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:297
335
- msgid "Custom User-Agents"
336
- msgstr "Agent-utilisateurs personnalisés"
337
-
338
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:303
339
- msgid "User-agents (line separated)"
340
- msgstr "Agent-utilisateurs (séparé d'une ligne)"
341
-
342
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:304
343
- msgid "Adding additional user-agents will force WPtouch Pro to be active for matching browsers."
344
- msgstr "L'ajout d'agent-utilisateurs supplémentaires obligera WPtouch Pro à être actif pour les navigateurs correspondants."
345
-
346
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:318
347
- msgid "Backup &amp; Import"
348
- msgstr "Sauvegarde et importation"
349
-
350
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:324
351
- msgid "Automatically backup settings to the %s folder"
352
- msgstr "Sauvegarde automatiquement les paramètres dans le dossier %s"
353
-
354
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:326
355
- msgid "WPtouch Pro backups your settings each time they are saved."
356
- msgstr "WPtouch Pro sauvegarde vos paramètres à chaque enregistrement."
357
-
358
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:337
359
- msgid "Tools &amp; Debug"
360
- msgstr "Outils et débogage"
361
-
362
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:343
363
- msgid "Use jQuery 2.0 in themes (faster for mobile devices) instead of WordPress' version"
364
- msgstr "Utiliser jQuery 2.0 dans les thèmes (plus rapide pour les appareils portables) plutôt que la version de WordPress"
365
-
366
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:344
367
- msgid "jQuery 2.0 is significantly smaller and faster than previous jQuery versions - may cause problems with other plugins, use carefully."
368
- msgstr "jQuery 2.0 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."
369
-
370
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:351
371
- msgid "Show load times and query counts in the footer"
372
- msgstr "Afficher la durée de chargement et le nombre de requêtes dans le bas de page"
373
-
374
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:352
375
- msgid "Helps you find slow pages/posts on your site."
376
- msgstr "Vous aide à trouver les pages/publications lentes dans votre site."
377
-
378
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:359
379
- msgid "Enable debug log"
380
- msgstr "Activer les journaux de débogage"
381
-
382
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:360
383
- msgid "Creates a debug file to help diagnose installation issues."
384
- msgstr "Crée un fichier de débogage permettant de diagnostiquer les problèmes d'installation."
385
-
386
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:371
387
- msgid "WordPress Plugins"
388
- msgstr "Plugins WordPress"
389
-
390
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:384
391
- msgid "Admin Mode"
392
- msgstr "Mode administrateur"
393
-
394
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:390
395
- msgid "Admin panel settings shown"
396
- msgstr "Affichage des paramètres du panneau d'administration"
397
-
398
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:395
399
- msgid "Default"
400
- msgstr "Par défaut"
401
-
402
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:396
403
- #: wptouch-pro-3/admin/settings/html/button.php:5
404
- #: wptouch-pro-3/admin/settings/html/checkbox.php:6
405
- #: wptouch-pro-3/admin/settings/html/custom-latest-posts.php:4
406
- #: wptouch-pro-3/admin/settings/html/list.php:16
407
- #: wptouch-pro-3/admin/settings/html/numeric.php:12
408
- #: wptouch-pro-3/admin/settings/html/radiolist.php:12
409
- #: wptouch-pro-3/admin/settings/html/text.php:8
410
- #: wptouch-pro-3/admin/settings/html/textarea.php:8
411
- msgid "Advanced"
412
- msgstr "Avancé"
413
-
414
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:3
415
- msgid "Theme Menus"
416
- msgstr "Menus de thème"
417
-
418
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:4
419
- msgid "Menu Setup"
420
- msgstr "Configuration de menu"
421
-
422
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:5
423
- msgid "Icon Upload & Sets"
424
- msgstr "Jeux d'icônes et téléchargement"
425
-
426
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:22
427
- msgid "WordPress Pages"
428
- msgstr "Pages WordPress"
429
-
430
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:28
431
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:6
432
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:180
433
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:59
434
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:206
435
- msgid "None"
436
- msgstr "Aucun"
437
-
438
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:66
439
- msgid "Menu Options"
440
- msgstr "Options de menu"
441
-
442
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:72
443
- msgid "Enable parent items as links"
444
- msgstr "Activer les éléments parents en tant que liens"
445
-
446
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:73
447
- msgid "If disabled, parent menu items will only toggle child items."
448
- msgstr "Si cela est désactivé, les éléments de menu parents ne feront que basculer les éléments enfants."
449
-
450
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:80
451
- msgid "Use menu icons"
452
- msgstr "Utiliser les icônes de menu"
453
-
454
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:104
455
- msgid "Icon Upload"
456
- msgstr "Téléchargement d'icône"
457
-
458
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:117
459
- msgid "Uploaded Icons"
460
- msgstr "Icônes téléchargées"
461
-
462
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:130
463
- msgid "Icon Sets"
464
- msgstr "Jeux d'icônes"
465
-
466
- #: wptouch-pro-3/admin/pages/wptouch-admin-themes-and-addons.php:3
467
- msgid "Themes"
468
- msgstr "Thèmes"
469
-
470
- #: wptouch-pro-3/admin/pages/wptouch-admin-themes-and-addons.php:4
471
- msgid "Extensions"
472
- msgstr "Extensions"
473
-
474
- #: wptouch-pro-3/admin/pages/wptouch-admin-touchboard.php:3
475
- #: wptouch-pro-3/core/admin-menu.php:34 wptouch-pro-3/core/admin-menu.php:38
476
- msgid "What's New"
477
- msgstr "Nouveautés"
478
-
479
- #: wptouch-pro-3/admin/settings/html/addon-browser-item.php:38
480
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:8
481
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:20
482
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:59
483
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:41
484
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:62
485
- msgid "by %s"
486
- msgstr "par %s"
487
-
488
- #: wptouch-pro-3/admin/settings/html/addon-browser-item.php:43
489
- msgid "This add-on is only available in WPtouch Pro"
490
- msgstr "Ce composant additionnel n'est disponible que dans WPtouch Pro"
491
-
492
- #: wptouch-pro-3/admin/settings/html/backup.php:1
493
- msgid "Download Backup File"
494
- msgstr "Télécharger le fichier de sauvegarde"
495
-
496
- #: wptouch-pro-3/admin/settings/html/backup.php:2
497
- msgid "Restore Backup File"
498
- msgstr "Restaurer le fichier de sauvegarde"
499
-
500
- #: wptouch-pro-3/admin/settings/html/button.php:6
501
- #: wptouch-pro-3/admin/settings/html/checkbox.php:7
502
- #: wptouch-pro-3/admin/settings/html/custom-latest-posts.php:8
503
- #: wptouch-pro-3/admin/settings/html/list.php:20
504
- #: wptouch-pro-3/admin/settings/html/numeric.php:16
505
- #: wptouch-pro-3/admin/settings/html/radiolist.php:14
506
- #: wptouch-pro-3/admin/settings/html/text.php:9
507
- #: wptouch-pro-3/admin/settings/html/textarea.php:9
508
- msgid "New"
509
- msgstr "Nouveau"
510
-
511
- #: wptouch-pro-3/admin/settings/html/color.php:6
512
- msgid "Undo"
513
- msgstr "Annuler"
514
-
515
- #: wptouch-pro-3/admin/settings/html/color.php:7
516
- msgid "Desktop theme colors"
517
- msgstr "Couleurs du thème de bureau"
518
-
519
- #: wptouch-pro-3/admin/settings/html/color.php:7
520
- msgid "Palette"
521
- msgstr "Palette"
522
-
523
- #: wptouch-pro-3/admin/settings/html/custom-latest-posts.php:1
524
- msgid "Custom latest posts page"
525
- msgstr "Page personnalisée de publications les plus récentes"
526
-
527
- #: wptouch-pro-3/admin/settings/html/custom_icon_management.php:3
528
- msgid "No icons have been uploaded yet"
529
- msgstr "Aucune icône n'a été téléchargée pour l'instant"
530
-
531
- #: wptouch-pro-3/admin/settings/html/custom_icon_management.php:12
532
- #: wptouch-pro-3/admin/settings/html/image-upload.php:13
533
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:18
534
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:115
535
- msgid "Delete"
536
- msgstr "Supprimer"
537
-
538
- #: wptouch-pro-3/admin/settings/html/custom_icon_upload.php:3
539
- msgid "Upload Icon"
540
- msgstr "Télécharger l'icône"
541
-
542
- #: wptouch-pro-3/admin/settings/html/custom_icon_upload.php:4
543
- #: wptouch-pro-3/admin/settings/html/image-upload.php:15
544
- msgid "Upload Complete!"
545
- msgstr "Téléchargement terminé !"
546
-
547
- #: wptouch-pro-3/admin/settings/html/custom_icon_upload.php:9
548
- msgid "Ready to upload"
549
- msgstr "Prêt pour le téléchargement"
550
-
551
- #: wptouch-pro-3/admin/settings/html/debuginfo.php:12
552
- msgid "View Debug File"
553
- msgstr "Afficher le fichier de débogage"
554
-
555
- #: wptouch-pro-3/admin/settings/html/debuginfo.php:16
556
- #: wptouch-pro-3/admin/settings/html/debuginfo.php:18
557
- msgid "Your Server Configuration"
558
- msgstr "Votre configuration de serveur"
559
-
560
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:5
561
- msgid "Check All"
562
- msgstr "Tout cocher"
563
-
564
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:7
565
- msgid "Reset"
566
- msgstr "Réinitialiser"
567
-
568
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:9
569
- #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:13
570
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:21
571
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:32
572
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:112
573
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:23
574
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:36
575
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:82
576
- #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:13
577
- msgid "Menu"
578
- msgstr "Menu"
579
-
580
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:19
581
- msgid "Active menus used in this theme."
582
- msgstr "Menus actifs utilisés dans ce thème."
583
-
584
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:23
585
- msgid "Show/Hide"
586
- msgstr "Afficher/masquer"
587
-
588
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:24
589
- msgid "Menu Item"
590
- msgstr "Élément de menu"
591
-
592
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:44
593
- msgid "Icon Set"
594
- msgstr "Jeu d'icônes"
595
-
596
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:54
597
- msgid "Drag icons to associate them with menu items"
598
- msgstr "Pour associer les icônes aux éléments de menus, faire glisser les icônes"
599
-
600
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:79
601
- msgid "You don't have any custom icons yet."
602
- msgstr "Vous n'avez pas encore d'icônes personnalisées."
603
-
604
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:94
605
- msgid "Default Icon"
606
- msgstr "Icône par défaut"
607
-
608
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:95
609
- msgid "applies to all unset icons"
610
- msgstr "s'applique à toutes les icônes non définies"
611
-
612
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:103
613
- msgid "Trash"
614
- msgstr "Corbeille"
615
-
616
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:104
617
- msgid "drag icon here to reset"
618
- msgstr "pour réinitialiser, faire glisser l'icône ici"
619
-
620
- #: wptouch-pro-3/admin/settings/html/image-upload.php:11
621
- msgid "Upload"
622
- msgstr "Télécharger"
623
-
624
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets.php:2
625
- msgid "Gathering information about available icon sets..."
626
- msgstr "Rassemblement d'informations sur les jeux d'icônes disponibles en cours..."
627
-
628
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets.php:4
629
- #: wptouch-pro-3/core/notifications.php:264
630
- msgid "The %s%s%s directory is not currently writable. %sPlease fix this issue to enable installation of additional icon sets."
631
- 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."
632
-
633
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:4
634
- #: wptouch-pro-3/core/class-wptouch-pro.php:1555
635
- #: wptouch-pro-3/core/class-wptouch-pro.php:1556
636
- #: wptouch-pro-3/core/config.php:54
637
- msgid "Custom Icons"
638
- msgstr "Icônes personnalisées"
639
-
640
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:9
641
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:22
642
- msgid "Installed"
643
- msgstr "Installé"
644
-
645
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:21
646
- msgid "Installing..."
647
- msgstr "Installation en cours..."
648
-
649
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:21
650
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:66
651
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:96
652
- msgid "Install"
653
- msgstr "Installer"
654
-
655
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:23
656
- msgid "Unable to Install"
657
- msgstr "Installation impossible"
658
-
659
- #: wptouch-pro-3/admin/settings/html/plugin-compat-ajax.php:11
660
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:64
661
- msgid "Enable %s"
662
- msgstr "Activer %s"
663
-
664
- #: wptouch-pro-3/admin/settings/html/plugin-compat-ajax.php:12
665
- msgid "When unchecked, %s will be disabled for users viewing your WPtouch Pro theme."
666
- msgstr "Si la case n'est pas cochée, %s sera désactivé pour les utilisateurs consultant votre thème WPtouch Pro."
667
-
668
- #: wptouch-pro-3/admin/settings/html/plugin-compat-ajax.php:20
669
- msgid "No plugins to disable."
670
- msgstr "Aucun plugin à désactiver."
671
-
672
- #: wptouch-pro-3/admin/settings/html/plugin-compat.php:3
673
- msgid "Your active plugin list is refreshing"
674
- msgstr "La liste de vos plugins actifs est en cours d'actualisation"
675
-
676
- #: wptouch-pro-3/admin/settings/html/redirect.php:17
677
- msgid "WordPress Page"
678
- msgstr "Page WordPress"
679
-
680
- #: wptouch-pro-3/admin/settings/html/restore.php:2
681
- msgid "Please paste your encoded settings below and save to restore your settings."
682
- msgstr "Pour restaurer vos paramètres, veuillez coller ci-dessous vos paramètres encodés et enregistrer."
683
-
684
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:6
685
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:6
686
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:10
687
- msgid "Click to view screenshots"
688
- msgstr "Cliquer pour afficher les captures d'écran"
689
-
690
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:11
691
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:74
692
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:105
693
- msgid "Setup"
694
- msgstr "Installation"
695
-
696
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:16
697
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:112
698
- msgid "Copy"
699
- msgstr "Copie"
700
-
701
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:54
702
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:57
703
- msgid "This theme supports %s devices"
704
- msgstr "Ce thème prend en charge %s appareils"
705
-
706
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:64
707
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:69
708
- msgid "Theme location: %s"
709
- msgstr "Emplacement du thème : %s"
710
-
711
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:65
712
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:48
713
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:70
714
- msgid "Relative to your WordPress wp-content directory."
715
- msgstr "En relation avec votre répertoire de contenu WordPress."
716
-
717
- #: wptouch-pro-3/admin/settings/html/touchboard.php:6
718
- msgid "Quick Links"
719
- msgstr "Liens rapides"
720
-
721
- #: wptouch-pro-3/admin/settings/html/touchboard.php:8
722
- msgid "What's New Changelog"
723
- msgstr "Journal des modifications des nouveautés"
724
-
725
- #: wptouch-pro-3/admin/settings/html/touchboard.php:9
726
- msgid "Product Knowledgebase"
727
- msgstr "Base de connaissances du produit"
728
-
729
- #: wptouch-pro-3/admin/settings/html/touchboard.php:10
730
- msgid "Product Support"
731
- msgstr "Assistance produit"
732
-
733
- #: wptouch-pro-3/admin/settings/html/touchboard.php:11
734
- msgid "Manage Account"
735
- msgstr "Gérer le compte"
736
-
737
- #: wptouch-pro-3/admin/settings/html/touchboard.php:12
738
- msgid "Manage License"
739
- msgstr "Gestion de licence"
740
-
741
- #: wptouch-pro-3/admin/settings/html/touchboard.php:18
742
- msgid "WPtouch News"
743
- msgstr "Infos WPtouch"
744
-
745
- #: wptouch-pro-3/admin/settings/html/touchboard.php:19
746
- msgid "Read More"
747
- msgstr "En savoir plus"
748
-
749
- #: wptouch-pro-3/admin/settings/html/touchboard.php:25
750
- msgid "WPtouch Updates"
751
- msgstr "Mises à jour WPtouch"
752
-
753
- #: wptouch-pro-3/admin/settings/html/touchboard.php:35
754
- msgid "What's New in %s"
755
- msgstr "Nouveautés de %s"
756
-
757
- #: wptouch-pro-3/admin/settings/html/touchboard.php:38
758
- #: wptouch-pro-3/admin/settings/html/touchboard.php:40
759
- #: wptouch-pro-3/core/admin-menu.php:59
760
- msgid "License"
761
- msgstr "Licence"
762
-
763
- #: wptouch-pro-3/admin/settings/html/touchboard.php:38
764
- msgid "Unlicensed"
765
- msgstr "Sans licence"
766
-
767
- #: wptouch-pro-3/admin/settings/html/touchboard.php:38
768
- #: wptouch-pro-3/core/class-wptouch-pro.php:453
769
- msgid "Offline"
770
- msgstr "Hors connexion"
771
-
772
- #: wptouch-pro-3/admin/settings/html/touchboard.php:40
773
- msgid "Active"
774
- msgstr "Actif"
775
-
776
- #: wptouch-pro-3/admin/settings/html/touchboard.php:40
777
- msgid "Online"
778
- msgstr "En ligne"
779
-
780
- #: wptouch-pro-3/admin/settings/html/touchboard.php:64
781
- msgid "%s Change Log"
782
- msgstr "Journal des modifications %s"
783
-
784
- #: wptouch-pro-3/admin/settings/html/user-agent-list.php:4
785
- #: wptouch-pro-3/admin/settings/html/user-agent-list.php:6
786
- msgid "WPtouch Pro will be active when any of the following user-agents or user-agent combinations are matched"
787
- msgstr "WPtouch Pro sera actif lorsque l'une des associations d'agent-utilisateurs ou d'agent-utilisateur suivante correspondra"
788
-
789
- #: wptouch-pro-3/admin/settings/include/custom-latest-posts.php:14
790
- msgid "None (Use WordPress Settings)"
791
- msgstr "Aucune (utiliser les paramètres WordPress)"
792
-
793
- #: wptouch-pro-3/core/admin-ajax.php:286
794
- msgid "Version %s"
795
- msgstr "Version %s"
796
-
797
- #: wptouch-pro-3/core/admin-ajax.php:292
798
- msgid "There is a temporary issue retrieving the change-log. Please try again later."
799
- msgstr "Problème temporaire de la récupération du journal de modifications. Veuillez réessayer ultérieurement."
800
-
801
- #: wptouch-pro-3/core/admin-menu.php:39
802
- msgid "Core Settings"
803
- msgstr "Paramètres principaux"
804
-
805
- #: wptouch-pro-3/core/admin-menu.php:40
806
- msgid "Themes & Extensions"
807
- msgstr "Thèmes et extensions"
808
-
809
- #: wptouch-pro-3/core/admin-menu.php:41
810
- msgid "Theme Settings"
811
- msgstr "Paramètres de thème"
812
-
813
- #: wptouch-pro-3/core/admin-menu.php:41
814
- msgid "%s Settings"
815
- msgstr "Paramètres %s"
816
-
817
- #: wptouch-pro-3/core/admin-menu.php:46
818
- msgid "Extension Settings"
819
- msgstr "Paramètres d'extensions"
820
-
821
- #: wptouch-pro-3/core/admin-menu.php:51 wptouch-pro-3/core/admin-menu.php:53
822
- msgid "Menus"
823
- msgstr "Menus"
824
-
825
- #: wptouch-pro-3/core/admin-page-templates.php:16
826
- msgid "Mobile Page Template"
827
- msgstr "Modèle de page pour mobile"
828
-
829
- #: wptouch-pro-3/core/admin-render.php:25
830
- msgid "This copy of %s is currently unlicensed!"
831
- msgstr "Cette copie de %s ne dispose actuellement pas de licence !"
832
-
833
- #: wptouch-pro-3/core/admin-render.php:27
834
- msgid "Add a license %s"
835
- msgstr "Ajouter une licence %s"
836
-
837
- #: wptouch-pro-3/core/admin-render.php:81
838
- msgid "Save Changes"
839
- msgstr "Enregistrer les modifications"
840
-
841
- #: wptouch-pro-3/core/admin-render.php:82
842
- msgid "Preview Theme"
843
- msgstr "Générer un aperçu du thème"
844
-
845
- #: wptouch-pro-3/core/admin-render.php:83
846
- msgid "Reset Settings"
847
- msgstr "Réinitialiser les paramètres"
848
-
849
- #: wptouch-pro-3/core/class-wptouch-pro.php:232
850
- 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."
851
- 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."
852
-
853
- #: wptouch-pro-3/core/class-wptouch-pro.php:239
854
- msgid "Please wait, we are downloading a fresh copy of your active WPtouch theme from the Cloud."
855
- msgstr "Veuillez patienter pendant le téléchargement de la nouvelle copie de votre thème WPtouch actif depuis le nuage."
856
-
857
- #: wptouch-pro-3/core/class-wptouch-pro.php:242
858
- msgid "We were unable to install your WPtouch theme from the Cloud. Please visit %sthis article%s for more information."
859
- msgstr "Installation de votre thème WPtouch depuis le nuage impossible. Veuillez consulter %scet article%s pour plus d'informations."
860
-
861
- #: wptouch-pro-3/core/class-wptouch-pro.php:449
862
- msgid "Unsupported Browser"
863
- msgstr "Navigateur non pris en charge"
864
-
865
- #: wptouch-pro-3/core/class-wptouch-pro.php:450
866
- msgid "Theme Preview requires Chrome or Safari."
867
- msgstr "Pour l'aperçu du thème, Chrome ou Safari est nécessaire."
868
-
869
- #: wptouch-pro-3/core/class-wptouch-pro.php:451
870
- msgid "This will reset all WPtouch Pro settings.\nAre you sure?"
871
- msgstr "Ceci réinitialisera tous les paramètres WPtouch Pro.\nÊtes-vous certain ?"
872
-
873
- #: wptouch-pro-3/core/class-wptouch-pro.php:452
874
- msgid "This will reset all WPtouch Pro menu and icon settings.\nAre you sure?"
875
- msgstr "Ceci réinitialisera tous les paramètres de menus et d'icônes WPtouch Pro.\nÊtes-vous certain ?"
876
-
877
- #: wptouch-pro-3/core/class-wptouch-pro.php:454
878
- msgid "You appear to be offline. Connect to the internet to see available BraveNewCloud items."
879
- msgstr "Il semble que vous soyez hors connexion. Connectez-vous à Internet pour afficher tous les éléments BraveNewCloud disponibles."
880
-
881
- #: wptouch-pro-3/core/class-wptouch-pro.php:455
882
- msgid "The item failed to download. Please refresh the page and try again."
883
- msgstr "Échec du téléchargement de l’élément. Veuillez actualiser la page et réessayer."
884
-
885
- #: wptouch-pro-3/core/class-wptouch-pro.php:1069
886
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:207
887
- msgid "Settings"
888
- msgstr "Paramètres"
889
-
890
- #: wptouch-pro-3/core/class-wptouch-pro.php:1150
891
- msgid "WPtouch Pro Changelog"
892
- msgstr "Journal des modifications WPtouch Pro"
893
-
894
- #: wptouch-pro-3/core/class-wptouch-pro.php:2326
895
- msgid "Directory Problem"
896
- msgstr "Problème de répertoire"
897
-
898
- #: wptouch-pro-3/core/class-wptouch-pro.php:2327
899
- msgid "One or more required directories could not be created"
900
- msgstr "Un ou plusieurs des répertoires demandés n'ont pas pu être créés"
901
-
902
- #: wptouch-pro-3/core/globals.php:192
903
- msgid "smartphone"
904
- msgstr "smartphone"
905
-
906
- #: wptouch-pro-3/core/globals.php:194
907
- msgid "tablet"
908
- msgstr "tablette"
909
-
910
- #: wptouch-pro-3/core/notifications.php:121
911
- msgid "License Missing"
912
- msgstr "Licence manquante"
913
-
914
- #: wptouch-pro-3/core/notifications.php:122
915
- msgid "This installation of WPtouch Pro is currently unlicensed."
916
- msgstr "Cette installation de WPtouch Pro ne dispose actuellement pas de licence."
917
-
918
- #: wptouch-pro-3/core/notifications.php:133
919
- msgid "WPtouch Pro %s"
920
- msgstr "WPtouch Pro %s"
921
-
922
- #: wptouch-pro-3/core/notifications.php:134
923
- msgid "A new version of WPtouch Pro is available."
924
- msgstr "Une nouvelle version de WPtouch Pro est disponible."
925
-
926
- #: wptouch-pro-3/core/notifications.php:145
927
- msgid "Theme Update Available"
928
- msgstr "Mise à jour de thème disponible"
929
-
930
- #: wptouch-pro-3/core/notifications.php:146
931
- msgid "One or more updates are available for your installed themes."
932
- msgstr "Une ou plusieurs mises à jour sont disponibles pour vos thèmes installés."
933
-
934
- #: wptouch-pro-3/core/notifications.php:160
935
- msgid "Extension Update Available"
936
- msgstr "Mise à jour d'extension disponible"
937
-
938
- #: wptouch-pro-3/core/notifications.php:161
939
- msgid "One or more updates are available for your installed extensions."
940
- msgstr "Une ou plusieurs mises à jour sont disponibles pour vos extensions installées."
941
-
942
- #: wptouch-pro-3/core/notifications.php:173
943
- msgid "Preview Mode Enabled"
944
- msgstr "Mode d'aperçu activé"
945
-
946
- #: wptouch-pro-3/core/notifications.php:174
947
- 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."
948
- msgstr "Actuellement, seuls les administrateurs connectés peuvent voir le thème mobile. Vous pouvez modifier cela à tout moment dans les %sParamètres principaux%s sous %sMode d'affichage%s."
949
-
950
- #: wptouch-pro-3/core/notifications.php:182
951
- msgid "Theme Presentation Disabled"
952
- msgstr "Présentation du thème désactivée"
953
-
954
- #: wptouch-pro-3/core/notifications.php:183
955
- 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."
956
- msgstr "Actuellement, personne ne peut voir le thème de mobile. Vous pouvez modifier cela à tout moment dans les %sParamètres principaux%s sous %sMode d'affichage%s."
957
-
958
- #: wptouch-pro-3/core/notifications.php:194
959
- msgid "WPtouch Pro prefers pretty permalinks to be enabled within WordPress."
960
- msgstr "Pour WPtouch Pro, les permaliens 'pretty permalinks' doivent être activés dans WordPress."
961
-
962
- #: wptouch-pro-3/core/notifications.php:204
963
- msgid "WPtouch Pro will not work fully in safe mode."
964
- msgstr "En mode sécurisé, WPtouch Pro fonctionnera de façon incomplète."
965
-
966
- #: wptouch-pro-3/core/notifications.php:214
967
- #: wptouch-pro-3/core/notifications.php:224
968
- #: wptouch-pro-3/core/notifications.php:234
969
- msgid "Extra configuration is required. The plugin must be configured to exclude the user agents that WPtouch Pro uses."
970
- msgstr "Une configuration supplémentaire est nécessaire. Le plugin doit être configuré afin d'exclure les agent-utilisateurs utilisés par WPtouch Pro."
971
-
972
- #: wptouch-pro-3/core/notifications.php:244
973
- msgid "Extra configuration is required. Add paths to your active WPtouch Pro theme CSS and Javascript files as files to ignore in WPMinify."
974
- msgstr "Une configuration supplémentaire est nécessaire. Ajoutez des chemins aux CSS de votre thème WPtouch Pro actif, ainsi que des fichiers Javascript dans les fichiers à ignorer dans WPMinify."
975
-
976
- #: wptouch-pro-3/core/notifications.php:254
977
- msgid "This plugin may not work correctly in WPtouch Pro, and should be disabled in the Plugin Compatibility section."
978
- msgstr "Il est possible que ce plugin ne fonctionne pas correctement dans WPtouch Pro et il devrait être désactivé dans la section relative à la compatibilité des plugins."
979
-
980
- #: wptouch-pro-3/core/notifications.php:263
981
- msgid "Icon Installation Issue"
982
- msgstr "Problème d’installation d’icône"
983
-
984
- #: wptouch-pro-3/core/notifications.php:274
985
- msgid "WPtouch Pro 3 cannot co-exist with WPtouch 1.x. Disable it first in the WordPress Plugins settings."
986
- msgstr "WPtouch Pro 3 ne peut pas coexister avec WPtouch 1.x. Commencez par le désactiver dans les paramètres de plugins WordPress."
987
-
988
- #: wptouch-pro-3/core/notifications.php:284
989
- msgid "WPtouch Pro 3 cannot co-exist with WPtouch Pro 2.x. Disable it first in the WordPress Plugins settings."
990
- msgstr "WPtouch Pro 3 ne peut pas coexister avec WPtouch Pro 2.x. Commencez par le désactiver dans les paramètres de plugins WordPress."
991
-
992
- #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:179
993
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:42
994
- msgid "%d second ago"
995
- msgid_plural "%d seconds ago"
996
- msgstr[0] "il y a %d seconde"
997
- msgstr[1] "il y a %d secondes"
998
-
999
- #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:182
1000
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:45
1001
- msgid "%d minute ago"
1002
- msgid_plural "%d minutes ago"
1003
- msgstr[0] "il y a %d minute"
1004
- msgstr[1] "il y a %d minutes"
1005
-
1006
- #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:185
1007
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:48
1008
- msgid "%d hour ago"
1009
- msgid_plural "%d hours ago"
1010
- msgstr[0] "il y a %d heure"
1011
- msgstr[1] "il y a %d heures"
1012
-
1013
- #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:188
1014
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:51
1015
- msgid "%d day ago"
1016
- msgid_plural "%d days ago"
1017
- msgstr[0] "il y a %d jour"
1018
- msgstr[1] "il y a %d jours"
1019
-
1020
- #: wptouch-pro-3/include/html/desktop-switch.php:2
1021
- msgid "Desktop Version"
1022
- msgstr "Version bureau"
1023
-
1024
- #: wptouch-pro-3/include/html/desktop-switch.php:2
1025
- msgid "Switch To Mobile Version"
1026
- msgstr "Passer à la version mobile"
1027
-
1028
- #: wptouch-pro-3/include/html/footer.php:2
1029
- msgid "Powered by %s%s%s"
1030
- msgstr "Avec %s%s%s"
1031
-
1032
- #: wptouch-pro-3/include/html/footer.php:3
1033
- msgid "By %s"
1034
- msgstr "Par %s"
1035
-
1036
- #: wptouch-pro-3/include/html/load-times.php:2
1037
- msgid "%d queries in %0.1f ms"
1038
- msgstr "%d requêtes en %0.1f ms"
1039
-
1040
- #: wptouch-pro-3/include/html/page-template.php:8
1041
- msgid "Default Template"
1042
- msgstr "Modèle par défaut"
1043
-
1044
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:35
1045
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:47
1046
- msgid "Upgrading..."
1047
- msgstr "Mise à niveau en cours…"
1048
-
1049
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:35
1050
- msgid "Upgrade to %s"
1051
- msgstr "Passer à %s"
1052
-
1053
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:47
1054
- msgid "Extension location: %s"
1055
- msgstr "Emplacement de l'extension : %s"
1056
-
1057
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:56
1058
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:81
1059
- msgid "More Info"
1060
- msgstr "Infos supplémentaires"
1061
-
1062
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:59
1063
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:84
1064
- msgid "Upgrade License"
1065
- msgstr "Mettre à niveau la licence"
1066
-
1067
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:61
1068
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:86
1069
- msgid "Get License"
1070
- msgstr "Obtenir une licence"
1071
-
1072
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:66
1073
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:95
1074
- msgid "Downloading..."
1075
- msgstr "Téléchargement en cours..."
1076
-
1077
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:75
1078
- msgid "Deactivate"
1079
- msgstr "Désactiver"
1080
-
1081
- #: wptouch-pro-3/pro/settings/html/extension-browser-pro.php:10
1082
- msgid "Loading Cloud Extensions"
1083
- msgstr "Chargement des extensions du nuage en cours"
1084
-
1085
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:49
1086
- msgid "Update to %s"
1087
- msgstr "Mettre à jour pour %s"
1088
-
1089
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:89
1090
- msgid "Buy Now"
1091
- msgstr "Acheter maintenant"
1092
-
1093
- #: wptouch-pro-3/pro/settings/html/theme-browser-pro.php:11
1094
- msgid "Loading Cloud Themes"
1095
- msgstr "Chargement des thèmes du nuage en cours"
1096
-
1097
- #: wptouch-pro-3/themes/foundation/default/404.php:6
1098
- msgid "404 Not Found"
1099
- msgstr "404 Non trouvé"
1100
-
1101
- #: wptouch-pro-3/themes/foundation/default/404.php:8
1102
- msgid "The post or page you requested is no longer available."
1103
- msgstr "La publication ou la page demandée n'est plus disponible."
1104
-
1105
- #: wptouch-pro-3/themes/foundation/default/attachment.php:43
1106
- msgid "&laquo; previous in gallery"
1107
- msgstr "&laquo; précédent dans la bibliothèque"
1108
-
1109
- #: wptouch-pro-3/themes/foundation/default/attachment.php:45
1110
- msgid "next in gallery &raquo;"
1111
- msgstr "suivant dans la bibliothèque &raquo;"
1112
-
1113
- #: wptouch-pro-3/themes/foundation/default/comments.php:10
1114
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:33
1115
- msgid "no responses"
1116
- msgstr "aucune réponse"
1117
-
1118
- #: wptouch-pro-3/themes/foundation/default/comments.php:10
1119
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:33
1120
- msgid "1 response"
1121
- msgstr "1 réponse"
1122
-
1123
- #: wptouch-pro-3/themes/foundation/default/comments.php:10
1124
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:33
1125
- msgid "% responses"
1126
- msgstr "% réponses"
1127
-
1128
- #: wptouch-pro-3/themes/foundation/default/comments.php:20
1129
- #: wptouch-pro-3/themes/foundation/default/comments.php:26
1130
- msgid "Load More Comments&hellip;"
1131
- msgstr "Charger plus de commentaires&hellip;"
1132
-
1133
- #: wptouch-pro-3/themes/foundation/default/comments.php:38
1134
- msgid "Comments are closed"
1135
- msgstr "Les commentaires sont fermés"
1136
-
1137
- #: wptouch-pro-3/themes/foundation/default/comments.php:48
1138
- msgid "Cancel"
1139
- msgstr "Annuler"
1140
-
1141
- #: wptouch-pro-3/themes/foundation/default/comments.php:51
1142
- msgid "Leave a Reply"
1143
- msgstr "Laisser une réponse"
1144
-
1145
- #: wptouch-pro-3/themes/foundation/default/comments.php:51
1146
- msgid "Leave a Reply to %s"
1147
- msgstr "Laisser une réponse à %s"
1148
-
1149
- #: wptouch-pro-3/themes/foundation/default/comments.php:54
1150
- msgid "You must be %slogged in%s to post a comment."
1151
- msgstr "Pour pouvoir publier un commentaire, vous devez être %sconnecté%s."
1152
-
1153
- #: wptouch-pro-3/themes/foundation/default/comments.php:61
1154
- msgid "Logged in as"
1155
- msgstr "Connecté en tant que"
1156
-
1157
- #: wptouch-pro-3/themes/foundation/default/comments.php:61
1158
- msgid "Log out"
1159
- msgstr "Déconnexion"
1160
-
1161
- #: wptouch-pro-3/themes/foundation/default/comments.php:65
1162
- msgid "Name"
1163
- msgstr "Nom"
1164
-
1165
- #: wptouch-pro-3/themes/foundation/default/comments.php:67
1166
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:78
1167
- msgid "E-Mail"
1168
- msgstr "Adresse e-mail"
1169
-
1170
- #: wptouch-pro-3/themes/foundation/default/comments.php:69
1171
- msgid "Website"
1172
- msgstr "Site Web"
1173
-
1174
- #: wptouch-pro-3/themes/foundation/default/comments.php:75
1175
- msgid "Publish"
1176
- msgstr "Publier"
1177
-
1178
- #: wptouch-pro-3/themes/foundation/default/formerror.php:6
1179
- msgid "Comment Error"
1180
- msgstr "Erreur de commentaire"
1181
-
1182
- #: wptouch-pro-3/themes/foundation/default/formerror.php:8
1183
- msgid "Please enter all fields correctly to post a comment."
1184
- msgstr "Pour publier un commentaire, veuillez bien compléter tous les champs."
1185
-
1186
- #: wptouch-pro-3/themes/foundation/default/formerror.php:9
1187
- msgid "Go back"
1188
- msgstr "Retour"
1189
-
1190
- #: wptouch-pro-3/themes/foundation/default/index.php:33
1191
- #: wptouch-pro-3-extras/themes/classic-redux/default/index.php:34
1192
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:60
1193
- #: wptouch-pro-3-extras/themes/hammock/default/index.php:34
1194
- msgid "newer posts"
1195
- msgstr "publications plus récentes"
1196
-
1197
- #: wptouch-pro-3/themes/foundation/default/index.php:33
1198
- #: wptouch-pro-3-extras/themes/classic-redux/default/index.php:34
1199
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:56
1200
- #: wptouch-pro-3-extras/themes/hammock/default/index.php:34
1201
- msgid "older posts"
1202
- msgstr "publications plus anciennes"
1203
-
1204
- #: wptouch-pro-3/themes/foundation/default/nav-bar.php:6
1205
- #: wptouch-pro-3-extras/themes/bauhaus/default/nav-bar.php:6
1206
- msgid "previous post"
1207
- msgstr "publication précédente"
1208
-
1209
- #: wptouch-pro-3/themes/foundation/default/nav-bar.php:12
1210
- #: wptouch-pro-3-extras/themes/bauhaus/default/nav-bar.php:13
1211
- msgid "next post"
1212
- msgstr "publication suivante"
1213
-
1214
- #: wptouch-pro-3/themes/foundation/default/one-comment.php:12
1215
- msgid "Your comment is awaiting moderation"
1216
- msgstr "Votre commentaire est en attente de contrôle des modérateurs"
1217
-
1218
- #: wptouch-pro-3/themes/foundation/default/related-posts.php:4
1219
- msgid "Related"
1220
- msgstr "Lié"
1221
-
1222
- #: wptouch-pro-3/themes/foundation/default/search.php:6
1223
- #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:6
1224
- #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:5
1225
- #: wptouch-pro-3-extras/themes/hammock/default/search.php:5
1226
- msgid "You searched for \"%s\""
1227
- msgstr "Vous avez recherché \"%s\""
1228
-
1229
- #: wptouch-pro-3/themes/foundation/default/search.php:16
1230
- #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:15
1231
- #: wptouch-pro-3-extras/themes/hammock/default/search.php:16
1232
- msgid "%s results"
1233
- msgstr "Résultats de %s"
1234
-
1235
- #: wptouch-pro-3/themes/foundation/default/search.php:36
1236
- #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:38
1237
- #: wptouch-pro-3-extras/themes/hammock/default/search.php:40
1238
- msgid "No search results found"
1239
- msgstr "Aucun résultat de recherche trouvé"
1240
-
1241
- #: wptouch-pro-3/themes/foundation/default/search.php:45
1242
- #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:46
1243
- #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:47
1244
- msgid "Load more %s results"
1245
- msgstr "Charger plus de résultats %s"
1246
-
1247
- #: wptouch-pro-3/themes/foundation/default/single.php:13
1248
- #: wptouch-pro-3-extras/themes/hammock/default/post-loop-menu.php:15
1249
- #: wptouch-pro-3-extras/themes/hammock/default/post-loop.php:19
1250
- msgid "By"
1251
- msgstr "Par"
1252
-
1253
- #: wptouch-pro-3/themes/foundation/default/switch-link.php:8
1254
- msgid "mobile"
1255
- msgstr "mobile"
1256
-
1257
- #: wptouch-pro-3/themes/foundation/default/switch-link.php:9
1258
- msgid "desktop"
1259
- msgstr "bureau"
1260
-
1261
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:169
1262
- msgid "Service"
1263
- msgstr "Service"
1264
-
1265
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:175
1266
- msgid "Choose a service"
1267
- msgstr "Choisir un service"
1268
-
1269
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:181
1270
- msgid "Google Adsense"
1271
- msgstr "Google Adsense"
1272
-
1273
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:182
1274
- msgid "Custom"
1275
- msgstr "Personnalisée"
1276
-
1277
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:192
1278
- msgid "Google AdSense"
1279
- msgstr "Google AdSense"
1280
-
1281
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:195
1282
- msgid "Publisher ID"
1283
- msgstr "Identificateur de l'éditeur"
1284
-
1285
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:196
1286
- msgid "Slot ID"
1287
- msgstr "Identificateur d'emplacement"
1288
-
1289
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:200
1290
- msgid "Code Type"
1291
- msgstr "Type de code"
1292
-
1293
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:212
1294
- msgid "Custom Ads"
1295
- msgstr "Pubs personnalisées"
1296
-
1297
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:215
1298
- msgid "Mobile advertising script"
1299
- msgstr "Script publicitaire mobile"
1300
-
1301
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:224
1302
- msgid "Ad Presentation"
1303
- msgstr "Présentation de pub"
1304
-
1305
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:230
1306
- msgid "Theme location"
1307
- msgstr "Emplacement du thème"
1308
-
1309
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:235
1310
- msgid "In the header"
1311
- msgstr "Dans l'en-tête"
1312
-
1313
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:236
1314
- msgid "Above the page content"
1315
- msgstr "Au-dessus du contenu de la page"
1316
-
1317
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:237
1318
- msgid "Below the page content"
1319
- msgstr "En dessous du contenu de la page"
1320
-
1321
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:247
1322
- msgid "Active Pages"
1323
- msgstr "Pages actives"
1324
-
1325
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:250
1326
- msgid "Blog listings"
1327
- msgstr "Descriptions de blogs"
1328
-
1329
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:251
1330
- msgid "Single posts"
1331
- msgstr "Publications uniques"
1332
-
1333
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:252
1334
- msgid "Static pages"
1335
- msgstr "Pages statiques"
1336
-
1337
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:253
1338
- msgid "Taxonomy"
1339
- msgstr "Taxonomie"
1340
-
1341
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:254
1342
- msgid "Search results"
1343
- msgstr "Résultats de recherche"
1344
-
1345
- #: wptouch-pro-3/themes/foundation/modules/base/base.php:69
1346
- msgid "Loading"
1347
- msgstr "Chargement en cours"
1348
-
1349
- #: wptouch-pro-3/themes/foundation/modules/base/preview-bar.php:2
1350
- msgid "Theme Preview"
1351
- msgstr "Aperçu du thème"
1352
-
1353
- #: wptouch-pro-3/themes/foundation/modules/base/preview-bar.php:3
1354
- msgid "Reload"
1355
- msgstr "Charger à nouveau"
1356
-
1357
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:76
1358
- msgid "Custom Post Support"
1359
- msgstr "Assistance de publication personnalisée"
1360
-
1361
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:82
1362
- msgid "Enable custom post-type support"
1363
- msgstr "Activer la prise en charge de types de publications personnalisées"
1364
-
1365
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:90
1366
- msgid "Show custom post taxonomy"
1367
- msgstr "Afficher la taxonomie de publication personnalisée"
1368
-
1369
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:102
1370
- msgid "Custom Post Types"
1371
- msgstr "Types de publication personnalisée"
1372
-
1373
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:231
1374
- msgid "Featured Slider"
1375
- msgstr "Curseur affiché"
1376
-
1377
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:237
1378
- msgid "Enable featured slider"
1379
- msgstr "Activer le curseur affiché"
1380
-
1381
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:238
1382
- msgid "Requires at least 2 entries to contain featured images"
1383
- msgstr "2 entrées au moins sont nécessaires pour contenir les images affichées"
1384
-
1385
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:245
1386
- msgid "Maximum number of posts"
1387
- msgstr "Nombre de publications maximales"
1388
-
1389
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:250
1390
- msgid "3 posts"
1391
- msgstr "3 publications"
1392
-
1393
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:251
1394
- msgid "5 posts"
1395
- msgstr "5 publications"
1396
-
1397
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:252
1398
- msgid "10 posts"
1399
- msgstr "10 publications"
1400
-
1401
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:258
1402
- msgid "Automatically slide"
1403
- msgstr "Glissement automatique"
1404
-
1405
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:266
1406
- msgid "Continuously slide"
1407
- msgstr "Glissement continu"
1408
-
1409
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:274
1410
- msgid "Grayscale images (CSS 3 effect)"
1411
- msgstr "Images en nuances de gris (effet CSS 3)"
1412
-
1413
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:275
1414
- msgid "Featured slider images will be in grayscale for devices that support CSS filters."
1415
- msgstr "Les images du curseur affiché seront en nuances de gris pour les appareils prenant en charge les filtres CSS."
1416
-
1417
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:282
1418
- msgid "Show title & date"
1419
- msgstr "Afficher le titre et la date"
1420
-
1421
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:283
1422
- msgid "If disabled, the title and date will not be shown. Note: some themes do not show the date."
1423
- msgstr "Si cela est désactivé, le titre et la date n'apparaîtront pas. Remarque : certains thèmes n'indiquent pas la date."
1424
-
1425
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:290
1426
- msgid "Featured slider posts also show in listings"
1427
- msgstr "Les publications du curseur affiché apparaissent également dans les descriptions"
1428
-
1429
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:298
1430
- msgid "Slide transition speed"
1431
- msgstr "Vitesse de transition du glissement"
1432
-
1433
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:303
1434
- msgid "Slow"
1435
- msgstr "Lente"
1436
-
1437
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:304
1438
- msgid "Normal"
1439
- msgstr "Normale"
1440
-
1441
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:305
1442
- msgid "Fast"
1443
- msgstr "Rapide"
1444
-
1445
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:316
1446
- msgid "Show latest posts"
1447
- msgstr "Afficher les publications les plus récentes"
1448
-
1449
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:317
1450
- msgid "Show posts from a specific tag"
1451
- msgstr "Afficher les publications d'un marqueur précis"
1452
-
1453
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:318
1454
- msgid "Show posts from a specific category"
1455
- msgstr "Afficher les publications d'une catégorie précise"
1456
-
1457
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:319
1458
- msgid "Show only specific posts or pages"
1459
- msgstr "Affiche uniquement des publications ou des pages précises"
1460
-
1461
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:325
1462
- msgid "Only this tag"
1463
- msgstr "Uniquement ce marqueur"
1464
-
1465
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:334
1466
- msgid "Only this category"
1467
- msgstr "Uniquement cette catégorie"
1468
-
1469
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:343
1470
- msgid "Comma-separated list of post/page IDs"
1471
- msgstr "Liste d'identificateurs de pages/publications séparés de virgules"
1472
-
1473
- #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:10
1474
- msgid "Browser Fonts"
1475
- msgstr "Polices de navigateur"
1476
-
1477
- #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:18
1478
- msgid "Typography"
1479
- msgstr "Typographie"
1480
-
1481
- #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:24
1482
- msgid "Font style"
1483
- msgstr "Style de police"
1484
-
1485
- #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:25
1486
- msgid "Choose a Google font pairing designed for this theme, or default browser fonts."
1487
- msgstr "Choisissez un appairage de polices Google conçues pour ce thème ou bien les polices de navigateur par défaut."
1488
-
1489
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:7
1490
- msgid "Remember Me"
1491
- msgstr "Se souvenir de moi"
1492
-
1493
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:9
1494
- msgid "Log In"
1495
- msgstr "Se connecter"
1496
-
1497
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:20
1498
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:51
1499
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:49
1500
- #: wptouch-pro-3-extras/themes/simple/default/header-bottom.php:22
1501
- msgid "Login"
1502
- msgstr "Connexion"
1503
-
1504
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:29
1505
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:207
1506
- msgid "Sign-up"
1507
- msgstr "S'inscrire"
1508
-
1509
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:30
1510
- msgid "Lost password?"
1511
- msgstr "Mot de passe égaré ?"
1512
-
1513
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:22
1514
- msgid "Account Username"
1515
- msgstr "Nom d'utilisateur de compte"
1516
-
1517
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:23
1518
- msgid "Account Password"
1519
- msgstr "Mot de passe de compte"
1520
-
1521
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:32
1522
- msgid "Login Form"
1523
- msgstr "Formulaire de connexion"
1524
-
1525
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:38
1526
- msgid "Use fly-in login form"
1527
- msgstr "Utiliser le formulaire de connexion rentrant"
1528
-
1529
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:39
1530
- msgid "Will add login links and allow mobile visitors to login to your website from mobile devices"
1531
- msgstr "Ajoutera des liens de connexion et permettra aux visiteurs sur mobile de se connecter à votre site Web depuis des appareils portables"
1532
-
1533
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:46
1534
- msgid "Show \"Sign-up\" and \"Lost Password?\" links"
1535
- msgstr "Affiche les liens \"S'inscrire\" et \"Mot de passe égaré ?\""
1536
-
1537
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:48
1538
- msgid "Video Handling"
1539
- msgstr "Manipulation de vidéo"
1540
-
1541
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:60
1542
- msgid "CSS only (HTML5 videos)"
1543
- msgstr "CSS uniquement (vidéos HTML5)"
1544
-
1545
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:61
1546
- msgid "FitVids Method"
1547
- msgstr "Méthode FitVids"
1548
-
1549
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:62
1550
- msgid "Fluid-Width Method"
1551
- msgstr "Méthode largeur fluide"
1552
-
1553
- #: wptouch-pro-3/themes/foundation/modules/related-posts/related-posts.php:106
1554
- msgid "Related Posts"
1555
- msgstr "Publications liées"
1556
-
1557
- #: wptouch-pro-3/themes/foundation/modules/related-posts/related-posts.php:112
1558
- msgid "Enable display of related posts"
1559
- msgstr "Activer l’affichage de publications liées"
1560
-
1561
- #: wptouch-pro-3/themes/foundation/modules/related-posts/related-posts.php:120
1562
- msgid "Maximum number of related posts to show"
1563
- msgstr "Nombre maximal de publications liées à afficher"
1564
-
1565
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing-html.php:1
1566
- #: wptouch-pro-3-extras/themes/hammock/default/sharing-html.php:2
1567
- msgid "Share"
1568
- msgstr "Partager"
1569
-
1570
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing-html.php:1
1571
- #: wptouch-pro-3-extras/themes/hammock/default/sharing-html.php:3
1572
- msgid "Tweet"
1573
- msgstr "Tweeter"
1574
-
1575
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing-html.php:1
1576
- #: wptouch-pro-3-extras/themes/hammock/default/sharing-html.php:5
1577
- msgid "Mail"
1578
- msgstr "E-mail"
1579
-
1580
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:81
1581
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:317
1582
- msgid "Sharing"
1583
- msgstr "Partage"
1584
-
1585
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:87
1586
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:323
1587
- msgid "Show sharing links"
1588
- msgstr "Afficher les liens de partage"
1589
-
1590
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:88
1591
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:324
1592
- msgid "Will show Facebook, Twitter, Google+ and Email buttons on single posts."
1593
- msgstr "Affichera les boutons de Facebook, de Twitter, de Google+ et d'e-mail sur les publications uniques."
1594
-
1595
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:95
1596
- msgid "Show sharing links on pages"
1597
- msgstr "Afficher les liens de partage sur les pages"
1598
-
1599
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:96
1600
- msgid "Will show Facebook, Twitter, Google+ and Email buttons on pages as well as single posts."
1601
- msgstr "Affichera les boutons Facebook, Twitter, Google+ et e-mail sur les pages ainsi que sur les publications uniques."
1602
-
1603
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:103
1604
- msgid "Sharing links location"
1605
- msgstr "Emplacement des liens de partage"
1606
-
1607
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:108
1608
- msgid "Above post content"
1609
- msgstr "Au-dessus du contenu de la publication"
1610
-
1611
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:109
1612
- msgid "Below post content"
1613
- msgstr "En dessous du contenu de la publication"
1614
-
1615
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:115
1616
- msgid "Color scheme"
1617
- msgstr "Modèle de couleurs"
1618
-
1619
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:120
1620
- msgid "Theme colors"
1621
- msgstr "Couleurs de thème"
1622
-
1623
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:121
1624
- msgid "Social network colors"
1625
- msgstr "Couleurs de réseaux sociaux"
1626
-
1627
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:8
1628
- msgid "Footer Social Links"
1629
- msgstr "Liens sociaux de bas de page"
1630
-
1631
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:23
1632
- msgid "Full URL to your Facebook page"
1633
- msgstr "URL complète vers votre page Facebook"
1634
-
1635
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:31
1636
- msgid "Full URL to your Twitter profile"
1637
- msgstr "URL complète vers votre profil Twitter"
1638
-
1639
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:39
1640
- msgid "Full URL to your Google+ profile"
1641
- msgstr "URL complète vers votre profil Google+"
1642
-
1643
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:47
1644
- msgid "Full URL to your Pinterest page"
1645
- msgstr "URL complète vers votre page Pinterest"
1646
-
1647
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:55
1648
- msgid "Full URL to your Vimeo page"
1649
- msgstr "URL complète vers votre page Vimeo"
1650
-
1651
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:63
1652
- msgid "Full URL to your %s profile"
1653
- msgstr "URL complète de votre profil %s"
1654
-
1655
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:70
1656
- msgid "LinkedIn"
1657
- msgstr "LinkedIn"
1658
-
1659
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:71
1660
- msgid "Full URL to your LinkedIn profile"
1661
- msgstr "URL complète vers votre profil LinkedIn"
1662
-
1663
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:79
1664
- msgid "E-Mail address"
1665
- msgstr "Adresse e-mail"
1666
-
1667
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:87
1668
- msgid "Full URL to your RSS feed"
1669
- msgstr "URL complète vers votre flux RSS"
1670
-
1671
- #: wptouch-pro-3/themes/foundation/modules/tablets/tablets.php:46
1672
- msgid "iPad"
1673
- msgstr "iPad"
1674
-
1675
- #: wptouch-pro-3/themes/foundation/modules/tablets/tablets.php:52
1676
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:268
1677
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:286
1678
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:304
1679
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:323
1680
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:331
1681
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:349
1682
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:357
1683
- #: wptouch-pro-3/themes/foundation/root-functions.php:390
1684
- #: wptouch-pro-3/themes/foundation/root-functions.php:408
1685
- msgid "%d by %d pixels (PNG)"
1686
- msgstr "%d sur %d pixels (PNG)"
1687
-
1688
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:66
1689
- msgid "Disabled"
1690
- msgstr "Désactivé"
1691
-
1692
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:81
1693
- msgid "Twitter account to use for Tweet display"
1694
- msgstr "Compte Twitter à utiliser pour l'affichage de tweets"
1695
-
1696
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:122
1697
- msgid "External link— open it in the browser?"
1698
- msgstr "Lien externe : souhaitez-vous l'ouvrir dans le navigateur ?"
1699
-
1700
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:123
1701
- msgid "File link— Do you want to open it in the browser?"
1702
- msgstr "Lien de fichier : souhaitez-vous l'ouvrir dans le navigateur ?"
1703
-
1704
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:210
1705
- msgid "Enable iOS Web-App Mode"
1706
- msgstr "Activer le mode application Web iOS"
1707
-
1708
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:214
1709
- msgid "Enable persistence"
1710
- msgstr "Activer la persistance"
1711
-
1712
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:215
1713
- msgid "Loads the last visited URL for visitors on open."
1714
- msgstr "Charge la dernière URL consultée pour les visiteurs à l'ouverture"
1715
-
1716
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:222
1717
- msgid "URLs to ignore in Web-App Mode"
1718
- msgstr "URL à ignorer en mode application Web"
1719
-
1720
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:235
1721
- msgid "Notice Message"
1722
- msgstr "Message d'information"
1723
-
1724
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:238
1725
- msgid "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
1726
- 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"
1727
-
1728
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:238
1729
- msgid "WPtouch shows a notice bubble on 1st visit letting users know about your Web-App enabled website on iOS devices."
1730
- 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."
1731
-
1732
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:239
1733
- msgid "Notice message contents"
1734
- msgstr "Contenus des messages d'information"
1735
-
1736
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:239
1737
- msgid "[device] and [icon] are dynamic and used to determine the device and iOS version. Do not remove these from your message."
1738
- msgstr "[device] et [icon] sont des dynamiques utilisées pour déterminer l'appareil et la version d'iOS. Ne les supprimez pas de votre message."
1739
-
1740
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:243
1741
- msgid "the notice message will be shown again for visitors"
1742
- msgstr "le message d'information sera à nouveau affiché aux visiteurs"
1743
-
1744
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:248
1745
- msgid "1 day until"
1746
- msgstr "dans 1 jour"
1747
-
1748
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:249
1749
- msgid "7 days until"
1750
- msgstr "dans 7 jours"
1751
-
1752
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:250
1753
- msgid "1 month until"
1754
- msgstr "dans 1 mois"
1755
-
1756
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:251
1757
- msgid "Every time"
1758
- msgstr "À chaque fois"
1759
-
1760
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:262
1761
- msgid "iPhone Startup Screen"
1762
- msgstr "Écran de démarrage iPhone"
1763
-
1764
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:280
1765
- msgid "Retina iPhone Startup Screen"
1766
- msgstr "Écran de démarrage Retina iPhone"
1767
-
1768
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:298
1769
- msgid "iPhone 5 Startup Screen"
1770
- msgstr "Écran de démarrage iPhone 5"
1771
-
1772
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:317
1773
- msgid "iPad Mini and iPad Startup Screens"
1774
- msgstr "Écrans de démarrage iPad Mini et iPad"
1775
-
1776
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:343
1777
- msgid "Retina iPad Startup Screens"
1778
- msgstr "Écrans de démarrage Retina de l'iPad"
1779
-
1780
- #: wptouch-pro-3/themes/foundation/root-functions.php:11
1781
- msgid "Branding"
1782
- msgstr "Personnalisation"
1783
-
1784
- #: wptouch-pro-3/themes/foundation/root-functions.php:12
1785
- msgid "Media Handling"
1786
- msgstr "Manipulation du média"
1787
-
1788
- #: wptouch-pro-3/themes/foundation/root-functions.php:13
1789
- msgid "Web-App Mode"
1790
- msgstr "Mode application Web"
1791
-
1792
- #: wptouch-pro-3/themes/foundation/root-functions.php:14
1793
- msgid "Bookmark Icons"
1794
- msgstr "Icônes de signets"
1795
-
1796
- #: wptouch-pro-3/themes/foundation/root-functions.php:15
1797
- msgid "Advertising"
1798
- msgstr "Publicité"
1799
-
1800
- #: wptouch-pro-3/themes/foundation/root-functions.php:16
1801
- msgid "Custom Content"
1802
- msgstr "Contenu personnalisé"
1803
-
1804
- #: wptouch-pro-3/themes/foundation/root-functions.php:113
1805
- msgid "Install this Web-App on your [device]: tap [icon] then \"Add to Home Screen\""
1806
- msgstr "Installer cette application Web sur votre [device] : appuyer sur [icon] puis \"Ajouter à l'écran d'accueil\""
1807
-
1808
- #: wptouch-pro-3/themes/foundation/root-functions.php:304
1809
- msgid "Number of posts in post listings"
1810
- msgstr "Nombre de publications dans les descriptions de publications"
1811
-
1812
- #: wptouch-pro-3/themes/foundation/root-functions.php:305
1813
- msgid "Overrides the WordPress Reading settings for \"Blog pages show at most\""
1814
- msgstr "Remplace les paramètres de lecture de WordPress par \"Affichage maximal des pages de blogs\""
1815
-
1816
- #: wptouch-pro-3/themes/foundation/root-functions.php:312
1817
- msgid "Excluded categories"
1818
- msgstr "Catégories exclues"
1819
-
1820
- #: wptouch-pro-3/themes/foundation/root-functions.php:313
1821
- msgid "Comma separated by category name"
1822
- msgstr "Noms des catégories séparés par des virgules"
1823
-
1824
- #: wptouch-pro-3/themes/foundation/root-functions.php:320
1825
- msgid "Excluded tags"
1826
- msgstr "Marqueurs exclus"
1827
-
1828
- #: wptouch-pro-3/themes/foundation/root-functions.php:321
1829
- msgid "Comma separated by tag name"
1830
- msgstr "Noms des marqueurs séparés par des virgules"
1831
-
1832
- #: wptouch-pro-3/themes/foundation/root-functions.php:331
1833
- msgid "Blog"
1834
- msgstr "Blog"
1835
-
1836
- #: wptouch-pro-3/themes/foundation/root-functions.php:342
1837
- msgid "Show comments on pages"
1838
- msgstr "Afficher les commentaires sur les pages"
1839
-
1840
- #: wptouch-pro-3/themes/foundation/root-functions.php:343
1841
- msgid "Overrides the WordPress settings for showing comments on pages."
1842
- msgstr "Remplace les paramètres WordPress d'affichage des commentaires sur les pages."
1843
-
1844
- #: wptouch-pro-3/themes/foundation/root-functions.php:353
1845
- #: wptouch-pro-3/themes/foundation/root-functions.php:1024
1846
- msgid "Pages"
1847
- msgstr "Pages"
1848
-
1849
- #: wptouch-pro-3/themes/foundation/root-functions.php:366
1850
- msgid "Icon Title"
1851
- msgstr "Titre d'icône"
1852
-
1853
- #: wptouch-pro-3/themes/foundation/root-functions.php:372
1854
- msgid "Icon title"
1855
- msgstr "Titre de l'icône"
1856
-
1857
- #: wptouch-pro-3/themes/foundation/root-functions.php:373
1858
- msgid "When visitors bookmark your website, this will be the title shown."
1859
- msgstr "C'est le titre qui sera affiché lorsque les visiteurs feront de cette page un signet."
1860
-
1861
- #: wptouch-pro-3/themes/foundation/root-functions.php:384
1862
- msgid "Android"
1863
- msgstr "Android"
1864
-
1865
- #: wptouch-pro-3/themes/foundation/root-functions.php:402
1866
- msgid "iPhone & iPod touch"
1867
- msgstr "iPhone & iPod touch"
1868
-
1869
- #: wptouch-pro-3/themes/foundation/root-functions.php:438
1870
- msgid "Theme Colors"
1871
- msgstr "Couleurs de thème"
1872
-
1873
- #: wptouch-pro-3/themes/foundation/root-functions.php:448
1874
- msgid "Site Logo"
1875
- msgstr "Logo de site"
1876
-
1877
- #: wptouch-pro-3/themes/foundation/root-functions.php:454
1878
- msgid "(Scaled by themes to fit logo areas as needed)"
1879
- msgstr "(aux dimensions des thèmes de façon à s'adapter aux zones de logo au besoin)"
1880
-
1881
- #: wptouch-pro-3/themes/foundation/root-functions.php:467
1882
- msgid "Smart App Banner"
1883
- msgstr "Bannière Smart App"
1884
-
1885
- #: wptouch-pro-3/themes/foundation/root-functions.php:473
1886
- msgid "Enter your app's %sApp Store ID%s"
1887
- msgstr "Saisir l'%sidentifiant App Store%s de votre app"
1888
-
1889
- #: wptouch-pro-3/themes/foundation/root-functions.php:474
1890
- 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."
1891
- 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."
1892
-
1893
- #: wptouch-pro-3/themes/foundation/root-functions.php:486
1894
- msgid "Theme Footer"
1895
- msgstr "Bas de page du thème"
1896
-
1897
- #: wptouch-pro-3/themes/foundation/root-functions.php:489
1898
- msgid "Custom footer content (HTML is allowed)"
1899
- msgstr "Contenu de bas de page personnalisé (HTML autorisé)"
1900
-
1901
- #: wptouch-pro-3/themes/foundation/root-functions.php:489
1902
- msgid "You can add custom footer content that will be displayed below the switch link."
1903
- msgstr "Vous pouvez ajouter du contenu de bas de page personnalisé qui sera affiché sous le lien de changement."
1904
-
1905
- #: wptouch-pro-3/themes/foundation/root-functions.php:854
1906
- msgid "search results for '%s'"
1907
- msgstr "résultats de recherche pour '%s'"
1908
-
1909
- #: wptouch-pro-3/themes/foundation/root-functions.php:856
1910
- msgid "%sCategories &rsaquo;%s %s"
1911
- msgstr "%sCatégories &rsaquo;%s %s"
1912
-
1913
- #: wptouch-pro-3/themes/foundation/root-functions.php:858
1914
- msgid "Tags &rsaquo; %s"
1915
- msgstr "Marqueurs &rsaquo; %s"
1916
-
1917
- #: wptouch-pro-3/themes/foundation/root-functions.php:860
1918
- #: wptouch-pro-3/themes/foundation/root-functions.php:862
1919
- #: wptouch-pro-3/themes/foundation/root-functions.php:864
1920
- msgid "Archives &rsaquo; %s"
1921
- msgstr "Archives &rsaquo; %s"
1922
-
1923
- #: wptouch-pro-3/themes/foundation/root-functions.php:879
1924
- msgid "Load more from this category"
1925
- msgstr "Charger des entrées supplémentaires de cette catégorie"
1926
-
1927
- #: wptouch-pro-3/themes/foundation/root-functions.php:881
1928
- msgid "Load more tagged like this"
1929
- msgstr "Charger des entrées supplémentaires taguées de cette façon"
1930
-
1931
- #: wptouch-pro-3/themes/foundation/root-functions.php:883
1932
- msgid "Load more from this day"
1933
- msgstr "Charger des entrées supplémentaires de cette journée"
1934
-
1935
- #: wptouch-pro-3/themes/foundation/root-functions.php:885
1936
- msgid "Load more from this month"
1937
- msgstr "Charger des entrées supplémentaires de ce mois"
1938
-
1939
- #: wptouch-pro-3/themes/foundation/root-functions.php:887
1940
- msgid "Load more from this year"
1941
- msgstr "Charger des entrées supplémentaires de cette année"
1942
-
1943
- #: wptouch-pro-3/themes/foundation/root-functions.php:889
1944
- msgid "Load more in this section"
1945
- msgstr "Charger des entrées supplémentaires dans cette section"
1946
-
1947
- #: wptouch-pro-3/themes/foundation/root-functions.php:891
1948
- msgid "Load more entries"
1949
- msgstr "Charger des entrées supplémentaires"
1950
-
1951
- #: wptouch-pro-3/themes/foundation/root-functions.php:973
1952
- msgid "Post"
1953
- msgstr "Publication"
1954
-
1955
- #: wptouch-pro-3/themes/foundation/root-functions.php:975
1956
- msgid "Page"
1957
- msgstr "Page"
1958
-
1959
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:63
1960
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:225
1961
- msgid "Purge Page Cache"
1962
- msgstr "Vider le cache de la page"
1963
-
1964
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:123
1965
- msgid "Enable Infinity Cache"
1966
- msgstr "Activer Cache infini"
1967
-
1968
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:131
1969
- msgid "Create cache for desktop users"
1970
- msgstr "Créer un cache pour les utilisateurs de la version bureau"
1971
-
1972
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:132
1973
- msgid "If you are using another cache plugin such as W3, you can disable this."
1974
- msgstr "Si vous utilisez un autre plugin de cache tel que W3, vous pouvez désactiver cela."
1975
-
1976
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:153
1977
- msgid "Compress output using GZIP"
1978
- msgstr "Compresser la sortie avec GZIP"
1979
-
1980
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:163
1981
- msgid "Maximum age of cached content"
1982
- msgstr "Antériorité maximale du contenu en cache"
1983
-
1984
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:164
1985
- msgid "Each cached page will automatically be regenerated after this period elapses"
1986
- msgstr "Chacune des pages en cache sera automatiquement régénérée une fois cette période écoulée"
1987
-
1988
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:168
1989
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:169
1990
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:170
1991
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:171
1992
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:172
1993
- msgid "%d hour"
1994
- msgid_plural "%d hours"
1995
- msgstr[0] "%d heure"
1996
- msgstr[1] "%d heures"
1997
-
1998
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:179
1999
- msgid "Remove stale cache file interval"
2000
- msgstr "Supprimer l'intervalle de fichier cache périmé"
2001
-
2002
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:184
2003
- msgid "Hourly"
2004
- msgstr "Toutes les heures"
2005
-
2006
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:185
2007
- msgid "Daily"
2008
- msgstr "Tous les jours"
2009
-
2010
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:192
2011
- msgid "Disable caching for any of these matched URL fragments"
2012
- msgstr "Désactiver la mise en cache pour tous ces fragments d'URL correspondant"
2013
-
2014
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:193
2015
- msgid "Add one URL fragment per line, i.e. %s, to not cache pages that contain each URL fragment"
2016
- msgstr "Ajouter un fragment d'URL par ligne, par exemple %s, pour ne pas mettre en cache les pages contenant chaque fragment d'URL"
2017
-
2018
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:201
2019
- msgid "Content Distribution Network Service"
2020
- msgstr "Service de Content Delivery Network"
2021
-
2022
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:202
2023
- msgid "Using a content distribution network (CDN) can significantly enhance the responsiveness of your website."
2024
- msgstr "L'utilisation d'un Content Delivery Network (CDN) peut améliorer la réactivité de votre site Web de façon importante."
2025
-
2026
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:215
2027
- msgid "URL %d"
2028
- msgstr "URL %d"
2029
-
2030
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:216
2031
- msgid "Add the URLs you have configured for your CDN, for example http://cdn%d.mysite.com"
2032
- msgstr "Ajoutez les URL que vous avez configurées pour votre CDN, par exemple http://cdn%d.mysite.com"
2033
-
2034
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:233
2035
- msgid "Infinity Cache"
2036
- msgstr "Cache infini"
2037
-
2038
- #: wptouch-pro-3-extras/extensions/mobile-content/mobile-content.php:20
2039
- msgid "WPtouch Alternate Mobile Content"
2040
- msgstr "Contenu mobile subsidiaire WPtouch"
2041
-
2042
- #: wptouch-pro-3-extras/extensions/mobile-content/mobile-content.php:38
2043
- msgid "Mobile Content"
2044
- msgstr "Contenu pour mobile"
2045
-
2046
- #: wptouch-pro-3-extras/extensions/mobile-content/mobile-content.php:44
2047
- msgid "Enable mobile content display"
2048
- msgstr "Activer l’affichage du contenu pour mobile"
2049
-
2050
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:92
2051
- msgid "Responsive Images"
2052
- msgstr "Images réactives"
2053
-
2054
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:98
2055
- msgid "Include desktop optimizations for mobile devices"
2056
- msgstr "Comprend des optimisations de bureau pour appareils portables"
2057
-
2058
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:99
2059
- msgid "Normally only images on mobile are optimized"
2060
- msgstr "Normalement, seules les images sur mobile sont optimisées"
2061
-
2062
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:106
2063
- msgid "Performance preference"
2064
- msgstr "Préférence de performance"
2065
-
2066
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:111
2067
- msgid "Optimize for page speed"
2068
- msgstr "Optimisation pour la vitesse de la page"
2069
-
2070
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:112
2071
- msgid "Optimize for quality"
2072
- msgstr "Optimisation pour la qualité"
2073
-
2074
- #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:21
2075
- #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:24
2076
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:76
2077
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:84
2078
- #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:24
2079
- msgid "Search this website"
2080
- msgstr "Rechercher dans ce site Web"
2081
-
2082
- #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:22
2083
- #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:14
2084
- #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:25
2085
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:46
2086
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:78
2087
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:42
2088
- #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:14
2089
- #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:25
2090
- msgid "Search"
2091
- msgstr "Rechercher"
2092
-
2093
- #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:40
2094
- #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:42
2095
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:53
2096
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:51
2097
- #: wptouch-pro-3-extras/themes/simple/default/header-bottom.php:24
2098
- msgid "Logout"
2099
- msgstr "Déconnexion"
2100
-
2101
- #: wptouch-pro-3-extras/themes/bauhaus/default/post-loop.php:19
2102
- #: wptouch-pro-3-extras/themes/bio/default/post-loop.php:19
2103
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:24
2104
- msgid "by"
2105
- msgstr "par"
2106
-
2107
- #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:14
2108
- msgid "Show %s Results"
2109
- msgstr "Afficher %s résultats"
2110
-
2111
- #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:38
2112
- msgid "No results found"
2113
- msgstr "Aucun résultat trouvé"
2114
-
2115
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:25
2116
- msgid "no comments"
2117
- msgstr "aucun commentaire"
2118
-
2119
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:25
2120
- msgid "1 comment"
2121
- msgstr "1 commentaire"
2122
-
2123
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:25
2124
- msgid "% comments"
2125
- msgstr "% commentaires"
2126
-
2127
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:44
2128
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:35
2129
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:61
2130
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:39
2131
- msgid "Categories"
2132
- msgstr "Catégories"
2133
-
2134
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:47
2135
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:39
2136
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:68
2137
- msgid "Tags"
2138
- msgstr "Marqueurs"
2139
-
2140
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:118
2141
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:97
2142
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:72
2143
- msgid "Header Menu"
2144
- msgstr "Menu d'en-tête"
2145
-
2146
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:120
2147
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:89
2148
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:99
2149
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:116
2150
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:125
2151
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:74
2152
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:77
2153
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:60
2154
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:71
2155
- msgid "Choose a menu"
2156
- msgstr "Choisir un menu"
2157
-
2158
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:121
2159
- msgid "Main menu selection"
2160
- msgstr "Sélection de menu principal"
2161
-
2162
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:128
2163
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:97
2164
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:107
2165
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:132
2166
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:85
2167
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:79
2168
- msgid "Theme background"
2169
- msgstr "Arrière-plan de thème"
2170
-
2171
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:129
2172
- msgid "Header & Menu"
2173
- msgstr "En-tête et menu"
2174
-
2175
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:130
2176
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:98
2177
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:108
2178
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:133
2179
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:84
2180
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:86
2181
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:80
2182
- msgid "Links"
2183
- msgstr "Liens"
2184
-
2185
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:131
2186
- msgid "Post/Page Headers"
2187
- msgstr "En-têtes de publication/de page"
2188
-
2189
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:232
2190
- msgid "Theme Shapes"
2191
- msgstr "Formes de thème"
2192
-
2193
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:238
2194
- msgid "Theme shape style"
2195
- msgstr "Style de formes de thème"
2196
-
2197
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:239
2198
- msgid "Bauhaus will use this shape style throughout its appearance"
2199
- msgstr "Bauhaus utilisera ce style de forme tout au long de sa présentation"
2200
-
2201
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:243
2202
- msgid "Circles"
2203
- msgstr "Cercles"
2204
-
2205
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:245
2206
- msgid "Rounded squares"
2207
- msgstr "Carrés arrondis"
2208
-
2209
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:264
2210
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:131
2211
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:238
2212
- msgid "Post thumbnails"
2213
- msgstr "Miniatures de publications"
2214
-
2215
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:269
2216
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:136
2217
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:243
2218
- msgid "No thumbnails"
2219
- msgstr "Aucune miniature"
2220
-
2221
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:270
2222
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:137
2223
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:244
2224
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:230
2225
- msgid "Blog listing only"
2226
- msgstr "Description de blog uniquement"
2227
-
2228
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:271
2229
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:138
2230
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:245
2231
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:231
2232
- msgid "Blog listing, single posts"
2233
- msgstr "Description de blog, publications uniques"
2234
-
2235
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:272
2236
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:139
2237
- msgid "Blog listing, single posts & pages"
2238
- msgstr "Description de blogs, publications uniques et pages"
2239
-
2240
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:273
2241
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:140
2242
- msgid "All (blog, single, pages, search & archive)"
2243
- msgstr "Tous (blog, unique, pages, recherche et archive)"
2244
-
2245
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:281
2246
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:148
2247
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:254
2248
- msgid "Thumbnail Selection"
2249
- msgstr "Sélection miniature"
2250
-
2251
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:286
2252
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:153
2253
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:259
2254
- msgid "Post featured image"
2255
- msgstr "Image de publication affichée"
2256
-
2257
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:287
2258
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:154
2259
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:260
2260
- msgid "Post custom field"
2261
- msgstr "Champ personnalisé de publication"
2262
-
2263
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:295
2264
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:162
2265
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:268
2266
- msgid "Thumbnail custom field name"
2267
- msgstr "Nom de champ personnalisé de miniature"
2268
-
2269
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:306
2270
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:301
2271
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:262
2272
- msgid "Show post categories and tags"
2273
- msgstr "Afficher les catégories de publication et les marqueurs"
2274
-
2275
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:317
2276
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:173
2277
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:279
2278
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:240
2279
- msgid "Show post date"
2280
- msgstr "Afficher la date de publication"
2281
-
2282
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:328
2283
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:184
2284
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:290
2285
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:251
2286
- msgid "Show post author"
2287
- msgstr "Afficher l'auteur de la publication"
2288
-
2289
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:339
2290
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:195
2291
- msgid "Show search in header"
2292
- msgstr "Afficher la recherche dans l’en-tête"
2293
-
2294
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:340
2295
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:196
2296
- msgid "Adds Search capability in the site header."
2297
- msgstr "Ajoute la fonctionnalité de recherche dans l’en-tête du site."
2298
-
2299
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:350
2300
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:206
2301
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:312
2302
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:285
2303
- msgid "Use infinite scrolling for blog"
2304
- msgstr "Utiliser le défilement infini pour le blog"
2305
-
2306
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:367
2307
- msgid "Show featured slider on front page"
2308
- msgstr "Afficher le curseur affiché sur la page principale"
2309
-
2310
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:87
2311
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:75
2312
- msgid "Primary Menu"
2313
- msgstr "Menu principal"
2314
-
2315
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:90
2316
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:78
2317
- msgid "Menus are awesome!"
2318
- msgstr "Les menus sont géniaux !"
2319
-
2320
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:43
2321
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:88
2322
- msgid "Tweets"
2323
- msgstr "Tweets"
2324
-
2325
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:92
2326
- msgid "Follow %s on Twitter"
2327
- msgstr "Suivre %s sur Twitter"
2328
-
2329
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:56
2330
- msgid "Read This Post"
2331
- msgstr "Lire cette publication"
2332
-
2333
- #: wptouch-pro-3-extras/themes/classic-redux/default/single.php:16
2334
- msgid "%s at %s"
2335
- msgstr "%s à %s"
2336
-
2337
- #: wptouch-pro-3-extras/themes/classic-redux/default/single.php:18
2338
- #: wptouch-pro-3-extras/themes/hammock/default/single.php:21
2339
- msgid "Written by %s"
2340
- msgstr "Écrit par %s"
2341
-
2342
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:6
2343
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:357
2344
- msgid "Tablets"
2345
- msgstr "Tablettes"
2346
-
2347
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:106
2348
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:131
2349
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:78
2350
- msgid "Header background"
2351
- msgstr "Arrière-plan d'en-tête"
2352
-
2353
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:246
2354
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:232
2355
- msgid "All (blog, single, search and archive)"
2356
- msgstr "Tous (blog, unique, recherche et archive)"
2357
-
2358
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:323
2359
- msgid "Use rounded corners"
2360
- msgstr "Utiliser des coins arrondis"
2361
-
2362
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:341
2363
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:302
2364
- msgid "Show page title areas on pages"
2365
- msgstr "Afficher les zones de titres de pages sur les pages"
2366
-
2367
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:363
2368
- msgid "Add tablet support"
2369
- msgstr "Ajouter prise en charge tablette"
2370
-
2371
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:375
2372
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:335
2373
- msgid "Header Menu Area"
2374
- msgstr "Zone de menu d'en-tête"
2375
-
2376
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:381
2377
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:341
2378
- msgid "Drop-down button says \"Menu\""
2379
- msgstr "Le bouton déroulant affiche \"Menu\""
2380
-
2381
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:389
2382
- msgid "Show tab bar"
2383
- msgstr "Afficher la barre d'onglets"
2384
-
2385
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:397
2386
- msgid "Tab-bar shows categories or tags"
2387
- msgstr "La barre d'onglets affiche les catégories ou les marqueurs"
2388
-
2389
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:402
2390
- msgid "Categories and tags"
2391
- msgstr "Catégories et marqueurs"
2392
-
2393
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:403
2394
- msgid "Categories only"
2395
- msgstr "Catégories uniquement"
2396
-
2397
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:404
2398
- msgid "Tags only"
2399
- msgstr "Marqueurs uniquement"
2400
-
2401
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:405
2402
- msgid "No categories or tags"
2403
- msgstr "Aucune catégorie ni marqueur"
2404
-
2405
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:411
2406
- msgid "Max categories / tags"
2407
- msgstr "Maximum de catégories / de marqueurs"
2408
-
2409
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:429
2410
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:242
2411
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:275
2412
- msgid "CSS Effects"
2413
- msgstr "Effets CSS"
2414
-
2415
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:435
2416
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:248
2417
- msgid "Add a noise effect to the header and theme background"
2418
- msgstr "Ajouter un effet sonore à l'en-tête et à l'arrière-plan du thème"
2419
-
2420
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:436
2421
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:249
2422
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:282
2423
- msgid "Will apply the effect overtop of any background image you upload."
2424
- msgstr "Appliquera l'effet au-dessus de toute image d'arrière-plan téléchargée."
2425
-
2426
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:14
2427
- msgid "menu"
2428
- msgstr "menu"
2429
-
2430
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:21
2431
- msgid "login"
2432
- msgstr "connexion"
2433
-
2434
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:25
2435
- msgid "logout"
2436
- msgstr "déconnexion"
2437
-
2438
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:38
2439
- #: wptouch-pro-3-extras/themes/simple/default/footer-top.php:3
2440
- msgid "search this website"
2441
- msgstr "rechercher dans ce site Web"
2442
-
2443
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:39
2444
- #: wptouch-pro-3-extras/themes/simple/default/footer-top.php:5
2445
- msgid "search"
2446
- msgstr "rechercher"
2447
-
2448
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:49
2449
- msgid "Alt Menu"
2450
- msgstr "Alt Menu"
2451
-
2452
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:114
2453
- msgid "Main Menu"
2454
- msgstr "Menu principal"
2455
-
2456
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:123
2457
- msgid "Alternate Menu"
2458
- msgstr "Menu subsidiaire"
2459
-
2460
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:171
2461
- msgid "Show titles on pages"
2462
- msgstr "Afficher les titres sur les pages"
2463
-
2464
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:186
2465
- msgid "Category Slider"
2466
- msgstr "Curseur de catégorie"
2467
-
2468
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:192
2469
- msgid "Enable category slider"
2470
- msgstr "Activer le curseur de catégorie"
2471
-
2472
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:205
2473
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:256
2474
- msgid "Tiled Background Image"
2475
- msgstr "Image d'arrière-plan en mosaïque"
2476
-
2477
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:211
2478
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:262
2479
- msgid "(Scaled for retina displays)"
2480
- msgstr "(aux dimensions des écrans Retina)"
2481
-
2482
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:223
2483
- msgid "Alternate Menu Title"
2484
- msgstr "Titre de menu subsidiaire"
2485
-
2486
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:229
2487
- msgid "Alternate menu title (if used)"
2488
- msgstr "Titre de menu subsidiaire (si utilisé)"
2489
-
2490
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:230
2491
- msgid "If you use a second menu in CMS, this text will be used for the drop-down button title."
2492
- msgstr "Si vous utilisez un second menu en CMS, ce texte sera utilisé pour le titre du bouton déroulant."
2493
-
2494
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:260
2495
- msgid "Static Front Page"
2496
- msgstr "Page principale statique"
2497
-
2498
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:266
2499
- msgid "Static front page alternate content"
2500
- msgstr "Contenu subsidiaire de page principale statique"
2501
-
2502
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:267
2503
- msgid "Shows after the featured slider (if enabled), and replaces your Static Front Page content. HTML allowed."
2504
- msgstr "S'affiche après le curseur affiché (si activé) et remplace le contenu de votre page principale statique. HTML autorisé."
2505
-
2506
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:34
2507
- msgid "Recent"
2508
- msgstr "Récents"
2509
-
2510
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:44
2511
- msgid "Size"
2512
- msgstr "Taille"
2513
-
2514
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:86
2515
- msgid "Go"
2516
- msgstr "Atteindre"
2517
-
2518
- #: wptouch-pro-3-extras/themes/hammock/default/page-content.php:24
2519
- #: wptouch-pro-3-extras/themes/hammock/default/single.php:48
2520
- msgid "Comment on this post"
2521
- msgstr "Commenter cette publication"
2522
-
2523
- #: wptouch-pro-3-extras/themes/hammock/default/page-content.php:26
2524
- #: wptouch-pro-3-extras/themes/hammock/default/single.php:50
2525
- msgid "View Discussion"
2526
- msgstr "Afficher la discussion"
2527
-
2528
- #: wptouch-pro-3-extras/themes/hammock/default/single.php:25
2529
- msgid "%s"
2530
- msgstr "%s"
2531
-
2532
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:81
2533
- msgid "Site name"
2534
- msgstr "Nom de site"
2535
-
2536
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:83
2537
- msgid "Content background"
2538
- msgstr "Arrière-plan du contenu"
2539
-
2540
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:224
2541
- msgid "Display featured image"
2542
- msgstr "Afficher l'image"
2543
-
2544
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:229
2545
- msgid "Do not display featured image"
2546
- msgstr "Ne pas afficher l'image"
2547
-
2548
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:274
2549
- msgid "Show post excerpts in listings"
2550
- msgstr "Afficher les extraits de publications dans les descriptions"
2551
-
2552
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:350
2553
- msgid "Show category list in menu"
2554
- msgstr "Afficher la liste de catégories dans le menu"
2555
-
2556
- #: wptouch-pro-3-extras/themes/simple/default/front-page.php:14
2557
- msgid "Call Us"
2558
- msgstr "Nous appeler"
2559
-
2560
- #: wptouch-pro-3-extras/themes/simple/default/front-page.php:20
2561
- msgid "Our Location"
2562
- msgstr "Notre adresse"
2563
-
2564
- #: wptouch-pro-3-extras/themes/simple/default/header-bottom.php:15
2565
- msgid "Toggle Menu"
2566
- msgstr "Menu de bascule"
2567
-
2568
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:58
2569
- msgid "Site Menu (Pulldown)"
2570
- msgstr "Menu du site (déroulant)"
2571
-
2572
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:61
2573
- msgid "Pull-down menu at top of pages"
2574
- msgstr "Menu déroulant en haut des pages"
2575
-
2576
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:69
2577
- msgid "Front Page Menu"
2578
- msgstr "Menu de page principale"
2579
-
2580
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:72
2581
- msgid "Displayed below front page menu and content"
2582
- msgstr "Affiché sous le menu et le contenu de page principale"
2583
-
2584
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:185
2585
- msgid "Enable search on blog pages"
2586
- msgstr "Activer la recherche sur les pages de blog"
2587
-
2588
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:199
2589
- msgid "Homepage Call Us"
2590
- msgstr "Nous appeler - sur page d'accueil"
2591
-
2592
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:205
2593
- msgid "Phone number"
2594
- msgstr "Numéro de téléphone"
2595
-
2596
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:206
2597
- msgid "Enter a phone number and a homepage menu item for 'call us' will be shown."
2598
- msgstr "Si vous saisissez un numéro de téléphone, un élément de menu indiquant 'Nous appeler' sera affiché en page d'accueil."
2599
-
2600
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:218
2601
- msgid "Homepage Location"
2602
- msgstr "Emplacement de la page d'accueil"
2603
-
2604
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:224
2605
- msgid "Map address"
2606
- msgstr "Adresse de carte"
2607
-
2608
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:225
2609
- msgid "Enter an address and a homepage menu item for 'Our Location' will be shown."
2610
- msgstr "Si vous saisissez une adresse, un élément de menu de page d'accueil pour 'Notre adresse' sera affiché."
2611
-
2612
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:237
2613
- msgid "Front Page Content"
2614
- msgstr "Contenu de page principale"
2615
-
2616
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:243
2617
- msgid "Front page alternate content"
2618
- msgstr "Contenu subsidiaire de page principale"
2619
-
2620
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:244
2621
- msgid "Shows above the front page menu (if enabled), HTML allowed."
2622
- msgstr "S'affiche au-dessus du menu de page principale (si activé). HTML autorisé."
2623
-
2624
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:281
2625
- msgid "Add a light noise effect to the drop-down menu and theme background"
2626
- msgstr "Ajouter un léger effet sonore au menu déroulant et à l'arrière-plan du thème"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/wptouch-pro-he_IL.po DELETED
@@ -1,2067 +0,0 @@
1
- # Translation of the WordPress plugin WPtouch Pro 3.0 by BraveNewCode Inc..
2
- # Copyright (C) 2013 BraveNewCode Inc.
3
- # This file is distributed under the same license as the WPtouch Pro package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
5
- #
6
- msgid ""
7
- msgstr ""
8
- "Project-Id-Version: WPtouch Pro 3.0\n"
9
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/wptouch-pro-3\n"
10
- "POT-Creation-Date: 2013-05-02 15:43-0500\n"
11
- "PO-Revision-Date: 2013-05-25 02:10+0200\n"
12
- "Last-Translator: Tamer Mansour <tamer.mansour@gmail.com>\n"
13
- "Language-Team: AppZone <admin@appzone.co.il>\n"
14
- "MIME-Version: 1.0\n"
15
- "Content-Type: text/plain; charset=UTF-8\n"
16
- "Content-Transfer-Encoding: 8bit\n"
17
- "X-Generator: Poedit 1.5.5\n"
18
- "Language: he_IL\n"
19
-
20
- #: admin/html/help.php:1
21
- msgid "WPtouch Pro Help & Account Links"
22
- msgstr "עזרה עבור WPtouch Pro & קישור לחשבון"
23
-
24
- #: admin/html/help.php:3
25
- msgid "Support Forums"
26
- msgstr "פורם תמיכה"
27
-
28
- #: admin/html/help.php:4
29
- msgid "Documentation"
30
- msgstr "מסמכים"
31
-
32
- #: admin/html/help.php:5
33
- msgid "Account & Downloads"
34
- msgstr "חשבון & הורדות"
35
-
36
- #: admin/html/help.php:6
37
- msgid "BraveNewCode on Twitter"
38
- msgstr "BraveNewCode ב טוויטר"
39
-
40
- #: admin/html/help.php:7
41
- msgid "Plugin Licensing Terms"
42
- msgstr "תנאי רישיון של התוסף"
43
-
44
- #: admin/html/notification-center.php:5
45
- #, php-format
46
- msgid "Preview Mode: %sOn%s"
47
- msgstr "מצב תצוגה: %sפעיל%s"
48
-
49
- #: admin/html/notification-center.php:9
50
- msgid "Notifications"
51
- msgstr "התראות"
52
-
53
- #: admin/html/notification-content.php:20
54
- msgid "No notifications"
55
- msgstr "אין התראות"
56
-
57
- #: admin/html/plugin-area.php:7
58
- #, php-format
59
- msgid ""
60
- "This copy of WPtouch Pro is unlicensed! Please %sactivate your license%s, or "
61
- "%spurchase a license%s to enable automatic updates and full product support "
62
- "from us!"
63
- msgstr ""
64
- "העותק הזה של Wptouch Pro הוא ללא רישיון! בבקש %sאקטב את הרישיון שלך%s או "
65
- "%sרכוש רישיון%s כדי לאפשר קבלת עדכונים אוטומטים ותמיכה מלאה מאתנו!"
66
-
67
- #: admin/html/plugin-area.php:9
68
- msgid ""
69
- "This copy of WPtouch Pro is unlicensed! Please contact the site "
70
- "administrator regarding product licensing."
71
- msgstr ""
72
- "העותק הזה של WPtouch Pro הוא ללא רישיון. אנא צור קשר עם מנהל האתר בדבר "
73
- "רישיון עבור המוצר."
74
-
75
- #: admin/pages/custom/theme-browser-item.php:7
76
- msgid "Click to view screenshots"
77
- msgstr "לחץ כדי לצפות בתצלומי מסך"
78
-
79
- #: admin/pages/custom/theme-browser-item.php:12
80
- #: admin/pages/custom/wptouch-admin-license.php:27
81
- msgid "Activate"
82
- msgstr "הפעל"
83
-
84
- #: admin/pages/custom/theme-browser-item.php:14
85
- msgid "Copy"
86
- msgstr "העתק"
87
-
88
- #: admin/pages/custom/theme-browser-item.php:16
89
- #: admin/settings/custom/html/custom_icon_management.php:12
90
- #: admin/settings/default/html/image-upload.php:13
91
- msgid "Delete"
92
- msgstr "מחק"
93
-
94
- #: admin/pages/custom/theme-browser-item.php:19
95
- msgid "Setup"
96
- msgstr "הגדרות"
97
-
98
- #: admin/pages/custom/theme-browser-item.php:55
99
- #, php-format
100
- msgid "This theme supports %s devices"
101
- msgstr "ערכת נושא זו תומכת ב %s מכשירים"
102
-
103
- #: admin/pages/custom/theme-browser-item.php:61
104
- #, php-format
105
- msgid "a child theme of %s,"
106
- msgstr "a child theme of %s,"
107
-
108
- #: admin/pages/custom/theme-browser-item.php:63
109
- #: admin/settings/custom/html/installed_icon_sets_ajax.php:8
110
- #: admin/settings/custom/html/installed_icon_sets_ajax.php:19
111
- #, php-format
112
- msgid "by %s"
113
- msgstr "נכתב על ידי %s"
114
-
115
- #: admin/pages/custom/theme-browser-item.php:68
116
- #, php-format
117
- msgid "Theme location: %s"
118
- msgstr "מיקום ערכת הנושא: %s"
119
-
120
- #: admin/pages/custom/theme-browser-item.php:69
121
- msgid "Relative to your WordPress wp-content directory."
122
- msgstr "ביחס לתיקיית ה WordPress wp-content שלך."
123
-
124
- #: admin/pages/custom/wptouch-admin-license.php:13
125
- msgid "License Details"
126
- msgstr "פרטי רישיון"
127
-
128
- #: admin/pages/custom/wptouch-admin-license.php:15
129
- msgid "Note"
130
- msgstr "הערה."
131
-
132
- #: admin/pages/custom/wptouch-admin-license.php:16
133
- msgid "Once you activate, this page will be hidden."
134
- msgstr "לאחר אכתוב, הדף הזה יהיה מוסתר."
135
-
136
- #: admin/pages/custom/wptouch-admin-license.php:19
137
- msgid "It will only reappear if you reset your WPtouch Pro settings."
138
- msgstr "זה יופיע רק כאשר תאפס את הגדרות של WPtouch Pro ."
139
-
140
- #: admin/pages/custom/wptouch-admin-license.php:22
141
- msgid "Account E-Mail Address"
142
- msgstr "כתובת דוא\"ל של החשבון."
143
-
144
- #: admin/pages/custom/wptouch-admin-license.php:24
145
- msgid "Product License Key"
146
- msgstr "קוד רישיון"
147
-
148
- #: admin/pages/custom/wptouch-admin-license.php:37
149
- msgid "And boom. You're done."
150
- msgstr "ובום, סיימת."
151
-
152
- #: admin/pages/custom/wptouch-admin-license.php:38
153
- msgid "Activation Complete. Enjoy WPtouch Pro!"
154
- msgstr "האקטוב הושלם. תהנה מ WPtouch Pro!"
155
-
156
- #: admin/pages/custom/wptouch-admin-license.php:42
157
- msgid "Check that spelling, one more time."
158
- msgstr "בדוק את האיות, פעם נוספת."
159
-
160
- #: admin/pages/custom/wptouch-admin-license.php:43
161
- msgid ""
162
- "The bravenewcode.com server rejected your E-Mail address and/or License Key. "
163
- "Please check they are correct and try again."
164
- msgstr ""
165
- "השרת של bravenewcode.com דחה את כתובת הדוא\"ל שלך ו/או את הרישיון. בדוק שנית "
166
- "אם הם נכונים ונסה שוב."
167
-
168
- #: admin/pages/custom/wptouch-admin-license.php:47
169
- msgid "Too many cooks in the kitchen!"
170
- msgstr "יותר מדי טבחים במטבח!"
171
-
172
- #: admin/pages/custom/wptouch-admin-license.php:48
173
- msgid ""
174
- "The bravenewcode.com server says you’ve used all your activations. What do "
175
- "you want to do?"
176
- msgstr ""
177
- "השרת bravenewcode.com אומר שניצלת את כל הרישיונות שיש ברשותך, מה ברצונך לעשות"
178
-
179
- #: admin/pages/custom/wptouch-admin-license.php:49
180
- msgid "Upgrade My License"
181
- msgstr "שדרג את הרישיון שלי"
182
-
183
- #: admin/pages/custom/wptouch-admin-license.php:50
184
- msgid "Manage My Licenses"
185
- msgstr "נהל את הרישיון שלי"
186
-
187
- #: admin/pages/custom/wptouch-admin-license.php:54
188
- msgid "The server seems confused."
189
- msgstr "השרת נראה מבולבל."
190
-
191
- #: admin/pages/custom/wptouch-admin-license.php:55
192
- msgid ""
193
- "The bravenewcode.com server can’t seem to authorize your E-Mail address and "
194
- "License Key. It’s not your fault."
195
- msgstr ""
196
- "השרת bravenewcode.com אינו יכול לאשר את כתובת הדוא\"ל והרישיון שלך. זו לא "
197
- "אשמתך."
198
-
199
- #: admin/pages/custom/wptouch-admin-license.php:56
200
- #, php-format
201
- msgid "Please %scontact us%s and let us know about it."
202
- msgstr "אנא %sצור אתנו קשר%s והודיע לנו על כך."
203
-
204
- #: admin/pages/wptouch-admin-general-settings.php:3
205
- #: themes/foundation/root-functions.php:10
206
- msgid "General"
207
- msgstr "כללי"
208
-
209
- #: admin/pages/wptouch-admin-general-settings.php:4
210
- msgid "Compatibility"
211
- msgstr "תאימות"
212
-
213
- #: admin/pages/wptouch-admin-general-settings.php:10
214
- msgid "Auto-detect"
215
- msgstr "זיהוי אוטומטי"
216
-
217
- #: admin/pages/wptouch-admin-general-settings.php:45
218
- msgid "Regionalization"
219
- msgstr "ממד אזורי"
220
-
221
- #: admin/pages/wptouch-admin-general-settings.php:51
222
- msgid "Language"
223
- msgstr "שפה"
224
-
225
- #: admin/pages/wptouch-admin-general-settings.php:52
226
- msgid ""
227
- "The WPtouch Pro admin panel &amp; supported themes will be shown in this "
228
- "locale."
229
- msgstr "פנל האדמין עבור WPtouch Pro &amp; ערכות נושא נתמכות יוצגו במיקום זה."
230
-
231
- #: admin/pages/wptouch-admin-general-settings.php:63
232
- msgid "Site Title & Byline"
233
- msgstr "כותרת וחתימת האתר"
234
-
235
- #: admin/pages/wptouch-admin-general-settings.php:69
236
- msgid "WPtouch Pro site title"
237
- msgstr "כותרת אתר WPtouch Pro"
238
-
239
- #: admin/pages/wptouch-admin-general-settings.php:70
240
- msgid ""
241
- "If the title of your site is long, you can shorten it for display within "
242
- "WPtouch Pro themes."
243
- msgstr ""
244
- "במידה וכותרת האתר שלך אורכה מדי, תוכל לקצרה כדי להבטיח תצוגה מיטבית בערכות "
245
- "נושא של WPtouch Pro "
246
-
247
- #: admin/pages/wptouch-admin-general-settings.php:77
248
- #, php-format
249
- msgid "Display %sPowered by WPtouch Pro%s in footer"
250
- msgstr "הצג %sPowered by WPtouch Pro%s בכותרת תחתונה"
251
-
252
- #: admin/pages/wptouch-admin-general-settings.php:88
253
- msgid "Landing Page"
254
- msgstr "העמוד הראשי שאליו יגיעו הגולשים לאתר"
255
-
256
- #: admin/pages/wptouch-admin-general-settings.php:94
257
- msgid "WPtouch Pro landing page"
258
- msgstr "העמוד הראשי שאליו יגיעו הגולשים לאתר עבור WPtouch Pro"
259
-
260
- #: admin/pages/wptouch-admin-general-settings.php:99
261
- msgid "Default (same as WordPress)"
262
- msgstr "ביברת מחדל ( בדומה ל WordPress )"
263
-
264
- #: admin/pages/wptouch-admin-general-settings.php:100
265
- msgid "Select from WordPress pages"
266
- msgstr "בחר בעמודי WordPress"
267
-
268
- #: admin/pages/wptouch-admin-general-settings.php:101
269
- msgctxt "Refers to a custom landing page"
270
- msgid "Custom"
271
- msgstr "מותאם אישית"
272
-
273
- #: admin/pages/wptouch-admin-general-settings.php:108
274
- msgid "Custom Slug or URL"
275
- msgstr "כתובת או Slug מותאם אישית"
276
-
277
- #: admin/pages/wptouch-admin-general-settings.php:109
278
- msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
279
- msgstr "הכנס Slug (לדוגמא \"/home\") או כתובת מלאה למיקום הרצוי"
280
-
281
- #: admin/pages/wptouch-admin-general-settings.php:119
282
- msgid "Desktop / Mobile Switching"
283
- msgstr "מעברים בין אתר שולחן העבודה/ נייד"
284
-
285
- #: admin/pages/wptouch-admin-general-settings.php:125
286
- msgid "1st time visitors see desktop theme"
287
- msgstr "מבקרים בפעם הראשונה יראו את האתר בגרסתו הרגילה"
288
-
289
- #: admin/pages/wptouch-admin-general-settings.php:126
290
- msgid "Your regular theme will be shown to 1st time mobile visitors."
291
- msgstr "ערכת נושא הרגילה שלך תוצג למבקים באתר בפעם הראשונה. "
292
-
293
- #: admin/pages/wptouch-admin-general-settings.php:133
294
- msgid "Show switch link in mobile view"
295
- msgstr "הצג לינק למעבר בין האתר הרגיל לאתר לנייד באתר הנייד"
296
-
297
- #: admin/pages/wptouch-admin-general-settings.php:134
298
- msgid ""
299
- "Will show toggle buttons in the theme's footer allowing users to switch to "
300
- "your desktop theme. Is not shown in Web-App Mode."
301
- msgstr ""
302
- "יציג כפתור בכותרת תחתונה של ערכת הנושא המאפשר למשתמשים לעבור לאתר הרגיל. לא "
303
- "יוצג במצב אפליקציית WEB ."
304
-
305
- #: admin/pages/wptouch-admin-general-settings.php:141
306
- msgid "Desktop theme switch buttons"
307
- msgstr "כפתור מעבר עבור ערכת נושא באתר הרגיל"
308
-
309
- #: admin/pages/wptouch-admin-general-settings.php:142
310
- msgid ""
311
- "Allows visitors to switch from your desktop theme to your mobile theme. You "
312
- "can also customize the placement of Switch buttons by placing the "
313
- "wptouch_desktop_switch_link() template tag somewhere in your desktop theme."
314
- msgstr ""
315
- "אפשר למבקרים לעבור מהאתר הרגיל לאתר המותאם לנייד. בנוסף תוכל להתאים את מיקום "
316
- "כפתור המעבר בין האתרים ע\"י מיקום התגית wptouch_desktop_switch_link() אפה "
317
- "שתרצה בערכת נושא של האתר הרגיל."
318
-
319
- #: admin/pages/wptouch-admin-general-settings.php:146
320
- msgid "Automatically inserted"
321
- msgstr "נוסף אוטומטית."
322
-
323
- #: admin/pages/wptouch-admin-general-settings.php:147
324
- msgid "Template tag"
325
- msgstr "תגית ערכת נושא"
326
-
327
- #: admin/pages/wptouch-admin-general-settings.php:156
328
- msgid "Custom Code"
329
- msgstr "קוד מותאם אישית"
330
-
331
- #: admin/pages/wptouch-admin-general-settings.php:162
332
- msgid "HTML, JavaScript, statistics or custom code"
333
- msgstr "HTML, JavaScript, סטטיסטיקה או קוד מותאם אישית"
334
-
335
- #: admin/pages/wptouch-admin-general-settings.php:163
336
- msgid "Enter any custom code here to be output in the theme footer."
337
- msgstr "הכנס כאן שורות קוד מותאמים אישית אשר הפלט שלו יוצג בכותרת תחתונה ."
338
-
339
- #: admin/pages/wptouch-admin-general-settings.php:173
340
- msgid "Custom Stylesheet"
341
- msgstr "stylesheet מותאם אישית"
342
-
343
- #: admin/pages/wptouch-admin-general-settings.php:179
344
- msgid "URL to a custom CSS file to load"
345
- msgstr "לינק עבור קובץ CSS מותאם אישית"
346
-
347
- #: admin/pages/wptouch-admin-general-settings.php:180
348
- msgid "Useful if you have specific compatibility CSS you need to add."
349
- msgstr "שימושי אם תרצה להוסיף CSS ספציפי לתאימות ."
350
-
351
- #: admin/pages/wptouch-admin-general-settings.php:190
352
- msgid "Shortcodes"
353
- msgstr "Shortcodes"
354
-
355
- #: admin/pages/wptouch-admin-general-settings.php:196
356
- msgid "Remove these shortcodes when WPtouch Pro is active"
357
- msgstr "הסר את ה Shortcodes האלו כאשר WPtouch Pro פעיל"
358
-
359
- #: admin/pages/wptouch-admin-general-settings.php:197
360
- msgid "Enter a comma separated list of shortcodes to remove."
361
- msgstr "הכנס רשימת shortcodes מופרדת בפסיק כיד להסיר אותם."
362
-
363
- #: admin/pages/wptouch-admin-general-settings.php:207
364
- msgid "Ignored URLs"
365
- msgstr "כתובות להתעלמות"
366
-
367
- #: admin/pages/wptouch-admin-general-settings.php:213
368
- msgid "Do not load WPtouch Pro on these URLs/Pages"
369
- msgstr "אל תטען את WPtouch Pro בכתובות/עמודים אלו"
370
-
371
- #: admin/pages/wptouch-admin-general-settings.php:214
372
- msgid ""
373
- "Each permalink URL fragment should be on its own line and relative, e.g. \"/"
374
- "about\" or \"/products/store\""
375
- msgstr ""
376
- "כל קט כתובת permalink (קישור יפה) צריך להיות בשורה משלו, לדוגמא .\"/about\" "
377
- "or \"/products/store\""
378
-
379
- #: admin/pages/wptouch-admin-general-settings.php:224
380
- msgid "Desktop Theme"
381
- msgstr "ערכת נושא של האתר הרגיל"
382
-
383
- #: admin/pages/wptouch-admin-general-settings.php:230
384
- msgid "Try to include desktop theme functions.php file"
385
- msgstr "נסה לצרף את הקובץ functions.php מערכת הנושא של האתר הרגיל"
386
-
387
- #: admin/pages/wptouch-admin-general-settings.php:231
388
- msgid ""
389
- "This may be required for desktop themes with unique features that are not "
390
- "showing when WPtouch Pro is active."
391
- msgstr ""
392
- "זה עשוי להידרש עבור ערכות נושא של האתר הרגיל בעלי תכונות מיוחדות אשר לא "
393
- "מופיעים כאשר WPtouch Pro פעיל."
394
-
395
- #: admin/pages/wptouch-admin-general-settings.php:238
396
- msgid "Method to load file"
397
- msgstr "שיטה לטעינת קוב."
398
-
399
- #: admin/pages/wptouch-admin-general-settings.php:243
400
- msgid "Include file directly"
401
- msgstr "כלול את הקובץ באופן ישיר"
402
-
403
- #: admin/pages/wptouch-admin-general-settings.php:244
404
- msgid "Translate and create new files"
405
- msgstr "תרגם וצור קבצים חדשים"
406
-
407
- #: admin/pages/wptouch-admin-general-settings.php:253
408
- msgid "Custom User-Agents"
409
- msgstr "User-Agents מותאם אישית"
410
-
411
- #: admin/pages/wptouch-admin-general-settings.php:259
412
- msgid "User-agents (line separated)"
413
- msgstr "User-agents (מופרד על ידי שורות)"
414
-
415
- #: admin/pages/wptouch-admin-general-settings.php:260
416
- msgid ""
417
- "Adding additional user-agents will force WPtouch Pro to be active for "
418
- "matching browsers."
419
- msgstr ""
420
- "הוספת עוד user-agents יאלץ את WPtouch Pro להיות פעיל עבור דפדפנים נוספים עם "
421
- "אותם user-agents"
422
-
423
- #: admin/pages/wptouch-admin-general-settings.php:274
424
- msgid "Backup &amp; Import"
425
- msgstr "גיבוי &amp; יבוא"
426
-
427
- #: admin/pages/wptouch-admin-general-settings.php:280
428
- #, php-format
429
- msgid "Automatically backup settings to the %s folder"
430
- msgstr "גבה הגדרות בצורה אוטומטית לתוך הספרייה %s"
431
-
432
- #: admin/pages/wptouch-admin-general-settings.php:282
433
- msgid "WPtouch Pro backups your settings each time they are saved."
434
- msgstr "WPtouch Pro מגבה את ההגדרות שלך בכל פעם שהם נשמרים."
435
-
436
- #: admin/pages/wptouch-admin-general-settings.php:293
437
- msgid "Tools &amp; Debug"
438
- msgstr "כלים &amp; ניפוי שגיאות"
439
-
440
- #: admin/pages/wptouch-admin-general-settings.php:299
441
- msgid "Preview mode"
442
- msgstr "מצב תצוגה"
443
-
444
- #: admin/pages/wptouch-admin-general-settings.php:300
445
- msgid "Will show WPtouch Pro in desktop browsers for logged in admin users."
446
- msgstr "WPtouch Pro יוצג בדפדפנים הרגילים עבור משתמשים מחוברים עם הרשאת אדמין."
447
-
448
- #: admin/pages/wptouch-admin-general-settings.php:304
449
- msgid "On"
450
- msgstr "פעיל"
451
-
452
- #: admin/pages/wptouch-admin-general-settings.php:305
453
- msgid "Off"
454
- msgstr "מבוטל"
455
-
456
- #: admin/pages/wptouch-admin-general-settings.php:311
457
- msgid ""
458
- "Use jQuery 2.0 in themes (faster for mobile devices) instead of WordPress' "
459
- "version"
460
- msgstr ""
461
- "השתמש ב jQuery 2.0 בערכות נושא (מהיר יותר עבור מכשירים ניידים) במקום הגרסה "
462
- "שקיימת ב WordPress"
463
-
464
- #: admin/pages/wptouch-admin-general-settings.php:312
465
- msgid ""
466
- "jQuery 2.0 is significantly smaller and faster than previous jQuery versions "
467
- "- may cause problems with other plugins, use carefully."
468
- msgstr ""
469
- "jQuery 2.0 משמעותית קטן יותר ומהיר יותר מגרסאות קודמות - יכול לגרום לבעיות "
470
- "עם תוספים אחרים, השתמשו באפשרות זו בזהירות."
471
-
472
- #: admin/pages/wptouch-admin-general-settings.php:319
473
- msgid "Show load times and query counts in the footer"
474
- msgstr "הראה את זמן הטעינה ומספר השאילתות בכותרת התחתונה "
475
-
476
- #: admin/pages/wptouch-admin-general-settings.php:320
477
- msgid "Helps you find slow pages/posts on your site."
478
- msgstr "עוזר לך למצוא דפים/כתבות איטיות באתר שלך."
479
-
480
- #: admin/pages/wptouch-admin-general-settings.php:327
481
- msgid "Enable debug log"
482
- msgstr "אפשר לוג עבור ניפוי שגיאות"
483
-
484
- #: admin/pages/wptouch-admin-general-settings.php:328
485
- msgid "Creates a debug file to help diagnose installation issues."
486
- msgstr "יוצר קובץ ניפוי כדי לסייע באיתור תקלות."
487
-
488
- #: admin/pages/wptouch-admin-general-settings.php:339
489
- msgid "WordPress Plugins"
490
- msgstr "תוספי WordPress"
491
-
492
- #: admin/pages/wptouch-admin-general-settings.php:352
493
- msgid "Admin Mode"
494
- msgstr "מצב אדמין"
495
-
496
- #: admin/pages/wptouch-admin-general-settings.php:358
497
- msgid "Admin panel settings shown"
498
- msgstr "פנל האדמין הוצג"
499
-
500
- #: admin/pages/wptouch-admin-general-settings.php:363
501
- msgid "Default"
502
- msgstr "ברירת מחדל"
503
-
504
- #: admin/pages/wptouch-admin-general-settings.php:364
505
- #: admin/pages/wptouch-admin-menus.php:66
506
- #: admin/settings/default/html/checkbox.php:6
507
- #: admin/settings/default/html/list.php:16
508
- #: admin/settings/default/html/numeric.php:12
509
- #: admin/settings/default/html/radiolist.php:12
510
- #: admin/settings/default/html/text.php:8
511
- #: admin/settings/default/html/textarea.php:8
512
- msgid "Advanced"
513
- msgstr "מתקדם"
514
-
515
- #: admin/pages/wptouch-admin-menus.php:3
516
- msgid "Theme Menus"
517
- msgstr "תפריט ערכת נושא"
518
-
519
- #: admin/pages/wptouch-admin-menus.php:4
520
- msgid "Menu Setup"
521
- msgstr "הגדרות תפריט"
522
-
523
- #: admin/pages/wptouch-admin-menus.php:5
524
- msgid "Icon Upload & Sets"
525
- msgstr "העלאת אייקונים וסטים"
526
-
527
- #: admin/pages/wptouch-admin-menus.php:22
528
- msgid "WordPress Pages"
529
- msgstr "עמוד WordPress"
530
-
531
- #: admin/pages/wptouch-admin-menus.php:28
532
- #: admin/settings/custom/html/icon_menu_area.php:6
533
- #: themes/foundation/root-functions.php:340
534
- #: themes/foundation/root-functions.php:741
535
- msgid "None"
536
- msgstr "אף לא אחד"
537
-
538
- #: admin/pages/wptouch-admin-menus.php:72
539
- msgid "Use menu icons"
540
- msgstr "השתמש באייקון תפריט"
541
-
542
- #: admin/pages/wptouch-admin-menus.php:96
543
- msgid "Icon Upload"
544
- msgstr "העלאת אייקון"
545
-
546
- #: admin/pages/wptouch-admin-menus.php:109
547
- msgid "Uploaded Icons"
548
- msgstr "אייקונים שהועלו"
549
-
550
- #: admin/pages/wptouch-admin-menus.php:122
551
- msgid "Icon Sets"
552
- msgstr "סט אייקונים"
553
-
554
- #: admin/pages/wptouch-admin-touchboard.php:3 core/admin-menu.php:27
555
- msgid "Overview"
556
- msgstr "סקירה"
557
-
558
- #: admin/settings/custom/html/backup.php:1
559
- msgid "Download Backup File"
560
- msgstr "הורד קובץ גיבוי"
561
-
562
- #: admin/settings/custom/html/backup.php:2
563
- msgid "Restore Backup File"
564
- msgstr "שחזר קובץ גיבוי"
565
-
566
- #: admin/settings/custom/html/custom_icon_management.php:3
567
- msgid "No icons have been uploaded yet"
568
- msgstr "לא נמצאו אייקונים שכבר הועלו"
569
-
570
- #: admin/settings/custom/html/custom_icon_upload.php:3
571
- msgid "Upload Icon"
572
- msgstr "העלה אייקון"
573
-
574
- #: admin/settings/custom/html/custom_icon_upload.php:4
575
- #: admin/settings/default/html/image-upload.php:15
576
- msgid "Upload Complete!"
577
- msgstr "ההעלה הסתיימה בהצלחה!"
578
-
579
- #: admin/settings/custom/html/custom_icon_upload.php:9
580
- msgid "Ready to upload"
581
- msgstr "מוכן להעלות"
582
-
583
- #: admin/settings/custom/html/icon_menu_area.php:5
584
- msgid "Check All"
585
- msgstr "סמן הכל"
586
-
587
- #: admin/settings/custom/html/icon_menu_area.php:7
588
- msgid "Reset"
589
- msgstr "אפס"
590
-
591
- #: admin/settings/custom/html/icon_menu_area.php:9
592
- #: themes/classic-redux/default/header-bottom.php:28
593
- #: themes/classic-redux/default/header-bottom.php:86
594
- msgid "Menu"
595
- msgstr "תפריט"
596
-
597
- #: admin/settings/custom/html/icon_menu_area.php:19
598
- msgid "Active menus used in this theme."
599
- msgstr "תפריט אקטיבי נמצא בשימוש בערכת נושא זו."
600
-
601
- #: admin/settings/custom/html/icon_menu_area.php:23
602
- msgid "Show/Hide"
603
- msgstr "הצג/הסתר"
604
-
605
- #: admin/settings/custom/html/icon_menu_area.php:24
606
- msgid "Menu Item"
607
- msgstr "פריט השייך לתפריט"
608
-
609
- #: admin/settings/custom/html/icon_menu_area.php:44
610
- msgid "Icon Set"
611
- msgstr "סט אייקונים"
612
-
613
- #: admin/settings/custom/html/icon_menu_area.php:54
614
- msgid "Drag icons to associate them with menu items"
615
- msgstr "גרור אייקונים בכדי לצרף אותם לפריטי תפריט"
616
-
617
- #: admin/settings/custom/html/icon_menu_area.php:79
618
- msgid "You don't have any custom icons yet."
619
- msgstr "אין ברשותך אייקונים מותאמים אישית."
620
-
621
- #: admin/settings/custom/html/icon_menu_area.php:95
622
- msgid "Default Icon"
623
- msgstr "אייקון ברירת מחדל"
624
-
625
- #: admin/settings/custom/html/icon_menu_area.php:96
626
- msgid "applies to all unset icons"
627
- msgstr "החל עבור כל האייקונים שלא הוגדרו "
628
-
629
- #: admin/settings/custom/html/icon_menu_area.php:104
630
- msgid "Trash"
631
- msgstr "פח אשפה"
632
-
633
- #: admin/settings/custom/html/icon_menu_area.php:105
634
- msgid "drag icon here to reset"
635
- msgstr "גרור את האייקון לכאן כדי לאפס"
636
-
637
- #: admin/settings/custom/html/installed_icon_sets.php:1
638
- msgid "Gathering information about available icon sets..."
639
- msgstr "אוסף מידע עבור סטים של אייקונים זמינים..."
640
-
641
- #: admin/settings/custom/html/installed_icon_sets_ajax.php:4
642
- #: core/class-wptouch-pro.php:1201 core/class-wptouch-pro.php:1202
643
- #: core/config.php:39
644
- msgid "Custom Icons"
645
- msgstr "אייקון מותאם אישית"
646
-
647
- #: admin/settings/custom/html/installed_icon_sets_ajax.php:9
648
- #: admin/settings/custom/html/installed_icon_sets_ajax.php:21
649
- msgid "Installed"
650
- msgstr "הותקן"
651
-
652
- #: admin/settings/custom/html/installed_icon_sets_ajax.php:20
653
- msgid "Installing..."
654
- msgstr "מתקין..."
655
-
656
- #: admin/settings/custom/html/installed_icon_sets_ajax.php:20
657
- msgid "Install"
658
- msgstr "התקן"
659
-
660
- #: admin/settings/custom/html/plugin-compat-ajax.php:11
661
- #: themes/foundation/modules/custom-posts/custom-posts.php:63
662
- #, php-format
663
- msgid "Enable %s"
664
- msgstr "אפשר %s"
665
-
666
- #: admin/settings/custom/html/plugin-compat-ajax.php:12
667
- #, php-format
668
- msgid ""
669
- "When unchecked, %s will be disabled for users viewing your WPtouch Pro theme."
670
- msgstr ""
671
- "כאשר לא נבחר, %s לא יהיה פעיל עבור משתמשים הצופים בערכת הנושא שלך עבור "
672
- "WPtouch Pro."
673
-
674
- #: admin/settings/custom/html/plugin-compat-ajax.php:20
675
- msgid "No plugins to disable."
676
- msgstr "אין plugins לביטול ."
677
-
678
- #: admin/settings/custom/html/plugin-compat.php:3
679
- msgid "Your active plugin list is refreshing"
680
- msgstr "רשימת ה plugin הפעילים שלך מתעדכנת"
681
-
682
- #: admin/settings/custom/html/restore.php:2
683
- msgid ""
684
- "Please paste your encoded settings below and save to restore your settings."
685
- msgstr "אנא הדבק למטה את ההגדרות המקודדות שלך ושמור כדי לשחזר את ההגדרות שלך."
686
-
687
- #: admin/settings/custom/html/touchboard.php:5
688
- #, php-format
689
- msgid "This copy of %s is currently unlicensed!"
690
- msgstr "העותק של %s ללא רישיון!"
691
-
692
- #: admin/settings/custom/html/touchboard.php:7
693
- msgid "Get started with activation &raquo;"
694
- msgstr "התחל בתהליך האקטיבציה &raquo;"
695
-
696
- #: admin/settings/custom/html/touchboard.php:16
697
- msgid "Loading remote images"
698
- msgstr "טוען תמונות מרוחקות"
699
-
700
- #: admin/settings/custom/html/touchboard.php:27
701
- msgid "Get Support"
702
- msgstr "קבלה עזרה"
703
-
704
- #: admin/settings/custom/html/touchboard.php:28
705
- msgid "File tickets and get direct support for WPtouch Pro from BraveNewCode"
706
- msgstr "פתח תקלות וקבל עזרה ישירה עבור WPtouch Pro מ BraveNewCode"
707
-
708
- #: admin/settings/custom/html/touchboard.php:31
709
- msgid "Knowledgebase"
710
- msgstr "מאגר מידע"
711
-
712
- #: admin/settings/custom/html/touchboard.php:32
713
- msgid ""
714
- "Read helpful tutorials and product articles to get the most out of WPtouch "
715
- "Pro"
716
- msgstr ""
717
- "קרא מדריכים שימושיים וכתבות עבור המוצר בכדי להפיק את המקסימום מ WPtouch Pro"
718
-
719
- #: admin/settings/custom/html/touchboard.php:35
720
- msgid "Product Updates"
721
- msgstr "עדכונים"
722
-
723
- #: admin/settings/custom/html/touchboard.php:36
724
- msgid "Check out what's new in the WPtouch Pro update change log"
725
- msgstr "ראה מה חדש ברשימת השינווים עבור העדכון ל WPtouch Pro"
726
-
727
- #: admin/settings/custom/html/touchboard.php:39
728
- msgid "Manage Account"
729
- msgstr "נהל חשבון"
730
-
731
- #: admin/settings/custom/html/touchboard.php:40
732
- msgid "Add or edit your active sites, or upgrade your license"
733
- msgstr "הוסף או ערוך את האתרים הפעילים שלך, או שדרג את הרישיון שברשותך"
734
-
735
- #: admin/settings/custom/html/touchboard.php:47
736
- #, php-format
737
- msgid "%s Change Log"
738
- msgstr "%s שינויים אחרונים"
739
-
740
- #: admin/settings/custom/html/touchboard.php:58
741
- msgid "WPtouch News"
742
- msgstr "חדשות WPtouch"
743
-
744
- #: admin/settings/default/html/checkbox.php:7
745
- #: admin/settings/default/html/list.php:20
746
- #: admin/settings/default/html/numeric.php:16
747
- #: admin/settings/default/html/radiolist.php:14
748
- #: admin/settings/default/html/text.php:9
749
- #: admin/settings/default/html/textarea.php:9
750
- msgid "New"
751
- msgstr "חדש"
752
-
753
- #: admin/settings/default/html/color.php:6
754
- msgid "Undo"
755
- msgstr "בטל"
756
-
757
- #: admin/settings/default/html/color.php:7
758
- msgid "Desktop theme colors"
759
- msgstr "צבעי ערכת נושא של האתר הרגיל"
760
-
761
- #: admin/settings/default/html/color.php:7
762
- msgid "Palette"
763
- msgstr "לוח צבעים"
764
-
765
- #: admin/settings/default/html/debuginfo.php:12
766
- msgid "View Debug File"
767
- msgstr "הצג קובץ ניפוי שגיאות"
768
-
769
- #: admin/settings/default/html/debuginfo.php:16
770
- #: admin/settings/default/html/debuginfo.php:18
771
- msgid "Your Server Configuration"
772
- msgstr "הגדרות השרת שלך"
773
-
774
- #: admin/settings/default/html/image-upload.php:11
775
- msgid "Upload"
776
- msgstr "העלאה"
777
-
778
- #: admin/settings/default/html/redirect.php:17
779
- msgid "WordPress Page"
780
- msgstr "עמוד WordPress"
781
-
782
- #: admin/settings/default/html/user-agent-list.php:4
783
- #: admin/settings/default/html/user-agent-list.php:6
784
- msgid ""
785
- "WPtouch Pro will be active when any of the following user-agent combinations "
786
- "are matched"
787
- msgstr "WPtouch Pro יופעל כאשר כל אחד מהקומבינציות של ה user-agent יהיה קיים"
788
-
789
- #: core/admin-ajax.php:240
790
- #, php-format
791
- msgid "Version %s"
792
- msgstr "גרסה %s"
793
-
794
- #: core/admin-ajax.php:246
795
- msgid ""
796
- "There is a temporary issue retrieving the change-log. Please try again "
797
- "later."
798
- msgstr "זוהי תקלה זמנית, מאחזר את קובץ יומן שינויים. אנא נסה מאוחר יותר."
799
-
800
- #: core/admin-menu.php:28
801
- msgid "Core Settings"
802
- msgstr "הגדרות ליבה"
803
-
804
- #: core/admin-menu.php:29
805
- msgid "Themes"
806
- msgstr "ערכות נושא"
807
-
808
- #: core/admin-menu.php:32
809
- msgid "Theme Options"
810
- msgstr "הגדרות ערכת נושא"
811
-
812
- #: core/admin-menu.php:34
813
- #, php-format
814
- msgid "%s Theme Options"
815
- msgstr "%s הגדרות ערכת נושא"
816
-
817
- #: core/admin-menu.php:40 core/admin-menu.php:42
818
- msgid "Menus"
819
- msgstr "תפריט"
820
-
821
- #: core/admin-menu.php:47
822
- msgid "License"
823
- msgstr "רישיון"
824
-
825
- #: core/admin-render.php:67
826
- msgid "Save Changes"
827
- msgstr "שמור שינויים"
828
-
829
- #: core/admin-render.php:68
830
- msgid "Preview Theme"
831
- msgstr "תצוגה מקדימה של ערכת נושא"
832
-
833
- #: core/admin-render.php:69
834
- msgid "Reset Settings"
835
- msgstr "אפס הגדרות"
836
-
837
- #: core/class-wptouch-pro.php:322
838
- msgid "Heads up!"
839
- msgstr "שים לב!"
840
-
841
- #: core/class-wptouch-pro.php:323
842
- msgid "Theme Preview requires Chrome or Safari."
843
- msgstr "תצוגה מקדימה דורשת דפדן Chrome או ספארי"
844
-
845
- #: core/class-wptouch-pro.php:324
846
- msgid ""
847
- "This will reset all WPtouch Pro settings.\n"
848
- "Are you sure?"
849
- msgstr ""
850
- "פעולה זו תאפס את כל ההגדרות של WPtouch Pro. \n"
851
- "האם אתה בטוח ?"
852
-
853
- #: core/class-wptouch-pro.php:325
854
- msgid ""
855
- "This will reset all WPtouch Pro menu and icon settings.\n"
856
- "Are you sure?"
857
- msgstr ""
858
- "פעולה זו תאפס את הגדרות התפריט והאייקונים. \n"
859
- "אתה בטוח ?"
860
-
861
- #: core/class-wptouch-pro.php:892 themes/foundation/root-functions.php:441
862
- msgid "Settings"
863
- msgstr "הגדרות"
864
-
865
- #: core/class-wptouch-pro.php:986
866
- msgid "WPtouch Pro Changelog"
867
- msgstr "יומן רישום שינויים עבור WPtouch Pro"
868
-
869
- #: core/class-wptouch-pro.php:1892
870
- msgid "Directory Problem"
871
- msgstr "בעיית תיקיה"
872
-
873
- #: core/class-wptouch-pro.php:1893
874
- msgid "One or more required directories could not be created"
875
- msgstr "לא היה ניתן ליצור את הספרייה או הספריות הנדרשות"
876
-
877
- #: core/globals.php:197
878
- msgid "smartphone"
879
- msgstr "סמארטפון"
880
-
881
- #: core/globals.php:199
882
- msgid "tablet"
883
- msgstr "טאבלט"
884
-
885
- #: core/notifications.php:116
886
- #, php-format
887
- msgid "WPtouch Pro %s"
888
- msgstr "WPtouch Pro %s"
889
-
890
- #: core/notifications.php:117
891
- msgid "A new version of WPtouch Pro is available."
892
- msgstr "גרסה חדשה עבור WPtouch Pro זמינה."
893
-
894
- #: core/notifications.php:126
895
- msgid "Unlicensed Install"
896
- msgstr "עותק ללא רישיון"
897
-
898
- #: core/notifications.php:127
899
- msgid "This installation of WPtouch Pro is currently unlicensed."
900
- msgstr "התקנה זו של WPtouch Pro כרגע ללא רישיון"
901
-
902
- #: core/notifications.php:137
903
- msgid ""
904
- "WPtouch Pro 3 cannot co-exist with WPtouch 1.x. Disable it first in the "
905
- "WordPress Plugins settings."
906
- msgstr ""
907
- " 3WPtouch Pro לא יכול להתקיים במכביל עם WPtouch 1.x. נטרל אותו תחילה מתפריט "
908
- "התוספים של WordPress ."
909
-
910
- #: core/notifications.php:146
911
- msgid ""
912
- "WPtouch Pro 3 cannot co-exist with WPtouch Pro 2.x. Disable it first in the "
913
- "WordPress Plugins settings."
914
- msgstr ""
915
- " 3WPtouch Pro לא יכול להתקיים במכביל עם WPtouch Pro 2.x. נטרל אותו תחילה "
916
- "מתפריט התוספים של WordPress ."
917
-
918
- #: core/notifications.php:156
919
- msgid "WPtouch Pro prefers pretty permalinks to be enabled within WordPress."
920
- msgstr "WPtouch Pro מעדיף מבנה קישורים יפים שיהיו פעילים ב WordPress"
921
-
922
- #: core/notifications.php:165
923
- msgid "WPtouch Pro will not work fully in safe mode."
924
- msgstr "WPtouch Pro לא יעבוד בצורה מלאה במצב בטוח."
925
-
926
- #: core/notifications.php:174 core/notifications.php:183
927
- #: core/notifications.php:192
928
- msgid ""
929
- "Extra configuration is required. The plugin must be configured to exclude "
930
- "the user agents that WPtouch Pro uses."
931
- msgstr ""
932
- "נדרשים הגדרות נוספות, התוסף צריך להיות מוגדר כך שלא יכלול את ה user-agents ש "
933
- "WPtouch Pro משתמש בהם."
934
-
935
- #: core/notifications.php:201
936
- msgid ""
937
- "Extra configuration is required. Add paths to your active WPtouch Pro theme "
938
- "CSS and Javascript files as files to ignore in WPMinify."
939
- msgstr ""
940
- "נדרשים הגדרות נוספות, הוסף נתיב לערכת הנושא הפעילה של WPtouch Pro עבור קבצי "
941
- "CSS ו Javascript אשר נדרש להתעלם מהם ב WPMinify ."
942
-
943
- #: core/notifications.php:210
944
- msgid ""
945
- "This plugin may not work correctly in WPtouch Pro, and should be disabled in "
946
- "the Plugin Compatibility section."
947
- msgstr ""
948
- "תוסף זה יכול לא לעבוד בצורה תקינה ב WPtouch Pro, עליך לבטל אותו באזור תאימות "
949
- "התוספים"
950
-
951
- #: include/add-ons/wordtwit-pro.php:179
952
- #: themes/foundation/modules/twitter/twitter.php:35
953
- #, php-format
954
- msgid "%d second ago"
955
- msgid_plural "%d seconds ago"
956
- msgstr[0] ""
957
- msgstr[1] ""
958
-
959
- #: include/add-ons/wordtwit-pro.php:182
960
- #: themes/foundation/modules/twitter/twitter.php:38
961
- #, php-format
962
- msgid "%d minute ago"
963
- msgid_plural "%d minutes ago"
964
- msgstr[0] ""
965
- msgstr[1] ""
966
-
967
- #: include/add-ons/wordtwit-pro.php:185
968
- #: themes/foundation/modules/twitter/twitter.php:41
969
- #, php-format
970
- msgid "%d hour ago"
971
- msgid_plural "%d hours ago"
972
- msgstr[0] ""
973
- msgstr[1] ""
974
-
975
- #: include/add-ons/wordtwit-pro.php:188
976
- #: themes/foundation/modules/twitter/twitter.php:44
977
- #, php-format
978
- msgid "%d day ago"
979
- msgid_plural "%d days ago"
980
- msgstr[0] ""
981
-
982
- #: include/html/desktop-switch.php:2
983
- msgid "Desktop Version"
984
- msgstr "גלישה באתר הרגיל"
985
-
986
- #: include/html/desktop-switch.php:2
987
- msgid "Switch To Mobile Version"
988
- msgstr "עבור לאתר המותאם לטלפון"
989
-
990
- #: include/html/footer.php:2
991
- #, php-format
992
- msgid "Powered by %s%s%s"
993
- msgstr "מופעל על ידי %s%s%s"
994
-
995
- #: include/html/footer.php:3
996
- #, php-format
997
- msgid "By %s"
998
- msgstr "על ידי %s"
999
-
1000
- #: include/html/load-times.php:2
1001
- #, php-format
1002
- msgid "%d queries in %0.1f ms"
1003
- msgstr "%d שאילתות תוך %0.1f ms"
1004
-
1005
- #: themes/classic-redux/default/header-bottom.php:31
1006
- #: themes/classic-redux/default/header-bottom.php:46
1007
- msgid "Categories"
1008
- msgstr "קטגוריות"
1009
-
1010
- #: themes/classic-redux/default/header-bottom.php:35
1011
- #: themes/classic-redux/default/header-bottom.php:50
1012
- msgid "Tags"
1013
- msgstr "תגיות"
1014
-
1015
- #: themes/classic-redux/default/header-bottom.php:39
1016
- #: themes/classic-redux/default/header-bottom.php:65
1017
- msgid "Tweets"
1018
- msgstr "ציוצים"
1019
-
1020
- #: themes/classic-redux/default/header-bottom.php:42
1021
- #: themes/classic-redux/default/header-bottom.php:57
1022
- msgid "Search"
1023
- msgstr "חיפוש"
1024
-
1025
- #: themes/classic-redux/default/header-bottom.php:56
1026
- msgid "Search this website"
1027
- msgstr "חפש באתר"
1028
-
1029
- #: themes/classic-redux/default/header-bottom.php:68
1030
- #, php-format
1031
- msgid "Follow %s on Twitter"
1032
- msgstr "עקוב %s בטוייטר"
1033
-
1034
- #: themes/classic-redux/default/index.php:34
1035
- #: themes/cms/default/header-bottom.php:47
1036
- #: themes/foundation/default/index.php:32
1037
- msgid "newer posts"
1038
- msgstr "כתבות חדשות"
1039
-
1040
- #: themes/classic-redux/default/index.php:34
1041
- #: themes/cms/default/header-bottom.php:43
1042
- #: themes/foundation/default/index.php:32
1043
- msgid "older posts"
1044
- msgstr "כתבות קודמות"
1045
-
1046
- #: themes/classic-redux/default/nav-bar.php:8
1047
- msgid "previous post"
1048
- msgstr "הכתבה הקודמת"
1049
-
1050
- #: themes/classic-redux/default/nav-bar.php:14
1051
- msgid "next post"
1052
- msgstr "הכתבה הבאה"
1053
-
1054
- #: themes/classic-redux/default/post-loop.php:18
1055
- msgid "by"
1056
- msgstr "על ידי"
1057
-
1058
- #: themes/classic-redux/default/post-loop.php:22
1059
- #: themes/foundation/default/comments.php:15
1060
- msgid "no responses"
1061
- msgstr "אין תגובות"
1062
-
1063
- #: themes/classic-redux/default/post-loop.php:22
1064
- #: themes/foundation/default/comments.php:15
1065
- msgid "1 response"
1066
- msgstr "תגובה אחת"
1067
-
1068
- #: themes/classic-redux/default/post-loop.php:22
1069
- #: themes/foundation/default/comments.php:15
1070
- msgid "% responses"
1071
- msgstr "% תגובות"
1072
-
1073
- #: themes/classic-redux/default/single.php:17
1074
- #, php-format
1075
- msgid "%s at %s"
1076
- msgstr "%s בשעה %s"
1077
-
1078
- #: themes/classic-redux/default/single.php:18
1079
- #, php-format
1080
- msgid "Written by %s"
1081
- msgstr "נכתב על ידי %s"
1082
-
1083
- #: themes/classic-redux/root-functions.php:7
1084
- #: themes/classic-redux/root-functions.php:185
1085
- msgid "Tablets"
1086
- msgstr "טאבלטים"
1087
-
1088
- #: themes/classic-redux/root-functions.php:52
1089
- msgid "Header Menu"
1090
- msgstr "תפריט כותרת עליונה"
1091
-
1092
- #: themes/classic-redux/root-functions.php:54 themes/cms/root-functions.php:96
1093
- #: themes/cms/root-functions.php:105 themes/simple/root-functions.php:46
1094
- #: themes/simple/root-functions.php:57
1095
- msgid "Choose a menu"
1096
- msgstr "בחר תפריט"
1097
-
1098
- #: themes/classic-redux/root-functions.php:61
1099
- #: themes/cms/root-functions.php:111 themes/simple/root-functions.php:64
1100
- msgid "Header background"
1101
- msgstr "רקע עבור כותרת עליונה"
1102
-
1103
- #: themes/classic-redux/root-functions.php:62
1104
- #: themes/cms/root-functions.php:112 themes/simple/root-functions.php:65
1105
- msgid "Theme background"
1106
- msgstr "רקע עבור ערכת נושא"
1107
-
1108
- #: themes/classic-redux/root-functions.php:63
1109
- #: themes/cms/root-functions.php:113 themes/simple/root-functions.php:66
1110
- msgid "Links"
1111
- msgstr "לינקים"
1112
-
1113
- #: themes/classic-redux/root-functions.php:191
1114
- msgid "Add tablet support"
1115
- msgstr "הוסף תמיכה בטאבלט"
1116
-
1117
- #: themes/classic-redux/root-functions.php:203
1118
- msgid "Blog Listings"
1119
- msgstr "תצוגת בלוג"
1120
-
1121
- #: themes/classic-redux/root-functions.php:209
1122
- msgid "Post thumbnails"
1123
- msgstr "תמונות ממוזערות של הכתבה"
1124
-
1125
- #: themes/classic-redux/root-functions.php:214
1126
- msgid "No thumbnails"
1127
- msgstr "ללא תמונות ממוזערות"
1128
-
1129
- #: themes/classic-redux/root-functions.php:215
1130
- msgid "Index pages only"
1131
- msgstr "עמוד האינדקס בלבד"
1132
-
1133
- #: themes/classic-redux/root-functions.php:216
1134
- msgid "Index and single post pages"
1135
- msgstr "עמוד האינדקס וכתבה בודדת"
1136
-
1137
- #: themes/classic-redux/root-functions.php:222
1138
- msgid "Show post author"
1139
- msgstr "הצג את מחבר הכתבה"
1140
-
1141
- #: themes/classic-redux/root-functions.php:230
1142
- msgid "Show post categories and tags"
1143
- msgstr "הצג את קטגוריות וטגיות הכתבה"
1144
-
1145
- #: themes/classic-redux/root-functions.php:243
1146
- msgid "Miscellaneous"
1147
- msgstr "שונות"
1148
-
1149
- #: themes/classic-redux/root-functions.php:249
1150
- msgid "Use infinite scrolling for blog"
1151
- msgstr "השתמש בגלילה אין סופית עבור בלוג"
1152
-
1153
- #: themes/classic-redux/root-functions.php:257
1154
- msgid "Use rounded corners"
1155
- msgstr "השתמש בפינות מעוגלות"
1156
-
1157
- #: themes/classic-redux/root-functions.php:269
1158
- msgid "Menu Tab Bar"
1159
- msgstr "תפריט Tab Bar"
1160
-
1161
- #: themes/classic-redux/root-functions.php:275
1162
- msgid "Show tab bar"
1163
- msgstr "הצג את ה tab bar"
1164
-
1165
- #: themes/classic-redux/root-functions.php:283
1166
- msgid "Tab-bar shows categories or tags"
1167
- msgstr "Tab-bar יציג קטגוריות או תוויות"
1168
-
1169
- #: themes/classic-redux/root-functions.php:288
1170
- msgid "Categories and tags"
1171
- msgstr "קטגוריות ותגיות"
1172
-
1173
- #: themes/classic-redux/root-functions.php:289
1174
- msgid "Categories only"
1175
- msgstr "קטגוריות בלבד"
1176
-
1177
- #: themes/classic-redux/root-functions.php:290
1178
- msgid "Tags only"
1179
- msgstr "תגיות בלבד"
1180
-
1181
- #: themes/classic-redux/root-functions.php:291
1182
- msgid "No categories or tags"
1183
- msgstr "אין קטגוריות או תגיות"
1184
-
1185
- #: themes/classic-redux/root-functions.php:297
1186
- msgid "Max categories / tags"
1187
- msgstr "קטגוריות/תגיות מקסימלית"
1188
-
1189
- #: themes/classic-redux/root-functions.php:315
1190
- #: themes/cms/root-functions.php:186 themes/simple/root-functions.php:239
1191
- msgid "CSS Effects"
1192
- msgstr "אפקטים CSS"
1193
-
1194
- #: themes/classic-redux/root-functions.php:321
1195
- #: themes/cms/root-functions.php:192
1196
- msgid "Add a noise effect to the header and theme background"
1197
- msgstr "הוסף אפקט רעש עבור הכותרת העליונה והרקע של ערכת הנושא"
1198
-
1199
- #: themes/classic-redux/root-functions.php:322
1200
- #: themes/cms/root-functions.php:193 themes/simple/root-functions.php:246
1201
- msgid "Will apply the effect overtop of any background image you upload."
1202
- msgstr "יחל האפקט מעל לכל תמונת רקע אשר תעלה."
1203
-
1204
- #: themes/cms/default/header-bottom.php:14
1205
- msgid "menu"
1206
- msgstr "תפריט"
1207
-
1208
- #: themes/cms/default/header-bottom.php:25
1209
- #: themes/simple/default/footer-top.php:7
1210
- msgid "search this website"
1211
- msgstr "חפש באתר"
1212
-
1213
- #: themes/cms/default/header-bottom.php:26
1214
- #: themes/simple/default/footer-top.php:9
1215
- msgid "search"
1216
- msgstr "חיפוש"
1217
-
1218
- #: themes/cms/default/page.php:32 themes/foundation/default/page.php:22
1219
- #: themes/foundation/root-functions.php:280
1220
- msgid "Pages"
1221
- msgstr "עמודים"
1222
-
1223
- #: themes/cms/root-functions.php:34
1224
- msgid "Alt Menu"
1225
- msgstr "תפריט אלטרנטיבי"
1226
-
1227
- #: themes/cms/root-functions.php:94
1228
- msgid "Main Menu"
1229
- msgstr "תפריט ראשי"
1230
-
1231
- #: themes/cms/root-functions.php:103
1232
- msgid "Alternate Menu"
1233
- msgstr "החלף תפריט"
1234
-
1235
- #: themes/cms/root-functions.php:149 themes/simple/root-functions.php:220
1236
- msgid "Tiled Background Image"
1237
- msgstr "תמונת רקע רציפה"
1238
-
1239
- #: themes/cms/root-functions.php:155 themes/simple/root-functions.php:226
1240
- msgid "(Scaled for retina displays)"
1241
- msgstr "(הותאם לתצוגת retina )"
1242
-
1243
- #: themes/cms/root-functions.php:167
1244
- msgid "Secondary Menu Title"
1245
- msgstr "כותרת תפריט משני"
1246
-
1247
- #: themes/cms/root-functions.php:173
1248
- msgid "Secondary menu title (if used)"
1249
- msgstr "כותרת תפריט משני (אם בשימוש)"
1250
-
1251
- #: themes/cms/root-functions.php:174
1252
- msgid ""
1253
- "If you use a second menu in CMS, this text will be used for the drop-down "
1254
- "button title."
1255
- msgstr "אם תשתמש בתפריט נוסף ב CMS, הטקסט הזה ישמש ככותרת הכפתור ברשימה הנפתחת"
1256
-
1257
- #: themes/cms/root-functions.php:205
1258
- msgid "Front Page Message"
1259
- msgstr "הודעת הדף הראשון"
1260
-
1261
- #: themes/cms/root-functions.php:211
1262
- msgid "Front page alternate message"
1263
- msgstr "הודעה אלטרנטיבית עבור הדף הראשון"
1264
-
1265
- #: themes/cms/root-functions.php:212
1266
- msgid ""
1267
- "Shows after the featured slider (if enabled), and before your home page's "
1268
- "content. HTML allowed."
1269
- msgstr ""
1270
- "מוצג לאחר ה slider (אם מאופשר), ולפני תוכן דף הבית. שימוש ב HTML אפשרי."
1271
-
1272
- #: themes/foundation/default/404.php:6
1273
- msgid "404 Not Found"
1274
- msgstr "404 הדף לא נמצא"
1275
-
1276
- #: themes/foundation/default/404.php:8
1277
- msgid "The post or page you requested is no longer available."
1278
- msgstr "הכתבה או העמוד המבוקש לא זמין"
1279
-
1280
- #: themes/foundation/default/attachment.php:43
1281
- msgid "&laquo; previous in gallery"
1282
- msgstr "&laquo; הקודם בגלרייה"
1283
-
1284
- #: themes/foundation/default/attachment.php:45
1285
- msgid "next in gallery &raquo;"
1286
- msgstr "הבא בגלרייה &raquo;"
1287
-
1288
- #: themes/foundation/default/comments.php:24
1289
- #: themes/foundation/default/comments.php:30
1290
- msgid "Load More Comments&hellip;"
1291
- msgstr "טען תגובות נוספות&hellip;"
1292
-
1293
- #: themes/foundation/default/comments.php:43
1294
- msgid "comments are closed"
1295
- msgstr "אזור התגובות סגור"
1296
-
1297
- #: themes/foundation/default/comments.php:52
1298
- msgid "Cancel"
1299
- msgstr "בטל"
1300
-
1301
- #: themes/foundation/default/comments.php:55
1302
- msgid "Leave a Reply"
1303
- msgstr "השאר תגובה"
1304
-
1305
- #: themes/foundation/default/comments.php:55
1306
- #, php-format
1307
- msgid "Leave a Reply to %s"
1308
- msgstr "השאר תגובה ל %s"
1309
-
1310
- #: themes/foundation/default/comments.php:58
1311
- #, php-format
1312
- msgid "You must be %slogged in%s to post a comment."
1313
- msgstr "אתה חייב להיות %sמחובר%s כדי להגיב."
1314
-
1315
- #: themes/foundation/default/comments.php:68
1316
- msgid "Logged in as"
1317
- msgstr "מחובר כ"
1318
-
1319
- #: themes/foundation/default/comments.php:68
1320
- msgid "Log out"
1321
- msgstr "התנתק"
1322
-
1323
- #: themes/foundation/default/comments.php:72
1324
- msgid "Name"
1325
- msgstr "שם"
1326
-
1327
- #: themes/foundation/default/comments.php:74
1328
- #: themes/foundation/modules/social-links/social-links.php:38
1329
- msgid "E-Mail"
1330
- msgstr "דוא\"ל"
1331
-
1332
- #: themes/foundation/default/comments.php:76
1333
- msgid "Website"
1334
- msgstr "אתר"
1335
-
1336
- #: themes/foundation/default/comments.php:82
1337
- msgid "Publish"
1338
- msgstr "פרסם"
1339
-
1340
- #: themes/foundation/default/search.php:5
1341
- #, php-format
1342
- msgid "You searched for \"%s\""
1343
- msgstr "החיפוש שלך עבור \"%s\""
1344
-
1345
- #: themes/foundation/default/search.php:16
1346
- #, php-format
1347
- msgid "%s results"
1348
- msgstr "%s תוצאות"
1349
-
1350
- #: themes/foundation/default/search.php:35
1351
- msgid "No search results found"
1352
- msgstr "לא נמצאו תוצאות חיפוש"
1353
-
1354
- #: themes/foundation/default/single.php:13
1355
- msgid "By"
1356
- msgstr "נכתב על ידי"
1357
-
1358
- #: themes/foundation/default/switch-link.php:8
1359
- msgid "mobile"
1360
- msgstr "אתר מותאם לנייד"
1361
-
1362
- #: themes/foundation/default/switch-link.php:9
1363
- msgid "desktop"
1364
- msgstr "אתר האינטרנט"
1365
-
1366
- #: themes/foundation/modules/base/base.php:69
1367
- msgid "Loading"
1368
- msgstr "טוען"
1369
-
1370
- #: themes/foundation/modules/base/preview-bar.php:2
1371
- msgid "Theme Preview"
1372
- msgstr "תצוגה מגדימה של ערכת הנושא"
1373
-
1374
- #: themes/foundation/modules/base/preview-bar.php:3
1375
- msgid "Reload"
1376
- msgstr "טען מחדש"
1377
-
1378
- #: themes/foundation/modules/custom-posts/custom-posts.php:75
1379
- msgid "Custom Post Support"
1380
- msgstr "תמיכה עבור כתבה מותאמת אישית"
1381
-
1382
- #: themes/foundation/modules/custom-posts/custom-posts.php:81
1383
- msgid "Enable custom post-type support"
1384
- msgstr "אפשר תמיכה בסוג כתבה מותאם אישית"
1385
-
1386
- #: themes/foundation/modules/custom-posts/custom-posts.php:89
1387
- msgid "Show custom post taxonomy"
1388
- msgstr "הצג taxonomy עבור כתבה מותאמת אישית"
1389
-
1390
- #: themes/foundation/modules/custom-posts/custom-posts.php:101
1391
- msgid "Custom Post Types"
1392
- msgstr "סוגי כתבות מותאמות אישית"
1393
-
1394
- #: themes/foundation/modules/google-fonts/google-fonts.php:10
1395
- msgid "Browser Fonts"
1396
- msgstr "פונטי דפדפן"
1397
-
1398
- #: themes/foundation/modules/google-fonts/google-fonts.php:18
1399
- msgid "Typography"
1400
- msgstr "טיפוגרפיה"
1401
-
1402
- #: themes/foundation/modules/google-fonts/google-fonts.php:24
1403
- msgid "Font style"
1404
- msgstr "סגנון גופן"
1405
-
1406
- #: themes/foundation/modules/google-fonts/google-fonts.php:25
1407
- msgid ""
1408
- "Choose a Google font pairing designed for this theme, or default browser "
1409
- "fonts."
1410
- msgstr ""
1411
- "בחר בפונט של גוגל אשר נמצא מתאים עבור ערכת נושא זו, או בפונטים ברירת מחדל של "
1412
- "הדפדפן."
1413
-
1414
- #: themes/foundation/modules/sharing/sharing-html.php:2
1415
- msgid "Share"
1416
- msgstr "שתף"
1417
-
1418
- #: themes/foundation/modules/sharing/sharing-html.php:3
1419
- msgid "Tweet"
1420
- msgstr "ציוץ"
1421
-
1422
- #: themes/foundation/modules/sharing/sharing-html.php:5
1423
- msgid "Mail"
1424
- msgstr "דוא\"ל"
1425
-
1426
- #: themes/foundation/modules/sharing/sharing.php:73
1427
- msgid "Sharing"
1428
- msgstr "שיתןף"
1429
-
1430
- #: themes/foundation/modules/sharing/sharing.php:79
1431
- msgid "Show sharing links"
1432
- msgstr "הראה לינקים לשיתוף"
1433
-
1434
- #: themes/foundation/modules/sharing/sharing.php:80
1435
- msgid "Will show Facebook, Twitter, Google+ and Email buttons on single posts."
1436
- msgstr "הצגת כפתורי פייסבוק, טוויטר, גוגל+ ודוא\"ל בגוף הכתבה."
1437
-
1438
- #: themes/foundation/modules/sharing/sharing.php:87
1439
- msgid "Sharing links location"
1440
- msgstr "מיקום לינקים עבור שיתוף "
1441
-
1442
- #: themes/foundation/modules/sharing/sharing.php:92
1443
- msgid "Above post content"
1444
- msgstr "מעל לתוכן הכתבה"
1445
-
1446
- #: themes/foundation/modules/sharing/sharing.php:93
1447
- msgid "Below post content"
1448
- msgstr "מתחת לתוכן הכתבה"
1449
-
1450
- #: themes/foundation/modules/sharing/sharing.php:99
1451
- msgid "Color scheme"
1452
- msgstr "ערכת צבעים"
1453
-
1454
- #: themes/foundation/modules/sharing/sharing.php:104
1455
- msgid "Theme colors"
1456
- msgstr "צבעי ערכת נושא"
1457
-
1458
- #: themes/foundation/modules/sharing/sharing.php:105
1459
- msgid "Social network colors"
1460
- msgstr "צבעי רשתות חברתיות"
1461
-
1462
- #: themes/foundation/modules/social-links/social-links.php:8
1463
- msgid "Footer Social Links"
1464
- msgstr "לינקים לרשתות חברתיות בכותרת התחתונה של האתר"
1465
-
1466
- #: themes/foundation/modules/social-links/social-links.php:15
1467
- msgid "URL to your Facebook page"
1468
- msgstr "כתובת עבור עמוד הפייסבוק שלך"
1469
-
1470
- #: themes/foundation/modules/social-links/social-links.php:23
1471
- msgid "URL to your Twitter profile"
1472
- msgstr "כתובת פרופיל טוויטר שלך"
1473
-
1474
- #: themes/foundation/modules/social-links/social-links.php:31
1475
- msgid "URL to your Google+ profile"
1476
- msgstr "כתובת עבור פרופיל גוגל+ שלך"
1477
-
1478
- #: themes/foundation/modules/social-links/social-links.php:39
1479
- msgid "E-Mail address"
1480
- msgstr "כתובת דוא\"ל"
1481
-
1482
- #: themes/foundation/modules/webapp/webapp.php:108
1483
- msgid "External link— open it in the browser?"
1484
- msgstr "קישור חיצוני - האם לפתוח בדפדפן ?"
1485
-
1486
- #: themes/foundation/modules/webapp/webapp.php:109
1487
- msgid "File link— Do you want to open it in the browser?"
1488
- msgstr "קישור קובץ - האם תרצה לפתוח אותו בדפדפן ?"
1489
-
1490
- #: themes/foundation/root-functions.php:11
1491
- msgid "Branding"
1492
- msgstr "מיתוג"
1493
-
1494
- #: themes/foundation/root-functions.php:12
1495
- msgid "Media Handling"
1496
- msgstr "טיפול במדיה"
1497
-
1498
- #: themes/foundation/root-functions.php:13
1499
- msgid "Web-App Mode"
1500
- msgstr "מצב אפליקציית WEB"
1501
-
1502
- #: themes/foundation/root-functions.php:14
1503
- msgid "Homescreen Icons"
1504
- msgstr "איקונים של מסך הבית"
1505
-
1506
- #: themes/foundation/root-functions.php:15
1507
- msgid "Advertising"
1508
- msgstr "פרסום"
1509
-
1510
- #: themes/foundation/root-functions.php:16
1511
- msgid "Custom Content"
1512
- msgstr "תוכן מותאם אישית"
1513
-
1514
- #: themes/foundation/root-functions.php:62
1515
- msgid ""
1516
- "Install this Web-App on your [device]: tap [icon] then \"Add to Home Screen\""
1517
- msgstr ""
1518
- "התקן אפליקציה אינטרנטית זו ב [device]: לחץ [icon] ולאחר מכן \"הוסף למסך הבית"
1519
- "\""
1520
-
1521
- #: themes/foundation/root-functions.php:246
1522
- msgid "Blog"
1523
- msgstr "בלוג"
1524
-
1525
- #: themes/foundation/root-functions.php:252
1526
- msgid "Number of posts in post listings"
1527
- msgstr "מספר הכתבות ברשימת הכתבות"
1528
-
1529
- #: themes/foundation/root-functions.php:253
1530
- msgid ""
1531
- "Overrides the WordPress Reading settings for \"Blog pages show at most\""
1532
- msgstr "עקוף את הגדרות הקריאה של WordPress עבור \"Blog pages show at most\""
1533
-
1534
- #: themes/foundation/root-functions.php:260
1535
- msgid "Excluded categories"
1536
- msgstr "קטגוריות שאינן נכללות"
1537
-
1538
- #: themes/foundation/root-functions.php:261
1539
- msgid "Comma separated by category name"
1540
- msgstr "מופרד בפסיק על ידי שם הקטגוריה"
1541
-
1542
- #: themes/foundation/root-functions.php:268
1543
- msgid "Excluded tags"
1544
- msgstr "תגיות שאינן נכללות."
1545
-
1546
- #: themes/foundation/root-functions.php:269
1547
- msgid "Comma separated by tag name"
1548
- msgstr "מופרד בפסיק על ידי שם תגית"
1549
-
1550
- #: themes/foundation/root-functions.php:286
1551
- msgid "Show comments on pages"
1552
- msgstr "הצג תגובות בעמודים"
1553
-
1554
- #: themes/foundation/root-functions.php:287
1555
- msgid "Overrides the WordPress settings for showing comments on pages."
1556
- msgstr "עקוף את הגדרות WordPress עבור הצגת תגובות בדפים."
1557
-
1558
- #: themes/foundation/root-functions.php:298
1559
- msgid "Disabled"
1560
- msgstr "מבוטל"
1561
-
1562
- #: themes/foundation/root-functions.php:313
1563
- msgid "Twitter account to use for Tweet display"
1564
- msgstr "חשבון טוויטר לשימוש עבור הצגת הציוצים"
1565
-
1566
- #: themes/foundation/root-functions.php:329
1567
- msgid "Video Handling"
1568
- msgstr "טיפול בווידאו"
1569
-
1570
- #: themes/foundation/root-functions.php:341
1571
- msgid "CSS only (HTML5 videos)"
1572
- msgstr "CSS בלבד (וידאו HTML5)"
1573
-
1574
- #: themes/foundation/root-functions.php:342
1575
- msgid "FitVids Method"
1576
- msgstr "שיטת FitVids "
1577
-
1578
- #: themes/foundation/root-functions.php:343
1579
- msgid "Fluid-Width Method"
1580
- msgstr "שיטת Fluid-Width"
1581
-
1582
- #: themes/foundation/root-functions.php:355
1583
- msgid "Featured Slider"
1584
- msgstr "סליידר מובלט בתחילת העמוד"
1585
-
1586
- #: themes/foundation/root-functions.php:361
1587
- msgid "Enable featured slider"
1588
- msgstr "אפשר סליידר מובלט בראש העמוד"
1589
-
1590
- #: themes/foundation/root-functions.php:362
1591
- msgid "Requires at least 2 entries to contain featured images"
1592
- msgstr "נדרש לפחות 2 ערכים המכילים תמונה ראשית"
1593
-
1594
- #: themes/foundation/root-functions.php:369
1595
- msgid "Automatically slide"
1596
- msgstr "מצגת אוטומטית"
1597
-
1598
- #: themes/foundation/root-functions.php:377
1599
- msgid "Continuous slide"
1600
- msgstr "מצגת אין סופית"
1601
-
1602
- #: themes/foundation/root-functions.php:385
1603
- msgid "Grayscale images (CSS 3 effect)"
1604
- msgstr "תמונות עם גוונים אפורים (אפקט CSS 3 )"
1605
-
1606
- #: themes/foundation/root-functions.php:386
1607
- msgid ""
1608
- "Featured slider images will be in grayscale for devices that support CSS "
1609
- "filters."
1610
- msgstr ""
1611
- "תמונות של הסליידר יהיו בגוון אפור עבור מכשירים עם תמיכה בפילטרים של CSS ."
1612
-
1613
- #: themes/foundation/root-functions.php:398
1614
- msgid "Show latest posts"
1615
- msgstr "הראה כתבות אחרונות"
1616
-
1617
- #: themes/foundation/root-functions.php:399
1618
- msgid "Show posts from a specific tag"
1619
- msgstr "הראה כתבות מטגיות ספציפיות"
1620
-
1621
- #: themes/foundation/root-functions.php:400
1622
- msgid "Show posts from a specific category"
1623
- msgstr "הראה כתבות מקטגוריות ספציפיות"
1624
-
1625
- #: themes/foundation/root-functions.php:401
1626
- msgid "Show only specific posts"
1627
- msgstr "הראה רק כתבות ספציפיות"
1628
-
1629
- #: themes/foundation/root-functions.php:407
1630
- msgid "Only this tag"
1631
- msgstr "בתגית זו"
1632
-
1633
- #: themes/foundation/root-functions.php:416
1634
- msgid "Only this category"
1635
- msgstr "בקטגוריה זו"
1636
-
1637
- #: themes/foundation/root-functions.php:425
1638
- msgid "Comma-separated list of post/page IDs"
1639
- msgstr "רשימה מופרדת בפסיק עבור זהויות של כתבות/עמודים"
1640
-
1641
- #: themes/foundation/root-functions.php:444
1642
- msgid "Enable Web-App Mode"
1643
- msgstr "אפשר מצב אפליקציית Web"
1644
-
1645
- #: themes/foundation/root-functions.php:448
1646
- msgid "Enable persistence"
1647
- msgstr "אפשר persistence"
1648
-
1649
- #: themes/foundation/root-functions.php:449
1650
- msgid ""
1651
- "WPtouch loads the last visited page or post for visitors in Web-App Mode."
1652
- msgstr ""
1653
- "WPtouch טוען את הדף או הכתבה שנצפתה לאחרונה למבקרים במצב אפליקציית WEB ."
1654
-
1655
- #: themes/foundation/root-functions.php:456
1656
- msgid "URLs to ignore in Web-App Mode"
1657
- msgstr "כתובות אשר יש להתעלם מהם במצב אפליקציית WEB"
1658
-
1659
- #: themes/foundation/root-functions.php:476
1660
- msgid "Notice Message"
1661
- msgstr "הודעת הערה"
1662
-
1663
- #: themes/foundation/root-functions.php:479
1664
- msgid ""
1665
- "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
1666
- msgstr ""
1667
- "הצג הודעת התראה עבור מבקרים הגולשים ממכשיר אייפון, אייפוד & אייפד אודות "
1668
- "האפליקציית ה WEB שלי"
1669
-
1670
- #: themes/foundation/root-functions.php:479
1671
- msgid ""
1672
- "WPtouch shows a notice bubble on 1st visit letting users know about your Web-"
1673
- "App enabled website on iOS devices."
1674
- msgstr ""
1675
- "WPtouch מציג בלון התראה בביקור הראשון אשר מודיע למשתמש אודות אפשרות שימוש "
1676
- "באפליקציית WEB עבור האתר שלך במכשירי iOS"
1677
-
1678
- #: themes/foundation/root-functions.php:480
1679
- msgid "Notice message contents"
1680
- msgstr "תוכן הודעת התראה"
1681
-
1682
- #: themes/foundation/root-functions.php:480
1683
- msgid ""
1684
- "[device] and [icon] are dynamic and used to determine the device and iOS "
1685
- "version. Do not remove these from your message."
1686
- msgstr ""
1687
- "[device] ו [icon] הם דינמיים ומשמשים לזיהוי דגם המכשיר וגרסת iOS. אל תסיר "
1688
- "אותם מתוכן ההודעה שלך."
1689
-
1690
- #: themes/foundation/root-functions.php:484
1691
- msgid "the notice message will be shown again for visitors"
1692
- msgstr "ההתראה תוצג בשנית עבור מבקרים"
1693
-
1694
- #: themes/foundation/root-functions.php:489
1695
- msgid "1 day until"
1696
- msgstr "יום אחד עד"
1697
-
1698
- #: themes/foundation/root-functions.php:490
1699
- msgid "7 days until"
1700
- msgstr "7 ימים עד"
1701
-
1702
- #: themes/foundation/root-functions.php:491
1703
- msgid "1 month until"
1704
- msgstr "עוד חודש עד"
1705
-
1706
- #: themes/foundation/root-functions.php:492
1707
- msgid "Every time"
1708
- msgstr "בכל פעם"
1709
-
1710
- #: themes/foundation/root-functions.php:503
1711
- msgid "iPhone Startup Screen"
1712
- msgstr "מסך פתיחה באייפון"
1713
-
1714
- #: themes/foundation/root-functions.php:509
1715
- #: themes/foundation/root-functions.php:527
1716
- #: themes/foundation/root-functions.php:545
1717
- #: themes/foundation/root-functions.php:564
1718
- #: themes/foundation/root-functions.php:572
1719
- #: themes/foundation/root-functions.php:590
1720
- #: themes/foundation/root-functions.php:598
1721
- #, php-format
1722
- msgid "%d by %d pixels (PNG)"
1723
- msgstr "%d על %d פיקסלים (PNG)"
1724
-
1725
- #: themes/foundation/root-functions.php:521
1726
- msgid "Retina iPhone Startup Screen"
1727
- msgstr "מסך פתיחה עבור אייפון עם מסך רטינה"
1728
-
1729
- #: themes/foundation/root-functions.php:539
1730
- msgid "iPhone 5 Startup Screen"
1731
- msgstr "מסך פתיחה באייפון 5"
1732
-
1733
- #: themes/foundation/root-functions.php:558
1734
- msgid "iPad Mini and iPad Startup Screens"
1735
- msgstr "מסך פתיחה באייפד מיני ואייפד רגיל"
1736
-
1737
- #: themes/foundation/root-functions.php:584
1738
- msgid "Retina iPad Startup Screens"
1739
- msgstr "מסך פתיחה באייפד עם מסך רטינה"
1740
-
1741
- #: themes/foundation/root-functions.php:616
1742
- msgid "Options"
1743
- msgstr "אפשרויות"
1744
-
1745
- #: themes/foundation/root-functions.php:622
1746
- msgid "Icon title"
1747
- msgstr "כותרת אייקון"
1748
-
1749
- #: themes/foundation/root-functions.php:623
1750
- msgid "When visitors bookmark your website, this will be the title shown."
1751
- msgstr "כאשר מבקרים יוסיפו את האתר שלך למועדפים , זאת תהיה הכותרת שתוצג"
1752
-
1753
- #: themes/foundation/root-functions.php:630
1754
- msgid "Add glossy icon effect"
1755
- msgstr "הוסף אפקט של אייקון מבריק"
1756
-
1757
- #: themes/foundation/root-functions.php:631
1758
- msgid "A glossy effect will automatically be applied to icons for iOS devices."
1759
- msgstr "אפקט אייקונים מבריקים יתווסף בצורה אוטומטית למכשירי iOS"
1760
-
1761
- #: themes/foundation/root-functions.php:642
1762
- msgid "iPhone/Android"
1763
- msgstr "אייפון/אנדרואיד"
1764
-
1765
- #: themes/foundation/root-functions.php:648
1766
- #: themes/foundation/root-functions.php:666
1767
- #: themes/foundation/root-functions.php:685
1768
- #: themes/foundation/root-functions.php:703
1769
- #, php-format
1770
- msgid "%d by %d pixels"
1771
- msgstr "%d על %d פיקסלים"
1772
-
1773
- #: themes/foundation/root-functions.php:660
1774
- msgid "iPhone/Android Retina"
1775
- msgstr "אייפון/אנדראויד עם מסך רטינה"
1776
-
1777
- #: themes/foundation/root-functions.php:679
1778
- msgid "iPad"
1779
- msgstr "אייפד"
1780
-
1781
- #: themes/foundation/root-functions.php:697
1782
- msgid "iPad Retina"
1783
- msgstr "אייפד עם מסך רטינה"
1784
-
1785
- #: themes/foundation/root-functions.php:716
1786
- msgid "Theme Footer"
1787
- msgstr "כותרת תחתונה של ערכת הנושא"
1788
-
1789
- #: themes/foundation/root-functions.php:719
1790
- msgid "Custom footer content (HTML is allowed)"
1791
- msgstr "תוכן מותאם אישית עבור כותרת תחתונה (מותר להשתמש ב HTML)"
1792
-
1793
- #: themes/foundation/root-functions.php:719
1794
- msgid ""
1795
- "You can add custom footer content that will be displayed below the switch "
1796
- "link."
1797
- msgstr ""
1798
- "יש באפשרותך להוסיף תוכן מותאם אישית בכותרת תחתונה אשר יופיע מתחת לכפתור "
1799
- "המעבר בין האתר הרגיל לאתר המותאם לנייד"
1800
-
1801
- #: themes/foundation/root-functions.php:730
1802
- msgid "Service"
1803
- msgstr "שירות"
1804
-
1805
- #: themes/foundation/root-functions.php:736
1806
- msgid "Choose a service"
1807
- msgstr "בחר שירות"
1808
-
1809
- #: themes/foundation/root-functions.php:742
1810
- msgid "Google Adsense"
1811
- msgstr "גוגל Adsense"
1812
-
1813
- #: themes/foundation/root-functions.php:743
1814
- msgctxt "Refers to a custom advertising service"
1815
- msgid "Custom"
1816
- msgstr "מותאם אישית"
1817
-
1818
- #: themes/foundation/root-functions.php:753
1819
- msgid "Google AdSense"
1820
- msgstr "גוגל Adsense"
1821
-
1822
- #: themes/foundation/root-functions.php:756
1823
- msgid "Publisher ID"
1824
- msgstr "Publisher ID"
1825
-
1826
- #: themes/foundation/root-functions.php:757
1827
- msgid "Slot ID"
1828
- msgstr "Slot ID"
1829
-
1830
- #: themes/foundation/root-functions.php:765
1831
- msgid "Custom Ads"
1832
- msgstr "פרסומות מותאמות"
1833
-
1834
- #: themes/foundation/root-functions.php:768
1835
- msgid "Mobile advertising script"
1836
- msgstr "סקריפט עבור פרסום בנייד"
1837
-
1838
- #: themes/foundation/root-functions.php:777
1839
- msgid "Ad Presentation"
1840
- msgstr "מצגת מודעה"
1841
-
1842
- #: themes/foundation/root-functions.php:783
1843
- msgid "Theme location"
1844
- msgstr "מיקום ערכת הנושא"
1845
-
1846
- #: themes/foundation/root-functions.php:788
1847
- msgid "In the header"
1848
- msgstr "בכותרת העליונה"
1849
-
1850
- #: themes/foundation/root-functions.php:789
1851
- msgid "Above the page content"
1852
- msgstr "מעל לתוכן העמוד"
1853
-
1854
- #: themes/foundation/root-functions.php:790
1855
- msgid "Below the page content"
1856
- msgstr "מתחת לתוכן העמוד"
1857
-
1858
- #: themes/foundation/root-functions.php:800
1859
- msgid "Active Pages"
1860
- msgstr "עמודים פעילים"
1861
-
1862
- #: themes/foundation/root-functions.php:803
1863
- msgid "Blog listings"
1864
- msgstr "תצוגת בלוג"
1865
-
1866
- #: themes/foundation/root-functions.php:804
1867
- msgid "Single posts"
1868
- msgstr "כתבה בודדת"
1869
-
1870
- #: themes/foundation/root-functions.php:805
1871
- msgid "Static pages"
1872
- msgstr "עמוד סטאטי"
1873
-
1874
- #: themes/foundation/root-functions.php:806
1875
- msgid "Taxonomy"
1876
- msgstr "Taxonomy"
1877
-
1878
- #: themes/foundation/root-functions.php:807
1879
- msgid "Search results"
1880
- msgstr "תוצאות חיפוש"
1881
-
1882
- #: themes/foundation/root-functions.php:834
1883
- msgid "Theme Colors"
1884
- msgstr "צבעי ערכת נושא"
1885
-
1886
- #: themes/foundation/root-functions.php:844
1887
- msgid "Site Logo"
1888
- msgstr "לוגו האתר"
1889
-
1890
- #: themes/foundation/root-functions.php:850
1891
- msgid "(Scaled by themes to fit logo areas as needed)"
1892
- msgstr "(שינו הגודל ע\"י ערכת הנושא להתאמת האזור עבור הלוגו לפי הצורך)"
1893
-
1894
- #: themes/foundation/root-functions.php:863
1895
- msgid "Browser Behaviour"
1896
- msgstr "התנהגות הדפדפן"
1897
-
1898
- #: themes/foundation/root-functions.php:869
1899
- msgid "Hide browser address-bar on page load"
1900
- msgstr "הסתר את שורת הכתובת בדפדפן בעת טעינת עמוד"
1901
-
1902
- #: themes/foundation/root-functions.php:870
1903
- msgid ""
1904
- "Hides the browser address bar so that more of the mobile theme interface is "
1905
- "shown."
1906
- msgstr "הסתר את שורת הכתובת כך שיוצג יותר מידע"
1907
-
1908
- #: themes/foundation/root-functions.php:882
1909
- msgid "Smart App Banner"
1910
- msgstr "באנר אפליקציה חכם"
1911
-
1912
- #: themes/foundation/root-functions.php:888
1913
- #, php-format
1914
- msgid "Enter your app's %sApp Store ID%s"
1915
- msgstr "הכנס את %sApp Store ID%s עבור האפליקציה שלך"
1916
-
1917
- #: themes/foundation/root-functions.php:889
1918
- msgid ""
1919
- "Your app's unique identifier. Find your ID from the iTunes Link Maker: "
1920
- "Search for your app. In the link it provides, your app ID is the nine-digit "
1921
- "number in between id and ?mt. For example Angry Birds's ID is 343200656."
1922
- msgstr ""
1923
- "מזהה ייחודי עבור האפליקציה שלך. מצא את הזיהוי שלך מה iTunes Link Maker: בצע "
1924
- "חיפוש עבור האפליקציה שלך. בלינק המתקבל, זיהוי האפליקציה שלך נמצא במספר בן 9 "
1925
- "הספרות אשר נמצא בין id ו ?mt . לדוגמא הזיהוי של Angry Birds הוא 343200656 ."
1926
-
1927
- #: themes/foundation/root-functions.php:1258
1928
- #, php-format
1929
- msgid "search results for '%s'"
1930
- msgstr "תוצאות חיפוש עבור '%s'"
1931
-
1932
- #: themes/foundation/root-functions.php:1260
1933
- #, php-format
1934
- msgid "%sCategories &rsaquo;%s %s"
1935
- msgstr "%sקטגוריות &rsaquo;%s %s"
1936
-
1937
- #: themes/foundation/root-functions.php:1262
1938
- #, php-format
1939
- msgid "Tags &rsaquo; %s"
1940
- msgstr "תגיות &rsaquo; %s"
1941
-
1942
- #: themes/foundation/root-functions.php:1264
1943
- #: themes/foundation/root-functions.php:1266
1944
- #: themes/foundation/root-functions.php:1268
1945
- #, php-format
1946
- msgid "Archives &rsaquo; %s"
1947
- msgstr "ארכיון &rsaquo; %s"
1948
-
1949
- #: themes/foundation/root-functions.php:1283
1950
- msgid "Load more search results"
1951
- msgstr "תוצאות חיפוש נוספות"
1952
-
1953
- #: themes/foundation/root-functions.php:1285
1954
- msgid "Load more from this category"
1955
- msgstr "טען כתבות נוספות מקטגוריה זו"
1956
-
1957
- #: themes/foundation/root-functions.php:1287
1958
- msgid "Load more tagged like this"
1959
- msgstr "טען כתבות נוספות מתגית זו"
1960
-
1961
- #: themes/foundation/root-functions.php:1289
1962
- msgid "Load more from this day"
1963
- msgstr "טען כתבות נוספות מיום זה"
1964
-
1965
- #: themes/foundation/root-functions.php:1291
1966
- msgid "Load more from this month"
1967
- msgstr "טען כתבות נוספות מחודש זה"
1968
-
1969
- #: themes/foundation/root-functions.php:1293
1970
- msgid "Load more from this year"
1971
- msgstr "טען כתבות נוספות משנה זו"
1972
-
1973
- #: themes/foundation/root-functions.php:1295
1974
- msgid "Load more in this section"
1975
- msgstr "טען כתבות נוספות באזור זה"
1976
-
1977
- #: themes/foundation/root-functions.php:1297
1978
- msgid "Load more entries"
1979
- msgstr "טען כתבות נוספות"
1980
-
1981
- #: themes/simple/default/front-page.php:15
1982
- msgid "Call Us"
1983
- msgstr "התקשר אלינו"
1984
-
1985
- #: themes/simple/default/front-page.php:22
1986
- msgid "Our Location"
1987
- msgstr "המיקום שלנו"
1988
-
1989
- #: themes/simple/default/header-bottom.php:10
1990
- msgid "Toggle Menu"
1991
- msgstr "כפתור תרפיט"
1992
-
1993
- #: themes/simple/root-functions.php:44
1994
- msgid "Site Menu (Pulldown)"
1995
- msgstr "תפריט האתר (משוך כלפי מטה)"
1996
-
1997
- #: themes/simple/root-functions.php:47
1998
- msgid "Pull-down menu at top of pages"
1999
- msgstr "משוך את התפריט כלפי מטה מראש העמוד"
2000
-
2001
- #: themes/simple/root-functions.php:55
2002
- msgid "Homepage Menu"
2003
- msgstr "תפריט דף הבית"
2004
-
2005
- #: themes/simple/root-functions.php:58
2006
- msgid "Displayed below homepage content"
2007
- msgstr "מוצג למטה תוכן עמוד הבית"
2008
-
2009
- #: themes/simple/root-functions.php:163
2010
- msgid "Homepage Call Us"
2011
- msgstr "דף הבית צור אתנו קשר"
2012
-
2013
- #: themes/simple/root-functions.php:169
2014
- msgid "Phone number"
2015
- msgstr "מספר טלפון"
2016
-
2017
- #: themes/simple/root-functions.php:170
2018
- msgid ""
2019
- "Enter a phone number and a homepage menu item for 'call us' will be shown."
2020
- msgstr "הכנס מספר טלפון ופריט מתפריט דף הבית כדי ש 'התקשר אלינו' יוצג."
2021
-
2022
- #: themes/simple/root-functions.php:182
2023
- msgid "Homepage Location"
2024
- msgstr "מיקום דף הבית"
2025
-
2026
- #: themes/simple/root-functions.php:188
2027
- msgid "Map address"
2028
- msgstr "כתובת עבור המפה."
2029
-
2030
- #: themes/simple/root-functions.php:189
2031
- msgid "Enter an address and a homepage menu item for 'find us' will be shown."
2032
- msgstr "הכנס כתובת ופריט מתפריט מסך הבית כדי ש \"מצא אותנו\" יוצג."
2033
-
2034
- #: themes/simple/root-functions.php:201
2035
- msgid "Homepage Message"
2036
- msgstr "הודעה בדף הבית"
2037
-
2038
- #: themes/simple/root-functions.php:207
2039
- msgid "Introductory text"
2040
- msgstr "טקסט מקדים"
2041
-
2042
- #: themes/simple/root-functions.php:245
2043
- msgid "Add a light noise effect to the drop-down menu and theme background"
2044
- msgstr "הוסף אפקט light noise לתפריט הנפתח ועבור הרקע של ערכת הנושא"
2045
-
2046
- #. Plugin Name of the plugin/theme
2047
- msgid "WPtouch Pro"
2048
- msgstr "WPtouch Pro"
2049
-
2050
- #. Plugin URI of the plugin/theme
2051
- msgid "http://www.bravenewcode.com/product/wptouch-pro/"
2052
- msgstr "http://www.bravenewcode.com/product/wptouch-pro/"
2053
-
2054
- #. Description of the plugin/theme
2055
- msgid ""
2056
- "The easy way to create great mobile experiences with your WordPress website."
2057
- msgstr ""
2058
- "הדרך הקלה ביותר ליצור חווית שימוש נהדרת במכשירים ניידים עבור אתר ה WordPress "
2059
- "שלך. "
2060
-
2061
- #. Author of the plugin/theme
2062
- msgid "BraveNewCode Inc."
2063
- msgstr "BraveNewCode Inc."
2064
-
2065
- #. Author URI of the plugin/theme
2066
- msgid "http://www.bravenewcode.com/"
2067
- msgstr "http://www.bravenewcode.com/"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/wptouch-pro-hi_IN.mo CHANGED
Binary file
lang/wptouch-pro-hi_IN.pot DELETED
@@ -1,2626 +0,0 @@
1
- # Copyright (C) 2013
2
- # This file is distributed under the same license as the package.
3
- msgid ""
4
- msgstr "Project-Id-Version: \nReport-Msgid-Bugs-To: http://wordpress.org/tag/combined\nPOT-Creation-Date: 2013-11-26 12:08:18+00:00\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPO-Revision-Date: 2013-MO-DA HO:MI+ZONE\nLast-Translator: FULL NAME <EMAIL@ADDRESS>\nLanguage-Team: LANGUAGE <LL@li.org>\n"
5
-
6
- #: wptouch-pro-3/admin/html/help.php:1
7
- msgid "WPtouch Pro Help & Account Links"
8
- msgstr "WPtouch प्रो सहायता और अकांउन्ट लिंक"
9
-
10
- #: wptouch-pro-3/admin/html/help.php:3
11
- msgid "Support Forums"
12
- msgstr "समर्थन फ़ोरम"
13
-
14
- #: wptouch-pro-3/admin/html/help.php:4
15
- msgid "Documentation"
16
- msgstr "प्रलेखन"
17
-
18
- #: wptouch-pro-3/admin/html/help.php:5
19
- msgid "Account & Downloads"
20
- msgstr "अकाउंट और डाउनलोड"
21
-
22
- #: wptouch-pro-3/admin/html/help.php:6
23
- msgid "BraveNewCode on Twitter"
24
- msgstr "ट्विटर पर BraveNewCode"
25
-
26
- #: wptouch-pro-3/admin/html/help.php:7
27
- msgid "Plugin Licensing Terms"
28
- msgstr "प्लगइन लाइसेंस करने की शर्तें"
29
-
30
- #: wptouch-pro-3/admin/html/notification-center.php:5
31
- msgid "Notifications"
32
- msgstr "अधिसूचनाएं"
33
-
34
- #: wptouch-pro-3/admin/html/notification-content.php:20
35
- msgid "No notifications"
36
- msgstr "कोई सूचना नहीं"
37
-
38
- #: wptouch-pro-3/admin/html/plugin-area.php:7
39
- msgid "This copy of WPtouch Pro is unlicensed! Please %sactivate your license%s, or %spurchase a license%s to enable automatic updates and full product support from us!"
40
- msgstr "WPtouch प्रो की यह प्रतिलिपि बिना लाइसेंस है! कृपया %sअपना लाइसेंस सक्रिय करें%s, या स्वत: अपडेट और पूर्ण उत्पाद समर्थन सक्षम करने के लिए %sएक लाइसेंस खरीदें%s!"
41
-
42
- #: wptouch-pro-3/admin/html/plugin-area.php:9
43
- msgid "This copy of WPtouch Pro is unlicensed! Please contact the site administrator regarding product licensing."
44
- msgstr "WPtouch प्रो की यह प्रतिलिपि बिना लाइसेंस की है! कृपया उत्पाद लाइसेंस के बारे में साइट व्यवस्थापक से संपर्क करें."
45
-
46
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:9
47
- msgid "License Details"
48
- msgstr "लाइसेंस विवरण"
49
-
50
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:11
51
- msgid "Note"
52
- msgstr "नोट"
53
-
54
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:12
55
- msgid "Once you activate, this page will be hidden."
56
- msgstr "आपका एक बार सक्रिय करने से, यह पेज छिप जाएगा."
57
-
58
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:15
59
- msgid "It will only reappear if you reset your WPtouch Pro settings."
60
- msgstr "यह केवल तभी दिखेगा अगर आप अपने WPtouch प्रो के सेटिंग्स को रीसेट करेंगे."
61
-
62
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:18
63
- msgid "Account E-Mail Address"
64
- msgstr "अकाउंट ई-मेल पता"
65
-
66
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:20
67
- msgid "Product License Key"
68
- msgstr "उत्पाद लाइसेंस कुंजी"
69
-
70
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:23
71
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:14
72
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:71
73
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:109
74
- msgid "Activate"
75
- msgstr "सक्रिय करें"
76
-
77
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:33
78
- msgid "Success."
79
- msgstr "सफलता."
80
-
81
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:34
82
- msgid "Activation Complete. Enjoy WPtouch Pro!"
83
- msgstr "सक्रियण पूरा हो गया है. WPtouch प्रो का आनंद लें!"
84
-
85
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:38
86
- msgid "E-mail address or license key rejected"
87
- msgstr "ई-मेल पता या लाइसेंस कुंजी अस्वीकारा गया है"
88
-
89
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:39
90
- msgid "The bravenewcode.com server rejected your E-Mail address and/or License Key. Please check they are correct and try again."
91
- msgstr "Bravenewcode.com सर्वर ने आपका ई - मेल पता और/या लाइसेंस कुंजी को खारिज कर दिया है. कृपया जांचें की वे सही हैं और फिर से कोशिश करें."
92
-
93
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:43
94
- msgid "No licenses remaining."
95
- msgstr "कोई लाइसेंस शेष नहीं."
96
-
97
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:44
98
- msgid "You have used all your activations. What do you want to do?"
99
- msgstr "आपने अपने सभी सक्रियण इस्तेमाल कर लिया है. आप क्या करना चाहते हैं?"
100
-
101
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:45
102
- msgid "Upgrade My License"
103
- msgstr "मेरे लाइसेंस को अपडेट करें"
104
-
105
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:46
106
- msgid "Contact support for assistance"
107
- msgstr "सहायता के लिए समर्थन से संपर्क करें"
108
-
109
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:50
110
- msgid "The server is unavailable."
111
- msgstr "सर्वर अनुपलब्ध है."
112
-
113
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:51
114
- msgid "The bravenewcode.com server currently cannot authorize your License."
115
- msgstr "वर्तमान Bravenewcode.com सर्वर आपके लाइसेंस को अधिकृत नहीं कर सकता."
116
-
117
- #: wptouch-pro-3/admin/pages/custom/wptouch-admin-license.php:52
118
- msgid "Please %scontact us%s and let us know about it."
119
- msgstr "कृपया %sहमसे संपर्क करें%s और हमें इसके बारे में बताएं."
120
-
121
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:3
122
- #: wptouch-pro-3/themes/foundation/root-functions.php:10
123
- msgid "General"
124
- msgstr "साधारण"
125
-
126
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:4
127
- msgid "Compatibility"
128
- msgstr "अनुकूलता"
129
-
130
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:10
131
- msgid "Auto-detect"
132
- msgstr "स्वतः पता लगाएँ"
133
-
134
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:45
135
- msgid "Site Title & Byline"
136
- msgstr "साइट शीर्षक और नाम पंक्ति"
137
-
138
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:51
139
- msgid "WPtouch Pro site title"
140
- msgstr "WPtouch प्रो साइट शीर्षक"
141
-
142
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:52
143
- msgid "If the title of your site is long, you can shorten it for display within WPtouch Pro themes."
144
- msgstr "यदि आपके साइट का शीर्षक लंबा है, तो आप WPtouch प्रो थीम के अंदर प्रदर्शित करने के लिए इसे कम कर सकते हैं."
145
-
146
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:59
147
- msgid "Display %sPowered by WPtouch Pro%s in footer"
148
- msgstr "पाद लेख में WPtouch Pro%s द्वारा %s प्रदर्शित होता है"
149
-
150
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:71
151
- msgid "Regionalization"
152
- msgstr "क्षेत्रीयकरण"
153
-
154
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:77
155
- msgid "Language"
156
- msgstr "भाषा"
157
-
158
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:78
159
- msgid "The WPtouch Pro admin panel &amp; supported themes will be shown in this locale."
160
- msgstr "WPtouch प्रो व्यवस्थापक पैनल और समर्थित विषयों को इस स्थान में दिखाया जाएगा."
161
-
162
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:86
163
- msgid "Translate administration panel text"
164
- msgstr "व्यवस्थापन पैनल पाठ अनुवाद करें"
165
-
166
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:97
167
- msgid "Display Mode"
168
- msgstr "डिस्प्ले मोड"
169
-
170
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:103
171
- msgid "Theme Display"
172
- msgstr "थीम डिस्प्ले"
173
-
174
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:108
175
- msgid "Normal (active for all mobile visitors)"
176
- msgstr "सामान्य (सभी मोबाइल दर्शको के लिए सक्रिय)"
177
-
178
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:109
179
- msgid "Preview (active only for logged-in site administrators)"
180
- msgstr "पूर्वावलोकन( केवल लॉग इन साइट प्रशासकों के लिए सक्रिय)"
181
-
182
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:110
183
- msgid "Disabled (mobile theme will never show)"
184
- msgstr "अक्षम(मोबाइल थीम दिखाई नहीं देगा)"
185
-
186
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:119
187
- msgid "Landing Page"
188
- msgstr "लैंडिंग पेज"
189
-
190
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:125
191
- msgid "WPtouch Pro landing page"
192
- msgstr "WPtouch प्रो लैंडिंग पेज"
193
-
194
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:130
195
- msgid "Default (same as WordPress)"
196
- msgstr "डिफ़ॉल्ट (WordPress की तरह)"
197
-
198
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:131
199
- msgid "Select from WordPress pages"
200
- msgstr "वर्डप्रेस के पेजों से चुनें"
201
-
202
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:139
203
- msgid "Custom Slug or URL"
204
- msgstr "कस्टम स्लग या URL"
205
-
206
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:140
207
- msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
208
- msgstr "एक स्लग (अर्थात \"/home\") या एक पूर्ण URL पथ प्रवेश करें"
209
-
210
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:150
211
- msgid "Desktop / Mobile Switching"
212
- msgstr "डेस्कटॉप/मोबाइल बदलना"
213
-
214
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:156
215
- msgid "1st time visitors see desktop theme"
216
- msgstr "प्रथम बार वाले आगंतुक डेस्कटॉप थीम देखते हैं"
217
-
218
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:157
219
- msgid "Your regular theme will be shown to 1st time mobile visitors."
220
- msgstr "आपका नियमित थीम प्रथम बार के मोबाइल आगंतुकों को दिखाया जाएगा."
221
-
222
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:164
223
- msgid "Show switch link in mobile view"
224
- msgstr "मोबाइल दृश्य में स्विच लिंक दिखाएँ"
225
-
226
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:165
227
- 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."
228
- msgstr "थीम पाद में टॉगल बटन दिखाई देंगे जो उपयोगकर्ताओं को अपने डेस्कटॉप थीम को स्विच करने की अनुमति देंगे. वेब-एप्प मोड में नहीं दिखाया गया है."
229
-
230
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:172
231
- msgid "Choose the target for the mobile switch link"
232
- msgstr "मोबाइल स्विच लिंक के लिए लक्ष्य चुनें"
233
-
234
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:177
235
- msgid "Current page"
236
- msgstr "वर्तमान पेज"
237
-
238
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:178
239
- msgid "Home page"
240
- msgstr "होम पेज"
241
-
242
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:184
243
- msgid "Desktop theme switch buttons"
244
- msgstr "डेस्कटॉप थीम स्विच बटन"
245
-
246
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:185
247
- 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."
248
- msgstr "दर्शकों को अपने डेस्कटॉप थीम से मोबाइल थीम में बदलने की अनुमति देता है. अपने डेस्कटॉप थीम में कहीं भी wptouch_desktop_switch_link() टेम्पलेट टैग रख कर आप स्विच बटन के प्लेसमेंट को अनुकूलित कर सकते हैं."
249
-
250
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:189
251
- msgid "Automatically inserted inline"
252
- msgstr "स्वचालित रूप से सम्मिलित इनलाइन"
253
-
254
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:190
255
- msgid "Automatically inserted with AJAX (better for caching)"
256
- msgstr "स्वचालित रूप से AJAX सम्मिलित है(कैशिंग के लिए बेहतर))"
257
-
258
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:191
259
- msgid "Template tag"
260
- msgstr "टेम्पलेट टैग"
261
-
262
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:200
263
- msgid "Custom Code"
264
- msgstr "कस्टम कोड"
265
-
266
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:206
267
- msgid "HTML, JavaScript, statistics or custom code"
268
- msgstr "HTML, जावास्क्रिप्ट, सांख्यिकी या कस्टम कोड"
269
-
270
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:207
271
- msgid "Enter any custom code here to be output in the theme footer."
272
- msgstr "थीम पाद लेख में आउटपुट के लिए यहां कोई भी कस्टम कोड प्रवेश करें."
273
-
274
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:217
275
- msgid "Custom Stylesheet"
276
- msgstr "कस्टम स्टाइलशीट"
277
-
278
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:223
279
- msgid "URL to a custom CSS file to load"
280
- msgstr "एक कस्टम CSS फाइल लोड करने के लिए URL"
281
-
282
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:224
283
- msgid "Useful if you have specific compatibility CSS you need to add."
284
- msgstr "लाभदायक यदि आप के पास विशिष्ट संगतता CSS है तो आपको जोड़ना होगा."
285
-
286
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:234
287
- msgid "Shortcodes"
288
- msgstr "लघुकोड"
289
-
290
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:240
291
- msgid "Remove these shortcodes when WPtouch Pro is active"
292
- msgstr "इन शॉर्टकोड को निकालें जब WPtouch प्रो सक्रिय है"
293
-
294
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:241
295
- msgid "Enter a comma separated list of shortcodes to remove."
296
- msgstr "हटाने के लिए एक अल्पविराम विभाजित शॉर्टकोड की सूची प्रवेश करें."
297
-
298
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:251
299
- msgid "Ignored URLs"
300
- msgstr "उपेक्षित URLs"
301
-
302
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:257
303
- msgid "Do not load WPtouch Pro on these URLs/Pages"
304
- msgstr "इन URLs/पेजों पर WPtouch प्रो लोड न करें"
305
-
306
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:258
307
- msgid "Each permalink URL fragment should be on its own line and relative, e.g. \"/about\" or \"/products/store\""
308
- msgstr "प्रत्येक स्थाई लिंक URL के टुकड़े को अपने निजी लाइन और परस्पर सम्बन्धित होना चाहिए, उदाहरण. \"/बारे में\" या \"/उत्पाद/स्टोर\""
309
-
310
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:268
311
- msgid "Desktop Theme"
312
- msgstr "डेस्कटॉप थीम"
313
-
314
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:274
315
- msgid "Try to include desktop theme functions.php file"
316
- msgstr "desktop theme functions.php फाइल शामिल करने की कोशिश करें"
317
-
318
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:275
319
- msgid "This may be required for desktop themes with unique features that are not showing when WPtouch Pro is active."
320
- msgstr "यह शायद अद्वितीय विशेषताओं के साथ डेस्कटॉप थीम के लिए आवश्यक हो सकता है जो WPtouch प्रो सक्रिय होने पर नहीं दिखते है."
321
-
322
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:282
323
- msgid "Method to load file"
324
- msgstr "फ़ाइल लोड करने के लिए विधि"
325
-
326
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:287
327
- msgid "Include file directly"
328
- msgstr "सीधे फाइल को शामिल करता है"
329
-
330
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:288
331
- msgid "Translate and create new files"
332
- msgstr "अनुवाद करें और नई फ़ाइलें बनाएँ"
333
-
334
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:297
335
- msgid "Custom User-Agents"
336
- msgstr "कस्टम उपयोगकर्ता-एजेंट"
337
-
338
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:303
339
- msgid "User-agents (line separated)"
340
- msgstr "उपयोगकर्ता-एजेंट (लाइन अलग है)"
341
-
342
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:304
343
- msgid "Adding additional user-agents will force WPtouch Pro to be active for matching browsers."
344
- msgstr "अतिरिक्त उपयोगकर्ता-एजेंट जोड़ने से WPtouch प्रो ब्राउज़रों मिलान को सक्रिय करने के लिए मजबूर करेंगे."
345
-
346
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:318
347
- msgid "Backup &amp; Import"
348
- msgstr "बैकअप और इम्पोर्ट"
349
-
350
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:324
351
- msgid "Automatically backup settings to the %s folder"
352
- msgstr "%s फ़ोल्डर में स्वचालित रूप से बैकअप सेटिंग रखता है"
353
-
354
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:326
355
- msgid "WPtouch Pro backups your settings each time they are saved."
356
- msgstr "हर बार सहेजे जाने पर WPtouch प्रो आपके सेटिंग्स का बैकअप लेता है."
357
-
358
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:337
359
- msgid "Tools &amp; Debug"
360
- msgstr "उपकरण और डीबग"
361
-
362
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:343
363
- msgid "Use jQuery 2.0 in themes (faster for mobile devices) instead of WordPress' version"
364
- msgstr "थीम में वर्डप्रेस संस्करण के बजाय jQuery 2.0 (मोबाइल डिवाइस के लिए तेज) उपयोग करें"
365
-
366
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:344
367
- msgid "jQuery 2.0 is significantly smaller and faster than previous jQuery versions - may cause problems with other plugins, use carefully."
368
- msgstr "jQuery 2.0 पिछले jQuery संस्करणों की तुलना में काफी छोटा है और तेज है-अन्य प्लगइनो के साथ समस्या पैदा कर सकता है, सावधानी से उपयोग करें."
369
-
370
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:351
371
- msgid "Show load times and query counts in the footer"
372
- msgstr "पाद लेख में लोड समय और क्वेरी गिनती दिखाता है"
373
-
374
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:352
375
- msgid "Helps you find slow pages/posts on your site."
376
- msgstr "आपके साइट पर धीमे पेज/ पोस्ट को खोजने में मदद करता है."
377
-
378
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:359
379
- msgid "Enable debug log"
380
- msgstr "डिबग लॉग सक्षम करें"
381
-
382
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:360
383
- msgid "Creates a debug file to help diagnose installation issues."
384
- msgstr "निदान स्थापना समस्याओं में मदद करने के लिए एक डिबग फाइल बनाता है."
385
-
386
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:371
387
- msgid "WordPress Plugins"
388
- msgstr "WordPress प्लगइन"
389
-
390
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:384
391
- msgid "Admin Mode"
392
- msgstr "व्यवस्थापक मोड"
393
-
394
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:390
395
- msgid "Admin panel settings shown"
396
- msgstr "व्यवस्थापक पैनल सेटिंग्स दिखाया गया है"
397
-
398
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:395
399
- msgid "Default"
400
- msgstr "डिफ़ॉल्ट"
401
-
402
- #: wptouch-pro-3/admin/pages/wptouch-admin-general-settings.php:396
403
- #: wptouch-pro-3/admin/settings/html/button.php:5
404
- #: wptouch-pro-3/admin/settings/html/checkbox.php:6
405
- #: wptouch-pro-3/admin/settings/html/custom-latest-posts.php:4
406
- #: wptouch-pro-3/admin/settings/html/list.php:16
407
- #: wptouch-pro-3/admin/settings/html/numeric.php:12
408
- #: wptouch-pro-3/admin/settings/html/radiolist.php:12
409
- #: wptouch-pro-3/admin/settings/html/text.php:8
410
- #: wptouch-pro-3/admin/settings/html/textarea.php:8
411
- msgid "Advanced"
412
- msgstr "उन्नत"
413
-
414
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:3
415
- msgid "Theme Menus"
416
- msgstr "थीम मेनू"
417
-
418
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:4
419
- msgid "Menu Setup"
420
- msgstr "मेनू सेटअप"
421
-
422
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:5
423
- msgid "Icon Upload & Sets"
424
- msgstr "आइकन अपलोड और सेट"
425
-
426
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:22
427
- msgid "WordPress Pages"
428
- msgstr "WordPress के पेज"
429
-
430
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:28
431
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:6
432
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:180
433
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:59
434
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:206
435
- msgid "None"
436
- msgstr "कोई नहीं"
437
-
438
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:66
439
- msgid "Menu Options"
440
- msgstr "मेनू विकल्प"
441
-
442
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:72
443
- msgid "Enable parent items as links"
444
- msgstr "लिंक के रूप में पेरेंट आइटम सक्षम करें"
445
-
446
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:73
447
- msgid "If disabled, parent menu items will only toggle child items."
448
- msgstr "यदि अक्षम है, तो पेरेंट मेनू आइटम केवल चाइल्ड आइटम के साथ टॉगल होगा."
449
-
450
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:80
451
- msgid "Use menu icons"
452
- msgstr "मेनू आइकन प्रयोग करें"
453
-
454
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:104
455
- msgid "Icon Upload"
456
- msgstr "आइकन अपलोड करें"
457
-
458
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:117
459
- msgid "Uploaded Icons"
460
- msgstr "अपलोड हुए आइकन"
461
-
462
- #: wptouch-pro-3/admin/pages/wptouch-admin-menus.php:130
463
- msgid "Icon Sets"
464
- msgstr "आइकन समूह"
465
-
466
- #: wptouch-pro-3/admin/pages/wptouch-admin-themes-and-addons.php:3
467
- msgid "Themes"
468
- msgstr "थीम"
469
-
470
- #: wptouch-pro-3/admin/pages/wptouch-admin-themes-and-addons.php:4
471
- msgid "Extensions"
472
- msgstr "एक्सटेंशन"
473
-
474
- #: wptouch-pro-3/admin/pages/wptouch-admin-touchboard.php:3
475
- #: wptouch-pro-3/core/admin-menu.php:34 wptouch-pro-3/core/admin-menu.php:38
476
- msgid "What's New"
477
- msgstr "नया क्या है"
478
-
479
- #: wptouch-pro-3/admin/settings/html/addon-browser-item.php:38
480
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:8
481
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:20
482
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:59
483
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:41
484
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:62
485
- msgid "by %s"
486
- msgstr "%s के द्वारा"
487
-
488
- #: wptouch-pro-3/admin/settings/html/addon-browser-item.php:43
489
- msgid "This add-on is only available in WPtouch Pro"
490
- msgstr "यह ऐड- ऑन WPtouch प्रो में ही उपलब्ध है"
491
-
492
- #: wptouch-pro-3/admin/settings/html/backup.php:1
493
- msgid "Download Backup File"
494
- msgstr "बैकअप फाइल डाउनलोड करें"
495
-
496
- #: wptouch-pro-3/admin/settings/html/backup.php:2
497
- msgid "Restore Backup File"
498
- msgstr "बैकअप फाइल को पुनर्स्थापित करें"
499
-
500
- #: wptouch-pro-3/admin/settings/html/button.php:6
501
- #: wptouch-pro-3/admin/settings/html/checkbox.php:7
502
- #: wptouch-pro-3/admin/settings/html/custom-latest-posts.php:8
503
- #: wptouch-pro-3/admin/settings/html/list.php:20
504
- #: wptouch-pro-3/admin/settings/html/numeric.php:16
505
- #: wptouch-pro-3/admin/settings/html/radiolist.php:14
506
- #: wptouch-pro-3/admin/settings/html/text.php:9
507
- #: wptouch-pro-3/admin/settings/html/textarea.php:9
508
- msgid "New"
509
- msgstr "नया"
510
-
511
- #: wptouch-pro-3/admin/settings/html/color.php:6
512
- msgid "Undo"
513
- msgstr "पूर्ववत् करें"
514
-
515
- #: wptouch-pro-3/admin/settings/html/color.php:7
516
- msgid "Desktop theme colors"
517
- msgstr "डेस्कटॉप थीम रंग"
518
-
519
- #: wptouch-pro-3/admin/settings/html/color.php:7
520
- msgid "Palette"
521
- msgstr "पैलेट"
522
-
523
- #: wptouch-pro-3/admin/settings/html/custom-latest-posts.php:1
524
- msgid "Custom latest posts page"
525
- msgstr "कस्टम नवीनतम पोस्ट पेज"
526
-
527
- #: wptouch-pro-3/admin/settings/html/custom_icon_management.php:3
528
- msgid "No icons have been uploaded yet"
529
- msgstr "अभी तक कोई भी आइकन अपलोड किया नहीं गया है"
530
-
531
- #: wptouch-pro-3/admin/settings/html/custom_icon_management.php:12
532
- #: wptouch-pro-3/admin/settings/html/image-upload.php:13
533
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:18
534
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:115
535
- msgid "Delete"
536
- msgstr "हटाएँ"
537
-
538
- #: wptouch-pro-3/admin/settings/html/custom_icon_upload.php:3
539
- msgid "Upload Icon"
540
- msgstr "आइकन अपलोड करें"
541
-
542
- #: wptouch-pro-3/admin/settings/html/custom_icon_upload.php:4
543
- #: wptouch-pro-3/admin/settings/html/image-upload.php:15
544
- msgid "Upload Complete!"
545
- msgstr "अपलोड समाप्त!"
546
-
547
- #: wptouch-pro-3/admin/settings/html/custom_icon_upload.php:9
548
- msgid "Ready to upload"
549
- msgstr "अपलोड के लिए तैयार"
550
-
551
- #: wptouch-pro-3/admin/settings/html/debuginfo.php:12
552
- msgid "View Debug File"
553
- msgstr "डीबग फाइल देखें"
554
-
555
- #: wptouch-pro-3/admin/settings/html/debuginfo.php:16
556
- #: wptouch-pro-3/admin/settings/html/debuginfo.php:18
557
- msgid "Your Server Configuration"
558
- msgstr "आपके सर्वर का कॉन्फ़िगरेशन"
559
-
560
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:5
561
- msgid "Check All"
562
- msgstr "सभी की जाँच करें"
563
-
564
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:7
565
- msgid "Reset"
566
- msgstr "रीसेट करें"
567
-
568
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:9
569
- #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:13
570
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:21
571
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:32
572
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:112
573
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:23
574
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:36
575
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:82
576
- #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:13
577
- msgid "Menu"
578
- msgstr "मेनू"
579
-
580
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:19
581
- msgid "Active menus used in this theme."
582
- msgstr "इस थीम में प्रयोग सक्रिय मेनू."
583
-
584
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:23
585
- msgid "Show/Hide"
586
- msgstr "दिखाएँ/छुपाएँ"
587
-
588
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:24
589
- msgid "Menu Item"
590
- msgstr "मेनू आइटम"
591
-
592
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:44
593
- msgid "Icon Set"
594
- msgstr "आइकन समूह"
595
-
596
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:54
597
- msgid "Drag icons to associate them with menu items"
598
- msgstr "मेनू आइटम के साथ संबद्धित करने के लिए आइकन खींचें"
599
-
600
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:79
601
- msgid "You don't have any custom icons yet."
602
- msgstr "आपके पास अभी तक कोई भी कस्टम आइकन नहीं है."
603
-
604
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:94
605
- msgid "Default Icon"
606
- msgstr "डिफ़ॉल्ट आइकन"
607
-
608
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:95
609
- msgid "applies to all unset icons"
610
- msgstr "सभी अनसेट आइकन पर लागू होता है"
611
-
612
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:103
613
- msgid "Trash"
614
- msgstr "कचरा"
615
-
616
- #: wptouch-pro-3/admin/settings/html/icon_menu_area.php:104
617
- msgid "drag icon here to reset"
618
- msgstr "रीसेट करने के लिए यहां आइकन खींचें"
619
-
620
- #: wptouch-pro-3/admin/settings/html/image-upload.php:11
621
- msgid "Upload"
622
- msgstr "अपलोड"
623
-
624
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets.php:2
625
- msgid "Gathering information about available icon sets..."
626
- msgstr "उपलब्ध आइकन समूह के बारे में जानकारी जुटाना..."
627
-
628
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets.php:4
629
- #: wptouch-pro-3/core/notifications.php:264
630
- msgid "The %s%s%s directory is not currently writable. %sPlease fix this issue to enable installation of additional icon sets."
631
- msgstr "%s%s%s निर्देशिका वर्तमान लिखने योग्य नहीं है. %s कृपया अतिरिक्त आइकन सेट की स्थापना सक्षम के लिए इस मुद्दे को ठीक करें."
632
-
633
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:4
634
- #: wptouch-pro-3/core/class-wptouch-pro.php:1555
635
- #: wptouch-pro-3/core/class-wptouch-pro.php:1556
636
- #: wptouch-pro-3/core/config.php:54
637
- msgid "Custom Icons"
638
- msgstr "कस्टम आइकन"
639
-
640
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:9
641
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:22
642
- msgid "Installed"
643
- msgstr "स्थापित"
644
-
645
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:21
646
- msgid "Installing..."
647
- msgstr "स्थापित हो रहा है..."
648
-
649
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:21
650
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:66
651
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:96
652
- msgid "Install"
653
- msgstr "स्थापना करें"
654
-
655
- #: wptouch-pro-3/admin/settings/html/installed_icon_sets_ajax.php:23
656
- msgid "Unable to Install"
657
- msgstr "स्थापना करने में असमर्थ"
658
-
659
- #: wptouch-pro-3/admin/settings/html/plugin-compat-ajax.php:11
660
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:64
661
- msgid "Enable %s"
662
- msgstr "%s सक्षम करें"
663
-
664
- #: wptouch-pro-3/admin/settings/html/plugin-compat-ajax.php:12
665
- msgid "When unchecked, %s will be disabled for users viewing your WPtouch Pro theme."
666
- msgstr "अपरीक्षित होने पर, आपके WPtouch प्रो थीम देखने वाले उपयोगकर्ताओं के लिए %s निष्क्रिय हो जाएगा."
667
-
668
- #: wptouch-pro-3/admin/settings/html/plugin-compat-ajax.php:20
669
- msgid "No plugins to disable."
670
- msgstr "निष्क्रिय करने के लिए कोई प्लगइन नहीं है."
671
-
672
- #: wptouch-pro-3/admin/settings/html/plugin-compat.php:3
673
- msgid "Your active plugin list is refreshing"
674
- msgstr "आपकी सक्रिय प्लगइन सूची रीप्रेश हो रही है"
675
-
676
- #: wptouch-pro-3/admin/settings/html/redirect.php:17
677
- msgid "WordPress Page"
678
- msgstr "WordPress पेज"
679
-
680
- #: wptouch-pro-3/admin/settings/html/restore.php:2
681
- msgid "Please paste your encoded settings below and save to restore your settings."
682
- msgstr "कृपया अपने इनकोडेड सेटिंग्स को नीचे पेस्ट करें और अपनी सेटिंग्स को पुनर्स्थापित करने के लिए सहेजें."
683
-
684
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:6
685
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:6
686
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:10
687
- msgid "Click to view screenshots"
688
- msgstr "स्क्रीनशॉट देखने के लिए क्लिक करें"
689
-
690
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:11
691
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:74
692
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:105
693
- msgid "Setup"
694
- msgstr "सेटअप"
695
-
696
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:16
697
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:112
698
- msgid "Copy"
699
- msgstr "प्रतिलिपि"
700
-
701
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:54
702
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:57
703
- msgid "This theme supports %s devices"
704
- msgstr "यह थीम %s डिवाइसों का समर्थन करता है"
705
-
706
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:64
707
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:69
708
- msgid "Theme location: %s"
709
- msgstr "थीम स्थान: %s"
710
-
711
- #: wptouch-pro-3/admin/settings/html/theme-browser-item.php:65
712
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:48
713
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:70
714
- msgid "Relative to your WordPress wp-content directory."
715
- msgstr "आपके WordPress wp-सामग्री निर्देशिका के सापेक्ष है."
716
-
717
- #: wptouch-pro-3/admin/settings/html/touchboard.php:6
718
- msgid "Quick Links"
719
- msgstr "त्वरित लिंक"
720
-
721
- #: wptouch-pro-3/admin/settings/html/touchboard.php:8
722
- msgid "What's New Changelog"
723
- msgstr "नए बदले लॉग क्या है"
724
-
725
- #: wptouch-pro-3/admin/settings/html/touchboard.php:9
726
- msgid "Product Knowledgebase"
727
- msgstr "उत्पाद ज्ञानकोष"
728
-
729
- #: wptouch-pro-3/admin/settings/html/touchboard.php:10
730
- msgid "Product Support"
731
- msgstr "उत्पाद समर्थन"
732
-
733
- #: wptouch-pro-3/admin/settings/html/touchboard.php:11
734
- msgid "Manage Account"
735
- msgstr "अंकाउट प्रबंधित करें"
736
-
737
- #: wptouch-pro-3/admin/settings/html/touchboard.php:12
738
- msgid "Manage License"
739
- msgstr "लाइसेंस प्रबंधन"
740
-
741
- #: wptouch-pro-3/admin/settings/html/touchboard.php:18
742
- msgid "WPtouch News"
743
- msgstr "WPtouch समाचार"
744
-
745
- #: wptouch-pro-3/admin/settings/html/touchboard.php:19
746
- msgid "Read More"
747
- msgstr "अधिक पढ़ें"
748
-
749
- #: wptouch-pro-3/admin/settings/html/touchboard.php:25
750
- msgid "WPtouch Updates"
751
- msgstr "WPtouch अपडेट"
752
-
753
- #: wptouch-pro-3/admin/settings/html/touchboard.php:35
754
- msgid "What's New in %s"
755
- msgstr "%s में नया क्या है"
756
-
757
- #: wptouch-pro-3/admin/settings/html/touchboard.php:38
758
- #: wptouch-pro-3/admin/settings/html/touchboard.php:40
759
- #: wptouch-pro-3/core/admin-menu.php:59
760
- msgid "License"
761
- msgstr "लाइसेंस"
762
-
763
- #: wptouch-pro-3/admin/settings/html/touchboard.php:38
764
- msgid "Unlicensed"
765
- msgstr "बिना लाइसेंस"
766
-
767
- #: wptouch-pro-3/admin/settings/html/touchboard.php:38
768
- #: wptouch-pro-3/core/class-wptouch-pro.php:453
769
- msgid "Offline"
770
- msgstr "ऑफलाइन"
771
-
772
- #: wptouch-pro-3/admin/settings/html/touchboard.php:40
773
- msgid "Active"
774
- msgstr "सक्रिय"
775
-
776
- #: wptouch-pro-3/admin/settings/html/touchboard.php:40
777
- msgid "Online"
778
- msgstr "ऑनलाइन"
779
-
780
- #: wptouch-pro-3/admin/settings/html/touchboard.php:64
781
- msgid "%s Change Log"
782
- msgstr "%s परिवर्तन लॉग"
783
-
784
- #: wptouch-pro-3/admin/settings/html/user-agent-list.php:4
785
- #: wptouch-pro-3/admin/settings/html/user-agent-list.php:6
786
- msgid "WPtouch Pro will be active when any of the following user-agents or user-agent combinations are matched"
787
- msgstr "WPtouch प्रो तब सक्रिय हो जाएगा जब निम्नलिखित उपयोगकर्ता-एजेंट या उपयोगकर्ता-एजेंट संयोजन का मिलान होगा"
788
-
789
- #: wptouch-pro-3/admin/settings/include/custom-latest-posts.php:14
790
- msgid "None (Use WordPress Settings)"
791
- msgstr "कोई नहीं (वर्डप्रेस सेटिंग्स उपयोग करें)"
792
-
793
- #: wptouch-pro-3/core/admin-ajax.php:286
794
- msgid "Version %s"
795
- msgstr "संस्करण %s"
796
-
797
- #: wptouch-pro-3/core/admin-ajax.php:292
798
- msgid "There is a temporary issue retrieving the change-log. Please try again later."
799
- msgstr "परिवर्तन लॉग पुन: प्राप्त करने में एक अस्थायी समस्या है. कृपया बाद में पुन: प्रयास करें."
800
-
801
- #: wptouch-pro-3/core/admin-menu.php:39
802
- msgid "Core Settings"
803
- msgstr "कोर सेटिंग्स"
804
-
805
- #: wptouch-pro-3/core/admin-menu.php:40
806
- msgid "Themes & Extensions"
807
- msgstr "थीम्स और एक्सटेंशन"
808
-
809
- #: wptouch-pro-3/core/admin-menu.php:41
810
- msgid "Theme Settings"
811
- msgstr "थीम सेटिंग्स"
812
-
813
- #: wptouch-pro-3/core/admin-menu.php:41
814
- msgid "%s Settings"
815
- msgstr "%s सेटिंग्स"
816
-
817
- #: wptouch-pro-3/core/admin-menu.php:46
818
- msgid "Extension Settings"
819
- msgstr "एक्सटेंशन सेटिंग्स"
820
-
821
- #: wptouch-pro-3/core/admin-menu.php:51 wptouch-pro-3/core/admin-menu.php:53
822
- msgid "Menus"
823
- msgstr "मेनू"
824
-
825
- #: wptouch-pro-3/core/admin-page-templates.php:16
826
- msgid "Mobile Page Template"
827
- msgstr "मोबाइल पेज टेम्पलेट"
828
-
829
- #: wptouch-pro-3/core/admin-render.php:25
830
- msgid "This copy of %s is currently unlicensed!"
831
- msgstr "%s की यह प्रतिलिपि वर्तमान बिना लाइसेंस की है!"
832
-
833
- #: wptouch-pro-3/core/admin-render.php:27
834
- msgid "Add a license %s"
835
- msgstr "एक %s लाइसेंस जोड़ें"
836
-
837
- #: wptouch-pro-3/core/admin-render.php:81
838
- msgid "Save Changes"
839
- msgstr "परिवर्तन सहेजें"
840
-
841
- #: wptouch-pro-3/core/admin-render.php:82
842
- msgid "Preview Theme"
843
- msgstr "पूर्वावलोकन थीम"
844
-
845
- #: wptouch-pro-3/core/admin-render.php:83
846
- msgid "Reset Settings"
847
- msgstr "सेटिंग्स को रीसेट करें"
848
-
849
- #: wptouch-pro-3/core/class-wptouch-pro.php:232
850
- 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."
851
- msgstr "अपलोड / WPtouch डेटा निर्देशिका से स्वचालित थीम माइग्रेशन विफल रहा है. इस मुद्दे के समाधान के लिए मैन्युअल रूप से फाइले wp-content/wptouch-data या %scontact support%s को भेंजे."
852
-
853
- #: wptouch-pro-3/core/class-wptouch-pro.php:239
854
- msgid "Please wait, we are downloading a fresh copy of your active WPtouch theme from the Cloud."
855
- msgstr "कृपया प्रतीक्षा करें, हम क्लाउड से आपके सक्रिय WPtouch थीम की एक नई प्रतिलिपि डाउनलोड कर रहे हैं."
856
-
857
- #: wptouch-pro-3/core/class-wptouch-pro.php:242
858
- msgid "We were unable to install your WPtouch theme from the Cloud. Please visit %sthis article%s for more information."
859
- msgstr "हम क्लाउड से आपके WPtouch थीम को स्थापित करने में असमर्थ थे. कृपया अधिक जानकारी के लिए %sthis article%s पर जाएँ."
860
-
861
- #: wptouch-pro-3/core/class-wptouch-pro.php:449
862
- msgid "Unsupported Browser"
863
- msgstr "असमर्थित ब्राउजर"
864
-
865
- #: wptouch-pro-3/core/class-wptouch-pro.php:450
866
- msgid "Theme Preview requires Chrome or Safari."
867
- msgstr "थीम पूर्वावलोकन को क्रोम या सफारी की आवश्यकता है."
868
-
869
- #: wptouch-pro-3/core/class-wptouch-pro.php:451
870
- msgid "This will reset all WPtouch Pro settings.\nAre you sure?"
871
- msgstr "यह सभी WPtouch प्रो सेटिंग्स रीसेट कर देगा.\n क्या आपको यकीन है?"
872
-
873
- #: wptouch-pro-3/core/class-wptouch-pro.php:452
874
- msgid "This will reset all WPtouch Pro menu and icon settings.\nAre you sure?"
875
- msgstr "यह सभी WPtouch प्रो मेनू और आइकन सेटिंग्स रीसेट कर देगा.\n क्या आपको यकीन है?"
876
-
877
- #: wptouch-pro-3/core/class-wptouch-pro.php:454
878
- msgid "You appear to be offline. Connect to the internet to see available BraveNewCloud items."
879
- msgstr "आप ऑफ़लाइन दिखाई देते हैं. उपलब्ध BraveNewCloud आइटम देखने के लिए इंटरनेट से कनेक्ट करें."
880
-
881
- #: wptouch-pro-3/core/class-wptouch-pro.php:455
882
- msgid "The item failed to download. Please refresh the page and try again."
883
- msgstr "आइटम डाउनलोड करने में विफल रहा. कृपया पेज रीप्रेश करें और पुन: प्रयास करें."
884
-
885
- #: wptouch-pro-3/core/class-wptouch-pro.php:1069
886
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:207
887
- msgid "Settings"
888
- msgstr "सेटिंग्स"
889
-
890
- #: wptouch-pro-3/core/class-wptouch-pro.php:1150
891
- msgid "WPtouch Pro Changelog"
892
- msgstr "WPtouch प्रो Changelog"
893
-
894
- #: wptouch-pro-3/core/class-wptouch-pro.php:2326
895
- msgid "Directory Problem"
896
- msgstr "निर्देशिका समस्या"
897
-
898
- #: wptouch-pro-3/core/class-wptouch-pro.php:2327
899
- msgid "One or more required directories could not be created"
900
- msgstr "एक या अधिक आवश्यक निर्देशिका बनाई नहीं जा सकती है"
901
-
902
- #: wptouch-pro-3/core/globals.php:192
903
- msgid "smartphone"
904
- msgstr "स्मार्टफोन"
905
-
906
- #: wptouch-pro-3/core/globals.php:194
907
- msgid "tablet"
908
- msgstr "टैबलेट"
909
-
910
- #: wptouch-pro-3/core/notifications.php:121
911
- msgid "License Missing"
912
- msgstr "गुम लाइसेंस"
913
-
914
- #: wptouch-pro-3/core/notifications.php:122
915
- msgid "This installation of WPtouch Pro is currently unlicensed."
916
- msgstr "WPtouch प्रो का यह स्थापना वर्तमान में बिना लाइसेंस की है."
917
-
918
- #: wptouch-pro-3/core/notifications.php:133
919
- msgid "WPtouch Pro %s"
920
- msgstr "WPtouch प्रो %s"
921
-
922
- #: wptouch-pro-3/core/notifications.php:134
923
- msgid "A new version of WPtouch Pro is available."
924
- msgstr "WPtouch प्रो का एक नया संस्करण उपलब्ध है."
925
-
926
- #: wptouch-pro-3/core/notifications.php:145
927
- msgid "Theme Update Available"
928
- msgstr "थीम अपडेट उपलब्ध है"
929
-
930
- #: wptouch-pro-3/core/notifications.php:146
931
- msgid "One or more updates are available for your installed themes."
932
- msgstr "आपके स्थापित थीम के लिए एक या अधिक अपडेट उपलब्ध है."
933
-
934
- #: wptouch-pro-3/core/notifications.php:160
935
- msgid "Extension Update Available"
936
- msgstr "एक्सटेंशन अपडेट उपलब्ध है"
937
-
938
- #: wptouch-pro-3/core/notifications.php:161
939
- msgid "One or more updates are available for your installed extensions."
940
- msgstr "आपके स्थापित एक्सटेंशन के लिए एक या अधिक अपडेट उपलब्ध हैं."
941
-
942
- #: wptouch-pro-3/core/notifications.php:173
943
- msgid "Preview Mode Enabled"
944
- msgstr "पूर्वावलोकन मोड सक्षम है"
945
-
946
- #: wptouch-pro-3/core/notifications.php:174
947
- 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."
948
- msgstr "केवल लॉग इन व्यवस्थापक अब मोबाइल विषय देख सकते हैं. आप %sDisplay Mode%s के अंतर्गत %sCore Settings%s में इसे किसी भी समय बदल सकते हैं."
949
-
950
- #: wptouch-pro-3/core/notifications.php:182
951
- msgid "Theme Presentation Disabled"
952
- msgstr "थीम प्रस्तुति अक्षम है"
953
-
954
- #: wptouch-pro-3/core/notifications.php:183
955
- 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."
956
- msgstr "इस समय कोई भी मोबाइल थीम नहीं देख सकता है. आप %sDisplay Mode%s के अंतर्गत %sCore Settings%s में इसे किसी भी समय बदल सकते हैं."
957
-
958
- #: wptouch-pro-3/core/notifications.php:194
959
- msgid "WPtouch Pro prefers pretty permalinks to be enabled within WordPress."
960
- msgstr "WPtouch प्रो वर्ड प्रेस के अंदर स्थाई लिंक का सक्षम होना पसंद करती हैं."
961
-
962
- #: wptouch-pro-3/core/notifications.php:204
963
- msgid "WPtouch Pro will not work fully in safe mode."
964
- msgstr "WPtouch प्रो पूरी तरह से सेफ़ मोड में काम नहीं करेगा."
965
-
966
- #: wptouch-pro-3/core/notifications.php:214
967
- #: wptouch-pro-3/core/notifications.php:224
968
- #: wptouch-pro-3/core/notifications.php:234
969
- msgid "Extra configuration is required. The plugin must be configured to exclude the user agents that WPtouch Pro uses."
970
- msgstr "अतिरिक्त कॉन्फ़िगरेशन की जरूरत है.प्लगइन को ऐसे कॉन्फ़िगर करना चाहिए जिससे उपयोगकर्ता एजेंट, जो WPtouch प्रो उपयोग करते हैं, को बाहर रहें."
971
-
972
- #: wptouch-pro-3/core/notifications.php:244
973
- msgid "Extra configuration is required. Add paths to your active WPtouch Pro theme CSS and Javascript files as files to ignore in WPMinify."
974
- msgstr "अतिरिक्त कॉन्फ़िगरेशन की जरूरत है. WPMinify में फ़ाइलों के रूप में अनदेखा करने के लिए अपने सक्रिय WPtouch Pro theme CSS और जावास्क्रिप्ट फ़ाइलों में पथ जोड़ें."
975
-
976
- #: wptouch-pro-3/core/notifications.php:254
977
- msgid "This plugin may not work correctly in WPtouch Pro, and should be disabled in the Plugin Compatibility section."
978
- msgstr "यह प्लगइन शायद WPtouch प्रो में सही ढंग से काम नहीं करेगा, और इसे प्लगइन संगतता अनुभाग में निष्क्रिय किया जाना चाहिए."
979
-
980
- #: wptouch-pro-3/core/notifications.php:263
981
- msgid "Icon Installation Issue"
982
- msgstr "आइकन स्थापन समस्या"
983
-
984
- #: wptouch-pro-3/core/notifications.php:274
985
- msgid "WPtouch Pro 3 cannot co-exist with WPtouch 1.x. Disable it first in the WordPress Plugins settings."
986
- msgstr "WPtouch प्रो 3 और WPtouch 1.x.एक साथ नहीं रह सकते हैं.वर्ड प्रेस प्लगइन्स सेटिंग्स में पहले इसे अक्षम करें."
987
-
988
- #: wptouch-pro-3/core/notifications.php:284
989
- msgid "WPtouch Pro 3 cannot co-exist with WPtouch Pro 2.x. Disable it first in the WordPress Plugins settings."
990
- msgstr "WPtouch प्रो 3 और WPtouch प्रो 2.x.एक साथ नहीं रह सकते हैं.वर्ड प्रेस प्लगइन्स सेटिंग्स में पहले इसे अक्षम करें."
991
-
992
- #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:179
993
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:42
994
- msgid "%d second ago"
995
- msgid_plural "%d seconds ago"
996
- msgstr[0] "%d सेकेंड पहले"
997
- msgstr[1] "%d सेकेंड पहले"
998
-
999
- #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:182
1000
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:45
1001
- msgid "%d minute ago"
1002
- msgid_plural "%d minutes ago"
1003
- msgstr[0] "%d मिनट पहले"
1004
- msgstr[1] "%d मिनट पहले"
1005
-
1006
- #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:185
1007
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:48
1008
- msgid "%d hour ago"
1009
- msgid_plural "%d hours ago"
1010
- msgstr[0] "%d घंटे पहले"
1011
- msgstr[1] "%d घंटे पहले"
1012
-
1013
- #: wptouch-pro-3/include/add-ons/wordtwit-pro.php:188
1014
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:51
1015
- msgid "%d day ago"
1016
- msgid_plural "%d days ago"
1017
- msgstr[0] "%d दिन पहले"
1018
- msgstr[1] "%d दिन पहले"
1019
-
1020
- #: wptouch-pro-3/include/html/desktop-switch.php:2
1021
- msgid "Desktop Version"
1022
- msgstr "डेस्कटॉप संस्करण"
1023
-
1024
- #: wptouch-pro-3/include/html/desktop-switch.php:2
1025
- msgid "Switch To Mobile Version"
1026
- msgstr "मोबाइल संस्करण में स्विच करें"
1027
-
1028
- #: wptouch-pro-3/include/html/footer.php:2
1029
- msgid "Powered by %s%s%s"
1030
- msgstr "%s%s%s द्वारा संचालित"
1031
-
1032
- #: wptouch-pro-3/include/html/footer.php:3
1033
- msgid "By %s"
1034
- msgstr "%s के द्वारा"
1035
-
1036
- #: wptouch-pro-3/include/html/load-times.php:2
1037
- msgid "%d queries in %0.1f ms"
1038
- msgstr "%0.1f ms में %d प्रश्न"
1039
-
1040
- #: wptouch-pro-3/include/html/page-template.php:8
1041
- msgid "Default Template"
1042
- msgstr "डिफ़ॉल्ट टेम्पलेट"
1043
-
1044
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:35
1045
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:47
1046
- msgid "Upgrading..."
1047
- msgstr "अपग्रेड हो रहा है..."
1048
-
1049
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:35
1050
- msgid "Upgrade to %s"
1051
- msgstr "%s में अपग्रेड करें"
1052
-
1053
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:47
1054
- msgid "Extension location: %s"
1055
- msgstr "एक्सटेंशन स्थान: %s"
1056
-
1057
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:56
1058
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:81
1059
- msgid "More Info"
1060
- msgstr "अधिक जानकारी"
1061
-
1062
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:59
1063
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:84
1064
- msgid "Upgrade License"
1065
- msgstr "लाइसेंस अपग्रेड करें"
1066
-
1067
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:61
1068
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:86
1069
- msgid "Get License"
1070
- msgstr "लाइसेंस प्राप्त करें"
1071
-
1072
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:66
1073
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:95
1074
- msgid "Downloading..."
1075
- msgstr "डाउनलोड हो रहा है..."
1076
-
1077
- #: wptouch-pro-3/pro/settings/html/extension-browser-item.php:75
1078
- msgid "Deactivate"
1079
- msgstr "निष्क्रिय करें"
1080
-
1081
- #: wptouch-pro-3/pro/settings/html/extension-browser-pro.php:10
1082
- msgid "Loading Cloud Extensions"
1083
- msgstr "क्लाउड एक्सटेंशन लोड हो रहा है"
1084
-
1085
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:49
1086
- msgid "Update to %s"
1087
- msgstr "%s में अपडेट करें"
1088
-
1089
- #: wptouch-pro-3/pro/settings/html/theme-browser-item.php:89
1090
- msgid "Buy Now"
1091
- msgstr "अभी खरीदें"
1092
-
1093
- #: wptouch-pro-3/pro/settings/html/theme-browser-pro.php:11
1094
- msgid "Loading Cloud Themes"
1095
- msgstr "क्लाउड थीम्स लोड हो रहा है"
1096
-
1097
- #: wptouch-pro-3/themes/foundation/default/404.php:6
1098
- msgid "404 Not Found"
1099
- msgstr "404 नहीं मिला"
1100
-
1101
- #: wptouch-pro-3/themes/foundation/default/404.php:8
1102
- msgid "The post or page you requested is no longer available."
1103
- msgstr "आपके द्वारा अनुरोधित पोस्ट या पेज अब उपलब्ध नहीं है."
1104
-
1105
- #: wptouch-pro-3/themes/foundation/default/attachment.php:43
1106
- msgid "&laquo; previous in gallery"
1107
- msgstr "&laquo; गैलरी में पहले"
1108
-
1109
- #: wptouch-pro-3/themes/foundation/default/attachment.php:45
1110
- msgid "next in gallery &raquo;"
1111
- msgstr "गैलरी में अगला &raquo;"
1112
-
1113
- #: wptouch-pro-3/themes/foundation/default/comments.php:10
1114
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:33
1115
- msgid "no responses"
1116
- msgstr "कोई जवाब नहीं"
1117
-
1118
- #: wptouch-pro-3/themes/foundation/default/comments.php:10
1119
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:33
1120
- msgid "1 response"
1121
- msgstr "1 जवाब"
1122
-
1123
- #: wptouch-pro-3/themes/foundation/default/comments.php:10
1124
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:33
1125
- msgid "% responses"
1126
- msgstr "% जवाब"
1127
-
1128
- #: wptouch-pro-3/themes/foundation/default/comments.php:20
1129
- #: wptouch-pro-3/themes/foundation/default/comments.php:26
1130
- msgid "Load More Comments&hellip;"
1131
- msgstr "अतिरिक्त टिप्पणियाँ और सहायता लोड करें"
1132
-
1133
- #: wptouch-pro-3/themes/foundation/default/comments.php:38
1134
- msgid "Comments are closed"
1135
- msgstr "टिप्पणियाँ बंद हैं"
1136
-
1137
- #: wptouch-pro-3/themes/foundation/default/comments.php:48
1138
- msgid "Cancel"
1139
- msgstr "रद्द करें"
1140
-
1141
- #: wptouch-pro-3/themes/foundation/default/comments.php:51
1142
- msgid "Leave a Reply"
1143
- msgstr "एक उत्तर छोड़ दें"
1144
-
1145
- #: wptouch-pro-3/themes/foundation/default/comments.php:51
1146
- msgid "Leave a Reply to %s"
1147
- msgstr "%s के लिए एक उत्तर छोड़ दें"
1148
-
1149
- #: wptouch-pro-3/themes/foundation/default/comments.php:54
1150
- msgid "You must be %slogged in%s to post a comment."
1151
- msgstr "एक टिप्पणी पोस्ट करने के लिए आपको %sलॉग इन%s होना होगा."
1152
-
1153
- #: wptouch-pro-3/themes/foundation/default/comments.php:61
1154
- msgid "Logged in as"
1155
- msgstr "के रूप में लॉगइन"
1156
-
1157
- #: wptouch-pro-3/themes/foundation/default/comments.php:61
1158
- msgid "Log out"
1159
- msgstr "लॉगआउट करें"
1160
-
1161
- #: wptouch-pro-3/themes/foundation/default/comments.php:65
1162
- msgid "Name"
1163
- msgstr "नाम"
1164
-
1165
- #: wptouch-pro-3/themes/foundation/default/comments.php:67
1166
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:78
1167
- msgid "E-Mail"
1168
- msgstr "ई-मेल"
1169
-
1170
- #: wptouch-pro-3/themes/foundation/default/comments.php:69
1171
- msgid "Website"
1172
- msgstr "वेबसाइट"
1173
-
1174
- #: wptouch-pro-3/themes/foundation/default/comments.php:75
1175
- msgid "Publish"
1176
- msgstr "प्रकाशित करना"
1177
-
1178
- #: wptouch-pro-3/themes/foundation/default/formerror.php:6
1179
- msgid "Comment Error"
1180
- msgstr "त्रुटि टिप्पणी करें"
1181
-
1182
- #: wptouch-pro-3/themes/foundation/default/formerror.php:8
1183
- msgid "Please enter all fields correctly to post a comment."
1184
- msgstr "कृपया एक टिप्पणी पोस्ट करने के लिए सही ढंग से सभी क्षेत्र प्रवेश करें."
1185
-
1186
- #: wptouch-pro-3/themes/foundation/default/formerror.php:9
1187
- msgid "Go back"
1188
- msgstr "पीछे जाएं"
1189
-
1190
- #: wptouch-pro-3/themes/foundation/default/index.php:33
1191
- #: wptouch-pro-3-extras/themes/classic-redux/default/index.php:34
1192
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:60
1193
- #: wptouch-pro-3-extras/themes/hammock/default/index.php:34
1194
- msgid "newer posts"
1195
- msgstr "नए पोस्ट"
1196
-
1197
- #: wptouch-pro-3/themes/foundation/default/index.php:33
1198
- #: wptouch-pro-3-extras/themes/classic-redux/default/index.php:34
1199
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:56
1200
- #: wptouch-pro-3-extras/themes/hammock/default/index.php:34
1201
- msgid "older posts"
1202
- msgstr "पुराने पोस्ट"
1203
-
1204
- #: wptouch-pro-3/themes/foundation/default/nav-bar.php:6
1205
- #: wptouch-pro-3-extras/themes/bauhaus/default/nav-bar.php:6
1206
- msgid "previous post"
1207
- msgstr "पिछला पोस्ट"
1208
-
1209
- #: wptouch-pro-3/themes/foundation/default/nav-bar.php:12
1210
- #: wptouch-pro-3-extras/themes/bauhaus/default/nav-bar.php:13
1211
- msgid "next post"
1212
- msgstr "अगला पोस्ट"
1213
-
1214
- #: wptouch-pro-3/themes/foundation/default/one-comment.php:12
1215
- msgid "Your comment is awaiting moderation"
1216
- msgstr "आपकी टिप्पणी मॉडरेशन की प्रतीक्षा में है"
1217
-
1218
- #: wptouch-pro-3/themes/foundation/default/related-posts.php:4
1219
- msgid "Related"
1220
- msgstr "संबंधित"
1221
-
1222
- #: wptouch-pro-3/themes/foundation/default/search.php:6
1223
- #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:6
1224
- #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:5
1225
- #: wptouch-pro-3-extras/themes/hammock/default/search.php:5
1226
- msgid "You searched for \"%s\""
1227
- msgstr "आपने \"%s\" को खोजा है"
1228
-
1229
- #: wptouch-pro-3/themes/foundation/default/search.php:16
1230
- #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:15
1231
- #: wptouch-pro-3-extras/themes/hammock/default/search.php:16
1232
- msgid "%s results"
1233
- msgstr "%s परिणाम"
1234
-
1235
- #: wptouch-pro-3/themes/foundation/default/search.php:36
1236
- #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:38
1237
- #: wptouch-pro-3-extras/themes/hammock/default/search.php:40
1238
- msgid "No search results found"
1239
- msgstr "कोई खोज परिणाम नहीं मिला"
1240
-
1241
- #: wptouch-pro-3/themes/foundation/default/search.php:45
1242
- #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:46
1243
- #: wptouch-pro-3-extras/themes/classic-redux/default/search.php:47
1244
- msgid "Load more %s results"
1245
- msgstr "%s के अधिक परिणामों को लोड करें"
1246
-
1247
- #: wptouch-pro-3/themes/foundation/default/single.php:13
1248
- #: wptouch-pro-3-extras/themes/hammock/default/post-loop-menu.php:15
1249
- #: wptouch-pro-3-extras/themes/hammock/default/post-loop.php:19
1250
- msgid "By"
1251
- msgstr "द्वारा"
1252
-
1253
- #: wptouch-pro-3/themes/foundation/default/switch-link.php:8
1254
- msgid "mobile"
1255
- msgstr "मोबाइल"
1256
-
1257
- #: wptouch-pro-3/themes/foundation/default/switch-link.php:9
1258
- msgid "desktop"
1259
- msgstr "डेस्कटॉप"
1260
-
1261
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:169
1262
- msgid "Service"
1263
- msgstr "सेवा"
1264
-
1265
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:175
1266
- msgid "Choose a service"
1267
- msgstr "एक सेवा चुनें"
1268
-
1269
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:181
1270
- msgid "Google Adsense"
1271
- msgstr "गूगल ऐडसेंस"
1272
-
1273
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:182
1274
- msgid "Custom"
1275
- msgstr "कस्टम"
1276
-
1277
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:192
1278
- msgid "Google AdSense"
1279
- msgstr "गूगल ऐडसेंस"
1280
-
1281
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:195
1282
- msgid "Publisher ID"
1283
- msgstr "प्रकाशक आईडी"
1284
-
1285
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:196
1286
- msgid "Slot ID"
1287
- msgstr "स्लॉट आईडी"
1288
-
1289
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:200
1290
- msgid "Code Type"
1291
- msgstr "कोड प्रकार"
1292
-
1293
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:212
1294
- msgid "Custom Ads"
1295
- msgstr "कस्टम विज्ञापन"
1296
-
1297
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:215
1298
- msgid "Mobile advertising script"
1299
- msgstr "मोबाइल विज्ञापन स्क्रिप्ट"
1300
-
1301
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:224
1302
- msgid "Ad Presentation"
1303
- msgstr "विज्ञापन प्रस्तुति"
1304
-
1305
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:230
1306
- msgid "Theme location"
1307
- msgstr "थीम स्थान"
1308
-
1309
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:235
1310
- msgid "In the header"
1311
- msgstr "शीर्षक में"
1312
-
1313
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:236
1314
- msgid "Above the page content"
1315
- msgstr "पेज सामग्री के ऊपर"
1316
-
1317
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:237
1318
- msgid "Below the page content"
1319
- msgstr "पेज सामग्री के नीचे"
1320
-
1321
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:247
1322
- msgid "Active Pages"
1323
- msgstr "सक्रिय पेज"
1324
-
1325
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:250
1326
- msgid "Blog listings"
1327
- msgstr "ब्लॉग लिस्टिंग"
1328
-
1329
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:251
1330
- msgid "Single posts"
1331
- msgstr "एकल पोस्ट"
1332
-
1333
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:252
1334
- msgid "Static pages"
1335
- msgstr "स्टैटिक पेज"
1336
-
1337
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:253
1338
- msgid "Taxonomy"
1339
- msgstr "वर्गीकरण"
1340
-
1341
- #: wptouch-pro-3/themes/foundation/modules/advertising/advertising.php:254
1342
- msgid "Search results"
1343
- msgstr "खोज परिणाम"
1344
-
1345
- #: wptouch-pro-3/themes/foundation/modules/base/base.php:69
1346
- msgid "Loading"
1347
- msgstr "लोड हो रहा है"
1348
-
1349
- #: wptouch-pro-3/themes/foundation/modules/base/preview-bar.php:2
1350
- msgid "Theme Preview"
1351
- msgstr "थीम पूर्वावलोकन"
1352
-
1353
- #: wptouch-pro-3/themes/foundation/modules/base/preview-bar.php:3
1354
- msgid "Reload"
1355
- msgstr "पुन: लोड करें"
1356
-
1357
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:76
1358
- msgid "Custom Post Support"
1359
- msgstr "कस्टम पोस्ट समर्थन"
1360
-
1361
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:82
1362
- msgid "Enable custom post-type support"
1363
- msgstr "कस्टम पोस्ट प्रकार का समर्थन सक्षम करें"
1364
-
1365
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:90
1366
- msgid "Show custom post taxonomy"
1367
- msgstr "कस्टम पोस्ट वर्गीकरण दिखाएं"
1368
-
1369
- #: wptouch-pro-3/themes/foundation/modules/custom-posts/custom-posts.php:102
1370
- msgid "Custom Post Types"
1371
- msgstr "कस्टम पोस्ट प्रकार"
1372
-
1373
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:231
1374
- msgid "Featured Slider"
1375
- msgstr "विशेष रुप से प्रदर्शित स्लाइडर"
1376
-
1377
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:237
1378
- msgid "Enable featured slider"
1379
- msgstr "विशेष स्लाइडर सक्षम करें"
1380
-
1381
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:238
1382
- msgid "Requires at least 2 entries to contain featured images"
1383
- msgstr "विशेष छवियों को शामिल करने के लिए कम से कम 2 प्रविष्टियों की आवश्यकता"
1384
-
1385
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:245
1386
- msgid "Maximum number of posts"
1387
- msgstr "पोस्ट की अधिकतम संख्या"
1388
-
1389
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:250
1390
- msgid "3 posts"
1391
- msgstr "3 पोस्ट"
1392
-
1393
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:251
1394
- msgid "5 posts"
1395
- msgstr "5 पोस्ट"
1396
-
1397
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:252
1398
- msgid "10 posts"
1399
- msgstr "10 पोस्ट"
1400
-
1401
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:258
1402
- msgid "Automatically slide"
1403
- msgstr "स्वत: स्लाइड"
1404
-
1405
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:266
1406
- msgid "Continuously slide"
1407
- msgstr "लगातार स्लाइड"
1408
-
1409
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:274
1410
- msgid "Grayscale images (CSS 3 effect)"
1411
- msgstr "ग्रेस्केल छवियाँ (CSS 3 प्रभाव)"
1412
-
1413
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:275
1414
- msgid "Featured slider images will be in grayscale for devices that support CSS filters."
1415
- msgstr "CSS फिल्टर समर्थित डिवाइसो में विशेष रुप से प्रदर्शित स्लाइडर छवियाँ ग्रेस्केल में होगीं."
1416
-
1417
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:282
1418
- msgid "Show title & date"
1419
- msgstr "शीर्षक और तारीख दिखाएँ"
1420
-
1421
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:283
1422
- msgid "If disabled, the title and date will not be shown. Note: some themes do not show the date."
1423
- msgstr "यदि अक्षम हैं, तो शीर्षक और तारीख नहीं दिखाया जाएगा. नोट: कुछ थीम तारीख नहीं दिखाते है."
1424
-
1425
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:290
1426
- msgid "Featured slider posts also show in listings"
1427
- msgstr "प्रदर्शित स्लाइडर पोस्ट भी लिस्टिंग में दिखेंगे"
1428
-
1429
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:298
1430
- msgid "Slide transition speed"
1431
- msgstr "स्लाइड संक्रमण गति"
1432
-
1433
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:303
1434
- msgid "Slow"
1435
- msgstr "धीरे"
1436
-
1437
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:304
1438
- msgid "Normal"
1439
- msgstr "सामान्य"
1440
-
1441
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:305
1442
- msgid "Fast"
1443
- msgstr "तेज"
1444
-
1445
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:316
1446
- msgid "Show latest posts"
1447
- msgstr "नवीनतम पोस्ट दिखाएं"
1448
-
1449
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:317
1450
- msgid "Show posts from a specific tag"
1451
- msgstr "एक विशिष्ट टैग से पोस्ट दिखाएं"
1452
-
1453
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:318
1454
- msgid "Show posts from a specific category"
1455
- msgstr "एक विशिष्ट श्रेणी से पोस्ट दिखाएं"
1456
-
1457
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:319
1458
- msgid "Show only specific posts or pages"
1459
- msgstr "केवल विशिष्ट पोस्ट या पेज दिखाएँ"
1460
-
1461
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:325
1462
- msgid "Only this tag"
1463
- msgstr "केवल यही टैग"
1464
-
1465
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:334
1466
- msgid "Only this category"
1467
- msgstr "केवल यह श्रेणी"
1468
-
1469
- #: wptouch-pro-3/themes/foundation/modules/featured/featured.php:343
1470
- msgid "Comma-separated list of post/page IDs"
1471
- msgstr "अल्पविराम द्वारा अलग पोस्ट/पेज आईडी की सूची"
1472
-
1473
- #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:10
1474
- msgid "Browser Fonts"
1475
- msgstr "ब्राउज़र फ़ॉन्ट्स"
1476
-
1477
- #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:18
1478
- msgid "Typography"
1479
- msgstr "मुद्रण कला"
1480
-
1481
- #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:24
1482
- msgid "Font style"
1483
- msgstr "फ़ॉन्ट शैली"
1484
-
1485
- #: wptouch-pro-3/themes/foundation/modules/google-fonts/google-fonts.php:25
1486
- msgid "Choose a Google font pairing designed for this theme, or default browser fonts."
1487
- msgstr "इस थीम के लिए एक गूगल फ़ॉन्ट या, डिफ़ॉल्ट ब्राउज़र फ़ॉन्ट चुनें."
1488
-
1489
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:7
1490
- msgid "Remember Me"
1491
- msgstr "मुझे याद है"
1492
-
1493
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:9
1494
- msgid "Log In"
1495
- msgstr "लॉगिन"
1496
-
1497
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:20
1498
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:51
1499
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:49
1500
- #: wptouch-pro-3-extras/themes/simple/default/header-bottom.php:22
1501
- msgid "Login"
1502
- msgstr "लॉगिन"
1503
-
1504
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:29
1505
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:207
1506
- msgid "Sign-up"
1507
- msgstr "साइन-अप"
1508
-
1509
- #: wptouch-pro-3/themes/foundation/modules/login/login-html.php:30
1510
- msgid "Lost password?"
1511
- msgstr "पासवर्ड गुम गया?"
1512
-
1513
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:22
1514
- msgid "Account Username"
1515
- msgstr "अकाउंट उपयोगकर्ता नाम"
1516
-
1517
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:23
1518
- msgid "Account Password"
1519
- msgstr "अकाउंट पासवर्ड"
1520
-
1521
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:32
1522
- msgid "Login Form"
1523
- msgstr "लॉगिन फार्म"
1524
-
1525
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:38
1526
- msgid "Use fly-in login form"
1527
- msgstr "फ्लाई-इन लागिंन फार्म प्रयोग करें"
1528
-
1529
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:39
1530
- msgid "Will add login links and allow mobile visitors to login to your website from mobile devices"
1531
- msgstr "लॉगिन लिंक जोड़ता है और मोबाइल आगंतुकों को मोबाइल उपकरणों से आपके वेबसाइट पर प्रवेश की अनुमति देता है"
1532
-
1533
- #: wptouch-pro-3/themes/foundation/modules/login/login.php:46
1534
- msgid "Show \"Sign-up\" and \"Lost Password?\" links"
1535
- msgstr "\"साइन अप\" और \"पासवर्ड खो गया?\" लिंक दिखाएँ"
1536
-
1537
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:48
1538
- msgid "Video Handling"
1539
- msgstr "वीडियो प्रबंधन"
1540
-
1541
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:60
1542
- msgid "CSS only (HTML5 videos)"
1543
- msgstr "केवल CSS (HTML5 वीडियो)"
1544
-
1545
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:61
1546
- msgid "FitVids Method"
1547
- msgstr "FitVids प्रणाली"
1548
-
1549
- #: wptouch-pro-3/themes/foundation/modules/media/media.php:62
1550
- msgid "Fluid-Width Method"
1551
- msgstr "फ्लूइड-विड्थ प्रणाली"
1552
-
1553
- #: wptouch-pro-3/themes/foundation/modules/related-posts/related-posts.php:106
1554
- msgid "Related Posts"
1555
- msgstr "संबंधित पोस्ट"
1556
-
1557
- #: wptouch-pro-3/themes/foundation/modules/related-posts/related-posts.php:112
1558
- msgid "Enable display of related posts"
1559
- msgstr "संबंधित पोस्ट के प्रदर्शन को सक्षम करें"
1560
-
1561
- #: wptouch-pro-3/themes/foundation/modules/related-posts/related-posts.php:120
1562
- msgid "Maximum number of related posts to show"
1563
- msgstr "दिखाने के लिए संबंधित पोस्ट की अधिकतम संख्या"
1564
-
1565
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing-html.php:1
1566
- #: wptouch-pro-3-extras/themes/hammock/default/sharing-html.php:2
1567
- msgid "Share"
1568
- msgstr "साझा करें"
1569
-
1570
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing-html.php:1
1571
- #: wptouch-pro-3-extras/themes/hammock/default/sharing-html.php:3
1572
- msgid "Tweet"
1573
- msgstr "टवीट"
1574
-
1575
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing-html.php:1
1576
- #: wptouch-pro-3-extras/themes/hammock/default/sharing-html.php:5
1577
- msgid "Mail"
1578
- msgstr "मेल"
1579
-
1580
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:81
1581
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:317
1582
- msgid "Sharing"
1583
- msgstr "साझा"
1584
-
1585
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:87
1586
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:323
1587
- msgid "Show sharing links"
1588
- msgstr "साझा लिंक दिखाएं"
1589
-
1590
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:88
1591
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:324
1592
- msgid "Will show Facebook, Twitter, Google+ and Email buttons on single posts."
1593
- msgstr "एकल पोस्ट पर फेसबुक, ट्विटर, गूगल+ और ईमेल बटन दिखाता है."
1594
-
1595
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:95
1596
- msgid "Show sharing links on pages"
1597
- msgstr "पेज पर शेयरिंग लिंक दिखाएँ"
1598
-
1599
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:96
1600
- msgid "Will show Facebook, Twitter, Google+ and Email buttons on pages as well as single posts."
1601
- msgstr "पेज के साथ ही सिंगल पोस्ट पर फेसबुक, ट्विटर, गूगल+ और ईमेल बटन दिखाई देंगे."
1602
-
1603
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:103
1604
- msgid "Sharing links location"
1605
- msgstr "लिंक स्थान साझा करें"
1606
-
1607
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:108
1608
- msgid "Above post content"
1609
- msgstr "पोस्ट सामग्री के ऊपर"
1610
-
1611
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:109
1612
- msgid "Below post content"
1613
- msgstr "पोस्ट सामग्री के नीचे"
1614
-
1615
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:115
1616
- msgid "Color scheme"
1617
- msgstr "रंग योजना"
1618
-
1619
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:120
1620
- msgid "Theme colors"
1621
- msgstr "थीम रंग"
1622
-
1623
- #: wptouch-pro-3/themes/foundation/modules/sharing/sharing.php:121
1624
- msgid "Social network colors"
1625
- msgstr "सामाजिक नेटवर्क के रंग"
1626
-
1627
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:8
1628
- msgid "Footer Social Links"
1629
- msgstr "पाद सामाजिक लिंक"
1630
-
1631
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:23
1632
- msgid "Full URL to your Facebook page"
1633
- msgstr "आपके फेसबुक पेज के लिए पूर्ण URL"
1634
-
1635
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:31
1636
- msgid "Full URL to your Twitter profile"
1637
- msgstr "आपके ट्विटर प्रोफाइल के लिए पूर्ण URL"
1638
-
1639
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:39
1640
- msgid "Full URL to your Google+ profile"
1641
- msgstr "आपके गूगल+ प्रोफाइल के लिए पूर्ण URL"
1642
-
1643
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:47
1644
- msgid "Full URL to your Pinterest page"
1645
- msgstr "आपके पीईंटरेस्ट पेज के लिए पूर्ण URL"
1646
-
1647
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:55
1648
- msgid "Full URL to your Vimeo page"
1649
- msgstr "आपके वीमिओ पेज के लिए पूर्ण URL"
1650
-
1651
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:63
1652
- msgid "Full URL to your %s profile"
1653
- msgstr "आपके%s प्रोफाइल के लिए पूर्ण URL"
1654
-
1655
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:70
1656
- msgid "LinkedIn"
1657
- msgstr "लिंक्डइन"
1658
-
1659
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:71
1660
- msgid "Full URL to your LinkedIn profile"
1661
- msgstr "आपके लिंक्डइन प्रोफ़ाइल के लिए पूर्ण URL"
1662
-
1663
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:79
1664
- msgid "E-Mail address"
1665
- msgstr "ई-मेल पता"
1666
-
1667
- #: wptouch-pro-3/themes/foundation/modules/social-links/social-links.php:87
1668
- msgid "Full URL to your RSS feed"
1669
- msgstr "आपके RSS फ़ीड के लिए पूर्ण URL"
1670
-
1671
- #: wptouch-pro-3/themes/foundation/modules/tablets/tablets.php:46
1672
- msgid "iPad"
1673
- msgstr "आईपैड"
1674
-
1675
- #: wptouch-pro-3/themes/foundation/modules/tablets/tablets.php:52
1676
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:268
1677
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:286
1678
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:304
1679
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:323
1680
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:331
1681
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:349
1682
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:357
1683
- #: wptouch-pro-3/themes/foundation/root-functions.php:390
1684
- #: wptouch-pro-3/themes/foundation/root-functions.php:408
1685
- msgid "%d by %d pixels (PNG)"
1686
- msgstr "%d से %d पिक्सल (PNG)"
1687
-
1688
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:66
1689
- msgid "Disabled"
1690
- msgstr "अक्षम करें"
1691
-
1692
- #: wptouch-pro-3/themes/foundation/modules/twitter/twitter.php:81
1693
- msgid "Twitter account to use for Tweet display"
1694
- msgstr "ट्वीट प्रदर्शन के लिए उपयोग ट्विटर अकाउंट"
1695
-
1696
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:122
1697
- msgid "External link— open it in the browser?"
1698
- msgstr "बाहरी लिंक- ब्राउज़र में इसे खोलें?"
1699
-
1700
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:123
1701
- msgid "File link— Do you want to open it in the browser?"
1702
- msgstr "फाइल लिंक- क्या आप इसे ब्राउज़र में खोलना चाहते हैं?"
1703
-
1704
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:210
1705
- msgid "Enable iOS Web-App Mode"
1706
- msgstr "iOS वेब एप्प मोड सक्रिय करें"
1707
-
1708
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:214
1709
- msgid "Enable persistence"
1710
- msgstr "पर्सिस्टन्स सक्षम करें"
1711
-
1712
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:215
1713
- msgid "Loads the last visited URL for visitors on open."
1714
- msgstr "खुलने पर आगंतुकों द्वारा गए अंतिम URL को लोड करता है."
1715
-
1716
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:222
1717
- msgid "URLs to ignore in Web-App Mode"
1718
- msgstr "वेब-एप्प मोड में उपेक्षा करने योग्य URLs"
1719
-
1720
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:235
1721
- msgid "Notice Message"
1722
- msgstr "सूचना संदेश"
1723
-
1724
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:238
1725
- msgid "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
1726
- msgstr "मेरे वेब-एप्प के बारे में आईफोन, आईपॉड टच और आईपैड आगंतुकों के लिए एक नोटिस संदेश दिखाएँ."
1727
-
1728
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:238
1729
- msgid "WPtouch shows a notice bubble on 1st visit letting users know about your Web-App enabled website on iOS devices."
1730
- msgstr "WPtouch प्रथम मुआइने पर एक नोटिस बुलबुला दिखाता है जिससे उपयोगकर्ताओं को IOS डिवाइसो पर आपके वेब-एप्प सक्षम वेबसाइट के बारे में पता चलता है."
1731
-
1732
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:239
1733
- msgid "Notice message contents"
1734
- msgstr "नोटिस संदेश सामग्री"
1735
-
1736
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:239
1737
- msgid "[device] and [icon] are dynamic and used to determine the device and iOS version. Do not remove these from your message."
1738
- msgstr "[डिवाइस] और [आइकन] गतिशील है और डिवाइस और IOS संस्करण का निर्धारण करने के लिए प्रयोग किया जाता है. अपने संदेश से इसे न हटाएं."
1739
-
1740
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:243
1741
- msgid "the notice message will be shown again for visitors"
1742
- msgstr "नोटिस संदेश दर्शकों को फिर से दिखाया जाएगा"
1743
-
1744
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:248
1745
- msgid "1 day until"
1746
- msgstr "1 दिन तक"
1747
-
1748
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:249
1749
- msgid "7 days until"
1750
- msgstr "7 दिन तक"
1751
-
1752
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:250
1753
- msgid "1 month until"
1754
- msgstr "1 माह तक"
1755
-
1756
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:251
1757
- msgid "Every time"
1758
- msgstr "हर समय"
1759
-
1760
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:262
1761
- msgid "iPhone Startup Screen"
1762
- msgstr "आईफोन स्टार्टअप स्क्रीन"
1763
-
1764
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:280
1765
- msgid "Retina iPhone Startup Screen"
1766
- msgstr "रेटिना आईफोन स्टार्टअप स्क्रीन"
1767
-
1768
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:298
1769
- msgid "iPhone 5 Startup Screen"
1770
- msgstr "आई फोन 5 स्टार्टअप स्क्रीन"
1771
-
1772
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:317
1773
- msgid "iPad Mini and iPad Startup Screens"
1774
- msgstr "आई पैड मिनी और आई पैड स्टार्टअप स्क्रीन"
1775
-
1776
- #: wptouch-pro-3/themes/foundation/modules/webapp/webapp.php:343
1777
- msgid "Retina iPad Startup Screens"
1778
- msgstr "रेटिना आईपैड स्टार्टअप स्क्रीन"
1779
-
1780
- #: wptouch-pro-3/themes/foundation/root-functions.php:11
1781
- msgid "Branding"
1782
- msgstr "ब्रांडिंग"
1783
-
1784
- #: wptouch-pro-3/themes/foundation/root-functions.php:12
1785
- msgid "Media Handling"
1786
- msgstr "मीडिया प्रबन्धन"
1787
-
1788
- #: wptouch-pro-3/themes/foundation/root-functions.php:13
1789
- msgid "Web-App Mode"
1790
- msgstr "वेब-एप्प मोड"
1791
-
1792
- #: wptouch-pro-3/themes/foundation/root-functions.php:14
1793
- msgid "Bookmark Icons"
1794
- msgstr "आइकन बुकमार्क करें"
1795
-
1796
- #: wptouch-pro-3/themes/foundation/root-functions.php:15
1797
- msgid "Advertising"
1798
- msgstr "विज्ञापन"
1799
-
1800
- #: wptouch-pro-3/themes/foundation/root-functions.php:16
1801
- msgid "Custom Content"
1802
- msgstr "कस्टम सामग्री"
1803
-
1804
- #: wptouch-pro-3/themes/foundation/root-functions.php:113
1805
- msgid "Install this Web-App on your [device]: tap [icon] then \"Add to Home Screen\""
1806
- msgstr "अपने [device]पर इस वेब-एप्प को स्थापित करें: [icon] टैप करें और फिर \"होम स्क्रीन पर जोड़ें\"."
1807
-
1808
- #: wptouch-pro-3/themes/foundation/root-functions.php:304
1809
- msgid "Number of posts in post listings"
1810
- msgstr "पोस्ट लिस्टिंग में पोस्ट की संख्या"
1811
-
1812
- #: wptouch-pro-3/themes/foundation/root-functions.php:305
1813
- msgid "Overrides the WordPress Reading settings for \"Blog pages show at most\""
1814
- msgstr "\"सबसे अधिक दिखने वाले ब्लॉग पेज\" के लिए WordPress रीडिंग सेटिंग्स को ओवरराइड करता है"
1815
-
1816
- #: wptouch-pro-3/themes/foundation/root-functions.php:312
1817
- msgid "Excluded categories"
1818
- msgstr "अपवर्जित श्रेणियाँ"
1819
-
1820
- #: wptouch-pro-3/themes/foundation/root-functions.php:313
1821
- msgid "Comma separated by category name"
1822
- msgstr "श्रेणी नाम द्वारा अल्पविराम अलग"
1823
-
1824
- #: wptouch-pro-3/themes/foundation/root-functions.php:320
1825
- msgid "Excluded tags"
1826
- msgstr "अपवर्जित टैग्स"
1827
-
1828
- #: wptouch-pro-3/themes/foundation/root-functions.php:321
1829
- msgid "Comma separated by tag name"
1830
- msgstr "टैग नाम अल्पविराम द्वारा अलग"
1831
-
1832
- #: wptouch-pro-3/themes/foundation/root-functions.php:331
1833
- msgid "Blog"
1834
- msgstr "ब्लॉग"
1835
-
1836
- #: wptouch-pro-3/themes/foundation/root-functions.php:342
1837
- msgid "Show comments on pages"
1838
- msgstr "पेज पर टिप्पणियाँ दिखाएँ"
1839
-
1840
- #: wptouch-pro-3/themes/foundation/root-functions.php:343
1841
- msgid "Overrides the WordPress settings for showing comments on pages."
1842
- msgstr "पेजो पर टिप्पणियाँ दिखाने के लिए वर्डप्रेस सेटिंग्स को ओवरराइड करता है."
1843
-
1844
- #: wptouch-pro-3/themes/foundation/root-functions.php:353
1845
- #: wptouch-pro-3/themes/foundation/root-functions.php:1024
1846
- msgid "Pages"
1847
- msgstr "पेज"
1848
-
1849
- #: wptouch-pro-3/themes/foundation/root-functions.php:366
1850
- msgid "Icon Title"
1851
- msgstr "आइकन शीर्षक"
1852
-
1853
- #: wptouch-pro-3/themes/foundation/root-functions.php:372
1854
- msgid "Icon title"
1855
- msgstr "आइकन शीर्षक"
1856
-
1857
- #: wptouch-pro-3/themes/foundation/root-functions.php:373
1858
- msgid "When visitors bookmark your website, this will be the title shown."
1859
- msgstr "जब दर्शक आपके वेबसाइट को बुकमार्क करेंगे, तब यह शीर्षक दिखाया जाएगा."
1860
-
1861
- #: wptouch-pro-3/themes/foundation/root-functions.php:384
1862
- msgid "Android"
1863
- msgstr "ऐन्ड्रॉइड"
1864
-
1865
- #: wptouch-pro-3/themes/foundation/root-functions.php:402
1866
- msgid "iPhone & iPod touch"
1867
- msgstr "आइफोन और आइपॉड टच"
1868
-
1869
- #: wptouch-pro-3/themes/foundation/root-functions.php:438
1870
- msgid "Theme Colors"
1871
- msgstr "थीम का रंग"
1872
-
1873
- #: wptouch-pro-3/themes/foundation/root-functions.php:448
1874
- msgid "Site Logo"
1875
- msgstr "साइट लोगो"
1876
-
1877
- #: wptouch-pro-3/themes/foundation/root-functions.php:454
1878
- msgid "(Scaled by themes to fit logo areas as needed)"
1879
- msgstr "(आवश्यकतानुसार लोगो क्षेत्र में फिट के लिए थीम द्वारा मापा गया)"
1880
-
1881
- #: wptouch-pro-3/themes/foundation/root-functions.php:467
1882
- msgid "Smart App Banner"
1883
- msgstr "स्मार्ट एप्प बैनर"
1884
-
1885
- #: wptouch-pro-3/themes/foundation/root-functions.php:473
1886
- msgid "Enter your app's %sApp Store ID%s"
1887
- msgstr "अपना एप्प का %sएप्प स्टोर आईडी%s प्रवेश करें"
1888
-
1889
- #: wptouch-pro-3/themes/foundation/root-functions.php:474
1890
- 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."
1891
- msgstr "आपके एप्प का अद्वितीय पहचानकर्ता. iTunes लिंक निर्माता से अपने आईडी का पता लगाएं: अपना एप्प खोजें. इस लिंक में आप अपना एप्प आईडी नौ अंकों की संख्या है जो एप्प और ?mt के बीच है.उदाहरण के लिए एंग्री बर्ड की आईडी 343200656 है."
1892
-
1893
- #: wptouch-pro-3/themes/foundation/root-functions.php:486
1894
- msgid "Theme Footer"
1895
- msgstr "थीम पादलेख"
1896
-
1897
- #: wptouch-pro-3/themes/foundation/root-functions.php:489
1898
- msgid "Custom footer content (HTML is allowed)"
1899
- msgstr "कस्टम पादलेख सामग्री (HTML को अनुमति है)"
1900
-
1901
- #: wptouch-pro-3/themes/foundation/root-functions.php:489
1902
- msgid "You can add custom footer content that will be displayed below the switch link."
1903
- msgstr "आप कस्टम पाद लेख सामग्री जोड़ सकते हैं जो स्विच लिंक के नीचे प्रदर्शित किया जाएगा."
1904
-
1905
- #: wptouch-pro-3/themes/foundation/root-functions.php:854
1906
- msgid "search results for '%s'"
1907
- msgstr "'%s' के लिए खोज परिणाम"
1908
-
1909
- #: wptouch-pro-3/themes/foundation/root-functions.php:856
1910
- msgid "%sCategories &rsaquo;%s %s"
1911
- msgstr "%sश्रेणियाँ &rsaquo;%s %s"
1912
-
1913
- #: wptouch-pro-3/themes/foundation/root-functions.php:858
1914
- msgid "Tags &rsaquo; %s"
1915
- msgstr "टैग और rsaquo; %s"
1916
-
1917
- #: wptouch-pro-3/themes/foundation/root-functions.php:860
1918
- #: wptouch-pro-3/themes/foundation/root-functions.php:862
1919
- #: wptouch-pro-3/themes/foundation/root-functions.php:864
1920
- msgid "Archives &rsaquo; %s"
1921
- msgstr "अभिलेखागार &rsaquo; %s"
1922
-
1923
- #: wptouch-pro-3/themes/foundation/root-functions.php:879
1924
- msgid "Load more from this category"
1925
- msgstr "इस श्रेणी से अधिक लोड करें"
1926
-
1927
- #: wptouch-pro-3/themes/foundation/root-functions.php:881
1928
- msgid "Load more tagged like this"
1929
- msgstr "इस टैग की तरह अधिक लोड करें"
1930
-
1931
- #: wptouch-pro-3/themes/foundation/root-functions.php:883
1932
- msgid "Load more from this day"
1933
- msgstr "इस दिन से अधिक लोड करें"
1934
-
1935
- #: wptouch-pro-3/themes/foundation/root-functions.php:885
1936
- msgid "Load more from this month"
1937
- msgstr "इस महीने से अधिक लोड करें"
1938
-
1939
- #: wptouch-pro-3/themes/foundation/root-functions.php:887
1940
- msgid "Load more from this year"
1941
- msgstr "इस साल से अधिक लोड करें"
1942
-
1943
- #: wptouch-pro-3/themes/foundation/root-functions.php:889
1944
- msgid "Load more in this section"
1945
- msgstr "इस खंड में अधिक लोड करें"
1946
-
1947
- #: wptouch-pro-3/themes/foundation/root-functions.php:891
1948
- msgid "Load more entries"
1949
- msgstr "अधिक प्रविष्टियाँ लोड करें"
1950
-
1951
- #: wptouch-pro-3/themes/foundation/root-functions.php:973
1952
- msgid "Post"
1953
- msgstr "पोस्ट"
1954
-
1955
- #: wptouch-pro-3/themes/foundation/root-functions.php:975
1956
- msgid "Page"
1957
- msgstr "पेज"
1958
-
1959
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:63
1960
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:225
1961
- msgid "Purge Page Cache"
1962
- msgstr "पेज कैश पर्ज करें"
1963
-
1964
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:123
1965
- msgid "Enable Infinity Cache"
1966
- msgstr "इन्फिनिटी कैश सक्षम करें"
1967
-
1968
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:131
1969
- msgid "Create cache for desktop users"
1970
- msgstr "डेस्कटॉप उपयोगकर्ताओं के लिए कैश बनाएँ"
1971
-
1972
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:132
1973
- msgid "If you are using another cache plugin such as W3, you can disable this."
1974
- msgstr "यदि आप w3 जैसे कोई कैश प्लगइन उपयोग कर रहे हैं, तो आप इसे निष्क्रिय कर सकते हैं."
1975
-
1976
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:153
1977
- msgid "Compress output using GZIP"
1978
- msgstr "GZIP का उपयोग कर उत्पादन संपीड़ित करें"
1979
-
1980
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:163
1981
- msgid "Maximum age of cached content"
1982
- msgstr "कैश सामग्री की अधिकतम आयु"
1983
-
1984
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:164
1985
- msgid "Each cached page will automatically be regenerated after this period elapses"
1986
- msgstr "इस अवधि के बीत जाने के बाद प्रत्येक कैश्ड पेज स्वचालित रूप से पुनर्जीवित किया जाएगा"
1987
-
1988
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:168
1989
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:169
1990
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:170
1991
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:171
1992
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:172
1993
- msgid "%d hour"
1994
- msgid_plural "%d hours"
1995
- msgstr[0] "%d घंटा"
1996
- msgstr[1] "%d घंटे"
1997
-
1998
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:179
1999
- msgid "Remove stale cache file interval"
2000
- msgstr "पुराने कैश फाइल अंतराल निकालें"
2001
-
2002
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:184
2003
- msgid "Hourly"
2004
- msgstr "प्रति घंटे"
2005
-
2006
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:185
2007
- msgid "Daily"
2008
- msgstr "दैनिक"
2009
-
2010
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:192
2011
- msgid "Disable caching for any of these matched URL fragments"
2012
- msgstr "मैच URL के टुक्डों के कैशिंग अक्षम करें"
2013
-
2014
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:193
2015
- msgid "Add one URL fragment per line, i.e. %s, to not cache pages that contain each URL fragment"
2016
- msgstr "प्रति पंक्ति एक URL के टुक्डें को जोडें,जैसे कि %s, प्रत्येक URL के पेज कैश नहीं करना"
2017
-
2018
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:201
2019
- msgid "Content Distribution Network Service"
2020
- msgstr "सामग्री वितरण नेटवर्क सेवा"
2021
-
2022
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:202
2023
- msgid "Using a content distribution network (CDN) can significantly enhance the responsiveness of your website."
2024
- msgstr "एक सामग्री वितरण नेटवर्क (CDN) का उपयोग करना आपकी वेबसाइट की जवाबदेही बढ़ाने में महत्वपूर्ण है."
2025
-
2026
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:215
2027
- msgid "URL %d"
2028
- msgstr "URL %d"
2029
-
2030
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:216
2031
- msgid "Add the URLs you have configured for your CDN, for example http://cdn%d.mysite.com"
2032
- msgstr "अपने CDN में कन्फिगर करने के लिए URLs को जोड़ें, उदाहरण के लिए http://cdn%d.mysite.com"
2033
-
2034
- #: wptouch-pro-3-extras/extensions/infinity-cache/infinity-cache.php:233
2035
- msgid "Infinity Cache"
2036
- msgstr "असीम कैश"
2037
-
2038
- #: wptouch-pro-3-extras/extensions/mobile-content/mobile-content.php:20
2039
- msgid "WPtouch Alternate Mobile Content"
2040
- msgstr "WPtouch वैकल्पिक मोबाइल सामग्री"
2041
-
2042
- #: wptouch-pro-3-extras/extensions/mobile-content/mobile-content.php:38
2043
- msgid "Mobile Content"
2044
- msgstr "मोबाइल सामग्री"
2045
-
2046
- #: wptouch-pro-3-extras/extensions/mobile-content/mobile-content.php:44
2047
- msgid "Enable mobile content display"
2048
- msgstr "मोबाइल सामग्री के प्रदर्शन को सक्षम करें"
2049
-
2050
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:92
2051
- msgid "Responsive Images"
2052
- msgstr "प्रतिक्रियाशील छवियाँ"
2053
-
2054
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:98
2055
- msgid "Include desktop optimizations for mobile devices"
2056
- msgstr "मोबाइल डिवाइसो के लिए डेस्कटॉप अनुकूलन शामिल करें"
2057
-
2058
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:99
2059
- msgid "Normally only images on mobile are optimized"
2060
- msgstr "आम तौर में मोबाइल पर केवल छवि अनुकूलित होती है"
2061
-
2062
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:106
2063
- msgid "Performance preference"
2064
- msgstr "प्रदर्शन वरीयता"
2065
-
2066
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:111
2067
- msgid "Optimize for page speed"
2068
- msgstr "पेज गति के लिए अनुकूलित"
2069
-
2070
- #: wptouch-pro-3-extras/extensions/responsive-images/responsive-images.php:112
2071
- msgid "Optimize for quality"
2072
- msgstr "गुणवत्ता के लिए अनुकूलित करें"
2073
-
2074
- #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:21
2075
- #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:24
2076
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:76
2077
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:84
2078
- #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:24
2079
- msgid "Search this website"
2080
- msgstr "इस वेबसाइट को खोजें"
2081
-
2082
- #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:22
2083
- #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:14
2084
- #: wptouch-pro-3-extras/themes/bio/default/header-bottom.php:25
2085
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:46
2086
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:78
2087
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:42
2088
- #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:14
2089
- #: wptouch-pro-3-extras/themes/scaffold/default/header-bottom.php:25
2090
- msgid "Search"
2091
- msgstr "खोजें"
2092
-
2093
- #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:40
2094
- #: wptouch-pro-3-extras/themes/bauhaus/default/header-bottom.php:42
2095
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:53
2096
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:51
2097
- #: wptouch-pro-3-extras/themes/simple/default/header-bottom.php:24
2098
- msgid "Logout"
2099
- msgstr "लॉग आउट"
2100
-
2101
- #: wptouch-pro-3-extras/themes/bauhaus/default/post-loop.php:19
2102
- #: wptouch-pro-3-extras/themes/bio/default/post-loop.php:19
2103
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:24
2104
- msgid "by"
2105
- msgstr "द्वारा"
2106
-
2107
- #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:14
2108
- msgid "Show %s Results"
2109
- msgstr "%s के परिणाम दिखाएँ"
2110
-
2111
- #: wptouch-pro-3-extras/themes/bauhaus/default/search.php:38
2112
- msgid "No results found"
2113
- msgstr "कोई परिणाम नहीं मिला"
2114
-
2115
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:25
2116
- msgid "no comments"
2117
- msgstr "कोई टिप्पणी नहीं"
2118
-
2119
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:25
2120
- msgid "1 comment"
2121
- msgstr "1 टिप्पणी"
2122
-
2123
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:25
2124
- msgid "% comments"
2125
- msgstr "% टिप्पणियाँ"
2126
-
2127
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:44
2128
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:35
2129
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:61
2130
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:39
2131
- msgid "Categories"
2132
- msgstr "श्रेणियाँ"
2133
-
2134
- #: wptouch-pro-3-extras/themes/bauhaus/default/single.php:47
2135
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:39
2136
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:68
2137
- msgid "Tags"
2138
- msgstr "टैग्स"
2139
-
2140
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:118
2141
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:97
2142
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:72
2143
- msgid "Header Menu"
2144
- msgstr "शीर्षलेख मेनू"
2145
-
2146
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:120
2147
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:89
2148
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:99
2149
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:116
2150
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:125
2151
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:74
2152
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:77
2153
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:60
2154
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:71
2155
- msgid "Choose a menu"
2156
- msgstr "एक मेनू चुनें"
2157
-
2158
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:121
2159
- msgid "Main menu selection"
2160
- msgstr "मुख्य मेनू चयन"
2161
-
2162
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:128
2163
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:97
2164
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:107
2165
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:132
2166
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:85
2167
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:79
2168
- msgid "Theme background"
2169
- msgstr "थीम पृष्ठभूमि"
2170
-
2171
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:129
2172
- msgid "Header & Menu"
2173
- msgstr "हैडर और मेनू"
2174
-
2175
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:130
2176
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:98
2177
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:108
2178
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:133
2179
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:84
2180
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:86
2181
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:80
2182
- msgid "Links"
2183
- msgstr "लिंक"
2184
-
2185
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:131
2186
- msgid "Post/Page Headers"
2187
- msgstr "पोस्ट/पेज हेडर"
2188
-
2189
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:232
2190
- msgid "Theme Shapes"
2191
- msgstr "थीम आकृतियाँ"
2192
-
2193
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:238
2194
- msgid "Theme shape style"
2195
- msgstr "थीम आकृति शैली"
2196
-
2197
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:239
2198
- msgid "Bauhaus will use this shape style throughout its appearance"
2199
- msgstr "बॉहॉस अपनी पूरे उपस्थिति में इस आकार शैली का उपयोग करेगा"
2200
-
2201
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:243
2202
- msgid "Circles"
2203
- msgstr "वृत्त"
2204
-
2205
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:245
2206
- msgid "Rounded squares"
2207
- msgstr "गोलाकार वृत्त"
2208
-
2209
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:264
2210
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:131
2211
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:238
2212
- msgid "Post thumbnails"
2213
- msgstr "थंबनेल पोस्ट करें"
2214
-
2215
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:269
2216
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:136
2217
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:243
2218
- msgid "No thumbnails"
2219
- msgstr "कोई थंबनेल्स नहीं"
2220
-
2221
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:270
2222
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:137
2223
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:244
2224
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:230
2225
- msgid "Blog listing only"
2226
- msgstr "केवल ब्लॉग लिस्टिंग"
2227
-
2228
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:271
2229
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:138
2230
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:245
2231
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:231
2232
- msgid "Blog listing, single posts"
2233
- msgstr "ब्लॉग लिस्टिंग, एकल पोस्ट"
2234
-
2235
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:272
2236
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:139
2237
- msgid "Blog listing, single posts & pages"
2238
- msgstr "ब्लॉग लिस्टिंग, सिंगल पोस्ट और पेज"
2239
-
2240
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:273
2241
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:140
2242
- msgid "All (blog, single, pages, search & archive)"
2243
- msgstr "सभी (ब्लॉग, सिंगल, पेज, खोज और संग्रह)"
2244
-
2245
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:281
2246
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:148
2247
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:254
2248
- msgid "Thumbnail Selection"
2249
- msgstr "थंबनेल चयन"
2250
-
2251
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:286
2252
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:153
2253
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:259
2254
- msgid "Post featured image"
2255
- msgstr "विशेष रुप से प्रदर्शित छवि पोस्ट करें"
2256
-
2257
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:287
2258
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:154
2259
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:260
2260
- msgid "Post custom field"
2261
- msgstr "कस्टम क्षेत्र पोस्ट"
2262
-
2263
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:295
2264
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:162
2265
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:268
2266
- msgid "Thumbnail custom field name"
2267
- msgstr "थंबनेल कस्टम क्षेत्र का नाम"
2268
-
2269
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:306
2270
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:301
2271
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:262
2272
- msgid "Show post categories and tags"
2273
- msgstr "पोस्ट श्रेणियाँ और टैग दिखाएँ"
2274
-
2275
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:317
2276
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:173
2277
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:279
2278
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:240
2279
- msgid "Show post date"
2280
- msgstr "पोस्ट दिनांक दिखाएँ"
2281
-
2282
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:328
2283
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:184
2284
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:290
2285
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:251
2286
- msgid "Show post author"
2287
- msgstr "पोस्ट लेखक दिखाएँ"
2288
-
2289
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:339
2290
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:195
2291
- msgid "Show search in header"
2292
- msgstr "हेडर में खोज दिखाएँ"
2293
-
2294
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:340
2295
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:196
2296
- msgid "Adds Search capability in the site header."
2297
- msgstr "साइट के हेडर में खोज की क्षमता जोड़ता है."
2298
-
2299
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:350
2300
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:206
2301
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:312
2302
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:285
2303
- msgid "Use infinite scrolling for blog"
2304
- msgstr "ब्लॉग के लिए असीम स्क्रॉल प्रयोग करें"
2305
-
2306
- #: wptouch-pro-3-extras/themes/bauhaus/root-functions.php:367
2307
- msgid "Show featured slider on front page"
2308
- msgstr "फ्रंट पेज पर फ़ीचर्ड स्लाइडर दिखाएँ"
2309
-
2310
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:87
2311
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:75
2312
- msgid "Primary Menu"
2313
- msgstr "प्राथमिक मेनू"
2314
-
2315
- #: wptouch-pro-3-extras/themes/bio/root-functions.php:90
2316
- #: wptouch-pro-3-extras/themes/scaffold/root-functions.php:78
2317
- msgid "Menus are awesome!"
2318
- msgstr "मेनू कमाल के हैं!"
2319
-
2320
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:43
2321
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:88
2322
- msgid "Tweets"
2323
- msgstr "टवीट"
2324
-
2325
- #: wptouch-pro-3-extras/themes/classic-redux/default/header-bottom.php:92
2326
- msgid "Follow %s on Twitter"
2327
- msgstr "ट्विटर पर %s का अनुसरण करें"
2328
-
2329
- #: wptouch-pro-3-extras/themes/classic-redux/default/post-loop.php:56
2330
- msgid "Read This Post"
2331
- msgstr "इस पोस्ट को पढ़ें"
2332
-
2333
- #: wptouch-pro-3-extras/themes/classic-redux/default/single.php:16
2334
- msgid "%s at %s"
2335
- msgstr "%s पर %s"
2336
-
2337
- #: wptouch-pro-3-extras/themes/classic-redux/default/single.php:18
2338
- #: wptouch-pro-3-extras/themes/hammock/default/single.php:21
2339
- msgid "Written by %s"
2340
- msgstr "%s द्वारा लिखित"
2341
-
2342
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:6
2343
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:357
2344
- msgid "Tablets"
2345
- msgstr "टैबलेट"
2346
-
2347
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:106
2348
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:131
2349
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:78
2350
- msgid "Header background"
2351
- msgstr "शीर्षलेख पृष्ठभूमि"
2352
-
2353
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:246
2354
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:232
2355
- msgid "All (blog, single, search and archive)"
2356
- msgstr "सभी (ब्लॉग, एकल, खोज और संग्रह)"
2357
-
2358
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:323
2359
- msgid "Use rounded corners"
2360
- msgstr "गोल कोनों का प्रयोग करें"
2361
-
2362
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:341
2363
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:302
2364
- msgid "Show page title areas on pages"
2365
- msgstr "पेजो पर पेज शीर्षक क्षेत्र दिखाएँ"
2366
-
2367
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:363
2368
- msgid "Add tablet support"
2369
- msgstr "टैबलेट समर्थन जोड़ें"
2370
-
2371
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:375
2372
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:335
2373
- msgid "Header Menu Area"
2374
- msgstr "हैडर मेनू क्षेत्र"
2375
-
2376
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:381
2377
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:341
2378
- msgid "Drop-down button says \"Menu\""
2379
- msgstr "ड्रॉप डाउन बटन \"मेनू\" कहता है"
2380
-
2381
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:389
2382
- msgid "Show tab bar"
2383
- msgstr "टैब बार दिखाएँ"
2384
-
2385
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:397
2386
- msgid "Tab-bar shows categories or tags"
2387
- msgstr "टैब-बार श्रेणियाँ या टैग्स दिखाता है"
2388
-
2389
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:402
2390
- msgid "Categories and tags"
2391
- msgstr "श्रेणियाँ और टैग्स"
2392
-
2393
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:403
2394
- msgid "Categories only"
2395
- msgstr "केवल श्रेणियाँ"
2396
-
2397
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:404
2398
- msgid "Tags only"
2399
- msgstr "केवल टैग्स"
2400
-
2401
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:405
2402
- msgid "No categories or tags"
2403
- msgstr "कोई श्रेणियाँ या टैग्स नहीं"
2404
-
2405
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:411
2406
- msgid "Max categories / tags"
2407
- msgstr "अधिकतम श्रेणियाँ / टैग्स"
2408
-
2409
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:429
2410
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:242
2411
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:275
2412
- msgid "CSS Effects"
2413
- msgstr "CSS प्रभाव"
2414
-
2415
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:435
2416
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:248
2417
- msgid "Add a noise effect to the header and theme background"
2418
- msgstr "शीर्षलेख और थीम पृष्ठभूमि के लिए एक नॉइज़ प्रभाव जोड़ें"
2419
-
2420
- #: wptouch-pro-3-extras/themes/classic-redux/root-functions.php:436
2421
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:249
2422
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:282
2423
- msgid "Will apply the effect overtop of any background image you upload."
2424
- msgstr "आपके द्वारा अपलोड किसी भी पृष्ठभूमि छवि के ऊपर यह प्रभाव लागू होगा."
2425
-
2426
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:14
2427
- msgid "menu"
2428
- msgstr "मेनू"
2429
-
2430
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:21
2431
- msgid "login"
2432
- msgstr "लॉगिन"
2433
-
2434
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:25
2435
- msgid "logout"
2436
- msgstr "लॉगआउट"
2437
-
2438
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:38
2439
- #: wptouch-pro-3-extras/themes/simple/default/footer-top.php:3
2440
- msgid "search this website"
2441
- msgstr "इस वेबसाइट पर खोजें"
2442
-
2443
- #: wptouch-pro-3-extras/themes/cms/default/header-bottom.php:39
2444
- #: wptouch-pro-3-extras/themes/simple/default/footer-top.php:5
2445
- msgid "search"
2446
- msgstr "खोजें"
2447
-
2448
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:49
2449
- msgid "Alt Menu"
2450
- msgstr "Alt मेनू"
2451
-
2452
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:114
2453
- msgid "Main Menu"
2454
- msgstr "मुख्य मेनू"
2455
-
2456
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:123
2457
- msgid "Alternate Menu"
2458
- msgstr "वैकल्पिक मेनू"
2459
-
2460
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:171
2461
- msgid "Show titles on pages"
2462
- msgstr "पेज पर शीर्षक दिखाएं"
2463
-
2464
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:186
2465
- msgid "Category Slider"
2466
- msgstr "श्रेणी स्लाइडर"
2467
-
2468
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:192
2469
- msgid "Enable category slider"
2470
- msgstr "श्रेणी स्लाइडर सक्षम करें"
2471
-
2472
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:205
2473
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:256
2474
- msgid "Tiled Background Image"
2475
- msgstr "टाइल पृष्ठभूमि छवि"
2476
-
2477
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:211
2478
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:262
2479
- msgid "(Scaled for retina displays)"
2480
- msgstr "(रेटिना डिस्प्ले के लिए मापा गया है)"
2481
-
2482
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:223
2483
- msgid "Alternate Menu Title"
2484
- msgstr "वैकल्पिक मेनू शीर्षक"
2485
-
2486
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:229
2487
- msgid "Alternate menu title (if used)"
2488
- msgstr "वैकल्पिक मेनू शीर्षक (यदि प्रयुक्त)"
2489
-
2490
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:230
2491
- msgid "If you use a second menu in CMS, this text will be used for the drop-down button title."
2492
- msgstr "यदि आप CMS में एक दूसरे मेनू उपयोग करते हैं, तब यह पाठ ड्रॉप-डाउन बटन शीर्षक के लिए इस्तेमाल किया जाएगा."
2493
-
2494
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:260
2495
- msgid "Static Front Page"
2496
- msgstr "स्थिर मुख पेज"
2497
-
2498
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:266
2499
- msgid "Static front page alternate content"
2500
- msgstr "स्थिर मुख पेज की वैकल्पिक सामग्री"
2501
-
2502
- #: wptouch-pro-3-extras/themes/cms/root-functions.php:267
2503
- msgid "Shows after the featured slider (if enabled), and replaces your Static Front Page content. HTML allowed."
2504
- msgstr "विशेष रुप से प्रदर्शित स्लाइडर के बाद दिखाता है (यदि सक्षम), और अपने स्थिर मुख पेज की सामग्री को बदल देता है. HTML को अनुमति है."
2505
-
2506
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:34
2507
- msgid "Recent"
2508
- msgstr "वर्तमान"
2509
-
2510
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:44
2511
- msgid "Size"
2512
- msgstr "आकार"
2513
-
2514
- #: wptouch-pro-3-extras/themes/hammock/default/header-bottom.php:86
2515
- msgid "Go"
2516
- msgstr "जाएं"
2517
-
2518
- #: wptouch-pro-3-extras/themes/hammock/default/page-content.php:24
2519
- #: wptouch-pro-3-extras/themes/hammock/default/single.php:48
2520
- msgid "Comment on this post"
2521
- msgstr "इस पोस्ट पर टिप्पणी करें"
2522
-
2523
- #: wptouch-pro-3-extras/themes/hammock/default/page-content.php:26
2524
- #: wptouch-pro-3-extras/themes/hammock/default/single.php:50
2525
- msgid "View Discussion"
2526
- msgstr "चर्चा देखें"
2527
-
2528
- #: wptouch-pro-3-extras/themes/hammock/default/single.php:25
2529
- msgid "%s"
2530
- msgstr "%s"
2531
-
2532
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:81
2533
- msgid "Site name"
2534
- msgstr "साइट नाम"
2535
-
2536
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:83
2537
- msgid "Content background"
2538
- msgstr "सामग्री पृष्ठभूमि"
2539
-
2540
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:224
2541
- msgid "Display featured image"
2542
- msgstr "प्रदर्शित छवि प्रदर्शित करें"
2543
-
2544
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:229
2545
- msgid "Do not display featured image"
2546
- msgstr "प्रदर्शित छवि प्रदर्शित न करें"
2547
-
2548
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:274
2549
- msgid "Show post excerpts in listings"
2550
- msgstr "लिस्टिंग में पोस्ट अंशः दिखाएँ"
2551
-
2552
- #: wptouch-pro-3-extras/themes/hammock/root-functions.php:350
2553
- msgid "Show category list in menu"
2554
- msgstr "मेनू में श्रेणी सूची दिखाएँ"
2555
-
2556
- #: wptouch-pro-3-extras/themes/simple/default/front-page.php:14
2557
- msgid "Call Us"
2558
- msgstr "हमें फोन करें"
2559
-
2560
- #: wptouch-pro-3-extras/themes/simple/default/front-page.php:20
2561
- msgid "Our Location"
2562
- msgstr "हमारा स्थान"
2563
-
2564
- #: wptouch-pro-3-extras/themes/simple/default/header-bottom.php:15
2565
- msgid "Toggle Menu"
2566
- msgstr "मेनू टागल करें"
2567
-
2568
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:58
2569
- msgid "Site Menu (Pulldown)"
2570
- msgstr "साइट मेनू (पुल डाउन)"
2571
-
2572
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:61
2573
- msgid "Pull-down menu at top of pages"
2574
- msgstr "पेज के शीर्ष पर पुल-डाउन मेनू"
2575
-
2576
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:69
2577
- msgid "Front Page Menu"
2578
- msgstr "मुख पेज मेनू"
2579
-
2580
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:72
2581
- msgid "Displayed below front page menu and content"
2582
- msgstr "मुख पेज मेनू और सामग्री के नीचे प्रदर्शित"
2583
-
2584
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:185
2585
- msgid "Enable search on blog pages"
2586
- msgstr "ब्लॉग पेजों पर खोज सक्षम करें"
2587
-
2588
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:199
2589
- msgid "Homepage Call Us"
2590
- msgstr "होमपेज हमें फोन करें"
2591
-
2592
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:205
2593
- msgid "Phone number"
2594
- msgstr "फोन नंबर"
2595
-
2596
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:206
2597
- msgid "Enter a phone number and a homepage menu item for 'call us' will be shown."
2598
- msgstr "एक फोन नंबर प्रवेश करें और 'हमें फोन करें' का एक होमपेज मेनू आइटम दिखाई देगा."
2599
-
2600
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:218
2601
- msgid "Homepage Location"
2602
- msgstr "होमपेज स्थान"
2603
-
2604
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:224
2605
- msgid "Map address"
2606
- msgstr "मैप पता"
2607
-
2608
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:225
2609
- msgid "Enter an address and a homepage menu item for 'Our Location' will be shown."
2610
- msgstr "एक पता प्रवेश करें और 'हमारा स्थान' के लिए एक होमपेज मेनू आइटम दिखाया जाएगा."
2611
-
2612
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:237
2613
- msgid "Front Page Content"
2614
- msgstr "मुख पेज सामग्री"
2615
-
2616
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:243
2617
- msgid "Front page alternate content"
2618
- msgstr "मुख पेज वैकल्पिक सामग्री"
2619
-
2620
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:244
2621
- msgid "Shows above the front page menu (if enabled), HTML allowed."
2622
- msgstr "मुख पेज के ऊपर दिखाता है (यदि सक्षम है). HTML को अनुमति है."
2623
-
2624
- #: wptouch-pro-3-extras/themes/simple/root-functions.php:281
2625
- msgid "Add a light noise effect to the drop-down menu and theme background"
2626
- msgstr "ड्रॉप डाउन मेनू और थीम पृष्ठभूमि के लिए एक ह्ल्का नॉइज़ प्रभाव जोड़ें"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/wptouch-pro-hu.mo CHANGED
Binary file
lang/wptouch-pro-hu.po DELETED
@@ -1,2577 +0,0 @@
1
- # Translation of the WordPress plugin WPtouch Pro 3.0.1 by BraveNewCode Inc..
2
- # Copyright (C) 2013 BraveNewCode Inc.
3
- # This file is distributed under the same license as the WPtouch Pro package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
5
- #
6
- msgid ""
7
- msgstr ""
8
- "Project-Id-Version: WPtouch Pro 3.0.1\n"
9
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/wptouch-pro-3\n"
10
- "POT-Creation-Date: 2013-12-04 15:07-0600\n"
11
- "PO-Revision-Date: 2013-12-07 12:03+0100\n"
12
- "Last-Translator: Appel <appelsson@gmail.com>\n"
13
- "Language-Team: \n"
14
- "Language: Hungarian\n"
15
- "MIME-Version: 1.0\n"
16
- "Content-Type: text/plain; charset=UTF-8\n"
17
- "Content-Transfer-Encoding: 8bit\n"
18
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
- "X-Generator: Poedit 1.5.5\n"
20
-
21
- #: admin/html/help.php:1
22
- msgid "WPtouch Pro Help & Account Links"
23
- msgstr "WPtouch Pro Segítség & Fiók linkek"
24
-
25
- #: admin/html/help.php:3
26
- msgid "Support Forums"
27
- msgstr "Támogató fórumok"
28
-
29
- #: admin/html/help.php:4
30
- msgid "Documentation"
31
- msgstr "Dokumentáció"
32
-
33
- #: admin/html/help.php:5
34
- msgid "Account & Downloads"
35
- msgstr "Fiók & letöltések"
36
-
37
- #: admin/html/help.php:6
38
- msgid "BraveNewCode on Twitter"
39
- msgstr "BraveNewCode a Twitteren"
40
-
41
- #: admin/html/help.php:7
42
- msgid "Plugin Licensing Terms"
43
- msgstr "Plugin licenszfeltételek"
44
-
45
- #: admin/html/notification-center.php:5
46
- msgid "Notifications"
47
- msgstr "Értesítések"
48
-
49
- #: admin/html/notification-content.php:20
50
- msgid "No notifications"
51
- msgstr "Nincsenek értesítések"
52
-
53
- #: admin/html/plugin-area.php:7
54
- #, php-format
55
- msgid ""
56
- "This copy of WPtouch Pro is unlicensed! Please %sactivate your license%s, or "
57
- "%spurchase a license%s to enable automatic updates and full product support "
58
- "from us!"
59
- msgstr ""
60
- "Ez a WPtouch Pro nem licenszelt! Kérjük %saktiválja a licenszét%s, vagy "
61
- "%svásárojon egy licenszet%s az automatikus frissítések engedélyezéséhez és a "
62
- "teljes terméktámogatáshoz!"
63
-
64
- #: admin/html/plugin-area.php:9
65
- msgid ""
66
- "This copy of WPtouch Pro is unlicensed! Please contact the site "
67
- "administrator regarding product licensing."
68
- msgstr ""
69
- "Ez a WPtouch Pro nem licenszelt! Kérjük lépjen kapcsolatba az oldal "
70
- "adminisztrátorával a termék licenszeléssel kapcsolatban."
71
-
72
- #: admin/pages/custom/wptouch-admin-license.php:9
73
- msgid "License Details"
74
- msgstr "Licensz részletei"
75
-
76
- #: admin/pages/custom/wptouch-admin-license.php:11
77
- msgid "Note"
78
- msgstr "Megjegyzés"
79
-
80
- #: admin/pages/custom/wptouch-admin-license.php:12
81
- msgid "Once you activate, this page will be hidden."
82
- msgstr "Aktiválás után ez az oldal rejtve lesz."
83
-
84
- #: admin/pages/custom/wptouch-admin-license.php:15
85
- msgid "It will only reappear if you reset your WPtouch Pro settings."
86
- msgstr ""
87
- "Akkor jelenik meg újra, ha alaphelyzetbe állítja a WPtouch Pro beállításait."
88
-
89
- #: admin/pages/custom/wptouch-admin-license.php:18
90
- msgid "Account E-Mail Address"
91
- msgstr "Fiók email cím"
92
-
93
- #: admin/pages/custom/wptouch-admin-license.php:20
94
- msgid "Product License Key"
95
- msgstr "Termék licenszkulcs"
96
-
97
- #: admin/pages/custom/wptouch-admin-license.php:23
98
- #: admin/settings/html/theme-browser-item.php:14
99
- #: pro/settings/html/extension-browser-item.php:80
100
- #: pro/settings/html/theme-browser-item.php:117
101
- msgid "Activate"
102
- msgstr "Aktiválás"
103
-
104
- #: admin/pages/custom/wptouch-admin-license.php:33
105
- msgid "Success."
106
- msgstr "Sikerült."
107
-
108
- #: admin/pages/custom/wptouch-admin-license.php:34
109
- msgid "Activation Complete. Enjoy WPtouch Pro!"
110
- msgstr "Az aktiválás befejeződött. Élvezze a WPtouch Pro-t!"
111
-
112
- #: admin/pages/custom/wptouch-admin-license.php:38
113
- msgid "E-mail address or license key rejected"
114
- msgstr "Az E-mail cím vagy a licensz kulcs visszautasítva"
115
-
116
- #: admin/pages/custom/wptouch-admin-license.php:39
117
- msgid ""
118
- "The bravenewcode.com server rejected your E-Mail address and/or License Key. "
119
- "Please check they are correct and try again."
120
- msgstr ""
121
- "A bravenewcode.com kiszolgáló elutasította az email címet és/vagy a "
122
- "licenszkulcsot. Kérjük ellenőrizze, hogy megfelelőek-e és próbálja újra."
123
-
124
- #: admin/pages/custom/wptouch-admin-license.php:43
125
- msgid "No licenses remaining."
126
- msgstr "Nem maradt több licensz."
127
-
128
- #: admin/pages/custom/wptouch-admin-license.php:44
129
- msgid "You have used all your activations. What do you want to do?"
130
- msgstr ""
131
- "A bravenewcode.com kiszolgáló szerint Ön felhasználta az összes "
132
- "aktivációját. Mit szeretne tenni?"
133
-
134
- #: admin/pages/custom/wptouch-admin-license.php:45
135
- msgid "Upgrade My License"
136
- msgstr "Frissíteni a licenszeim"
137
-
138
- #: admin/pages/custom/wptouch-admin-license.php:46
139
- msgid "Contact support for assistance"
140
- msgstr "Segítségért lépjen kapcsolatba az ügyfélszolgálattal"
141
-
142
- #: admin/pages/custom/wptouch-admin-license.php:50
143
- msgid "The server is unavailable."
144
- msgstr "A kiszolgáló nem elérhető."
145
-
146
- #: admin/pages/custom/wptouch-admin-license.php:51
147
- msgid "The bravenewcode.com server currently cannot authorize your License."
148
- msgstr ""
149
- "A bravenewcode.com kiszolgáló úgy tűnik nem tudja hitelesíteni a licenszét."
150
-
151
- #: admin/pages/custom/wptouch-admin-license.php:52
152
- #, php-format
153
- msgid "Please %scontact us%s and let us know about it."
154
- msgstr "Kérjük %slépjen kapcsolatba velünk%s és mondja el mi történt."
155
-
156
- #: admin/pages/wptouch-admin-general-settings.php:3
157
- #: themes/foundation/root-functions.php:10
158
- msgid "General"
159
- msgstr "Általános"
160
-
161
- #: admin/pages/wptouch-admin-general-settings.php:4
162
- msgid "Compatibility"
163
- msgstr "Kompatibilitás"
164
-
165
- #: admin/pages/wptouch-admin-general-settings.php:10
166
- msgid "Auto-detect"
167
- msgstr "Automatikus felismerés"
168
-
169
- #: admin/pages/wptouch-admin-general-settings.php:45
170
- msgid "Site Title & Byline"
171
- msgstr "Oldalcím & szerző"
172
-
173
- #: admin/pages/wptouch-admin-general-settings.php:51
174
- msgid "WPtouch Pro site title"
175
- msgstr "WPtouch Pro oldal címe"
176
-
177
- #: admin/pages/wptouch-admin-general-settings.php:52
178
- msgid ""
179
- "If the title of your site is long, you can shorten it for display within "
180
- "WPtouch Pro themes."
181
- msgstr ""
182
- "Ha az oldal címe túl hosszú, akkor rövidítheti a megjelenítését a WPtouch "
183
- "Pro témákon belül."
184
-
185
- #: admin/pages/wptouch-admin-general-settings.php:59
186
- #, php-format
187
- msgid "Display %sPowered by WPtouch Pro%s in footer"
188
- msgstr "%sPowered by WPtouch Pro%s megjelenítése az oldal alján"
189
-
190
- #: admin/pages/wptouch-admin-general-settings.php:71
191
- msgid "Regionalization"
192
- msgstr "Regionális"
193
-
194
- #: admin/pages/wptouch-admin-general-settings.php:77
195
- msgid "Language"
196
- msgstr "Nyelv"
197
-
198
- #: admin/pages/wptouch-admin-general-settings.php:78
199
- msgid ""
200
- "The WPtouch Pro admin panel &amp; supported themes will be shown in this "
201
- "locale."
202
- msgstr ""
203
- "A WPtouch Pro admin panel &amp; támogatott témái ezen a nyelven fognak "
204
- "megjelenni."
205
-
206
- #: admin/pages/wptouch-admin-general-settings.php:86
207
- msgid "Translate administration panel text"
208
- msgstr "Admin panel szövegének fordítása"
209
-
210
- #: admin/pages/wptouch-admin-general-settings.php:97
211
- msgid "Display Mode"
212
- msgstr "Megjelenés módja"
213
-
214
- #: admin/pages/wptouch-admin-general-settings.php:103
215
- msgid "Theme Display"
216
- msgstr "Téma megjelenés"
217
-
218
- #: admin/pages/wptouch-admin-general-settings.php:108
219
- msgid "Normal (active for all mobile visitors)"
220
- msgstr "Normál (minden mobillátogató számára aktív)"
221
-
222
- #: admin/pages/wptouch-admin-general-settings.php:109
223
- msgid "Preview (active only for logged-in site administrators)"
224
- msgstr "Előnézet (csak a bejelentkezett adminisztrátorok számára aktív)"
225
-
226
- #: admin/pages/wptouch-admin-general-settings.php:110
227
- msgid "Disabled (mobile theme will never show)"
228
- msgstr "Letiltva (a mobil téma soha nem fog megjelenni)"
229
-
230
- #: admin/pages/wptouch-admin-general-settings.php:119
231
- msgid "Landing Page"
232
- msgstr "Nyitóoldal"
233
-
234
- #: admin/pages/wptouch-admin-general-settings.php:125
235
- msgid "WPtouch Pro landing page"
236
- msgstr "WPtouch Pro nyitóoldal"
237
-
238
- #: admin/pages/wptouch-admin-general-settings.php:130
239
- msgid "Default (same as WordPress)"
240
- msgstr "Alapértelemezett (ugyanaz, mint a WordPressben)"
241
-
242
- #: admin/pages/wptouch-admin-general-settings.php:131
243
- msgid "Select from WordPress pages"
244
- msgstr "Kiválasztás WordPress oldalakból"
245
-
246
- #: admin/pages/wptouch-admin-general-settings.php:132
247
- msgctxt "Refers to a custom landing page"
248
- msgid "Custom"
249
- msgstr "Egyéni"
250
-
251
- #: admin/pages/wptouch-admin-general-settings.php:139
252
- msgid "Custom Slug or URL"
253
- msgstr "Egyéni oldal azonosító vagy URL"
254
-
255
- #: admin/pages/wptouch-admin-general-settings.php:140
256
- msgid "Enter a Slug (i.e. \"/home\") or a full URL path"
257
- msgstr ""
258
- "Adjon meg egy oldal azonosítót (pl. \"/home\") vagy a teljes URL elérési utat"
259
-
260
- #: admin/pages/wptouch-admin-general-settings.php:150
261
- msgid "Desktop / Mobile Switching"
262
- msgstr "Asztali / Mobil kapcsoló"
263
-
264
- #: admin/pages/wptouch-admin-general-settings.php:156
265
- msgid "1st time visitors see desktop theme"
266
- msgstr "Az első látogatók az asztali témát látják"
267
-
268
- #: admin/pages/wptouch-admin-general-settings.php:157
269
- msgid "Your regular theme will be shown to 1st time mobile visitors."
270
- msgstr "Az első mobil látogatóknak az általános téma fog megjelenni."
271
-
272
- #: admin/pages/wptouch-admin-general-settings.php:164
273
- msgid "Show switch link in mobile view"
274
- msgstr "Mutassa a kapcsoló hivatkozást mobil nézetnél"
275
-
276
- #: admin/pages/wptouch-admin-general-settings.php:165
277
- msgid ""
278
- "Will show toggle buttons in the theme's footer allowing users to switch to "
279
- "your desktop theme. Is not shown in Web-App Mode."
280
- msgstr ""
281
- "Megjeleníti az oldal alján a kapcsoló gombokat, és engedélyezi a "
282
- "felhasználóknak az asztali témára való átváltást. Web-alkalmazás módban nem "
283
- "jelenik meg. "
284
-
285
- #: admin/pages/wptouch-admin-general-settings.php:172
286
- msgid "Choose the target for the mobile switch link"
287
- msgstr "Válasszon célt a mobil kapcsoló hivatkozáshoz"
288
-
289
- #: admin/pages/wptouch-admin-general-settings.php:177
290
- msgid "Current page"
291
- msgstr "Aktuális oldal"
292
-
293
- #: admin/pages/wptouch-admin-general-settings.php:178
294
- msgid "Home page"
295
- msgstr "Kezdőoldal"
296
-
297
- #: admin/pages/wptouch-admin-general-settings.php:184
298
- msgid "Desktop theme switch buttons"
299
- msgstr "Asztali téma kapcsoló gombok"
300
-
301
- #: admin/pages/wptouch-admin-general-settings.php:185
302
- msgid ""
303
- "Allows visitors to switch from your desktop theme to your mobile theme. You "
304
- "can also customize the placement of Switch buttons by placing the "
305
- "wptouch_desktop_switch_link() template tag somewhere in your desktop theme."
306
- msgstr ""
307
- "Engedélyezi a látogatóknak, hogy átváltsanak az asztali témáról a mobil "
308
- "témára. Az átkapcsoló gomb elhelyezkedését is testre szabhatja a "
309
- "wptouch_switch_link() sablon tag asztali témában való elhelyezésévél."
310
-
311
- #: admin/pages/wptouch-admin-general-settings.php:189
312
- msgid "Automatically inserted inline"
313
- msgstr "Automatikus beágyazás"
314
-
315
- #: admin/pages/wptouch-admin-general-settings.php:190
316
- msgid "Automatically inserted with AJAX (better for caching)"
317
- msgstr "Automatikusan AJAX-szal beszúrva (jobb a gyorsítótárhoz)"
318
-
319
- #: admin/pages/wptouch-admin-general-settings.php:191
320
- msgid "Template tag"
321
- msgstr "Sablon címke"
322
-
323
- #: admin/pages/wptouch-admin-general-settings.php:200
324
- msgid "Custom Code"
325
- msgstr "Egyéni kód"
326
-
327
- #: admin/pages/wptouch-admin-general-settings.php:206
328
- msgid "HTML, JavaScript, statistics or custom code"
329
- msgstr "HTML, JavaScript, statisztikák vagy egyéni kód"
330
-
331
- #: admin/pages/wptouch-admin-general-settings.php:207
332
- msgid "Enter any custom code here to be output in the theme footer."
333
- msgstr "Adja meg a téma láblécéhez tartozó egyéni kódot."
334
-
335
- #: admin/pages/wptouch-admin-general-settings.php:217
336
- msgid "Custom Stylesheet"
337
- msgstr "Egyéni stíluslapok"
338
-
339
- #: admin/pages/wptouch-admin-general-settings.php:223
340
- msgid "URL to a custom CSS file to load"
341
- msgstr "URL a betöltendő egyéni CSS fájlhoz"
342
-
343
- #: admin/pages/wptouch-admin-general-settings.php:224
344
- msgid "Useful if you have specific compatibility CSS you need to add."
345
- msgstr ""
346
- "Hasznos, ha valamilyen különleges kompatibilis CSS hozzáadására van szükség."
347
-
348
- #: admin/pages/wptouch-admin-general-settings.php:234
349
- msgid "Shortcodes"
350
- msgstr "Rövidkódok"
351
-
352
- #: admin/pages/wptouch-admin-general-settings.php:240
353
- msgid "Remove these shortcodes when WPtouch Pro is active"
354
- msgstr "Távolítsa el ezeket a rövidkódokat, amikor a WPtouch Pro aktív"
355
-
356
- #: admin/pages/wptouch-admin-general-settings.php:241
357
- msgid "Enter a comma separated list of shortcodes to remove."
358
- msgstr "Vesszővel elválasztva adja meg az eltávolítandó rövidkódokat."
359
-
360
- #: admin/pages/wptouch-admin-general-settings.php:251
361
- msgid "Ignored URLs"
362
- msgstr "Figyelmen kívül hagyott URL-ek"
363
-
364
- #: admin/pages/wptouch-admin-general-settings.php:257
365
- msgid "Do not load WPtouch Pro on these URLs/Pages"
366
- msgstr "Ezen URL/oldalak esetén ne töltse be a WPtouch Pro-t"
367
-
368
- #: admin/pages/wptouch-admin-general-settings.php:258
369
- msgid ""
370
- "Each permalink URL fragment should be on its own line and relative, e.g. \"/"
371
- "about\" or \"/products/store\""
372
- msgstr ""
373
- "Minden közvetlen link URL töredéknek a saját vonalán relatíven kellene "
374
- "lenni, pl. \"/about\" vagy \"/products/store\""
375
-
376
- #: admin/pages/wptouch-admin-general-settings.php:268
377
- msgid "Desktop Theme"
378
- msgstr "Asztali téma"
379
-
380
- #: admin/pages/wptouch-admin-general-settings.php:274
381
- msgid "Try to include desktop theme functions.php file"
382
- msgstr "Megpróbálja használni az asztali téma functions.php fájlját"
383
-
384
- #: admin/pages/wptouch-admin-general-settings.php:275
385
- msgid ""
386
- "This may be required for desktop themes with unique features that are not "
387
- "showing when WPtouch Pro is active."
388
- msgstr ""
389
- "Erre akkor lehet szükség, ha az asztali témák egyedi funkciói nem látszódnak "
390
- "amikor a WPtouch Pro aktív."
391
-
392
- #: admin/pages/wptouch-admin-general-settings.php:282
393
- msgid "Method to load file"
394
- msgstr "Fájlbetöltés módszere"
395
-
396
- #: admin/pages/wptouch-admin-general-settings.php:287
397
- msgid "Include file directly"
398
- msgstr "Közvetlenül tartalmazza a fájlt"
399
-
400
- #: admin/pages/wptouch-admin-general-settings.php:288
401
- msgid "Translate and create new files"
402
- msgstr "Fordítás és új fájlok létrehozása"
403
-
404
- #: admin/pages/wptouch-admin-general-settings.php:297
405
- msgid "Custom User-Agents"
406
- msgstr "Egyéni böngésző azonosítók"
407
-
408
- #: admin/pages/wptouch-admin-general-settings.php:303
409
- msgid "User-agents (line separated)"
410
- msgstr "Böngésző azonosítók (soronként elválasztva)"
411
-
412
- #: admin/pages/wptouch-admin-general-settings.php:304
413
- msgid ""
414
- "Adding additional user-agents will force WPtouch Pro to be active for "
415
- "matching browsers."
416
- msgstr ""
417
- "További böngésző azonosító hozzáadása kényszeríteni fogja a WPtouch Pro "
418
- "aktiválását az egyező böngészőknél."
419
-
420
- #: admin/pages/wptouch-admin-general-settings.php:318
421
- msgid "Backup &amp; Import"
422
- msgstr "Mentés &amp; importálás"
423
-
424
- #: admin/pages/wptouch-admin-general-settings.php:324
425
- #, php-format
426
- msgid "Automatically backup settings to the %s folder"
427
- msgstr "Beállítások automatikus mentése a %s mappába"
428
-
429
- #: admin/pages/wptouch-admin-general-settings.php:326
430
- msgid "WPtouch Pro backups your settings each time they are saved."
431
- msgstr ""
432
- "A WPtouch Pro biztonsági másolatot készít a beállításokról minden "
433
- "alkalommal, amikor mentésre kerülnek."
434
-
435
- #: admin/pages/wptouch-admin-general-settings.php:337
436
- msgid "Tools &amp; Debug"
437
- msgstr "Eszközök &amp; hibakeresés"
438
-
439
- #: admin/pages/wptouch-admin-general-settings.php:343
440
- msgid ""
441
- "Use jQuery 2.0 in themes (faster for mobile devices) instead of WordPress' "
442
- "version"
443
- msgstr ""
444
- "Használja a jQuery 2.0-t a témáknál (mobil eszközöknél gyorsabb) a WordPress "
445
- "verzió helyett"
446
-
447
- #: admin/pages/wptouch-admin-general-settings.php:344
448
- msgid ""
449
- "jQuery 2.0 is significantly smaller and faster than previous jQuery versions "
450
- "- may cause problems with other plugins, use carefully."
451
- msgstr ""
452
- "A jQery 2.0 jelentősen kisebb és gyorsabb, mint a korábbi jQuery verziók - "
453
- "de problémát okozhat egyéb beépülőkket, ezért csak óvatosan."
454
-
455
- #: admin/pages/wptouch-admin-general-settings.php:351
456
- msgid "Show load times and query counts in the footer"
457
- msgstr "Mutassa a betöltési időket és lekérdezések számlálóját az alsó sávban"
458
-
459
- #: admin/pages/wptouch-admin-general-settings.php:352
460
- msgid "Helps you find slow pages/posts on your site."
461
- msgstr "Segít az oldalon lévő lassú oldalalk/bejegyzések megtalálásában."
462
-
463
- #: admin/pages/wptouch-admin-general-settings.php:359
464
- msgid "Enable debug log"
465
- msgstr "Hibakeresés naplózás engedélyezése"
466
-
467
- #: admin/pages/wptouch-admin-general-settings.php:360
468
- msgid "Creates a debug file to help diagnose installation issues."
469
- msgstr ""
470
- "Hibakereső fájl létrehozása a telepítési problémák diagnosztizálásához."
471
-
472
- #: admin/pages/wptouch-admin-general-settings.php:371
473
- msgid "WordPress Plugins"
474
- msgstr "WordPress beépülők"
475
-
476
- #: admin/pages/wptouch-admin-general-settings.php:384
477
- msgid "Admin Mode"
478
- msgstr "Admin mód"
479
-
480
- #: admin/pages/wptouch-admin-general-settings.php:390
481
- msgid "Admin panel settings shown"
482
- msgstr "Admin panel beállításainak mutatása"
483
-
484
- #: admin/pages/wptouch-admin-general-settings.php:395
485
- msgid "Default"
486
- msgstr "Alapértelmezett"
487
-
488
- #: admin/pages/wptouch-admin-general-settings.php:396
489
- #: admin/settings/html/button.php:5 admin/settings/html/checkbox.php:6
490
- #: admin/settings/html/custom-latest-posts.php:4
491
- #: admin/settings/html/list.php:16 admin/settings/html/numeric.php:12
492
- #: admin/settings/html/radiolist.php:12 admin/settings/html/text.php:8
493
- #: admin/settings/html/textarea.php:8
494
- msgid "Advanced"
495
- msgstr "Haladó"
496
-
497
- #: admin/pages/wptouch-admin-menus.php:3
498
- msgid "Theme Menus"
499
- msgstr "Téma menük"
500
-
501
- #: admin/pages/wptouch-admin-menus.php:4
502
- msgid "Menu Setup"
503
- msgstr "Menü beállítások"
504
-
505
- #: admin/pages/wptouch-admin-menus.php:5
506
- msgid "Icon Upload & Sets"
507
- msgstr "Ikon feltöltés & készletek"
508
-
509
- #: admin/pages/wptouch-admin-menus.php:22
510
- msgid "WordPress Pages"
511
- msgstr "WordPress oldalak"
512
-
513
- #: admin/pages/wptouch-admin-menus.php:28
514
- #: admin/settings/html/icon_menu_area.php:6
515
- #: themes/foundation/modules/advertising/advertising.php:180
516
- #: themes/foundation/modules/media/media.php:59
517
- msgid "None"
518
- msgstr "Nincs"
519
-
520
- #: admin/pages/wptouch-admin-menus.php:66
521
- msgid "Menu Options"
522
- msgstr "Menü opciók"
523
-
524
- #: admin/pages/wptouch-admin-menus.php:72
525
- msgid "Enable parent items as links"
526
- msgstr "Szülő elemek linkjeinek engedélyezése"
527
-
528
- #: admin/pages/wptouch-admin-menus.php:73
529
- msgid "If disabled, parent menu items will only toggle child items."
530
- msgstr ""
531
- "Ha le van tiltva, akkor a szülő menüelemek csak gyermek elemeket fogják "
532
- "megjeleníteni"
533
-
534
- #: admin/pages/wptouch-admin-menus.php:80
535
- msgid "Use menu icons"
536
- msgstr "Menü ikonok használata"
537
-
538
- #: admin/pages/wptouch-admin-menus.php:104
539
- msgid "Icon Upload"
540
- msgstr "Ikon feltöltés"
541
-
542
- #: admin/pages/wptouch-admin-menus.php:117
543
- msgid "Uploaded Icons"
544
- msgstr "Feltöltött ikonok"
545
-
546
- #: admin/pages/wptouch-admin-menus.php:130
547
- msgid "Icon Sets"
548
- msgstr "Ikon készletek"
549
-
550
- #: admin/pages/wptouch-admin-themes-and-addons.php:3
551
- msgid "Themes"
552
- msgstr "Témák"
553
-
554
- #: admin/pages/wptouch-admin-themes-and-addons.php:4
555
- msgid "Extensions"
556
- msgstr "Bővítmények"
557
-
558
- #: admin/pages/wptouch-admin-touchboard.php:3 core/admin-menu.php:34
559
- #: core/admin-menu.php:38
560
- msgid "What's New"
561
- msgstr "Újdonságok"
562
-
563
- #: admin/settings/html/addon-browser-item.php:38
564
- #: admin/settings/html/installed_icon_sets_ajax.php:8
565
- #: admin/settings/html/installed_icon_sets_ajax.php:20
566
- #: admin/settings/html/theme-browser-item.php:59
567
- #: pro/settings/html/extension-browser-item.php:45
568
- #: pro/settings/html/theme-browser-item.php:66
569
- #, php-format
570
- msgid "by %s"
571
- msgstr "Készítette: %s"
572
-
573
- #: admin/settings/html/addon-browser-item.php:43
574
- msgid "This add-on is only available in WPtouch Pro"
575
- msgstr "Ez a bővítmény csak a WPtouch Pro-val érhető el"
576
-
577
- #: admin/settings/html/backup.php:1
578
- msgid "Download Backup File"
579
- msgstr "Mentés fájl letöltése"
580
-
581
- #: admin/settings/html/backup.php:2
582
- msgid "Restore Backup File"
583
- msgstr "Biztonsági másolat visszaállítása"
584
-
585
- #: admin/settings/html/button.php:6 admin/settings/html/checkbox.php:7
586
- #: admin/settings/html/custom-latest-posts.php:8
587
- #: admin/settings/html/list.php:20 admin/settings/html/numeric.php:16
588
- #: admin/settings/html/radiolist.php:14 admin/settings/html/text.php:9
589
- #: admin/settings/html/textarea.php:9
590
- msgid "New"
591
- msgstr "Új"
592
-
593
- #: admin/settings/html/color.php:6
594
- msgid "Undo"
595
- msgstr "Visszavon"
596
-
597
- #: admin/settings/html/color.php:7
598
- msgid "Desktop theme colors"
599
- msgstr "Asztali téma színei"
600
-
601
- #: admin/settings/html/color.php:7
602
- msgid "Palette"
603
- msgstr "Paletta"
604
-
605
- #: admin/settings/html/custom-latest-posts.php:1
606
- msgid "Custom latest posts page"
607
- msgstr "Egyéni legújabb bejegyzések oldal"
608
-
609
- #: admin/settings/html/custom_icon_management.php:3
610
- msgid "No icons have been uploaded yet"
611
- msgstr "Még nem lettek feltöltve ikonok"
612
-
613
- #: admin/settings/html/custom_icon_management.php:12
614
- #: admin/settings/html/image-upload.php:13
615
- #: admin/settings/html/theme-browser-item.php:18
616
- #: pro/settings/html/theme-browser-item.php:123
617
- msgid "Delete"
618
- msgstr "Törlés"
619
-
620
- #: admin/settings/html/custom_icon_upload.php:3
621
- msgid "Upload Icon"
622
- msgstr "Ikon feltöltése"
623
-
624
- #: admin/settings/html/custom_icon_upload.php:4
625
- #: admin/settings/html/image-upload.php:15
626
- msgid "Upload Complete!"
627
- msgstr "Feltöltés befejeződött!"
628
-
629
- #: admin/settings/html/custom_icon_upload.php:9
630
- msgid "Ready to upload"
631
- msgstr "Készen áll a feltöltésre"
632
-
633
- #: admin/settings/html/debuginfo.php:12
634
- msgid "View Debug File"
635
- msgstr "Hibakeresés fájl megtekintése"
636
-
637
- #: admin/settings/html/debuginfo.php:16 admin/settings/html/debuginfo.php:18
638
- msgid "Your Server Configuration"
639
- msgstr "A kiszolgáló beállításai"
640
-
641
- #: admin/settings/html/icon_menu_area.php:5
642
- msgid "Check All"
643
- msgstr "Összes ellenőrzése"
644
-
645
- #: admin/settings/html/icon_menu_area.php:7
646
- msgid "Reset"
647
- msgstr "Visszaállít"
648
-
649
- #: admin/settings/html/icon_menu_area.php:9
650
- msgid "Menu"
651
- msgstr "Menü"
652
-
653
- #: admin/settings/html/icon_menu_area.php:19
654
- msgid "Active menus used in this theme."
655
- msgstr "A témában használt aktív menük."
656
-
657
- #: admin/settings/html/icon_menu_area.php:23
658
- msgid "Show/Hide"
659
- msgstr "Mutat/Elrejt"
660
-
661
- #: admin/settings/html/icon_menu_area.php:24
662
- msgid "Menu Item"
663
- msgstr "Menü elem"
664
-
665
- #: admin/settings/html/icon_menu_area.php:44
666
- msgid "Icon Set"
667
- msgstr "Ikon készlet"
668
-
669
- #: admin/settings/html/icon_menu_area.php:54
670
- msgid "Drag icons to associate them with menu items"
671
- msgstr "Húzza át az ikonokat a menüelemekkel való társításhoz"
672
-
673
- #: admin/settings/html/icon_menu_area.php:79
674
- msgid "You don't have any custom icons yet."
675
- msgstr "Még nincsenek egyéni ikonok."
676
-
677
- #: admin/settings/html/icon_menu_area.php:94
678
- msgid "Default Icon"
679
- msgstr "Alapértelmezett ikon"
680
-
681
- #: admin/settings/html/icon_menu_area.php:95
682
- msgid "applies to all unset icons"
683
- msgstr "érvényesül az összes be nem állított ikonnál"
684
-
685
- #: admin/settings/html/icon_menu_area.php:103
686
- msgid "Trash"
687
- msgstr "Lomtár"
688
-
689
- #: admin/settings/html/icon_menu_area.php:104
690
- msgid "drag icon here to reset"
691
- msgstr "húzza ide az ikont a visszaállításhoz"
692
-
693
- #: admin/settings/html/image-upload.php:11
694
- msgid "Upload"
695
- msgstr "Feltöltés"
696
-
697
- #: admin/settings/html/installed_icon_sets.php:2
698
- msgid "Gathering information about available icon sets..."
699
- msgstr "Információ gyűjtése az elérhető ikon készletekről..."
700
-
701
- #: admin/settings/html/installed_icon_sets.php:4 core/notifications.php:264
702
- #, php-format
703
- msgid ""
704
- "The %s%s%s directory is not currently writable. %sPlease fix this issue to "
705
- "enable installation of additional icon sets."
706
- msgstr ""
707
- "A %s%s%s mappa nem írható. %sKérjük javítsa ezt a problémát a további "
708
- "ikonkészletek telepítésének engedélyezéséhez."
709
-
710
- #: admin/settings/html/installed_icon_sets_ajax.php:4
711
- #: core/class-wptouch-pro.php:1571 core/class-wptouch-pro.php:1572
712
- #: core/config.php:54
713
- msgid "Custom Icons"
714
- msgstr "Egyéni ikonok"
715
-
716
- #: admin/settings/html/installed_icon_sets_ajax.php:9
717
- #: admin/settings/html/installed_icon_sets_ajax.php:22
718
- msgid "Installed"
719
- msgstr "Telepítve"
720
-
721
- #: admin/settings/html/installed_icon_sets_ajax.php:21
722
- msgid "Installing..."
723
- msgstr "Telepítés..."
724
-
725
- #: admin/settings/html/installed_icon_sets_ajax.php:21
726
- #: pro/settings/html/extension-browser-item.php:71
727
- #: pro/settings/html/theme-browser-item.php:101
728
- msgid "Install"
729
- msgstr "Telepít"
730
-
731
- #: admin/settings/html/installed_icon_sets_ajax.php:23
732
- msgid "Unable to Install"
733
- msgstr "Nem lehet telepíteni"
734
-
735
- #: admin/settings/html/plugin-compat-ajax.php:11
736
- #: themes/foundation/modules/custom-posts/custom-posts.php:64
737
- #, php-format
738
- msgid "Enable %s"
739
- msgstr "%s engedélyzése"
740
-
741
- #: admin/settings/html/plugin-compat-ajax.php:12
742
- #, php-format
743
- msgid ""
744
- "When unchecked, %s will be disabled for users viewing your WPtouch Pro theme."
745
- msgstr ""
746
- "Ha nincs bejelölve, akkor a(z) %s nem lesz elérhető a WPtouch Pro témát néző "
747
- "felhasználóknak."
748
-
749
- #: admin/settings/html/plugin-compat-ajax.php:20
750
- msgid "No plugins to disable."
751
- msgstr "Nincs letiltandó beépülő."
752
-
753
- #: admin/settings/html/plugin-compat.php:3
754
- msgid "Your active plugin list is refreshing"
755
- msgstr "Az aktív beépülők listája frissül"
756
-
757
- #: admin/settings/html/redirect.php:17
758
- msgid "WordPress Page"
759
- msgstr "WordPress oldal"
760
-
761
- #: admin/settings/html/restore.php:2
762
- msgid ""
763
- "Please paste your encoded settings below and save to restore your settings."
764
- msgstr ""
765
- "Kérjük illessze be lentebb a kódolt beállításokat és mentse el a beállítások "
766
- "visszaállításához."
767
-
768
- #: admin/settings/html/theme-browser-item.php:6
769
- #: pro/settings/html/theme-browser-item.php:6
770
- #: pro/settings/html/theme-browser-item.php:10
771
- msgid "Click to view screenshots"
772
- msgstr "Kattintson ide a képernyőképek megtekintéséhez"
773
-
774
- #: admin/settings/html/theme-browser-item.php:11
775
- #: pro/settings/html/extension-browser-item.php:83
776
- #: pro/settings/html/theme-browser-item.php:113
777
- msgid "Setup"
778
- msgstr "Beállítás"
779
-
780
- #: admin/settings/html/theme-browser-item.php:16
781
- #: pro/settings/html/theme-browser-item.php:120
782
- msgid "Copy"
783
- msgstr "Másolás"
784
-
785
- #: admin/settings/html/theme-browser-item.php:54
786
- #: pro/settings/html/theme-browser-item.php:61
787
- #, php-format
788
- msgid "This theme supports %s devices"
789
- msgstr "Ez a téma támogatott a %s eszközökön."
790
-
791
- #: admin/settings/html/theme-browser-item.php:64
792
- #: pro/settings/html/theme-browser-item.php:73
793
- #, php-format
794
- msgid "Theme location: %s"
795
- msgstr "Téma helye: %s"
796
-
797
- #: admin/settings/html/theme-browser-item.php:65
798
- #: pro/settings/html/extension-browser-item.php:52
799
- #: pro/settings/html/theme-browser-item.php:74
800
- msgid "Relative to your WordPress wp-content directory."
801
- msgstr "Relatív a WordPress wp-content könyvtárhoz."
802
-
803
- #: admin/settings/html/touchboard.php:6
804
- msgid "Quick Links"
805
- msgstr "Gyors Hivatkozások"
806
-
807
- #: admin/settings/html/touchboard.php:8
808
- msgid "What's New Changelog"
809
- msgstr "WPtouch Pro kiadási megjegyzések"
810
-
811
- #: admin/settings/html/touchboard.php:9
812
- msgid "Product Knowledgebase"
813
- msgstr "Termék Tudástár"
814
-
815
- #: admin/settings/html/touchboard.php:10
816
- msgid "Product Support"
817
- msgstr "Terméktámogatás"
818
-
819
- #: admin/settings/html/touchboard.php:11
820
- msgid "Manage Account"
821
- msgstr "Fiók kezelése"
822
-
823
- #: admin/settings/html/touchboard.php:12
824
- msgid "Manage License"
825
- msgstr "Licenszek kezelése"
826
-
827
- #: admin/settings/html/touchboard.php:18
828
- msgid "WPtouch News"
829
- msgstr "WPtouch hírek"
830
-
831
- #: admin/settings/html/touchboard.php:19
832
- msgid "Read More"
833
- msgstr "Olvassa tovább"
834
-
835
- #: admin/settings/html/touchboard.php:25
836
- msgid "WPtouch Updates"
837
- msgstr "WPtouch frissítések"
838
-
839
- #: admin/settings/html/touchboard.php:35
840
- #, php-format
841
- msgid "What's New in %s"
842
- msgstr "Újdonságok a(z) %s verzióban"
843
-
844
- #: admin/settings/html/touchboard.php:38 admin/settings/html/touchboard.php:40
845
- #: core/admin-menu.php:59
846
- msgid "License"
847
- msgstr "Licensz"
848
-
849
- #: admin/settings/html/touchboard.php:38
850
- msgid "Unlicensed"
851
- msgstr "Nem licenszelt"
852
-
853
- #: admin/settings/html/touchboard.php:38 core/class-wptouch-pro.php:467
854
- msgid "Offline"
855
- msgstr "Offline"
856
-
857
- #: admin/settings/html/touchboard.php:40
858
- msgid "Active"
859
- msgstr "Aktív"
860
-
861
- #: admin/settings/html/touchboard.php:40
862
- msgid "Online"
863
- msgstr "Online"
864
-
865
- #: admin/settings/html/touchboard.php:64
866
- #, php-format
867
- msgid "%s Change Log"
868
- msgstr "%s változások"
869
-
870
- #: admin/settings/html/user-agent-list.php:4
871
- #: admin/settings/html/user-agent-list.php:6
872
- msgid ""
873
- "WPtouch Pro will be active when any of the following user-agents or user-"
874
- "agent combinations are matched"
875
- msgstr ""
876
- "A WPtouch Pro aktív lesz, ha valamelyik alábbi böngésző azonosító megegyezik"
877
-
878
- #: admin/settings/include/custom-latest-posts.php:14
879
- msgid "None (Use WordPress Settings)"
880
- msgstr "Nincs (WordPress beállítások használata)"
881
-
882
- #: core/addon-theme-installer.php:161
883
- msgid "No server support for directly downloading new Cloud packages."
884
- msgstr "Nincs szerver támogatás a Felhő csomagok közvetlen letöltéséhez."
885
-
886
- #: core/addon-theme-installer.php:166
887
- #, php-format
888
- msgid ""
889
- "Unable to write to directory %s. Try relaxing permissions to allow writing "
890
- "to this location."
891
- msgstr ""
892
- "A(z) %s mappába írás sikertelen. Próbálja meg beállítani a jogosultságokat, "
893
- "hogy engedélyezi az írási műveleteket erre a helyre. "
894
-
895
- #: core/addon-theme-installer.php:171
896
- msgid "No server support for unzipping files."
897
- msgstr "A fájlok kicsomagolásához nincs szerver támogatás."
898
-
899
- #: core/addon-theme-installer.php:181
900
- msgid "Unable to download the Cloud package."
901
- msgstr "A Felhő csomag letöltése sikertelen."
902
-
903
- #: core/admin-ajax.php:256 core/admin-ajax.php:280
904
- msgid "Unknown error"
905
- msgstr "Ismeretlen hiba"
906
-
907
- #: core/admin-ajax.php:304
908
- #, php-format
909
- msgid "Version %s"
910
- msgstr "Verzió: %s"
911
-
912
- #: core/admin-ajax.php:310
913
- msgid ""
914
- "There is a temporary issue retrieving the change-log. Please try again "
915
- "later."
916
- msgstr ""
917
- "Ideiglenes probléma történt a kiadási megjegyzések betöltése közben. Kérjük "
918
- "próbálja meg később."
919
-
920
- #: core/admin-menu.php:39
921
- msgid "Core Settings"
922
- msgstr "Motor beállítások"
923
-
924
- #: core/admin-menu.php:40
925
- msgid "Themes & Extensions"
926
- msgstr "Témák és bővítmények"
927
-
928
- #: core/admin-menu.php:41
929
- msgid "Theme Settings"
930
- msgstr "Téma beállítások"
931
-
932
- #: core/admin-menu.php:41
933
- #, php-format
934
- msgid "%s Settings"
935
- msgstr "%s beállítások"
936
-
937
- #: core/admin-menu.php:46
938
- msgid "Extension Settings"
939
- msgstr "Bővítmény beállítások"
940
-
941
- #: core/admin-menu.php:51 core/admin-menu.php:53
942
- msgid "Menus"
943
- msgstr "Menük"
944
-
945
- #: core/admin-page-templates.php:16
946
- msgid "Mobile Page Template"
947
- msgstr "Mobil oldal sablon"
948
-
949
- #: core/admin-render.php:25
950
- #, php-format
951
- msgid "This copy of %s is currently unlicensed!"
952
- msgstr "Ez a %s jelenleg nem licenszelt!"
953
-
954
- #: core/admin-render.php:27
955
- #, php-format
956
- msgid "Add a license %s"
957
- msgstr "Licensz hozzáadása: %s"
958
-
959
- #: core/admin-render.php:81
960
- msgid "Save Changes"
961
- msgstr "Változások mentése"
962
-
963
- #: core/admin-render.php:82
964
- msgid "Preview Theme"
965
- msgstr "Téma előnézet"
966
-
967
- #: core/admin-render.php:83
968
- msgid "Reset Settings"
969
- msgstr "Beállítások visszaállítása"
970
-
971
- #: core/class-wptouch-pro.php:231
972
- #, php-format
973
- msgid ""
974
- "Automatic theme migration from uploads/wptouch-data directory failed. Please "
975
- "manually move these files to wp-content/wptouch-data, or %scontact support%s "
976
- "to address this issue."
977
- msgstr ""
978
- "Az automatikus téma migráció az uploads/wptouch-data könyvtárból sikertelen. "
979
- "Kérjük manuálisan helyezze át ezeket a fájlokat a wp-content/wptouch data "
980
- "könyvtárba, vagy %slépjen kapcsolatba az ügyfélszolgálattal%s a probléma "
981
- "megoldásához."
982
-
983
- #: core/class-wptouch-pro.php:251
984
- #, php-format
985
- msgid ""
986
- "We were unable to install your WPtouch theme from the Cloud. Please visit "
987
- "%sthis article%s for more information."
988
- msgstr ""
989
- "A WPtouch téma Felhőből való telepítése sikertelen. További információért "
990
- "kérjük olvassa el %sezt a cikket%s."
991
-
992
- #: core/class-wptouch-pro.php:255
993
- #, php-format
994
- msgid ""
995
- "You server setup is preventing WPtouch from installing your active theme "
996
- "from the Cloud. Please visit %sthis article%s for more information on how to "
997
- "fix it."
998
- msgstr ""
999
- "A szerverbeállítások megakadályozzák a jelenlegi WPtouch téma telepítését a "
1000
- "Felhőből. A javításhoz és további információkért kérjük %solvassa el ezt a "
1001
- "cikket%s."
1002
-
1003
- #: core/class-wptouch-pro.php:463
1004
- msgid "Unsupported Browser"
1005
- msgstr "Nem támogatott böngésző"
1006
-
1007
- #: core/class-wptouch-pro.php:464
1008
- msgid "Theme Preview requires Chrome or Safari."
1009
- msgstr "A téma előnézethez Chrome vagy Safari böngésző szükséges."
1010
-
1011
- #: core/class-wptouch-pro.php:465
1012
- msgid ""
1013
- "This will reset all WPtouch Pro settings.\n"
1014
- "Are you sure?"
1015
- msgstr ""
1016
- "Ezzel alaphelyzetbe fogja állítani az összes WPtouch Pro beállítást.\n"
1017
- "Biztos benne?"
1018
-
1019
- #: core/class-wptouch-pro.php:466
1020
- msgid ""
1021
- "This will reset all WPtouch Pro menu and icon settings.\n"
1022
- "Are you sure?"
1023
- msgstr ""
1024
- "Ezzel alaphelyzetbe fogja állítani az összes WPtouch Pro menü és ikon "
1025
- "beállítást.\n"
1026
- "Biztos benne?"
1027
-
1028
- #: core/class-wptouch-pro.php:468
1029
- msgid ""
1030
- "You appear to be offline. Connect to the internet to see available "
1031
- "BraveNewCloud items."
1032
- msgstr ""
1033
- "Úgy tűnik jelenleg offline. Kapcsolódjon az internetre az elérhető "
1034
- "BraveNewCloud elemek megtekintéséhez."
1035
-
1036
- #: core/class-wptouch-pro.php:469
1037
- msgid "The item failed to download for this reason: %reason%"
1038
- msgstr "Az elem letöltése sikertelen, oka: %reason%"
1039
-
1040
- #: core/class-wptouch-pro.php:1083
1041
- #: themes/foundation/modules/webapp/webapp.php:207
1042
- msgid "Settings"
1043
- msgstr "Beállítások"
1044
-
1045
- #: core/class-wptouch-pro.php:1166
1046
- msgid "WPtouch Pro Changelog"
1047
- msgstr "WPtouch Pro kiadási megjegyzések"
1048
-
1049
- #: core/class-wptouch-pro.php:2342
1050
- msgid "Directory Problem"
1051
- msgstr "Mappa probléma"
1052
-
1053
- #: core/class-wptouch-pro.php:2343
1054
- msgid "One or more required directories could not be created"
1055
- msgstr "Egy vagy több szükséges könyvtár létrehozása sikertelen"
1056
-
1057
- #: core/globals.php:192
1058
- msgid "smartphone"
1059
- msgstr "okostelefon"
1060
-
1061
- #: core/globals.php:194
1062
- msgid "tablet"
1063
- msgstr "táblagép"
1064
-
1065
- #: core/notifications.php:121
1066
- msgid "License Missing"
1067
- msgstr "Hiányzó licensz"
1068
-
1069
- #: core/notifications.php:122
1070
- msgid "This installation of WPtouch Pro is currently unlicensed."
1071
- msgstr "A jelenleg telepített WPtouch Pro nem rendelkezik licenszel."
1072
-
1073
- #: core/notifications.php:133
1074
- #, php-format
1075
- msgid "WPtouch Pro %s"
1076
- msgstr "WPtouch Pro %s"
1077
-
1078
- #: core/notifications.php:134
1079
- msgid "A new version of WPtouch Pro is available."
1080
- msgstr "A WPtouch Pro új verziója érhető el."
1081
-
1082
- #: core/notifications.php:145
1083
- msgid "Theme Update Available"
1084
- msgstr "Téma frissítés érhető el"
1085
-
1086
- #: core/notifications.php:146
1087
- msgid "One or more updates are available for your installed themes."
1088
- msgstr "A telepített témákhoz egy vagy több frissítés érhető el."
1089
-
1090
- #: core/notifications.php:160
1091
- msgid "Extension Update Available"
1092
- msgstr "Bővítmény frissítés érhető el"
1093
-
1094
- #: core/notifications.php:161
1095
- msgid "One or more updates are available for your installed extensions."
1096
- msgstr "A telepített bővítményekhez egy vagy több frissítés érhető el."
1097
-
1098
- #: core/notifications.php:173
1099
- msgid "Preview Mode Enabled"
1100
- msgstr "Előnézeti mód engedélyezve"
1101
-
1102
- #: core/notifications.php:174
1103
- #, php-format
1104
- msgid ""
1105
- "Only logged-in admins can see the mobile theme right now. You can change "
1106
- "this at any time in %sCore Settings%s under %sDisplay Mode%s."
1107
- msgstr ""
1108
- "Most csak a bejelentkezett adminok nézhetik a mobil témát. Bármikor "
1109
- "megváltoztathatja a %sMotor beállítások%s és %sMegjelenés módja%s alatt."
1110
-
1111
- #: core/notifications.php:182
1112
- msgid "Theme Presentation Disabled"
1113
- msgstr "Témabemutató letiltva"
1114
-
1115
- #: core/notifications.php:183
1116
- #, php-format
1117
- msgid ""
1118
- "No one can see the mobile theme right now. You can change this at any time "
1119
- "in %sCore Settings%s under %sDisplay Mode%s."
1120
- msgstr ""
1121
- "Most senki nem láthatja a mobil témát. Bármikor megváltoztathatja a %sMotor "
1122
- "beállítások%s és %sMegjelenés módja%s alatt."
1123
-
1124
- #: core/notifications.php:194
1125
- msgid "WPtouch Pro prefers pretty permalinks to be enabled within WordPress."
1126
- msgstr ""
1127
- "A WPtouch Pro javasolja a közvetlen linkek engedélyezését a WordPress-en "
1128
- "belül."
1129
-
1130
- #: core/notifications.php:204
1131
- msgid "WPtouch Pro will not work fully in safe mode."
1132
- msgstr "A WPtouch Pro nem fog teljes mértékben működni csökkentett módban."
1133
-
1134
- #: core/notifications.php:214 core/notifications.php:224
1135
- #: core/notifications.php:234
1136
- msgid ""
1137
- "Extra configuration is required. The plugin must be configured to exclude "
1138
- "the user agents that WPtouch Pro uses."
1139
- msgstr ""
1140
- "Extra konfiguráció szükséges. A beépülőt úgy kell beállítani, hogy kizárja a "
1141
- "WPtouch Pro által használt böngésző azonosítókat."
1142
-
1143
- #: core/notifications.php:244
1144
- msgid ""
1145
- "Extra configuration is required. Add paths to your active WPtouch Pro theme "
1146
- "CSS and Javascript files as files to ignore in WPMinify."
1147
- msgstr ""
1148
- "Extra konfiguráció szükséges. Adja hozzá az aktív WPtouch Pro téma CSS és "
1149
- "Javascript fájljait a WPMinify figyelmen kívül hagyandó fájljaihoz."
1150
-
1151
- #: core/notifications.php:254
1152
- msgid ""
1153
- "This plugin may not work correctly in WPtouch Pro, and should be disabled in "
1154
- "the Plugin Compatibility section."
1155
- msgstr ""
1156
- "Ez a beépülő valószínűleg nem működik megfelelően a WPtouch Pro-ban, és le "
1157
- "kellene tiltani a Beépülő kompatibilitás résznél."
1158
-
1159
- #: core/notifications.php:263
1160
- msgid "Icon Installation Issue"
1161
- msgstr "Ikon telepítési hiba"
1162
-
1163
- #: core/notifications.php:274
1164
- msgid ""
1165
- "WPtouch Pro 3 cannot co-exist with WPtouch 1.x. Disable it first in the "
1166
- "WordPress Plugins settings."
1167
- msgstr ""
1168
- "A WPtouch Pro 3 nem működik együtt a WPtouch 1.x verzióval. Először tiltsa "
1169
- "le a WordPress beépülők beállításainál."
1170
-
1171
- #: core/notifications.php:284
1172
- msgid ""
1173
- "WPtouch Pro 3 cannot co-exist with WPtouch Pro 2.x. Disable it first in the "
1174
- "WordPress Plugins settings."
1175
- msgstr ""
1176
- "A WPtouch Pro 3 nem működik együtt a WPtouch 2.x verzióval. Először tiltsa "
1177
- "le a WordPress beépülők beállításainál."
1178
-
1179
- #: include/add-ons/wordtwit-pro.php:179
1180
- #: themes/foundation/modules/twitter/twitter.php:42
1181
- #, php-format
1182
- msgid "%d second ago"
1183
- msgid_plural "%d seconds ago"
1184
- msgstr[0] "%d másodperce"
1185
- msgstr[1] "%d másodperce"
1186
-
1187
- #: include/add-ons/wordtwit-pro.php:182
1188
- #: themes/foundation/modules/twitter/twitter.php:45
1189
- #, php-format
1190
- msgid "%d minute ago"
1191
- msgid_plural "%d minutes ago"
1192
- msgstr[0] "%d perce"
1193
- msgstr[1] "%d perce"
1194
-
1195
- #: include/add-ons/wordtwit-pro.php:185
1196
- #: themes/foundation/modules/twitter/twitter.php:48
1197
- #, php-format
1198
- msgid "%d hour ago"
1199
- msgid_plural "%d hours ago"
1200
- msgstr[0] "%d órája"
1201
- msgstr[1] "%d órája"
1202
-
1203
- #: include/add-ons/wordtwit-pro.php:188
1204
- #: themes/foundation/modules/twitter/twitter.php:51
1205
- #, php-format
1206
- msgid "%d day ago"
1207
- msgid_plural "%d days ago"
1208
- msgstr[0] "%d napja"
1209
- msgstr[1] "%d napja"
1210
-
1211
- #: include/html/desktop-switch.php:2
1212
- msgid "Desktop Version"
1213
- msgstr "Asztali verzió"
1214
-
1215
- #: include/html/desktop-switch.php:2
1216
- msgid "Switch To Mobile Version"
1217
- msgstr "Váltás mobil verzióra"
1218
-
1219
- #: include/html/footer.php:2
1220
- #, php-format
1221
- msgid "Powered by %s%s%s"
1222
- msgstr "Powered by %s%s%s"
1223
-
1224
- #: include/html/footer.php:3
1225
- #, php-format
1226
- msgid "By %s"
1227
- msgstr "Készítette: %s"
1228
-
1229
- #: include/html/load-times.php:2
1230
- #, php-format
1231
- msgid "%d queries in %0.1f ms"
1232
- msgstr "%d lekérdezés %0.1f ms alatt"
1233
-
1234
- #: include/html/page-template.php:8
1235
- msgid "Default Template"
1236
- msgstr "Alapértelmezett sablon"
1237
-
1238
- #: pro/settings/html/extension-browser-item.php:36
1239
- #: pro/settings/html/theme-browser-item.php:48
1240
- msgid "Upgrading..."
1241
- msgstr "Frissítés..."
1242
-
1243
- #: pro/settings/html/extension-browser-item.php:36
1244
- #, php-format
1245
- msgid "Upgrade to %s"
1246
- msgstr "Frissítés %s verzióra"
1247
-
1248
- #: pro/settings/html/extension-browser-item.php:38
1249
- #: pro/settings/html/theme-browser-item.php:53
1250
- #, php-format
1251
- msgid "Download %s Update"
1252
- msgstr "%s frissítés letöltése"
1253
-
1254
- #: pro/settings/html/extension-browser-item.php:51
1255
- #, php-format
1256
- msgid "Extension location: %s"
1257
- msgstr "Bővítmények helye: %s"
1258
-
1259
- #: pro/settings/html/extension-browser-item.php:60
1260
- #: pro/settings/html/theme-browser-item.php:85
1261
- msgid "More Info"
1262
- msgstr "További információk"
1263
-
1264
- #: pro/settings/html/extension-browser-item.php:63
1265
- #: pro/settings/html/theme-browser-item.php:88
1266
- msgid "Upgrade License"
1267
- msgstr "Licenszek bővítése"
1268
-
1269
- #: pro/settings/html/extension-browser-item.php:65
1270
- #: pro/settings/html/theme-browser-item.php:90
1271
- msgid "Get License"
1272
- msgstr "Licensz beszerzése"
1273
-
1274
- #: pro/settings/html/extension-browser-item.php:71
1275
- #: pro/settings/html/theme-browser-item.php:100
1276
- msgid "Downloading..."
1277
- msgstr "Letöltés..."
1278
-
1279
- #: pro/settings/html/extension-browser-item.php:73
1280
- #: pro/settings/html/theme-browser-item.php:104
1281
- msgid "Download"
1282
- msgstr "Letöltés"
1283
-
1284
- #: pro/settings/html/extension-browser-item.php:84
1285
- msgid "Deactivate"
1286
- msgstr "Deaktiválás"
1287
-
1288
- #: pro/settings/html/extension-browser-pro.php:2
1289
- #: pro/settings/html/theme-browser-pro.php:2
1290
- #, php-format
1291
- msgid ""
1292
- "Your server configuration is preventing WPtouch Pro from automatically "
1293
- "installing and updating from the Cloud. %sPlease visit %sthis article%s for "
1294
- "how to resolve it, or manually download and install into your wptouch-data/"
1295
- "%s directory."
1296
- msgstr ""
1297
- "A szerver beállítások megakadályozzák a WPtouch Pro automatikus telepítését "
1298
- "és frissítését a Felhőből. A megoldáshoz %skérjük látogasson el és %solvassa "
1299
- "el ezt a cikket%s vagy manuálisan töltse le és telepítse a wptouch-data/%s "
1300
- "könyvtárba."
1301
-
1302
- #: pro/settings/html/extension-browser-pro.php:13
1303
- msgid "Loading Cloud Extensions"
1304
- msgstr "Felhő bővítmények betöltése"
1305
-
1306
- #: pro/settings/html/theme-browser-item.php:50
1307
- #, php-format
1308
- msgid "Update to %s"
1309
- msgstr "Frissítés %s verzióra"
1310
-
1311
- #: pro/settings/html/theme-browser-item.php:93
1312
- msgid "Buy Now"
1313
- msgstr "Vásárlás most"
1314
-
1315
- #: pro/settings/html/theme-browser-pro.php:14
1316
- msgid "Loading Cloud Themes"
1317
- msgstr "Felhő témák betöltése"
1318
-
1319
- #: themes/foundation/default/404.php:6
1320
- msgid "404 Not Found"
1321
- msgstr "404 nem található"
1322
-
1323
- #: themes/foundation/default/404.php:8
1324
- msgid "The post or page you requested is no longer available."
1325
- msgstr "A keresett oldal vagy bejegyzés már nem elérhető."
1326
-
1327
- #: themes/foundation/default/attachment.php:43
1328
- msgid "&laquo; previous in gallery"
1329
- msgstr "&laquo; előző a galériában"
1330
-
1331
- #: themes/foundation/default/attachment.php:45
1332
- msgid "next in gallery &raquo;"
1333
- msgstr "következő a galériában &raquo;"
1334
-
1335
- #: themes/foundation/default/comments.php:10
1336
- msgid "no responses"
1337
- msgstr "nincs hozzászólás"
1338
-
1339
- #: themes/foundation/default/comments.php:10
1340
- msgid "1 response"
1341
- msgstr "1 hozzászólás"
1342
-
1343
- #: themes/foundation/default/comments.php:10
1344
- msgid "% responses"
1345
- msgstr "% hozzászólás"
1346
-
1347
- #: themes/foundation/default/comments.php:20
1348
- #: themes/foundation/default/comments.php:26
1349
- msgid "Load More Comments&hellip;"
1350
- msgstr "További hozzászólások betöltése&hellip;"
1351
-
1352
- #: themes/foundation/default/comments.php:38
1353
- msgid "Comments are closed"
1354
- msgstr "A hozzászólások lezárva"
1355
-
1356
- #: themes/foundation/default/comments.php:48
1357
- msgid "Cancel"
1358
- msgstr "Mégsem"
1359
-
1360
- #: themes/foundation/default/comments.php:51
1361
- msgid "Leave a Reply"
1362
- msgstr "Hozzászólás"
1363
-
1364
- #: themes/foundation/default/comments.php:51
1365
- #, php-format
1366
- msgid "Leave a Reply to %s"
1367
- msgstr "Válasz %s részére"
1368
-
1369
- #: themes/foundation/default/comments.php:54
1370
- #, php-format
1371
- msgid "You must be %slogged in%s to post a comment."
1372
- msgstr "A hozzászóláshoz %sbe kell jelentkezni%s."
1373
-
1374
- #: themes/foundation/default/comments.php:61
1375
- msgid "Logged in as"
1376
- msgstr "Bejelentkezve: "
1377
-
1378
- #: themes/foundation/default/comments.php:61
1379
- msgid "Log out"
1380
- msgstr "Kijelentkezés"
1381
-
1382
- #: themes/foundation/default/comments.php:65
1383
- msgid "Name"
1384
- msgstr "Név"
1385
-
1386
- #: themes/foundation/default/comments.php:67
1387
- #: themes/foundation/modules/social-links/social-links.php:78
1388
- msgid "E-Mail"
1389
- msgstr "Email"
1390
-
1391
- #: themes/foundation/default/comments.php:69
1392
- msgid "Website"
1393
- msgstr "Weboldal"
1394
-
1395
- #: themes/foundation/default/comments.php:75
1396
- msgid "Publish"
1397
- msgstr "Közzétesz"
1398
-
1399
- #: themes/foundation/default/footer.php:10
1400
- msgid "Back to top"
1401
- msgstr "Vissza a tetejére"
1402
-
1403
- #: themes/foundation/default/formerror.php:6
1404
- msgid "Comment Error"
1405
- msgstr "Hozzászólás hiba"
1406
-
1407
- #: themes/foundation/default/formerror.php:8
1408
- msgid "Please enter all fields correctly to post a comment."
1409
- msgstr "Kérjük töltse ki az összes mezőt a hozzászólás elküldéséhez."
1410
-
1411
- #: themes/foundation/default/formerror.php:9
1412
- msgid "Go back"
1413
- msgstr "Vissza"
1414
-
1415
- #: themes/foundation/default/index.php:33
1416
- msgid "newer posts"
1417
- msgstr "újabb bejegyzések"
1418
-
1419
- #: themes/foundation/default/index.php:33
1420
- msgid "older posts"
1421
- msgstr "régebbi bejegyzések"
1422
-
1423
- #: themes/foundation/default/nav-bar.php:6
1424
- msgid "previous post"
1425
- msgstr "előző bejegyzés"
1426
-
1427
- #: themes/foundation/default/nav-bar.php:12
1428
- msgid "next post"
1429
- msgstr "következő bejegyzés"
1430
-
1431
- #: themes/foundation/default/one-comment.php:12
1432
- msgid "Your comment is awaiting moderation"
1433
- msgstr "A hozzászólása moderálásra vár"
1434
-
1435
- #: themes/foundation/default/related-posts.php:4
1436
- msgid "Related"
1437
- msgstr "Kapcsolódó"
1438
-
1439
- #: themes/foundation/default/search.php:6
1440
- #, php-format
1441
- msgid "You searched for \"%s\""
1442
- msgstr "Keresés: \"%s\""
1443
-
1444
- #: themes/foundation/default/search.php:16
1445
- #, php-format
1446
- msgid "%s results"
1447
- msgstr "%s eredmények"
1448
-
1449
- #: themes/foundation/default/search.php:36
1450
- msgid "No search results found"
1451
- msgstr "Nincs találat"
1452
-
1453
- #: themes/foundation/default/search.php:45
1454
- #, php-format
1455
- msgid "Load more %s results"
1456
- msgstr "További %s találat betöltése"
1457
-
1458
- #: themes/foundation/default/single.php:13
1459
- msgid "By"
1460
- msgstr "Készítette:"
1461
-
1462
- #: themes/foundation/default/switch-link.php:8
1463
- msgid "mobile"
1464
- msgstr "mobil"
1465
-
1466
- #: themes/foundation/default/switch-link.php:9
1467
- msgid "desktop"
1468
- msgstr "asztali"
1469
-
1470
- #: themes/foundation/modules/advertising/advertising.php:169
1471
- msgid "Service"
1472
- msgstr "Szolgáltatás"
1473
-
1474
- #: themes/foundation/modules/advertising/advertising.php:175
1475
- msgid "Choose a service"
1476
- msgstr "Szolgáltatás kiválasztása"
1477
-
1478
- #: themes/foundation/modules/advertising/advertising.php:181
1479
- msgid "Google Adsense"
1480
- msgstr "Google Adsense"
1481
-
1482
- #: themes/foundation/modules/advertising/advertising.php:182
1483
- msgctxt "Refers to a custom advertising service"
1484
- msgid "Custom"
1485
- msgstr "Egyéni"
1486
-
1487
- #: themes/foundation/modules/advertising/advertising.php:192
1488
- msgid "Google AdSense"
1489
- msgstr "Google AdSense"
1490
-
1491
- #: themes/foundation/modules/advertising/advertising.php:195
1492
- msgid "Publisher ID"
1493
- msgstr "Szerző ID"
1494
-
1495
- #: themes/foundation/modules/advertising/advertising.php:196
1496
- msgid "Slot ID"
1497
- msgstr "Slot ID"
1498
-
1499
- #: themes/foundation/modules/advertising/advertising.php:200
1500
- msgid "Code Type"
1501
- msgstr "Kód típusa"
1502
-
1503
- #: themes/foundation/modules/advertising/advertising.php:212
1504
- msgid "Custom Ads"
1505
- msgstr "Egyéni hirdetések"
1506
-
1507
- #: themes/foundation/modules/advertising/advertising.php:215
1508
- msgid "Mobile advertising script"
1509
- msgstr "Mobil hirdetés szkript"
1510
-
1511
- #: themes/foundation/modules/advertising/advertising.php:224
1512
- msgid "Ad Presentation"
1513
- msgstr "Hirdetés megjelenítése"
1514
-
1515
- #: themes/foundation/modules/advertising/advertising.php:230
1516
- msgid "Theme location"
1517
- msgstr "Téma helye"
1518
-
1519
- #: themes/foundation/modules/advertising/advertising.php:235
1520
- msgid "In the header"
1521
- msgstr "A Fejlécben"
1522
-
1523
- #: themes/foundation/modules/advertising/advertising.php:236
1524
- msgid "Above the page content"
1525
- msgstr "Az oldal tartalma felett"
1526
-
1527
- #: themes/foundation/modules/advertising/advertising.php:237
1528
- msgid "Below the page content"
1529
- msgstr "Az oldal tartalma alatt"
1530
-
1531
- #: themes/foundation/modules/advertising/advertising.php:247
1532
- msgid "Active Pages"
1533
- msgstr "Aktív oldalak"
1534
-
1535
- #: themes/foundation/modules/advertising/advertising.php:250
1536
- msgid "Blog listings"
1537
- msgstr "Blog listázás"
1538
-
1539
- #: themes/foundation/modules/advertising/advertising.php:251
1540
- msgid "Single posts"
1541
- msgstr "Egyéni bejegyzések"
1542
-
1543
- #: themes/foundation/modules/advertising/advertising.php:252
1544
- msgid "Static pages"
1545
- msgstr "Statikus oldalak"
1546
-
1547
- #: themes/foundation/modules/advertising/advertising.php:253
1548
- msgid "Taxonomy"
1549
- msgstr "Osztályozás"
1550
-
1551
- #: themes/foundation/modules/advertising/advertising.php:254
1552
- msgid "Search results"
1553
- msgstr "Keresési eredmények"
1554
-
1555
- #: themes/foundation/modules/base/base.php:69
1556
- msgid "Loading"
1557
- msgstr "Betöltés"
1558
-
1559
- #: themes/foundation/modules/base/preview-bar.php:2
1560
- msgid "Theme Preview"
1561
- msgstr "Téma előnézet"
1562
-
1563
- #: themes/foundation/modules/base/preview-bar.php:3
1564
- msgid "Reload"
1565
- msgstr "Újratöltés"
1566
-
1567
- #: themes/foundation/modules/custom-posts/custom-posts.php:76
1568
- msgid "Custom Post Support"
1569
- msgstr "Egyéni bejegyzés támogatás"
1570
-
1571
- #: themes/foundation/modules/custom-posts/custom-posts.php:82
1572
- msgid "Enable custom post-type support"
1573
- msgstr "Egyéni bejegyzéstípus támogatás engedélyezése"
1574
-
1575
- #: themes/foundation/modules/custom-posts/custom-posts.php:90
1576
- msgid "Show custom post taxonomy"
1577
- msgstr "Egyéni hozzászólás osztályozás mutatása"
1578
-
1579
- #: themes/foundation/modules/custom-posts/custom-posts.php:102
1580
- msgid "Custom Post Types"
1581
- msgstr "Egyéni bejegyzés típusok"
1582
-
1583
- #: themes/foundation/modules/featured/featured.php:231
1584
- msgid "Featured Slider"
1585
- msgstr "Kiemelt csúszka"
1586
-
1587
- #: themes/foundation/modules/featured/featured.php:237
1588
- msgid "Enable featured slider"
1589
- msgstr "Kiemelt csúszka engedélyezése"
1590
-
1591
- #: themes/foundation/modules/featured/featured.php:238
1592
- msgid "Requires at least 2 entries to contain featured images"
1593
- msgstr "Legalább két bejegyzés szükésges a kiemelt képekhez"
1594
-
1595
- #: themes/foundation/modules/featured/featured.php:245
1596
- msgid "Maximum number of posts"
1597
- msgstr "Hozzászólások maximális száma"
1598
-
1599
- #: themes/foundation/modules/featured/featured.php:250
1600
- msgid "3 posts"
1601
- msgstr "3 bejegyzés"
1602
-
1603
- #: themes/foundation/modules/featured/featured.php:251
1604
- msgid "5 posts"
1605
- msgstr "5 bejegyzés"
1606
-
1607
- #: themes/foundation/modules/featured/featured.php:252
1608
- msgid "10 posts"
1609
- msgstr "10 bejegyzés"
1610
-
1611
- #: themes/foundation/modules/featured/featured.php:258
1612
- msgid "Automatically slide"
1613
- msgstr "Automatikusan csúsztat"
1614
-
1615
- #: themes/foundation/modules/featured/featured.php:266
1616
- msgid "Continuously slide"
1617
- msgstr "Folyamatos csúsztatás"
1618
-
1619
- #: themes/foundation/modules/featured/featured.php:274
1620
- msgid "Grayscale images (CSS 3 effect)"
1621
- msgstr "Szürekárnyalatos képek (CSS 3 effekt)"
1622
-
1623
- #: themes/foundation/modules/featured/featured.php:275
1624
- msgid ""
1625
- "Featured slider images will be in grayscale for devices that support CSS "
1626
- "filters."
1627
- msgstr ""
1628
- "A kiemelt csúszka képei szürkeárnyalatosan jelennek meg azokon az "
1629
- "eszközökön, amik támogatják a CSS szűrőket."
1630
-
1631
- #: themes/foundation/modules/featured/featured.php:290
1632
- msgid "Featured slider posts also show in listings"
1633
- msgstr "Kiemelt csúszka bejegyzések is láthatóak a listázásnál"
1634
-
1635
- #: themes/foundation/modules/featured/featured.php:298
1636
- msgid "Slide transition speed"
1637
- msgstr "Csúsztatás sebessége"
1638
-
1639
- #: themes/foundation/modules/featured/featured.php:303
1640
- msgid "Slow"
1641
- msgstr "Lassú"
1642
-
1643
- #: themes/foundation/modules/featured/featured.php:304
1644
- msgid "Normal"
1645
- msgstr "Normál"
1646
-
1647
- #: themes/foundation/modules/featured/featured.php:305
1648
- msgid "Fast"
1649
- msgstr "Gyors"
1650
-
1651
- #: themes/foundation/modules/featured/featured.php:316
1652
- msgid "Show latest posts"
1653
- msgstr "Legújabb hozzászólások mutatása"
1654
-
1655
- #: themes/foundation/modules/featured/featured.php:317
1656
- msgid "Show posts from a specific tag"
1657
- msgstr "Csak megadott címke bejegyzéseit mutassa"
1658
-
1659
- #: themes/foundation/modules/featured/featured.php:318
1660
- msgid "Show posts from a specific category"
1661
- msgstr "Csak megadott kategória bejegyzéseit mutassa"
1662
-
1663
- #: themes/foundation/modules/featured/featured.php:319
1664
- msgid "Show only specific posts or pages"
1665
- msgstr "Csak különleges bejegyzések vagy oldalak mutatása"
1666
-
1667
- #: themes/foundation/modules/featured/featured.php:325
1668
- msgid "Only this tag"
1669
- msgstr "Csak ez a címke"
1670
-
1671
- #: themes/foundation/modules/featured/featured.php:334
1672
- msgid "Only this category"
1673
- msgstr "Csak ez a kategória"
1674
-
1675
- #: themes/foundation/modules/featured/featured.php:343
1676
- msgid "Comma-separated list of post/page IDs"
1677
- msgstr "A bejegyzés/oldal ID-k vesszővel elválasztott listája"
1678
-
1679
- #: themes/foundation/modules/google-fonts/google-fonts.php:10
1680
- msgid "Browser Fonts"
1681
- msgstr "Böngésző betűtípus"
1682
-
1683
- #: themes/foundation/modules/google-fonts/google-fonts.php:18
1684
- msgid "Typography"
1685
- msgstr "Íráskép"
1686
-
1687
- #: themes/foundation/modules/google-fonts/google-fonts.php:24
1688
- msgid "Font style"
1689
- msgstr "Betűtípus"
1690
-
1691
- #: themes/foundation/modules/google-fonts/google-fonts.php:25
1692
- msgid ""
1693
- "Choose a Google font pairing designed for this theme, or default browser "
1694
- "fonts."
1695
- msgstr ""
1696
- "Válassza ki a témához készített Google betűtípus párosításokat vagy az "
1697
- "alapértelmezett böngésző betűtípusokat."
1698
-
1699
- #: themes/foundation/modules/login/login-html.php:7
1700
- msgid "Remember Me"
1701
- msgstr "Emlékezzen rám"
1702
-
1703
- #: themes/foundation/modules/login/login-html.php:9
1704
- msgid "Log In"
1705
- msgstr "Bejelentkezés"
1706
-
1707
- #: themes/foundation/modules/login/login-html.php:20
1708
- msgid "Login"
1709
- msgstr "Bejelentkezés"
1710
-
1711
- #: themes/foundation/modules/login/login-html.php:29
1712
- msgid "Sign-up"
1713
- msgstr "Regisztráció"
1714
-
1715
- #: themes/foundation/modules/login/login-html.php:30
1716
- msgid "Lost password?"
1717
- msgstr "Elfelejtett jelszó?"
1718
-
1719
- #: themes/foundation/modules/login/login.php:22
1720
- msgid "Account Username"
1721
- msgstr "Fiók felhasználónév"
1722
-
1723
- #: themes/foundation/modules/login/login.php:23
1724
- msgid "Account Password"
1725
- msgstr "Fiók jelszó"
1726
-
1727
- #: themes/foundation/modules/login/login.php:32
1728
- msgid "Login Form"
1729
- msgstr "Bejelentkezés típusa"
1730
-
1731
- #: themes/foundation/modules/login/login.php:38
1732
- msgid "Use fly-in login form"
1733
- msgstr "Beúszó bejelentkezés használata"
1734
-
1735
- #: themes/foundation/modules/login/login.php:39
1736
- msgid ""
1737
- "Will add login links and allow mobile visitors to login to your website from "
1738
- "mobile devices"
1739
- msgstr ""
1740
- "Bejelentkezés hivatkozás hozzáadása és mobil látogatók bejelentkezésének "
1741
- "engedélyezése"
1742
-
1743
- #: themes/foundation/modules/login/login.php:46
1744
- msgid "Show \"Sign-up\" and \"Lost Password?\" links"
1745
- msgstr "\"Regisztráció\" és \"Elfeljtett jelszó?\" hivatkozások megjelenítése"
1746
-
1747
- #: themes/foundation/modules/media/media.php:48
1748
- msgid "Video Handling"
1749
- msgstr "Videó kezelés"
1750
-
1751
- #: themes/foundation/modules/media/media.php:60
1752
- msgid "CSS only (HTML5 videos)"
1753
- msgstr "csak CSS (HTML5 videók)"
1754
-
1755
- #: themes/foundation/modules/media/media.php:61
1756
- msgid "FitVids Method"
1757
- msgstr "FitVids módszer"
1758
-
1759
- #: themes/foundation/modules/media/media.php:62
1760
- msgid "Fluid-Width Method"
1761
- msgstr "Fluid-Width módszer"
1762
-
1763
- #: themes/foundation/modules/related-posts/related-posts.php:106
1764
- msgid "Related Posts"
1765
- msgstr "Kapcsolódó bejegyzések"
1766
-
1767
- #: themes/foundation/modules/related-posts/related-posts.php:112
1768
- msgid "Enable display of related posts"
1769
- msgstr "Kapcsolódó bejegyzések megjelenítésének engedélyezése"
1770
-
1771
- #: themes/foundation/modules/related-posts/related-posts.php:120
1772
- msgid "Maximum number of related posts to show"
1773
- msgstr "A kapcsolódó bejegyzések megjelenítésének maximális száma"
1774
-
1775
- #: themes/foundation/modules/sharing/sharing-html.php:1
1776
- msgid "Share"
1777
- msgstr "Megosztás"
1778
-
1779
- #: themes/foundation/modules/sharing/sharing-html.php:1
1780
- msgid "Tweet"
1781
- msgstr "Tweet"
1782
-
1783
- #: themes/foundation/modules/sharing/sharing-html.php:1
1784
- msgid "Mail"
1785
- msgstr "Email"
1786
-
1787
- #: themes/foundation/modules/sharing/sharing.php:81
1788
- msgid "Sharing"
1789
- msgstr "Megosztás"
1790
-
1791
- #: themes/foundation/modules/sharing/sharing.php:87
1792
- msgid "Show sharing links"
1793
- msgstr "Megosztás linkek megjelenítése"
1794
-
1795
- #: themes/foundation/modules/sharing/sharing.php:88
1796
- msgid "Will show Facebook, Twitter, Google+ and Email buttons on single posts."
1797
- msgstr ""
1798
- "A Facebook, Twitter, Google+ és Email gombok megjelennek az egyéni "
1799
- "bejegyzéseknél."
1800
-
1801
- #: themes/foundation/modules/sharing/sharing.php:95
1802
- msgid "Show sharing links on pages"
1803
- msgstr "Megosztás linkek megjelenítése az oldalakon"
1804
-
1805
- #: themes/foundation/modules/sharing/sharing.php:96
1806
- msgid ""
1807
- "Will show Facebook, Twitter, Google+ and Email buttons on pages as well as "
1808
- "single posts."
1809
- msgstr ""
1810
- "A Facebook, Twitter, Google+ és Email gombok és az egyéni bejegyzések is "
1811
- "megjelennek."
1812
-
1813
- #: themes/foundation/modules/sharing/sharing.php:103
1814
- msgid "Sharing links location"
1815
- msgstr "Megosztás linkek helye"
1816
-
1817
- #: themes/foundation/modules/sharing/sharing.php:108
1818
- msgid "Above post content"
1819
- msgstr "A bejegyzés tartalma felett"
1820
-
1821
- #: themes/foundation/modules/sharing/sharing.php:109
1822
- msgid "Below post content"
1823
- msgstr "A bejegyzés tartalma alatt"
1824
-
1825
- #: themes/foundation/modules/sharing/sharing.php:115
1826
- msgid "Color scheme"
1827
- msgstr "Színséma"
1828
-
1829
- #: themes/foundation/modules/sharing/sharing.php:120
1830
- msgid "Theme colors"
1831
- msgstr "Téma színek"
1832
-
1833
- #: themes/foundation/modules/sharing/sharing.php:121
1834
- msgid "Social network colors"
1835
- msgstr "Közösségi hálózat színek"
1836
-
1837
- #: themes/foundation/modules/social-links/social-links.php:8
1838
- msgid "Footer Social Links"
1839
- msgstr "Lábléc közösségi linkek"
1840
-
1841
- #: themes/foundation/modules/social-links/social-links.php:23
1842
- msgid "Full URL to your Facebook page"
1843
- msgstr "Teljes URL a saját Facebook oldalhoz"
1844
-
1845
- #: themes/foundation/modules/social-links/social-links.php:31
1846
- msgid "Full URL to your Twitter profile"
1847
- msgstr "Teljes URL a Twitter profilhoz"
1848
-
1849
- #: themes/foundation/modules/social-links/social-links.php:39
1850
- msgid "Full URL to your Google+ profile"
1851
- msgstr "Teljes URL a Google+ profilhoz"
1852
-
1853
- #: themes/foundation/modules/social-links/social-links.php:47
1854
- msgid "Full URL to your Pinterest page"
1855
- msgstr "Teljes URL a Pinterest oldalhoz"
1856
-
1857
- #: themes/foundation/modules/social-links/social-links.php:55
1858
- msgid "Full URL to your Vimeo page"
1859
- msgstr "Teljes URL a saját Vimeo oldalhoz"
1860
-
1861
- #: themes/foundation/modules/social-links/social-links.php:63
1862
- #, php-format
1863
- msgid "Full URL to your %s profile"
1864
- msgstr "Teljes URL a %s profilhoz"
1865
-
1866
- #: themes/foundation/modules/social-links/social-links.php:70
1867
- msgid "LinkedIn"
1868
- msgstr "LinkedIn"
1869
-
1870
- #: themes/foundation/modules/social-links/social-links.php:71
1871
- msgid "Full URL to your LinkedIn profile"
1872
- msgstr "Teljes URL a LinkedIn profilhoz"
1873
-
1874
- #: themes/foundation/modules/social-links/social-links.php:79
1875
- msgid "E-Mail address"
1876
- msgstr "Email cím"
1877
-
1878
- #: themes/foundation/modules/social-links/social-links.php:87
1879
- msgid "Full URL to your RSS feed"
1880
- msgstr "Teljes URL az RSS hírfolyamhoz"
1881
-
1882
- #: themes/foundation/modules/tablets/tablets.php:46
1883
- msgid "iPad"
1884
- msgstr "iPad"
1885
-
1886
- #: themes/foundation/modules/tablets/tablets.php:52
1887
- #: themes/foundation/modules/webapp/webapp.php:268
1888
- #: themes/foundation/modules/webapp/webapp.php:286
1889
- #: themes/foundation/modules/webapp/webapp.php:304
1890
- #: themes/foundation/modules/webapp/webapp.php:323
1891
- #: themes/foundation/modules/webapp/webapp.php:331
1892
- #: themes/foundation/modules/webapp/webapp.php:349
1893
- #: themes/foundation/modules/webapp/webapp.php:357
1894
- #: themes/foundation/root-functions.php:390
1895
- #: themes/foundation/root-functions.php:408
1896
- #, php-format
1897
- msgid "%d by %d pixels (PNG)"
1898
- msgstr "%d x %d pixel (PNG)"
1899
-
1900
- #: themes/foundation/modules/twitter/twitter.php:66
1901
- msgid "Disabled"
1902
- msgstr "Letiltva"
1903
-
1904
- #: themes/foundation/modules/twitter/twitter.php:81
1905
- msgid "Twitter account to use for Tweet display"
1906
- msgstr "A Tweet kijelzéséhez használt Twitter fiók"
1907
-
1908
- #: themes/foundation/modules/webapp/webapp.php:122
1909
- msgid "External link— open it in the browser?"
1910
- msgstr "Külső link— megnyitja a böngészőben?"
1911
-
1912
- #: themes/foundation/modules/webapp/webapp.php:123
1913
- msgid "File link— Do you want to open it in the browser?"
1914
- msgstr "Szabad hivatkozás— Megnyitja a böngészőben?"
1915
-
1916
- #: themes/foundation/modules/webapp/webapp.php:210
1917
- msgid "Enable iOS Web-App Mode"
1918
- msgstr "iOS webalkalmazás mód engedélyezése"
1919
-
1920
- #: themes/foundation/modules/webapp/webapp.php:214
1921
- msgid "Enable persistence"
1922
- msgstr "Megtartás engedélyezése"
1923
-
1924
- #: themes/foundation/modules/webapp/webapp.php:215
1925
- msgid "Loads the last visited URL for visitors on open."
1926
- msgstr "Megnyitáskor betölti a legutóbb meglátogatott URL-t."
1927
-
1928
- #: themes/foundation/modules/webapp/webapp.php:222
1929
- msgid "URLs to ignore in Web-App Mode"
1930
- msgstr "Webalkalmazás módban figyelmen kívül hagyandó URL-ek"
1931
-
1932
- #: themes/foundation/modules/webapp/webapp.php:235
1933
- msgid "Notice Message"
1934
- msgstr "Felhívó üzenet"
1935
-
1936
- #: themes/foundation/modules/webapp/webapp.php:238
1937
- msgid ""
1938
- "Show a notice message for iPhone, iPod touch & iPad visitors about my Web-App"
1939
- msgstr ""
1940
- "Mutasson felhívó üzenetet az iPhone, iPod touch & iPad látogatóknak a "
1941
- "webalkalmazásról"
1942
-
1943
- #: themes/foundation/modules/webapp/webapp.php:238
1944
- msgid ""
1945
- "WPtouch shows a notice bubble on 1st visit letting users know about your Web-"
1946
- "App enabled website on iOS devices."
1947
- msgstr ""
1948
- "A WPtouch egy felhívó buboréküzenetet jelenít meg az első látogatáskor, hogy "
1949
- "tudassa az iOS felhasználókkal, hogy ez egy webalkalmazásos oldal."
1950
-
1951
- #: themes/foundation/modules/webapp/webapp.php:239
1952
- msgid "Notice message contents"
1953
- msgstr "Felhívó üzenet tartalma"
1954
-
1955
- #: themes/foundation/modules/webapp/webapp.php:239
1956
- msgid ""
1957
- "[device] and [icon] are dynamic and used to determine the device and iOS "
1958
- "version. Do not remove these from your message."
1959
- msgstr ""
1960
- "A [device] és [icon] dinamikus, és az eszköz valamint iOS verzió "
1961
- "meghatározására szolgál. Ne távolítsa el ezeket az üzenetből."
1962
-
1963
- #: themes/foundation/modules/webapp/webapp.php:243
1964
- msgid "the notice message will be shown again for visitors"
1965
- msgstr "a felhívó üzenet újra megjelenik a látogatóknak"
1966
-
1967
- #: themes/foundation/modules/webapp/webapp.php:248
1968
- msgid "1 day until"
1969
- msgstr "1 napig"
1970
-
1971
- #: themes/foundation/modules/webapp/webapp.php:249
1972
- msgid "7 days until"
1973
- msgstr "7 napig"
1974
-
1975
- #: themes/foundation/modules/webapp/webapp.php:250
1976
- msgid "1 month until"
1977
- msgstr "1 hónapig"
1978
-
1979
- #: themes/foundation/modules/webapp/webapp.php:251
1980
- msgid "Every time"
1981
- msgstr "Mindig"
1982
-
1983
- #: themes/foundation/modules/webapp/webapp.php:262
1984
- msgid "iPhone Startup Screen"
1985
- msgstr "iPhone kezdőképernyő"
1986
-
1987
- #: themes/foundation/modules/webapp/webapp.php:280
1988
- msgid "Retina iPhone Startup Screen"
1989
- msgstr "Retina iPhone kezdőképernyő"
1990
-
1991
- #: themes/foundation/modules/webapp/webapp.php:298
1992
- msgid "iPhone 5 Startup Screen"
1993
- msgstr "iPhone 5 kezdőképernyő"
1994
-
1995
- #: themes/foundation/modules/webapp/webapp.php:317
1996
- msgid "iPad Mini and iPad Startup Screens"
1997
- msgstr "iPad Mini és iPad kezdőképernyők"
1998
-
1999
- #: themes/foundation/modules/webapp/webapp.php:343
2000
- msgid "Retina iPad Startup Screens"
2001
- msgstr "Retina iPad kezdőképernyő"
2002
-
2003
- #: themes/foundation/root-functions.php:11
2004
- msgid "Branding"
2005
- msgstr "Arculat"
2006
-
2007
- #: themes/foundation/root-functions.php:12
2008
- msgid "Media Handling"
2009
- msgstr "Média kezelés"
2010
-
2011
- #: themes/foundation/root-functions.php:13
2012
- msgid "Web-App Mode"
2013
- msgstr "Webalkalmazás mód"
2014
-
2015
- #: themes/foundation/root-functions.php:14
2016
- msgid "Bookmark Icons"
2017
- msgstr "Könyvjelző ikonok"
2018
-
2019
- #: themes/foundation/root-functions.php:15
2020
- msgid "Advertising"
2021
- msgstr "Hirdetések"
2022
-
2023
- #: themes/foundation/root-functions.php:16
2024
- msgid "Custom Content"
2025
- msgstr "Egyéni tartalom"
2026
-
2027
- #: themes/foundation/root-functions.php:113
2028
- msgid ""
2029
- "Install this Web-App on your [device]: tap [icon] then \"Add to Home Screen\""
2030
- msgstr ""
2031
- "Telepítse ezt a webalkalmazást a(z) [device]-n: érintse meg az [icon] és "
2032
- "utána \"Adja a kezdőképernyőhöz\""
2033
-
2034
- #: themes/foundation/root-functions.php:304
2035
- msgid "Number of posts in post listings"
2036
- msgstr "Bejegyzések száma a listázásnál"
2037
-
2038
- #: themes/foundation/root-functions.php:305
2039
- msgid ""
2040
- "Overrides the WordPress Reading settings for \"Blog pages show at most\""
2041
- msgstr ""
2042
- "Felülírja a WordPress olvasás beállításokat a \"Legfeljebb megjelenítendő "
2043
- "bejegyzések számára\" vonatkozóan"
2044
-
2045
- #: themes/foundation/root-functions.php:312
2046
- msgid "Excluded categories"
2047
- msgstr "Kizárt kategóriák"
2048
-
2049
- #: themes/foundation/root-functions.php:313
2050
- msgid "Comma separated by category name"
2051
- msgstr "Kategória neve alapján vesszővel elválasztva"
2052
-
2053
- #: themes/foundation/root-functions.php:320
2054
- msgid "Excluded tags"
2055
- msgstr "Kizárt címkék"
2056
-
2057
- #: themes/foundation/root-functions.php:321
2058
- msgid "Comma separated by tag name"
2059
- msgstr "Címke neve alapján vesszővel elválasztva"
2060
-
2061
- #: themes/foundation/root-functions.php:331
2062
- msgid "Blog"
2063
- msgstr "Blog"
2064
-
2065
- #: themes/foundation/root-functions.php:342
2066
- msgid "Show comments on pages"
2067
- msgstr "Hozzászólások mutatása az oldalakon"
2068
-
2069
- #: themes/foundation/root-functions.php:343
2070
- msgid "Overrides the WordPress settings for showing comments on pages."
2071
- msgstr ""
2072
- "Felülírja a WordPress beállításokat az oldalakon megjelenítendő "
2073
- "hozzáaszólások mutatására vonatkozóan."
2074
-
2075
- #: themes/foundation/root-functions.php:353
2076
- #: themes/foundation/root-functions.php:1024
2077
- msgid "Pages"
2078
- msgstr "Oldalak"
2079
-
2080
- #: themes/foundation/root-functions.php:366
2081
- msgid "Icon Title"
2082
- msgstr "Ikon cím"
2083
-
2084
- #: themes/foundation/root-functions.php:372
2085
- msgid "Icon title"
2086
- msgstr "Ikon cím"
2087
-
2088
- #: themes/foundation/root-functions.php:373
2089
- msgid "When visitors bookmark your website, this will be the title shown."
2090
- msgstr ""
2091
- "Amikor a látogatók könyjelzőbe teszik az oldalt, akkor ez a cím fog "
2092
- "megjelenni."
2093
-
2094
- #: themes/foundation/root-functions.php:384
2095
- msgid "Android"
2096
- msgstr "Android"
2097
-
2098
- #: themes/foundation/root-functions.php:402
2099
- msgid "iPhone & iPod touch"
2100
- msgstr "iPhone & iPod touch"
2101
-
2102
- #: themes/foundation/root-functions.php:438
2103
- msgid "Theme Colors"
2104
- msgstr "Téma színek"
2105
-
2106
- #: themes/foundation/root-functions.php:448
2107
- msgid "Site Logo"
2108
- msgstr "Oldal logó"
2109
-
2110
- #: themes/foundation/root-functions.php:454
2111
- msgid "(Scaled by themes to fit logo areas as needed)"
2112
- msgstr "(A logó területeket a témák méretezik át a szükséges mértékben)"
2113
-
2114
- #: themes/foundation/root-functions.php:467
2115
- msgid "Smart App Banner"
2116
- msgstr "Intelligens alkalmazás banner"
2117
-
2118
- #: themes/foundation/root-functions.php:473
2119
- #, php-format
2120
- msgid "Enter your app's %sApp Store ID%s"
2121
- msgstr "Adja meg az alkalmazás %sApp Store ID-t%s"
2122
-
2123
- #: themes/foundation/root-functions.php:474
2124
- msgid ""
2125
- "Your app's unique identifier. Find your ID from the iTunes Link Maker: "
2126
- "Search for your app. In the link it provides, your app ID is the nine-digit "
2127
- "number in between id and ?mt. For example Angry Birds's ID is 343200656."
2128
- msgstr ""
2129
- "Az alkalmazásának egyedi azonosítója. Találja meg az ID-t az iTunes Link "
2130
- "Makerrel: Keresse meg az alkalmazását. A hivatkozásban megtalálja a kilenc "
2131
- "számjegyű alkalmazás ID-t az id és a ?mt között. Például az Angry Birds ID-"
2132
- "ja 343200656."
2133
-
2134
- #: themes/foundation/root-functions.php:486
2135
- msgid "Theme Footer"
2136
- msgstr "Téma lábléc"
2137
-
2138
- #: themes/foundation/root-functions.php:489
2139
- msgid "Custom footer content (HTML is allowed)"
2140
- msgstr "Egyéni lábléc tartalom (HTML engedélyezett)"
2141
-
2142
- #: themes/foundation/root-functions.php:489
2143
- msgid ""
2144
- "You can add custom footer content that will be displayed below the switch "
2145
- "link."
2146
- msgstr ""
2147
- "Hozzáadhat egyéni lábléc tartalmat, ami a kapcsoló hivatkozás alatt fog "
2148
- "megjelenni."
2149
-
2150
- #: themes/foundation/root-functions.php:854
2151
- #, php-format
2152
- msgid "search results for '%s'"
2153
- msgstr "keresési találat ehhez: '%s'"
2154
-
2155
- #: themes/foundation/root-functions.php:856
2156
- #, php-format
2157
- msgid "%sCategories &rsaquo;%s %s"
2158
- msgstr "%sKategóriák &rsaquo;%s %s"
2159
-
2160
- #: themes/foundation/root-functions.php:858
2161
- #, php-format
2162
- msgid "Tags &rsaquo; %s"
2163
- msgstr "Címkék &rsaquo; %s"
2164
-
2165
- #: themes/foundation/root-functions.php:860
2166
- #: themes/foundation/root-functions.php:862
2167
- #: themes/foundation/root-functions.php:864
2168
- #, php-format
2169
- msgid "Archives &rsaquo; %s"
2170
- msgstr "Archiválás &rsaquo; %s"
2171
-
2172
- #: themes/foundation/root-functions.php:879
2173
- msgid "Load more from this category"
2174
- msgstr "További elemek betöltése a kategóriából"
2175
-
2176
- #: themes/foundation/root-functions.php:881
2177
- msgid "Load more tagged like this"
2178
- msgstr "További ilyen címkéjű elemek betöltése"
2179
-
2180
- #: themes/foundation/root-functions.php:883
2181
- msgid "Load more from this day"
2182
- msgstr "További mai elemek betöltése"
2183
-
2184
- #: themes/foundation/root-functions.php:885
2185
- msgid "Load more from this month"
2186
- msgstr "További ehavi elemek betöltése"
2187
-
2188
- #: themes/foundation/root-functions.php:887
2189
- msgid "Load more from this year"
2190
- msgstr "További idei elemek betöltése"
2191
-
2192
- #: themes/foundation/root-functions.php:889
2193
- msgid "Load more in this section"
2194
- msgstr "További elemek betöltése"
2195
-
2196
- #: themes/foundation/root-functions.php:891
2197
- msgid "Load more entries"
2198
- msgstr "További elemek betöltése"
2199
-
2200
- #: themes/foundation/root-functions.php:973
2201
- msgid "Post"
2202
- msgstr "Bejegyzés"
2203
-
2204
- #: themes/foundation/root-functions.php:975
2205
- msgid "Page"
2206
- msgstr "Oldal"
2207
-
2208
- #. Plugin Name of the plugin/theme
2209
- msgid "WPtouch Pro"
2210
- msgstr "WPtouch Pro"
2211
-
2212
- #. Plugin URI of the plugin/theme
2213
- msgid "http://www.bravenewcode.com/product/wptouch-pro/"
2214
- msgstr "http://www.bravenewcode.com/product/wptouch-pro/"
2215
-
2216
- #. Description of the plugin/theme
2217
- msgid ""
2218
- "The easy way to create great mobile experiences with your WordPress website."
2219
- msgstr ""
2220
- "Kön