From b1b2a9e018196300df9aaa560e208c4132046819 Mon Sep 17 00:00:00 2001 From: root <root@rivolta.investici.org> Date: Wed, 16 Feb 2011 21:53:41 +0000 Subject: [PATCH] Import wptouch 1.9.22.1 --- .../plugins/wptouch/admin-css/bnc-global.css | 9 +- .../wptouch/admin-css/wptouch-admin.css | 9 +- .../plugins/wptouch/ajax/file_upload.php | 3 +- .../wptouch/html/general-settings-area.php | 3 + wp-content/plugins/wptouch/html/head-area.php | 4 +- .../plugins/wptouch/images/wptouch-icon.jpg | Bin 40542 -> 31055 bytes .../plugins/wptouch/include/adsense.php | 3 +- .../plugins/wptouch/include/class.prowl.php | 3 +- wp-content/plugins/wptouch/include/compat.php | 3 +- wp-content/plugins/wptouch/include/icons.php | 3 +- wp-content/plugins/wptouch/include/plugin.php | 3 +- wp-content/plugins/wptouch/include/submit.php | 3 +- wp-content/plugins/wptouch/js/admin_1.9.js | 2 +- wp-content/plugins/wptouch/lang/eu_EU.mo | Bin 0 -> 34402 bytes wp-content/plugins/wptouch/lang/fr_FR.mo | Bin 0 -> 37506 bytes wp-content/plugins/wptouch/lang/ja_JP.mo | Bin 0 -> 42336 bytes wp-content/plugins/wptouch/lang/src/de_DE.po | 1253 ++++++++++++ wp-content/plugins/wptouch/lang/src/eu_EU.po | 1249 ++++++++++++ wp-content/plugins/wptouch/lang/src/fr_FR.po | 1674 ++++++----------- wp-content/plugins/wptouch/lang/src/ja_JP.po | 1383 ++++++++++++++ wp-content/plugins/wptouch/readme.txt | 44 +- .../wptouch/themes/core/core-functions.php | 25 +- .../wptouch/themes/core/core-header.php | 2 +- .../themes/core/core-images/post-options.png | Bin 2158 -> 2673 bytes .../plugins/wptouch/themes/core/core.js | 24 +- .../plugins/wptouch/themes/core/core.min.js | 1 + .../wptouch/themes/default/comments.php | 2 +- .../wptouch/themes/default/functions.php | 5 +- .../plugins/wptouch/themes/default/header.php | 4 +- .../plugins/wptouch/themes/default/page.php | 3 +- .../plugins/wptouch/themes/default/single.php | 6 +- .../plugins/wptouch/themes/default/style.css | 40 +- .../wptouch/themes/default/style.min.css | 1 + wp-content/plugins/wptouch/wptouch.php | 31 +- 34 files changed, 4630 insertions(+), 1165 deletions(-) create mode 100644 wp-content/plugins/wptouch/lang/eu_EU.mo create mode 100644 wp-content/plugins/wptouch/lang/fr_FR.mo create mode 100644 wp-content/plugins/wptouch/lang/ja_JP.mo create mode 100644 wp-content/plugins/wptouch/lang/src/de_DE.po create mode 100644 wp-content/plugins/wptouch/lang/src/eu_EU.po create mode 100644 wp-content/plugins/wptouch/lang/src/ja_JP.po create mode 100644 wp-content/plugins/wptouch/themes/core/core.min.js create mode 100644 wp-content/plugins/wptouch/themes/default/style.min.css diff --git a/wp-content/plugins/wptouch/admin-css/bnc-global.css b/wp-content/plugins/wptouch/admin-css/bnc-global.css index c1e4440fb..053861ca9 100644 --- a/wp-content/plugins/wptouch/admin-css/bnc-global.css +++ b/wp-content/plugins/wptouch/admin-css/bnc-global.css @@ -1,8 +1,3 @@ -/* @override - http://wptouch.com/wp-content/plugins/wptouch/admin-css/bnc-global.css - http://www.wptouch.com/wp-content/plugins/wptouch/admin-css/bnc-global.css -*/ - /* Global styles applied to BraveNewCode plugins */ /* @group Global Plugin Styles */ @@ -127,6 +122,10 @@ margin-left: 5px; } +#bnc-global input:focus { + background-color: #fff; +} + #bnc-global ul.wptouch-make-li-italic li { font-style: italic; } diff --git a/wp-content/plugins/wptouch/admin-css/wptouch-admin.css b/wp-content/plugins/wptouch/admin-css/wptouch-admin.css index 0ae2cccde..07af03459 100644 --- a/wp-content/plugins/wptouch/admin-css/wptouch-admin.css +++ b/wp-content/plugins/wptouch/admin-css/wptouch-admin.css @@ -1,3 +1,5 @@ +/* @override http://beta.bravenewcode.com/wordpress/wp-content/plugins/wptouch/admin-css/wptouch-admin.css */ + /* WPtouch 1.9 Admin CSS */ /* @group head-area.php */ @@ -10,7 +12,7 @@ } #wptouch-head #wptouch-head-colour { - background-color: #b7c8d3; + background-color: #bcced9; padding: 10px; margin: -10px -10px -20px; -webkit-border-top-right-radius: 5px; @@ -129,11 +131,12 @@ #wptouch-news-support li { border-bottom: 1px solid #e6e6e6; margin: 0; - padding: 3px 0; - list-style-type: circle; + padding: 3px 0 3px 12px; + list-style-type: disc; list-style-position: inside; color: #c1cfd1; width: 80%; + text-indent: -12px; } #wptouch-news-support li:last-child { diff --git a/wp-content/plugins/wptouch/ajax/file_upload.php b/wp-content/plugins/wptouch/ajax/file_upload.php index 8d4f772bb..6d49ef762 100644 --- a/wp-content/plugins/wptouch/ajax/file_upload.php +++ b/wp-content/plugins/wptouch/ajax/file_upload.php @@ -29,5 +29,4 @@ } } else echo __( '<p style="color:orange; padding-top:10px">Image too large. try something like 59x60.</p>', 'wptouch' ); } - } else echo __( '<p style="color:orange; padding-top:10px">Insufficient privileges.</p><p>You need to either be an admin or have more control over your server.</p>', 'wptouch' ); -?> \ No newline at end of file + } else echo __( '<p style="color:orange; padding-top:10px">Insufficient privileges.</p><p>You need to either be an admin or have more control over your server.</p>', 'wptouch' ); \ No newline at end of file diff --git a/wp-content/plugins/wptouch/html/general-settings-area.php b/wp-content/plugins/wptouch/html/general-settings-area.php index 45cee7c8e..057ab8857 100644 --- a/wp-content/plugins/wptouch/html/general-settings-area.php +++ b/wp-content/plugins/wptouch/html/general-settings-area.php @@ -38,6 +38,9 @@ <option value="auto"<?php if ( $wptouch_settings['wptouch-language'] == "auto" ) echo " selected"; ?>><?php _e( "Automatically detected", "wptouch" ); ?></option> <option value="fr_FR"<?php if ( $wptouch_settings['wptouch-language'] == "fr_FR" ) echo " selected"; ?>>Français</option> <option value="es_ES"<?php if ( $wptouch_settings['wptouch-language'] == "es_ES" ) echo " selected"; ?>>Español</option> + <option value="eu_EU"<?php if ( $wptouch_settings['wptouch-language'] == "eu_EU" ) echo " selected"; ?>>Basque</option> + <!-- <option value="de_DE"<?php if ( $wptouch_settings['wptouch-language'] == "de_DE" ) echo " selected"; ?>>Deutsch</option> --> + <option value="ja_JP"<?php if ( $wptouch_settings['wptouch-language'] == "ja_JP" ) echo " selected"; ?>>Japanese</option> <?php $custom_lang_files = bnc_get_wptouch_custom_lang_files(); ?> <?php if ( count( $custom_lang_files ) ) { ?> diff --git a/wp-content/plugins/wptouch/html/head-area.php b/wp-content/plugins/wptouch/html/head-area.php index a55d57658..2d4a03fbf 100644 --- a/wp-content/plugins/wptouch/html/head-area.php +++ b/wp-content/plugins/wptouch/html/head-area.php @@ -11,8 +11,8 @@ <div id="wptouch-head-links"> <ul> <li><?php echo sprintf(__( "%sGet WPtouch Pro%s", "wptouch" ), '<a href="http://www.bravenewcode.com/products/wptouch-pro/?utm_source=wptouch&utm_medium=web&utm_campaign=top-' . str_replace( '.', '', $bnc_wptouch_version ) . '" target="_blank">','</a>'); ?> | </li> - <li><?php echo sprintf(__( "%sWPtouch on Twitter%s", "wordtwit" ), '<a href="http://www.twitter.com/bravenewcode" target="_blank">','</a>'); ?> | </li> - <li><?php echo sprintf(__( "%sBraveNewCode.com%s", "wptouch" ), '<a href="http://www.bravenewcode.com" target="_blank">','</a>'); ?></li> + <li><?php echo sprintf(__( "%sFREE Affiliate Program%s", "wptouch" ), '<a href="http://www.bravenewcode.com/affiliate-program/" target="_blank">','</a>'); ?></li> | + <li><?php echo sprintf(__( "%sFollow Us on Twitter%s", "wordtwit" ), '<a href="http://www.twitter.com/bravenewcode" target="_blank">','</a>'); ?></li> </ul> </div> <div class="bnc-clearer"></div> diff --git a/wp-content/plugins/wptouch/images/wptouch-icon.jpg b/wp-content/plugins/wptouch/images/wptouch-icon.jpg index b4fe02b0c9546ffe2dbe1ac7733c88ebdf564305..e708a9eb7c0b02eec22b23ae1b75bfa99d21a0fe 100644 GIT binary patch delta 29809 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 delta 39381 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 diff --git a/wp-content/plugins/wptouch/include/adsense.php b/wp-content/plugins/wptouch/include/adsense.php index 339af4e07..990191999 100644 --- a/wp-content/plugins/wptouch/include/adsense.php +++ b/wp-content/plugins/wptouch/include/adsense.php @@ -129,5 +129,4 @@ if (!function_exists('google_append_url')) { return $ad; } -} -?> \ No newline at end of file +} \ No newline at end of file diff --git a/wp-content/plugins/wptouch/include/class.prowl.php b/wp-content/plugins/wptouch/include/class.prowl.php index 5a9d94789..adb27ff0c 100644 --- a/wp-content/plugins/wptouch/include/class.prowl.php +++ b/wp-content/plugins/wptouch/include/class.prowl.php @@ -64,5 +64,4 @@ class Prowl return $response; } -} -?> \ No newline at end of file +} \ No newline at end of file diff --git a/wp-content/plugins/wptouch/include/compat.php b/wp-content/plugins/wptouch/include/compat.php index ce9255ac2..a364d508b 100644 --- a/wp-content/plugins/wptouch/include/compat.php +++ b/wp-content/plugins/wptouch/include/compat.php @@ -89,5 +89,4 @@ if ( !function_exists( 'compat_get_upload_url' ) ) { return $upload_info['baseurl']; } } -} -?> \ No newline at end of file +} \ No newline at end of file diff --git a/wp-content/plugins/wptouch/include/icons.php b/wp-content/plugins/wptouch/include/icons.php index ae2a5c1eb..81ea2fd6e 100644 --- a/wp-content/plugins/wptouch/include/icons.php +++ b/wp-content/plugins/wptouch/include/icons.php @@ -94,5 +94,4 @@ } function bnc_get_master_icon_list() { - } -?> \ No newline at end of file + } \ No newline at end of file diff --git a/wp-content/plugins/wptouch/include/plugin.php b/wp-content/plugins/wptouch/include/plugin.php index 7abe56442..c43755bbe 100644 --- a/wp-content/plugins/wptouch/include/plugin.php +++ b/wp-content/plugins/wptouch/include/plugin.php @@ -4,5 +4,4 @@ if ($version < 100) { $version = $version * 10; } $version = $version / 100; return $version; - } -?> \ No newline at end of file + } \ No newline at end of file diff --git a/wp-content/plugins/wptouch/include/submit.php b/wp-content/plugins/wptouch/include/submit.php index 44170595f..8e27068de 100644 --- a/wp-content/plugins/wptouch/include/submit.php +++ b/wp-content/plugins/wptouch/include/submit.php @@ -269,5 +269,4 @@ if ( isset( $_POST['submit'] ) ) { do_action( 'wptouch_load_locale' ); global $wptouch_settings; -$wptouch_settings = bnc_wptouch_get_settings(); -?> \ No newline at end of file +$wptouch_settings = bnc_wptouch_get_settings(); \ No newline at end of file diff --git a/wp-content/plugins/wptouch/js/admin_1.9.js b/wp-content/plugins/wptouch/js/admin_1.9.js index fd219b4ae..38a9af12d 100644 --- a/wp-content/plugins/wptouch/js/admin_1.9.js +++ b/wp-content/plugins/wptouch/js/admin_1.9.js @@ -11,7 +11,7 @@ function wptouchSpinnerDone() { } } -jQuery(document).ready(function(jQuery) { +jQuery( document ).ready( function() { setTimeout(function() { jQuery('#wptouchupdated').fadeIn(250); }, 750); setTimeout(function() { jQuery( '#wptouchupdated' ).fadeOut(200); }, 2750); diff --git a/wp-content/plugins/wptouch/lang/eu_EU.mo b/wp-content/plugins/wptouch/lang/eu_EU.mo new file mode 100644 index 0000000000000000000000000000000000000000..472fb88648a4cf60bdb58a54905ecb78df09b2e6 GIT binary patch literal 34402 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	S+d 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 GkpTd9Yy6l1 literal 0 HcmV?d00001 diff --git a/wp-content/plugins/wptouch/lang/fr_FR.mo b/wp-content/plugins/wptouch/lang/fr_FR.mo new file mode 100644 index 0000000000000000000000000000000000000000..16d0d73907f642e02eaf51a6d94825b77ac46688 GIT binary patch literal 37506 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 II5n3606PmY#sB~S literal 0 HcmV?d00001 diff --git a/wp-content/plugins/wptouch/lang/ja_JP.mo b/wp-content/plugins/wptouch/lang/ja_JP.mo new file mode 100644 index 0000000000000000000000000000000000000000..47cf2a86635b74f25cde439301970e14331ff5d0 GIT binary patch literal 42336 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 literal 0 HcmV?d00001 diff --git a/wp-content/plugins/wptouch/lang/src/de_DE.po b/wp-content/plugins/wptouch/lang/src/de_DE.po new file mode 100644 index 000000000..9d46c2eb3 --- /dev/null +++ b/wp-content/plugins/wptouch/lang/src/de_DE.po @@ -0,0 +1,1253 @@ +# Translation of the WordPress plugin WPtouch 1.9.19 by Christian Forjahn (www.kletterfieber.net). +# Copyright (C) 2011 Christian Forjahn +# This file is distributed under the same license as the WPtouch package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: WPtouch 1.9.19\n" +"Report-Msgid-Bugs-To: http://wordpress.org/tag/wptouch\n" +"POT-Creation-Date: 2011-01-26 14:44-0300\n" +"PO-Revision-Date: 2011-01-27 16:13+0100\n" +"Last-Translator: xPhilx <ps@hacktik.org>\n" +"Language-Team: Christian Forjahn <chris@kletterfieber.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Deutsch\n" +"X-Poedit-Country: DEUTSCHLAND\n" + +#: ajax/file_upload.php:23 +msgid "<p style=\"color:red; padding-top:10px\">There seems to have been an error.<p>Please try your upload again.</p>" +msgstr "<p style=\"color:red; padding-top:10px\">Ein Fehler ist aufgetreten.<p>Bitte Upload erneut starten.</p>" + +#: ajax/file_upload.php:25 +msgid "<p style=\"color:green; padding-top:10px\">File has been saved and added to the pool.</p>" +msgstr "<p style=\"color:green; padding-top:10px\">Die Datei wurde gespeichert und zum Pool hinzugefügt.</p>" + +#: ajax/file_upload.php:28 +msgid "<p style=\"color:orange; padding-top:10px\">Sorry, only PNG, GIF and JPG images are supported.</p>" +msgstr "<p style=\"color:orange; padding-top:10px\">Entschuldige, es werden nur PNG, GIF oder JPG Bidler unterstützt.</p>" + +#: ajax/file_upload.php:30 +msgid "<p style=\"color:orange; padding-top:10px\">Image too large. try something like 59x60.</p>" +msgstr "<p style=\"color:orange; padding-top:10px\">Das Bild ist zu gross. Versuche es mit einem Bild in der Grösse 59x60.</p>" + +#: ajax/file_upload.php:32 +msgid "<p style=\"color:orange; padding-top:10px\">Insufficient privileges.</p><p>You need to either be an admin or have more control over your server.</p>" +msgstr "<p style=\"color:orange; padding-top:10px\">Nicht genügend Berechtigungen.</p><p>Du musst entweder admin sein, oder mehr Kontrolle über den Server haben.</p>" + +#: ajax/news.php:16 +#: ajax/support.php:16 +#: ajax/support.php:28 +msgid "<li class=\"ajax-error\">No feed items found to display.</li>" +msgstr "<li class=\"ajax-error\">Es wurden keine Feed Inhalte zum Anzeigen gefunden.</li>" + +#: ajax/news.php:28 +msgid " <li class=\"ajax-error\">No feed items found to display.</li>" +msgstr " <li class=\"ajax-error\">Es wurden keine Feed Inhalte zum Anzeigen gefunden.</li>" + +#: html/ads-stats-area.php:5 +msgid "Adsense, Stats & Custom Code" +msgstr "Adsense, Statistics & Eigener Code" + +#: html/ads-stats-area.php:8 +msgid "Adsense" +msgstr "Adsense" + +#: html/ads-stats-area.php:9 +msgid "Enter your Google AdSense ID if you'd like to support mobile advertising in WPtouch posts." +msgstr "Trage deine Google Adsense ID ein, wenn du ADs auf der mobilen Seite nutzen willst." + +#: html/ads-stats-area.php:10 +msgid "Make sure to include the 'pub-' part of your ID string." +msgstr "Trage den \"pub-\" Teil deiner ID ein." + +#: html/ads-stats-area.php:12 +msgid "Stats & Custom Code" +msgstr "Statistics & Eigener Code" + +#: html/ads-stats-area.php:13 +msgid "If you'd like to capture traffic statistics " +msgstr "Wenn du Traffic Statistiken loggen willst." + +#: html/ads-stats-area.php:13 +msgid "(Google Analytics, MINT, etc.)" +msgstr "(Google Analytics, MINT, etc.)" + +#: html/ads-stats-area.php:14 +msgid "Enter the code snippet(s) for your statistics tracking." +msgstr "Trage den Code für deine Statistik Tracking hier ein." + +#: html/ads-stats-area.php:14 +msgid "You can also enter custom CSS & other HTML code." +msgstr "Du kannst auch eigenen CSS oder HTML Code einfügen." + +#: html/ads-stats-area.php:16 +#: html/advanced-area.php:22 +#: html/advanced-area.php:31 +#: html/advanced-area.php:40 +#: html/advanced-area.php:49 +#: html/advanced-area.php:60 +#: html/advanced-area.php:68 +#: html/advanced-area.php:83 +#: html/advanced-area.php:92 +#: html/advanced-area.php:101 +#: html/general-settings-area.php:75 +#: html/page-area.php:31 +#: html/push-area.php:17 +#: html/push-area.php:49 +msgid "More Info" +msgstr "Mehr Infos" + +#: html/ads-stats-area.php:17 +msgid "You may enter a custom css file link easily. Simply add the full link to the css file like this:" +msgstr "Du kannst ein eigenes CSS-File verwenden. Trage einfach den ganzen Pfad zum CSS-File ein:" + +#: html/ads-stats-area.php:18 +msgid "<code><link rel="stylesheet" src="http://path-to-my-css-file" type="text/css" media="screen" /></code>" +msgstr "<code><link rel="stylesheet" src="http://path-to-my-css-file" type="text/css" media="screen" /></code>" + +#: html/ads-stats-area.php:25 +msgid "Google AdSense ID" +msgstr "Google AdSense ID" + +#: html/ads-stats-area.php:26 +msgid "Google AdSense Channel" +msgstr "Google AdSense Channel" + +#: html/advanced-area.php:5 +msgid "Advanced Options" +msgstr "Erweiterte Optionen" + +#: html/advanced-area.php:8 +msgid "Choose to enable/disable advanced features & options available for WPtouch." +msgstr "Auswählen um erweiterte Einstellungen & Funktionen in WPtocuh zu de-/aktivieren." + +#: html/advanced-area.php:9 +msgid "* WPtouch Restricted Mode attempts to fix issues where other plugins load scripts which interfere with WPtouch CSS and JavaScript." +msgstr "* WPtouch Restricted Mode versucht Probleme zu beheben, bei denen andere Plugins Scripts laden, die WPtouch Javascript und CSS beeinflussen." + +#: html/advanced-area.php:11 +msgid "Custom User-Agents" +msgstr "Custom User-Agents" + +#: html/advanced-area.php:12 +msgid "Enter a comma-separated list of user-agents to enable WPtouch for a device that isn't currently officially supported." +msgstr "Gib eine Komma-getrennte Liste von user-agents an, um WPtouch auch für Geräte zu aktivieren, die noch nicht offiziell unterstützt werden." + +#: html/advanced-area.php:13 +#, php-format +msgid "The currently enabled user-agents are: <em class='supported'>%s</em>" +msgstr "Derzeit werden diese user-agents unterstützt: <em class='supported'>%s</em>" + +#: html/advanced-area.php:20 +msgid "Enable Categories tab in the header" +msgstr "Kategorien Tab im Header aktivieren." + +#: html/advanced-area.php:23 +msgid "This will add a 'Categories' tab item in the WPtouch drop-down." +msgstr "Das aktiviert einen Kategorien Tab im WPtouch Dropdown-Menü." + +#: html/advanced-area.php:24 +msgid "It will display a list of your popular categories." +msgstr "Das wird eine Liste beliebter Kategorien anzeigen." + +#: html/advanced-area.php:29 +msgid "Enable Tags tab in the header" +msgstr "Aktviere den Schlagwörter Tab Im Header." + +#: html/advanced-area.php:32 +msgid "This will add a 'Tags' tab item in the WPtouch drop-down." +msgstr "Das aktiviert einen Schlagworte Tab im WPtouch Dropdown-Menü." + +#: html/advanced-area.php:33 +msgid "It will display a list of your popular tags." +msgstr "Das wird eine Liste beliebter Schlagworte anzeigen." + +#: html/advanced-area.php:38 +msgid "Enable Search link in the header" +msgstr "Suchfunktion im Header aktivieren" + +#: html/advanced-area.php:41 +msgid "This will add a 'Search' item in the WPtouch sub header." +msgstr "Aktiviert ein Suchfunktions Punkt im WPtouch Sub-Header." + +#: html/advanced-area.php:42 +msgid "It will display an overlay on the title area allowing users to search your website." +msgstr "Einblendung einer Überlagerung im Titel-Bereich, um dem Besucher eine Suchfunktion für die Webseite bereitzustellen." + +#: html/advanced-area.php:47 +msgid "Enable Login/My Account tab in the header" +msgstr "Aktiviere Login/Mein Account Tab im Header" + +#: html/advanced-area.php:50 +msgid "This will add a 'Login' tab in the WPtouch sub header beside the Tags and Categories tabs if they are also enabled." +msgstr "Fügt einen 'Login' Tab im WPtouch Sub-Header neben den Schlagworte und Kategorien Tabs hinzu, wenn sie aktiviert sind." + +#: html/advanced-area.php:51 +msgid "It will display a username/password drop-down, allowing users to login plus be automatically re-directed back to the page they logged in from without seeing the WP admin." +msgstr "Zeigt ein Username/Passwort Dropdown an, das es erlaubt sich einzuloggen und gleich wieder dorthin zurückgeleitet zu werden wo man sich eingelogt hat, ohne auf die Admin Seite geleitet zu werden." + +#: html/advanced-area.php:52 +msgid "Once logged in, a new 'My Account' button will appear. The 'My Account' button shows useful links depending on the type of account (subscriber, admin, etc.)." +msgstr "Wenn man sich einmal eingeloggt hat erscheint ein 'My Account' Button. Der 'My Account' Button zeigt nützliche Links abhängig von der Art des Accounts (Admin, Mitarabeiter,...) an." + +#: html/advanced-area.php:53 +msgid "NOTE: The Account tab/links will always appear if you have enabled registration on your site or require users to login for comments." +msgstr "Achtung: Der 'Account Tab/Link' taucht immer auf, wenn die Regsitrierung aktiviert ist, oder man sich zum Kommentieren einloggen muss." + +#: html/advanced-area.php:58 +msgid "Display Upcoming Dates link in the header (requires <a href='http://gigpress.com/' target='_blank'>GigPress 2.0.3</a> or higher)" +msgstr "Zeigt bevorstehende Events im Header an (benötigt <a href='http://gigpress.com/' target='_blank'>GigPress 2.0.3</a> oder aktueller)" + +#: html/advanced-area.php:61 +msgid "When this option is checked and the GigPress plugin is installed, a list of your Upcoming Shows will be viewable from a drop-down in the WPtouch header." +msgstr "Wenn diese Option aktiviert ist und das GigPress Plugin installiert ist, erscheint im Dropdown Menü einen Liste der bevorstehenden Events im WPtouch Header." + +#: html/advanced-area.php:66 +msgid "Display Twitter link in the header (requires <a href='http://www.bravenewcode.com/wordtwit/' target='_blank'>WordTwit 2.3.3</a> or higher)" +msgstr "Zeige den Twitter link im Header (benötigt <a href='http://www.bravenewcode.com/wordtwit/' target='_blank'>WordTwit 2.3.3</a> oder aktueller)" + +#: html/advanced-area.php:69 +msgid "When this option is checked and the WordTwit plugin is installed, a list of your Tweets will be viewable from a drop-down in the WPtouch header." +msgstr "Wenn dies Option aktiviert ist und das WordTwit Plugin installiert ist, erscheint im Dropdown Menü einen Liste deiner Tweets im WPtouch Header." + +#: html/advanced-area.php:74 +msgid "Enable gravatars in comments" +msgstr "Aktiviere Gravatars in Kommentaren" + +#: html/advanced-area.php:81 +msgid "Enable comments on pages" +msgstr "Aktiviere Kommentare auf Seiten" + +#: html/advanced-area.php:84 +msgid "This will add the comment form to all pages with 'Allow Comments' checked in your WordPress admin." +msgstr "Fügt ein Kommentar Formular hinzu, wenn Kommentare über WordPress Admin erlaubt sind." + +#: html/advanced-area.php:90 +#, php-format +msgid "1%sst%s visit mobile users will see desktop theme" +msgstr "Zeige das Desktop Theme beim ersten Besuch" + +#: html/advanced-area.php:93 +msgid "When this option is checked, users will see your regular site theme first, and have the option in your footer to switch to the WPtouch mobile view." +msgstr "Wenn diese Option aktiviert ist, sieht der Besucher zuerst das reguläre Theme, bekommt im Footer aber die Möglichkeit auf das mobile Theme zu wechseln." + +#: html/advanced-area.php:94 +msgid "They'll be able to change back and forth either way. Make sure you have the wp_footer(); function call in your regular theme's footer.php file for the switch link to work properly." +msgstr "Sie werden die Möglichkeit habe zwischen den Themes hin und her zu wechseln. Achte darauf, dass die Funktion wp_footer(); in der footer.php des reulären Themes aufgerufen wird." + +#: html/advanced-area.php:99 +msgid "Enable WPtouch Restricted Mode" +msgstr "Aktiviere WPtouch Restricted Mode" + +#: html/advanced-area.php:102 +msgid "Disallow other plugins from loading into scripts into WPtouch's header and footer." +msgstr "Verbiete anderen Plugins Skripte in den WPtouch Header und Footer zu laden." + +#: html/advanced-area.php:103 +msgid "Sometimes fixes incompatibilities and speeds up WPtouch." +msgstr "Löst teilweise Inkompatibilitäten und beschleunigt WPtouch." + +#: html/advanced-area.php:104 +msgid "Some plugins load conflicting javascript, extra CSS style sheets, and other functional code into your theme to accomplish what they add to your site. As WPtouch works complete on its own without any other plugin installed, in some cases (where you have several plugins or find something doesn't work right with WPtouch) you may want to enable Restricted Mode to ensure that WPtouch works properly, and loads quickly for mobile users." +msgstr "Einige Plugins laden nicht kompatibles Javascript, CSS Style Sheets, oder anderen ausführbaren Code in dein Theme, um Dinge zu deiner Seite hinzuzufügen. Da WPtouch komplett autark ohne Zutun anderer Pugins arbeitet, kann es vorkommen (wenn du merkst das etwas nicht funktioniert), dass du den Restricted Mode aktvieren willst um sicherzustellen, das WPtouch korrekt arbeitet und für mobile Benutzer schnell lädt." + +#: html/advanced-area.php:109 +msgid "Custom user-agents" +msgstr "Eigene user-agents" + +#: html/advanced-area.php:111 +msgid "After changing the user-agents, please visit the WP Super Cache admin page and update your rewrite rules." +msgstr "Nachdem du die user-agents geändert hast gehe auf die Adminseite von WP Super Cache und passe die Rewrite Rules an." + +#: html/general-settings-area.php:5 +msgid "General Settings" +msgstr "Allgemeine Einstellungen" + +#: html/general-settings-area.php:8 +msgid "Home Page Re-Direction" +msgstr "Home Page Umleitung" + +#: html/general-settings-area.php:9 +#, php-format +msgid "WPtouch by default follows your %sWordPress » Reading Options%s. You can also set a different one for WPtouch." +msgstr "WPtouch beachtet standardmässig deine %sWordPress » Lese Optionen%s. Du kannst das hier für WPtouch ändern." + +#: html/general-settings-area.php:11 +msgid "Site Title" +msgstr "Seiten Titel" + +#: html/general-settings-area.php:12 +msgid "You can shorten your site title here so it won't be truncated by WPtouch." +msgstr "Hier kannst Du den Seiten Titel kürzen, damit sie nicht durch WPtouch abgeschnitten werden." + +#: html/general-settings-area.php:15 +msgid "Excluded Categories" +msgstr "Kategorien Ausschliessen" + +#: html/general-settings-area.php:16 +msgid "Choose categories you want excluded from the main post listings in WPtouch." +msgstr "Suche Kategorien aus, die du aus der Beitrags Liste in WPtouch ausschliessen willst." + +#: html/general-settings-area.php:18 +msgid "Text Justification Options" +msgstr "Text Prüfungsoptionen" + +#: html/general-settings-area.php:19 +msgid "Set the alignment for text." +msgstr "Stelle die Ausrichtung des Texts ein." + +#: html/general-settings-area.php:22 +msgid "Post Listings Options" +msgstr "Beitrags Listen Optionen" + +#: html/general-settings-area.php:23 +msgid "Choose between calendar Icons, post thumbnails (WP 2.9) or none for your post listings." +msgstr "Wähle zwischen Kalender Icons, Post Thumbnails (WP 2.9) oder nichts für deine Beitragsliste aus." + +#: html/general-settings-area.php:24 +msgid "Select which meta items are shown below titles on main, search, & archives pages." +msgstr "Wähle welche Meta Infos unter den Titeln der Hauptseite, Suche & Archivseiten angeezeigt werden." + +#: html/general-settings-area.php:25 +msgid "Also, choose if excerpts are shown/hidden (default is hidden)." +msgstr "Wähle auch, ob Excerpts angezeigt oder verborgen (default) werden." + +#: html/general-settings-area.php:27 +msgid "Footer Message" +msgstr "Footer Nachricht" + +#: html/general-settings-area.php:28 +msgid "Customize the default footer message shown in WPtouch here." +msgstr "Bearbeite die Standardnachricht im WPtouch Footer hier." + +#: html/general-settings-area.php:32 +msgid "WPtouch Home Page" +msgstr "WPtouch Home Page" + +#: html/general-settings-area.php:37 +#: html/page-area.php:63 +msgid "You have no pages yet. Create some first!" +msgstr "Es gibt noch keine Seiten. Erstelle zuerst welche!" + +#: html/general-settings-area.php:43 +msgid "Site title text" +msgstr "Seiten Titel Text" + +#: html/general-settings-area.php:49 +msgid "Comma list of Category IDs, eg: 1,2,3" +msgstr "Komma Liste der Kategorien IDs, zB: 1,2,3" + +#: html/general-settings-area.php:57 +msgid "Left" +msgstr "Links" + +#: html/general-settings-area.php:58 +msgid "Full" +msgstr "Komplett" + +#: html/general-settings-area.php:60 +msgid "Font justification" +msgstr "Font Einstellungen" + +#: html/general-settings-area.php:68 +msgid "Calendar Icons" +msgstr "Kalender Icons" + +#: html/general-settings-area.php:69 +msgid "Post Thumbnails / Featured Images" +msgstr "Post Thumbnails / Featured Images" + +#: html/general-settings-area.php:70 +msgid "Post Thumbnails / Featured Images (Random)" +msgstr "Post Thumbnails / Featured Images (zufällige Auswahl)" + +#: html/general-settings-area.php:71 +msgid "No Icon or Thumbnail" +msgstr "Kein Icon oder Thumbnail" + +#: html/general-settings-area.php:73 +msgid "Post Listings Display" +msgstr "Beitrags-Listen Anzeige" + +#: html/general-settings-area.php:73 +msgid "Thumbnails Requires WordPress 2.9+" +msgstr "Thumbnails benötigen WordPress 2.9+" + +#: html/general-settings-area.php:76 +msgid "This will change the display of blog and post listings between Calendar Icons view and Post Thumbnails view." +msgstr "Ändert die Darstellung des Blogs und der Beitragslisten (Kalendar Icons Ansicht und Post Thumbnails Ansicht)." + +#: html/general-settings-area.php:77 +msgid "The <em>Post Thumbnails w/ Random</em> option will fill missing post thumbnails with random abstract images. (WP 2.9+)" +msgstr "Die <em>Post Thumbnails w/ Random</em> Option ersetzt fehlende Post Thumbnails mit zufälligen Bildern. (WP 2.9+)" + +#: html/general-settings-area.php:84 +msgid "Enable Truncated Titles" +msgstr "Aktiviere verkürzte Titel" + +#: html/general-settings-area.php:84 +msgid "Will use ellipses when titles are too long instead of wrapping them" +msgstr "Anstelle von Textumbrüchen werden Leer- und Auslassungszeichen eingefügt" + +#: html/general-settings-area.php:88 +msgid "Show Author's Name" +msgstr "Zeige den Namen des Authors" + +#: html/general-settings-area.php:92 +msgid "Show Categories" +msgstr "Zeige Kategorien" + +#: html/general-settings-area.php:96 +msgid "Show Tags" +msgstr "Zeige Schlagworte" + +#: html/general-settings-area.php:100 +msgid "Hide Excerpts" +msgstr "Verberge Excerpts" + +#: html/general-settings-area.php:104 +msgid "Footer message" +msgstr "Footer Nachricht" + +#: html/head-area.php:13 +#, php-format +msgid "%sGet WPtouch Pro%s" +msgstr "%sGet WPtouch Pro%s" + +#: html/head-area.php:14 +#, php-format +msgid "%sBNC on Twitter%s" +msgstr "%sBNC on Twitter%s" + +#: html/head-area.php:15 +#, php-format +msgid "%sBraveNewCode.com%s" +msgstr "%sBraveNewCode.com%s" + +#: html/head-area.php:24 +msgid "WPtouch Wire" +msgstr "WPtouch Wire" + +#: html/head-area.php:33 +msgid "Find Out More ›" +msgstr "Mehr erfahren ›" + +#: html/icon-area.php:21 +msgid "Default & Custom Icon Pool" +msgstr "Standard & Benutzer Icon Pool" + +#: html/icon-area.php:24 +msgid "Adding Icons" +msgstr "Icons hinzufügen" + +#: html/icon-area.php:25 +msgid "To add icons to the pool, simply upload a .png, .jpeg or .gif image from your computer." +msgstr "Um Icons hinzuzufügen lade einfach .png, .jpeg oder .gif Bilder von deinem Computer hoch." + +#: html/icon-area.php:27 +#, php-format +msgid "Default icons generously provided by %sMarcelo Marfil%s." +msgstr "Die standart-Icons wurden großzügigerweise von %sMarcelo Marfil%s bereitgestellt." + +#: html/icon-area.php:29 +msgid "Logo/Bookmark Icons" +msgstr "Logo/Bookmark Icons" + +#: html/icon-area.php:30 +msgid "If you're adding a logo icon, the best dimensions for it are 59x60px (png) when used as a bookmark icon." +msgstr "Wenn du ein Logo Icon hinzufügst, sollte das Bild am Besten 59x60px (png) groß sein, wenn es als Bookmark Icon genutzt werden soll." + +#: html/icon-area.php:31 +#, php-format +msgid "Need help? You can use %sthis easy online icon generator%s to make one." +msgstr "Bruchst du Hilfe? Nutze einfach den %sOnline Icon Generator%s um ein Icon zu erstellen." + +#: html/icon-area.php:32 +#, php-format +msgid "These files will be stored in this folder we create: %s/uploads/wptouch/custom-icons" +msgstr "Diese Dateien werden unter dem Ordner gespeichert: %s/uploads/wptouch/custom-icons" + +#: html/icon-area.php:33 +msgid "If an upload fails (usually it's a permission problem) check your wp-content path settings in WordPress' Miscellaneous Settings, or create the folder yourself using FTP and try again." +msgstr "Wenn ein Upload fehlschlägt (normalerweise ein Berechtigungsproblem) überprüfe deine wp-content Pfad Einsellungen unter WordPress --> Mediathek, oder erstelle den Ordner selbst per FTP." + +#: html/icon-area.php:35 +msgid "Upload Icon" +msgstr "Upload Icon" + +#: html/icon-area.php:39 +msgid "Uploading..." +msgstr "Uploading..." + +#: html/page-area.php:5 +msgid "Logo Icon // Menu Items & Pages Icons" +msgstr "Logo Icon // Menü Punkte & Seiten Icons" + +#: html/page-area.php:8 +msgid "Logo / Home Screen Icon <br />& Default Menu Items" +msgstr "Logo / Home Screen Icon <br />& Default Menü Punkte" + +#: html/page-area.php:9 +#, php-format +msgid "If you do not want your logo to have the glossy effect added to it, make sure you select %sEnable Flat Bookmark Icon%s" +msgstr "Wenn du keinen Glanzeffekt im Logo haben willst, stelle sicher, dass du %sAktiviere Flat Bookmark Icon%s aktiviert hast." + +#: html/page-area.php:10 +msgid "Choose the logo displayed in the header (also your bookmark icon), and the pages you want included in the WPtouch drop-down menu." +msgstr "Wähle das anzuzeigende Logo für den Header (dein Bookmark Icon) und die Seiten, die du im WPtouch Dropdown Menü haben willst." + +#: html/page-area.php:11 +msgid "Remember, only those checked will be shown." +msgstr "Beachte, nur die Aktivierten werden angezeigt." + +#: html/page-area.php:12 +msgid "Enable/Disable default items in the WPtouch site menu." +msgstr "De-/Aktiviere die Default Punkte im WPtouch Seiten Menü." + +#: html/page-area.php:14 +msgid "Pages + Icons" +msgstr "Seiten + Icons" + +#: html/page-area.php:15 +msgid "Next, select the icons from the lists that you want to pair with each page menu item." +msgstr "Jetzt wähle die Icons aus der Liste, die du mit den Seiten Menü für jede Seite vereinen willst." + +#: html/page-area.php:16 +msgid "You can also decide if pages are listed by the page order (ID) in WordPress, or by name (default)." +msgstr "Du kannst entscheiden, ob die Reihenfolge durch die Seiten ID, oder alphabetisch (default) geordnet sein soll." + +#: html/page-area.php:24 +msgid "Logo & Home Screen Bookmark Icon" +msgstr "Logo & Home Screen Bookmark Icon" + +#: html/page-area.php:29 +msgid "Enable Flat Bookmark Icon" +msgstr "Aktiviere Flat Bookmark Icon" + +#: html/page-area.php:32 +msgid "The default applies for iPhone/iPod touch applies a glossy effect to the home-screen bookmark/logo icon you select." +msgstr "Die Standardeinstellung fügt für iPhone/iPod Touch einen Glanzeffekt zum Home-screen Bookmark/Logo Icon hinzu." + +#: html/page-area.php:33 +msgid "When checked your icon will not have the glossy effect automatically applied to it." +msgstr "Wenn diese Option aktiviert ist, wird der Glanzeffekt nicht automatisch zum Icon hinzugefügt." + +#: html/page-area.php:36 +msgid "Enable Home Menu Item" +msgstr "Aktiviere Home Menü Symbol" + +#: html/page-area.php:37 +msgid "Enable RSS Menu Item" +msgstr "Aktiviere RSS Menü Symbol" + +#: html/page-area.php:38 +msgid "Enable Email Menu Item" +msgstr "Aktiviere Email Menü Symbol" + +#: html/page-area.php:38 +msgid "Uses default WordPress admin e-mail" +msgstr "Nutzt die WordPress Admin E-Mail Adresse" + +#: html/page-area.php:43 +msgid "By Name" +msgstr "Durch Namen" + +#: html/page-area.php:44 +msgid "By Page ID" +msgstr "Duch Seiten ID" + +#: html/page-area.php:46 +msgid "Menu List Sort Order" +msgstr "Menü Listen Sortierung" + +#: html/plugin-compat-area.php:7 +msgid "Plugin Support & Compatibility" +msgstr "Plugin Support & Kompatibilität" + +#: html/plugin-compat-area.php:13 +msgid "WordPress version: " +msgstr "WordPress Version: " + +#: html/plugin-compat-area.php:16 +#, php-format +msgid "WPtouch %s support: " +msgstr "WPtouch %s support: " + +#: html/plugin-compat-area.php:18 +#, php-format +msgid "%sUnverified%s" +msgstr "%sUnverified%s" + +#: html/plugin-compat-area.php:20 +#, php-format +msgid "%sSupported%s" +msgstr "%sSupported%s" + +#: html/plugin-compat-area.php:22 +#, php-format +msgid "%sUnsupported. Upgrade Required.%s" +msgstr "%sUnsupported. Upgrade Required.%s" + +#: html/plugin-compat-area.php:27 +msgid "Here you'll find information on additional WPtouch features and their requirements, including those activated with companion plugins." +msgstr "Hier findest du Infos über die zusätzlichen WPtouch Funktionen und Anforderungen, inklusive der aktivierten Plugins." + +#: html/plugin-compat-area.php:32 +msgid "WordPress Pages & Feature Support" +msgstr "WordPress Seiten & Funktions Support" + +#: html/plugin-compat-area.php:39 +msgid "All of your WP links will automatically show on your page called 'Links'." +msgstr "Alle WP Links werden automatisch auf einer Seite namens 'Links' angezeigt." + +#: html/plugin-compat-area.php:41 +msgid "If you create a page called 'Links', all your WP links would display in <em>WPtouch</em> style." +msgstr "Wenn du eine Seite 'Links' erstellst, erscheinen alle WP Links im <em>WPtouch</em> Stil." + +#: html/plugin-compat-area.php:47 +msgid "All your <a href=\"http://eightface.com/wordpress/flickrrss/\" target=\"_blank\">FlickrRSS</a> images will automatically show on your page called 'Photos'." +msgstr "Alle <a href=\"http://eightface.com/wordpress/flickrrss/\" target=\"_blank\">FlickrRSS</a> Bilder werden autmatisch auf der Seite namens 'Photos' angezeigt." + +#: html/plugin-compat-area.php:49 +msgid "You have a page called 'Photos', but don't have <a href=\"http://eightface.com/wordpress/flickrrss/\" target=\"_blank\">FlickrRSS</a> installed." +msgstr "Du hast eine Seite namens 'Photos', aber <a href=\"http://eightface.com/wordpress/flickrrss/\" target=\"_blank\">FlickrRSS</a> ist nicht installiert." + +#: html/plugin-compat-area.php:51 +msgid "If you create a page called 'Photos', all your <a href=\"http://eightface.com/wordpress/flickrrss/\" target=\"_blank\">FlickrRSS</a> photos would display in <em>WPtouch</em> style." +msgstr "Wenn du eine Seite namens 'Photos' erstellst, werden alle deine <a href=\"http://eightface.com/wordpress/flickrrss/\" target=\"_blank\">FlickrRSS</a> Fotos im <em>WPtouch</em> Stil angezeigt." + +#: html/plugin-compat-area.php:54 +msgid "If you create a page called 'Photos', and install the <a href=\"http://eightface.com/wordpress/flickrrss/\" target=\"_blank\">FlickrRSS</a> plugin, your photos would display in <em>WPtouch</em> style." +msgstr "Wenn du eine Seite namens 'Photos' erstellst und das <a href=\"http://eightface.com/wordpress/flickrrss/\" target=\"_blank\">FlickrRSS</a> Plugin installierst, werden alle deine Fotos im <em>WPtouch</em> Stil angezeigt." + +#: html/plugin-compat-area.php:62 +msgid "Your tags and your monthly listings will automatically show on your page called 'Archives'." +msgstr "Deine Schlagworte und die monatlichen Listen werden automatisch unter 'Archives' angezeigt." + +#: html/plugin-compat-area.php:64 +msgid "If you had a page called 'Archives', your tags and monthly listings would display in <em>WPtouch</em> style." +msgstr "Wenn du eine Seite namen 'Archives' hast, werden deine Schlagworte und die monatlichen Listen im <em>WPtouch</em> Stil angezeigt." + +#: html/plugin-compat-area.php:68 +msgid "Known Plugin Support & Conflicts" +msgstr "Bekannte Plugin Support & Konflikte" + +#: html/push-area.php:4 +msgid "Push Notification Options" +msgstr "Push Benachrichtiguns Optionen" + +#: html/push-area.php:7 +#, php-format +msgid "Here you can configure WPtouch to push selected notifications through your %sProwl%s account to your iPhone, iPod touch and Growl-enabled Mac or PC." +msgstr "Hier kannst du WPtouch konfigurieren, damit ausgewählte Benachrichtigungen über deinen %sProwl%s Account auf dein iPhone, iPod Touch und Growl-enabled Mac oder PC gepushed werden." + +#: html/push-area.php:8 +#, php-format +msgid "%sMake sure you generate a Prowl API key to use here%s otherwise no notifications will be pushed to you." +msgstr "%sVergewissere dich, dass du einen Prowl API Key hier nutzt%s, sonst werden keine Benachrichtigungen an dich gepushed." + +#: html/push-area.php:15 +msgid "Prowl API Key" +msgstr "Prowl API Key" + +#: html/push-area.php:15 +#, php-format +msgid "%sCreate a key now%s" +msgstr "%sJetzt einen Key generieren%s" + +#: html/push-area.php:18 +msgid "In order to enable Prowl notifications, you must create a Prowl account, and download/configure the Prowl application for iPhone." +msgstr "Um Prowl Benachrichtigungen zu nutzen, musst du einen Prowl Account erzeugen und die Prowl App fürs iPhone herunterladen/konfigurieren." + +#: html/push-area.php:19 +msgid "Next, visit the Prowl website and generate your API key, which we use to connect securely and send your notifications." +msgstr "Besuche jetzt die Prowl Webseite und erzeuge deinen API Key, um eine sichere Verbindung für deine Benachrichtigungen aufzubauen." + +#: html/push-area.php:21 +#, php-format +msgid "%sVisit the Prowl Website%s" +msgstr "%sBesuche die Prowl Webseite%s" + +#: html/push-area.php:21 +#, php-format +msgid "%sVisit iTunes to Download Prowl%s" +msgstr "%sVisit iTunes to Download Prowl%s" + +#: html/push-area.php:25 +msgid "Your Prowl API key has been verified." +msgstr "Dein Prowl API Kkey wurde verifiziert." + +#: html/push-area.php:28 +msgid "Sorry, your Prowl API key is not verified." +msgstr "Leider konnte dein Prowl API Key nicht verifiziert werden." + +#: html/push-area.php:29 +msgid "Please check your key and make sure there are no spaces or extra characters." +msgstr "Überprüfe deinen Key und stelle sicher, dass keine Leer- oder Sonderzeichen enthalten sind." + +#: html/push-area.php:39 +msgid "Notify me of new comments & pingbacks/tracksbacks" +msgstr "Benachtige mich bei neuen Kommentaren & Pingbacks/Tracksbacks" + +#: html/push-area.php:43 +msgid "Notify me of new account registrations" +msgstr "Benachrichtige mich über neu erstellte Accounts" + +#: html/push-area.php:47 +msgid "Allow users to send me direct messages" +msgstr "Erlaube Nutzern mir direkte Nachrichten zu schicken" + +#: html/push-area.php:50 +msgid "This enables a new link to a drop-down in the submenu bar for WPtouch ('Message Me')." +msgstr "Aktiviert einen neuen Link im Dropdown Submenü von WPtouch ('Message Me')." + +#: html/push-area.php:51 +msgid "When opened, a form is shown for users to fill in. The name, e-mail address, and message area is shown. Thier IP will also be sent to you, in case you want to ban it in the WordPress admin." +msgstr "Beim Öffnen bekommt der Benutzer ein Formular indem der Name, E-Mail Adresse und Nachrichten Bereich angezeigt wird. Die IP wird auch mitgeschickt, falls du sie im WP Admin bannen willst." + +#: html/push-area.php:55 +#, php-format +msgid "%sCURL is required%s on your webserver to use Push capabilities in WPtouch." +msgstr "%sCURL wird auf dem Webserver benötigt%s, um die Push Funktion von WPtouch zu nutzen." + +#: html/style-area.php:5 +msgid "Style & Color Options" +msgstr "Style- & Farboptionen" + +#: html/style-area.php:8 +msgid "Here you can customize some of the more visible features of WPtouch." +msgstr "Hier kannst du einige sichtbare Funktionen von WPtouch ändern." + +#: html/style-area.php:17 +msgid "The default WPtouch theme emulates a native iPhone application." +msgstr "Das standartmäßige WPtouch Theme emuliert eine native iPhone App." + +#: html/style-area.php:21 +msgid "Classic" +msgstr "Classic" + +#: html/style-area.php:24 +msgid "Horizontal Grey" +msgstr "Horizontal Grey" + +#: html/style-area.php:27 +msgid "Diagonal Grey" +msgstr "Diagonal Grey" + +#: html/style-area.php:30 +msgid "Skated Concrete" +msgstr "Skated Concrete" + +#: html/style-area.php:33 +msgid "Argyle Tie" +msgstr "Argyle Tie" + +#: html/style-area.php:36 +msgid "Thatches" +msgstr "Thatches" + +#: html/style-area.php:39 +msgid "Background" +msgstr "Background" + +#: html/style-area.php:43 +msgid "Helvetica Neue" +msgstr "Helvetica Neue" + +#: html/style-area.php:46 +msgid "Helvetica" +msgstr "Helvetica" + +#: html/style-area.php:49 +msgid "Thonburi" +msgstr "Thonburi" + +#: html/style-area.php:52 +msgid "Georgia" +msgstr "Georgia" + +#: html/style-area.php:55 +msgid "Geeza Pro" +msgstr "Geeza Pro" + +#: html/style-area.php:58 +msgid "Verdana" +msgstr "Verdana" + +#: html/style-area.php:61 +msgid "Arial Rounded MT Bold" +msgstr "Arial Rounded MT Bold" + +#: html/style-area.php:64 +msgid "Post Title H2 Font" +msgstr "Post Title H2 Font" + +#: html/style-area.php:66 +msgid "Title text color" +msgstr "Title text color" + +#: html/style-area.php:67 +msgid "Header background color" +msgstr "Header background color" + +#: html/style-area.php:68 +msgid "Sub-header background color" +msgstr "Sub-header background color" + +#: html/style-area.php:69 +msgid "Site-wide links color" +msgstr "Site-wide links color" + +#: themes/core/core-functions.php:22 +#, php-format +msgid "%sHome%s" +msgstr "%sHome%s" + +#: themes/core/core-functions.php:35 +msgid "post_title" +msgstr "post_title" + +#: themes/core/core-functions.php:41 +#, php-format +msgid "%sRSS Feed%s" +msgstr "%sRSS Feed%s" + +#: themes/core/core-functions.php:47 +#, php-format +msgid "%sE-Mail%s" +msgstr "%sE-Mail%s" + +#: themes/core/core-functions.php:54 +#, php-format +msgid "%sWarning%s" +msgstr "%sWarnung%s" + +#: themes/core/core-functions.php:56 +msgid "Sorry, this theme is only meant for use with WordPress on certain smartphones." +msgstr "Dieses Theme ist leider nur für bestimmte Smartphones gedacht" + +#: themes/core/core-functions.php:85 +#: themes/default/index.php:130 +#: themes/default/single.php:38 +msgid "Tags" +msgstr "Schlagworte" + +#: themes/core/core-functions.php:89 +#: themes/default/index.php:129 +#: themes/default/single.php:37 +msgid "Categories" +msgstr "Kategorien" + +#: themes/core/core-functions.php:124 +#, php-format +msgid "Search results › %s" +msgstr "Suchergebnisse › %s" + +#: themes/core/core-functions.php:126 +#, php-format +msgid "Categories › %s" +msgstr "Kategorien › %s" + +#: themes/core/core-functions.php:128 +#, php-format +msgid "Tags › %s" +msgstr "Schlagwörter › %s" + +#: themes/core/core-functions.php:130 +#: themes/core/core-functions.php:132 +#: themes/core/core-functions.php:134 +#, php-format +msgid "Archives › %s" +msgstr "Archive › %s" + +#: themes/core/core-functions.php:146 +msgid "No more entries to display." +msgstr "Keine weiteren Einträge gefunden." + +#: themes/core/core-functions.php:148 +msgid "No more search results to display." +msgstr "Keine weiteren Suchergebnisse gefunden." + +#: themes/core/core-functions.php:150 +msgid "No search results results found." +msgstr "Keine Suchergebnisse gefunden." + +#: themes/core/core-functions.php:150 +msgid "Try another query." +msgstr "Probiere eine andere Suche." + +#: themes/core/core-functions.php:153 +msgid "404 Not Found" +msgstr "Nichts gefunden - Fehler 404" + +#: themes/core/core-functions.php:154 +msgid "The page or post you were looking for is missing or has been removed." +msgstr "Die Seite kann nicht gefunden werden, oder wurde entfernt." + +#: themes/core/core-functions.php:163 +#: wptouch.php:589 +msgid "Mobile Theme" +msgstr "Mobiles Theme" + +#: themes/core/core-functions.php:209 +msgid "edit" +msgstr "bearbeiten" + +#: themes/core/core-functions.php:210 +msgid "del" +msgstr "löschen" + +#: themes/core/core-functions.php:211 +msgid "spam" +msgstr "spam" + +#: themes/default/comments.php:7 +msgid "This post is password protected. Enter the password to view comments." +msgstr "Dieser Beitrag ist passwortgeschützt. Gib das Passwort ein um den Inhalt zu sehen." + +#: themes/default/comments.php:16 +msgid "<h3 onclick=\"bnc_showhide_coms_toggle();\" id=\"com-head\"><img id=\"com-arrow\" src=\"" +msgstr "<h3 onclick=\"bnc_showhide_coms_toggle();\" id=\"com-head\"><img id=\"com-arrow\" src=\"" + +#: themes/default/comments.php:16 +msgid "/themes/core/core-images/com_arrow.png\" alt=\"arrow\" />1 Comment</h3>" +msgstr "/themes/core/core-images/com_arrow.png\" alt=\"arrow\" />1 Kommentar</h3>" + +#: themes/default/comments.php:16 +msgid "/themes/core/core-images/com_arrow.png\" alt=\"arrow\" />% Comments</h3>" +msgstr "/themes/core/core-images/com_arrow.png\" alt=\"arrow\" />% Kommentare</h3>" + +#: themes/default/comments.php:63 +msgid "Comments are closed." +msgstr "Kommentare sind nicht möglich." + +#: themes/default/comments.php:73 +#, php-format +msgid "You must %slogin</a> or %sregister</a> to comment" +msgstr "Du musst dich %seinloggen</a> oder %sregistrieren</a> um einen Kommentar schreiben zu können" + +#: themes/default/comments.php:81 +msgid "Success! Comment added." +msgstr "Kommentar hinzugefügt" + +#: themes/default/comments.php:82 +msgid "Refresh the page to see your comment." +msgstr "Lade die Seite neu um deinen Kommentar zu sehen." + +#: themes/default/comments.php:83 +msgid "(If your comment requires moderation it will be added soon.)" +msgstr "(Wenn dein Kommentar freigeschaltet werden muss, erscheint er bald.)" + +#: themes/default/comments.php:90 +msgid "Logged in as" +msgstr "Eingeloggt als" + +#: themes/default/comments.php:94 +msgid "Leave A Comment" +msgstr "Hinterlasse einen Kommentar" + +#: themes/default/comments.php:97 +#: themes/default/header.php:153 +msgid "Name" +msgstr "Name" + +#: themes/default/comments.php:102 +msgid "Mail (unpublished)" +msgstr "E-Mail (wird nicht veröffentlicht)" + +#: themes/default/comments.php:107 +msgid "Website" +msgstr "Webseite" + +#: themes/default/comments.php:111 +msgid "There was an error posting your comment. Maybe it was too short?" +msgstr "Ein Fehler ist aufgetreten. Vielleicht war dein Kommentar zu kurz." + +#: themes/default/comments.php:120 +msgid "Publishing..." +msgstr "Veröffentlichen..." + +#: themes/default/footer.php:10 +msgid "Powered by" +msgstr "Powered by" + +#: themes/default/footer.php:10 +msgid "WordPress" +msgstr "WordPress" + +#: themes/default/footer.php:10 +msgid "+" +msgstr "+" + +#: themes/default/header.php:10 +msgid "Notice" +msgstr "Notiz" + +#: themes/default/header.php:11 +msgid "JavaScript for Mobile Safari is currently turned off." +msgstr "JavaScript ist für den Mobile Safari ausgeschaltet." + +#: themes/default/header.php:12 +msgid "Turn it on in " +msgstr "Einschalten" + +#: themes/default/header.php:12 +msgid "Settings › Safari" +msgstr "Einstellungen › Safari" + +#: themes/default/header.php:12 +msgid " to view this website." +msgstr " um diese Webseite zu sehen." + +#: themes/default/header.php:18 +msgid "Your Push Notification was sent." +msgstr "Deine Push Benachrichtigung wurde versendet." + +#: themes/default/header.php:20 +msgid "Your Push Notification cannot be delivered at this time." +msgstr "Deine Push Benachrichtigung konnte nicht versendet werden." + +#: themes/default/header.php:31 +#: themes/default/header.php:58 +msgid "Login" +msgstr "Einloggen" + +#: themes/default/header.php:42 +#: themes/default/header.php:128 +msgid "Search" +msgstr "Suchen" + +#: themes/default/header.php:43 +msgid "Search..." +msgstr "Suche..." + +#: themes/default/header.php:53 +msgid "Menu" +msgstr "Menü" + +#: themes/default/header.php:60 +msgid "My Account" +msgstr "Mein Account" + +#: themes/default/header.php:88 +msgid "Enter your username and password<br />in the boxes above." +msgstr "Gib deinen Benutzernamen und das Passwort<br />in die Felder oben ein." + +#: themes/default/header.php:93 +#, php-format +msgid "You can %ssign-up here%s." +msgstr "Du kannst dich %shier registrieren%s." + +#: themes/default/header.php:98 +msgid "Admin" +msgstr "Admin" + +#: themes/default/header.php:101 +msgid "Register for this site" +msgstr "Registriere dich für diese Seite" + +#: themes/default/header.php:104 +msgid "Account Profile" +msgstr "Dein Profil" + +#: themes/default/header.php:105 +msgid "Logout" +msgstr "Ausloggen" + +#: themes/default/header.php:132 +msgid "Message" +msgstr "Nachricht" + +#: themes/default/header.php:136 +msgid "Twitter" +msgstr "Twitter" + +#: themes/default/header.php:140 +msgid "Tour Dates" +msgstr "Tour Daten" + +#: themes/default/header.php:147 +msgid "Send a Message" +msgstr "Sende eine Nachricht" + +#: themes/default/header.php:148 +msgid "This message will be pushed to the admin's iPhone instantly." +msgstr "Diese Nachricht wird dem Admin aufs iPhone geschickt." + +#: themes/default/header.php:158 +msgid "E-Mail" +msgstr "E-Mail" + +#: themes/default/header.php:164 +msgid "Send Now" +msgstr "Jetzt absenden" + +#: themes/default/header.php:179 +msgid "Follow me on Twitter" +msgstr "Folge uns auf Twitter" + +#: themes/default/header.php:192 +msgid "No recent Tweets." +msgstr "Keine Tweets gefunden." + +#: themes/default/header.php:204 +msgid "Upcoming Tour Dates" +msgstr "Bevorstehende Tour Daten" + +#: themes/default/index.php:127 +msgid "Written on" +msgstr "Geschrieben am" + +#: themes/default/index.php:128 +msgid "By" +msgstr "Von" + +#: themes/default/index.php:135 +msgid "Read This Post" +msgstr "Weiterlesen" + +#: themes/default/index.php:146 +msgid "Load more entries..." +msgstr "Weitersuchen..." + +#: themes/default/index.php:154 +msgid "Newer Entries" +msgstr "Neuere Einträge" + +#: themes/default/index.php:157 +msgid "Older Entries" +msgstr "Ältere Einträge" + +#: themes/default/page.php:38 +msgid "Tag Cloud" +msgstr "Tag Cloud" + +#: themes/default/page.php:45 +msgid "Monthly Archives" +msgstr "Monats-Archiv" + +#: themes/default/page.php:76 +msgid "Pages in this article: " +msgstr "Seiten dieses Artikels:" + +#: themes/default/single.php:7 +msgid "Permanent Link to " +msgstr "Permantenter Link " + +msgid "Publish" +msgstr "Senden" + +#: themes/default/single.php:13 +#: themes/default/single.php:15 +#: themes/default/single.php:19 +msgid "Skip to comments" +msgstr "Zu den Kommentaren" + +#: themes/default/single.php:17 +msgid "Leave a comment" +msgstr "Schreibe einen Kommentar" + +#: themes/default/single.php:36 +msgid "Article Pages" +msgstr "Artikel Seiten" + +#: themes/default/single.php:46 +msgid "Check out this post:" +msgstr "Schau diesen Beitrag an:" + +#: themes/default/single.php:46 +msgid "Mail a link to this post?" +msgstr "Link mailen?" + +#: themes/default/single.php:58 +msgid "Del.icio.us" +msgstr "Del.icio.us" + +#: themes/default/single.php:60 +msgid "Digg" +msgstr "Digg" + +#: themes/default/single.php:61 +msgid "Technorati" +msgstr "Technorati" + +#: themes/default/single.php:62 +msgid "Magnolia" +msgstr "Magnolia" + +#: themes/default/single.php:63 +msgid "Newsvine" +msgstr "Newsvine" + +#: themes/default/single.php:64 +msgid "Reddit" +msgstr "Reddit" + +#: wptouch.php:204 +msgid "Settings" +msgstr "Einstellungen" + +#: wptouch.php:376 +msgid "New Ping/Trackback" +msgstr "Neuer Ping/Trackback" + +#: wptouch.php:382 +msgid "New Comment" +msgstr "Neuer Kommentar" + +#: wptouch.php:410 +msgid "User Registration" +msgstr "Benutzer Registrierung" + +#: wptouch.php:454 +msgid "Direct Message" +msgstr "Direkte Nachricht" + +#: wptouch.php:596 +msgid "WPtouch iPhone Theme" +msgstr "WPtouch iPhone Theme" + +#: wptouch.php:864 +msgid "Settings saved" +msgstr "Einstellungen gespeichert" + +#: wptouch.php:869 +msgid "Defaults restored" +msgstr "Standardeinstellungen wiederhergestellt" + +#: wptouch.php:889 +msgid "Save Options" +msgstr "Optionen speichern" + +#: wptouch.php:893 +msgid "Restore default WPtouch settings?" +msgstr "Standardeinstellungen von WPtouch wiederherstellen?" + +#: wptouch.php:893 +msgid "Restore Defaults" +msgstr "Standardeinstellungen wiederherstellen" + +#. Plugin Name of a plugin/theme +msgid "WPtouch" +msgstr "WPtouch" + +#. Plugin URI of a plugin/theme +msgid "http://bravenewcode.com/products/wptouch" +msgstr "http://bravenewcode.com/products/wptouch" + +#. Description of a plugin/theme +#, fuzzy +msgid "A plugin which formats your site with a mobile theme for visitors on Apple <a href=\"http://www.apple.com/iphone/\">iPhone</a> / <a href=\"http://www.apple.com/ipodtouch/\">iPod touch</a>, <a href=\"http://www.android.com/\">Google Android</a>, <a href=\"http://www.blackberry.com/\">Blackberry Storm and Torch</a>, <a href=\"http://www.palm.com/us/products/phones/pre/\">Palm Pre</a> and other touch-based smartphones." +msgstr "A plugin which formats your site with a mobile theme for visitors on Apple <a href=\"http://www.apple.com/iphone/\">iPhone</a> / <a href=\"http://www.apple.com/ipodtouch/\">iPod touch</a>, <a href=\"http://www.android.com/\">Google Android</a>, <a href=\"http://www.blackberry.com/\">Blackberry Storm and Torch</a>, <a href=\"http://www.palm.com/us/products/phones/pre/\">Palm Pre</a> and other touch-based smartphones." + +#. Author of a plugin/theme +msgid "Dale Mugford & Duane Storey (BraveNewCode Inc.)" +msgstr "Dale Mugford & Duane Storey (BraveNewCode Inc.)" + +#. Author URI of a plugin/theme +msgid "http://www.bravenewcode.com" +msgstr "http://www.bravenewcode.com" + diff --git a/wp-content/plugins/wptouch/lang/src/eu_EU.po b/wp-content/plugins/wptouch/lang/src/eu_EU.po new file mode 100644 index 000000000..70d256d97 --- /dev/null +++ b/wp-content/plugins/wptouch/lang/src/eu_EU.po @@ -0,0 +1,1249 @@ +# Translation of the WordPress plugin WPtouch 1.9.19 by Dale Mugford & Duane Storey (BraveNewCode Inc.). +# Copyright (C) 2010 Dale Mugford & Duane Storey (BraveNewCode Inc.) +# This file is distributed under the same license as the WPtouch package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: WPtouch 1.9.19\n" +"Report-Msgid-Bugs-To: http://wordpress.org/tag/wptouch\n" +"POT-Creation-Date: 2010-09-09 09:31-0700\n" +"PO-Revision-Date: 2010-11-29 19:09+0100\n" +"Last-Translator: ANDER\n" +"Language-Team: Sebastián Asegurado <seba_2003@hotmail.com>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Spanish\n" +"X-Poedit-Country: SPAIN\n" + +#: ajax/file_upload.php:23 +msgid "<p style=\"color:red; padding-top:10px\">There seems to have been an error.<p>Please try your upload again.</p>" +msgstr "<p style=\"color:red; padding-top:10px\">Akatsa dirudi.<p>Ostera igotzen saiatu.</p>" + +#: ajax/file_upload.php:25 +msgid "<p style=\"color:green; padding-top:10px\">File has been saved and added to the pool.</p>" +msgstr "<p style=\"color:green; padding-top:10px\">Artxiboa poolera gehitua izan da.</p>" + +#: ajax/file_upload.php:28 +msgid "<p style=\"color:orange; padding-top:10px\">Sorry, only PNG, GIF and JPG images are supported.</p>" +msgstr "<p style=\"color:orange; padding-top:10px\">Soilik PNG, GIF y JPG jasaten dira.</p>" + +#: ajax/file_upload.php:30 +msgid "<p style=\"color:orange; padding-top:10px\">Image too large. try something like 59x60.</p>" +msgstr "<p style=\"color:orange; padding-top:10px\">Irudia handiegia da. Saiatu 59x60.</p>" + +#: ajax/file_upload.php:32 +msgid "<p style=\"color:orange; padding-top:10px\">Insufficient privileges.</p><p>You need to either be an admin or have more control over your server.</p>" +msgstr "<p style=\"color:orange; padding-top:10px\">Bimenik ez duzu.</p><p> Administratzaile bat behar duzu edo kontrol gehiago zerbitzariarekin.</p>" + +#: ajax/news.php:16 +#: ajax/support.php:16 +#: ajax/support.php:28 +msgid "<li class=\"ajax-error\">No feed items found to display.</li>" +msgstr "<li class=\"ajax-error\">Feedaren osagaiak ez dira erakusteko aurkitzen.</li>" + +#: ajax/news.php:28 +msgid " <li class=\"ajax-error\">No feed items found to display.</li>" +msgstr " <li class=\"ajax-error\">Ez dago erakustekorik.</li>" + +#: html/ads-stats-area.php:5 +msgid "Adsense, Stats & Custom Code" +msgstr "Adsense, Estatistikak & Kodea neurrira " + +#: html/ads-stats-area.php:8 +msgid "Adsense" +msgstr "Adsense" + +#: html/ads-stats-area.php:9 +msgid "Enter your Google AdSense ID if you'd like to support mobile advertising in WPtouch posts." +msgstr "Sartu Google AdSenseko zure identitatea WPoutcheko artikuluaen publizitate mugikorra jasan nahi badituzu " + +#: html/ads-stats-area.php:10 +msgid "Make sure to include the 'pub-' part of your ID string." +msgstr "Sartu \"pub-\" zatia zure identitate kateatik." + +#: html/ads-stats-area.php:12 +msgid "Stats & Custom Code" +msgstr "Etatistikak & Kodeak neurrira" + +#: html/ads-stats-area.php:13 +msgid "If you'd like to capture traffic statistics " +msgstr "Trafiko estatistikak hartu nahi badituzu." + +#: html/ads-stats-area.php:13 +msgid "(Google Analytics, MINT, etc.)" +msgstr "(Google Analytics, MINT, etc.)" + +#: html/ads-stats-area.php:14 +msgid "Enter the code snippet(s) for your statistics tracking." +msgstr "Sartu kodearen snippet/s d(ir)elakoak estatistiken jarraipenerako." + +#: html/ads-stats-area.php:14 +msgid "You can also enter custom CSS & other HTML code." +msgstr "CSS eta HTML kodea ere sar zenezake." + +#: html/ads-stats-area.php:16 +#: html/advanced-area.php:22 +#: html/advanced-area.php:31 +#: html/advanced-area.php:40 +#: html/advanced-area.php:49 +#: html/advanced-area.php:60 +#: html/advanced-area.php:68 +#: html/advanced-area.php:83 +#: html/advanced-area.php:92 +#: html/advanced-area.php:101 +#: html/general-settings-area.php:75 +#: html/page-area.php:31 +#: html/push-area.php:17 +#: html/push-area.php:49 +msgid "More Info" +msgstr "Informazio gehiago" + +#: html/ads-stats-area.php:17 +msgid "You may enter a custom css file link easily. Simply add the full link to the css file like this:" +msgstr "CSS kodeari lotura errazki sar zeniezaioke honela: " + +#: html/ads-stats-area.php:18 +msgid "<code><link rel="stylesheet" src="http://path-to-my-css-file" type="text/css" media="screen" /></code>" +msgstr "<code><link rel="stylesheet" src="http://path-to-my-css-file" type="text/css" media="screen" /></code>" + +#: html/ads-stats-area.php:25 +msgid "Google AdSense ID" +msgstr "Google AdSenseko identitatea" + +#: html/ads-stats-area.php:26 +msgid "Google AdSense Channel" +msgstr "Google AdSenseren kanala" + +#: html/advanced-area.php:5 +msgid "Advanced Options" +msgstr "Aukera Aurreratuak" + +#: html/advanced-area.php:8 +msgid "Choose to enable/disable advanced features & options available for WPtouch." +msgstr "Hautatu ezarrri/desezarri WPOutcherako berezitasun eta aukera aurreratuak ." + +#: html/advanced-area.php:9 +msgid "* WPtouch Restricted Mode attempts to fix issues where other plugins load scripts which interfere with WPtouch CSS and JavaScript." +msgstr "* WPtouchen era mugatua saiatu egiten da arazoak konpontzen beste plugin batzuek bere CSS edo JavaScript interferentzia kodeak kargatzen dituzten bitartean " + +#: html/advanced-area.php:11 +msgid "Custom User-Agents" +msgstr "User-Agents Neurrira" + +#: html/advanced-area.php:12 +msgid "Enter a comma-separated list of user-agents to enable WPtouch for a device that isn't currently officially supported." +msgstr "Users-Agentsen zerrenda komaz bereizturik sartu, WPoutcentzat ofizialki jasanezinak diren gailuak aktibatzeko. " + +#: html/advanced-area.php:13 +#, php-format +msgid "The currently enabled user-agents are: <em class='supported'>%s</em>" +msgstr "Jasaten diren User-Agentsak honakoak dira: <em class='supported'>%s</em>" + +#: html/advanced-area.php:20 +msgid "Enable Categories tab in the header" +msgstr "Koskak aktibatu buruko Kategoriak-en " + +#: html/advanced-area.php:23 +msgid "This will add a 'Categories' tab item in the WPtouch drop-down." +msgstr "Elementu bat gehitu WPtoucheko \"Kategoriak\"en." + +#: html/advanced-area.php:24 +msgid "It will display a list of your popular categories." +msgstr "Kategoria erabilienen zerrenda erakusten da." + +#: html/advanced-area.php:29 +msgid "Enable Tags tab in the header" +msgstr "Etiketak-en koska aktibatu burukoan " + +#: html/advanced-area.php:32 +msgid "This will add a 'Tags' tab item in the WPtouch drop-down." +msgstr "\"Etiketak\" elementua gehitzen du WPtouch tolesgarrian" + +#: html/advanced-area.php:33 +msgid "It will display a list of your popular tags." +msgstr "Etketa erabilienen zerrenda erakusten du" + +#: html/advanced-area.php:38 +msgid "Enable Search link in the header" +msgstr "Bilaketak lotura aktibatu burukoan " + +#: html/advanced-area.php:41 +msgid "This will add a 'Search' item in the WPtouch sub header." +msgstr "Burupekoan \"Bilaketa\" elementu bat gehitu." + +#: html/advanced-area.php:42 +msgid "It will display an overlay on the title area allowing users to search your website." +msgstr "Tituluaren lekuan superposizioa erakusten du erabiltzaileari lekuan bilatzea uzteko " + +#: html/advanced-area.php:47 +msgid "Enable Login/My Account tab in the header" +msgstr "\"Sartu/Nire kontua\" koska aktibatu" + +#: html/advanced-area.php:50 +msgid "This will add a 'Login' tab in the WPtouch sub header beside the Tags and Categories tabs if they are also enabled." +msgstr "Burupekoan \"Sartu\"rentzat koska bat gehitzen du Etiketak eta Kategoriak ere bai, aktibatzen badira " + +#: html/advanced-area.php:51 +msgid "It will display a username/password drop-down, allowing users to login plus be automatically re-directed back to the page they logged in from without seeing the WP admin." +msgstr "Erabiltzaile/Giltzarentzat aukera ematen du sartu eta automatikoki izan daitezen izena emandako orrialdera eramanak, WP administrazioa ikusi ere egin gabe" + +#: html/advanced-area.php:52 +msgid "Once logged in, a new 'My Account' button will appear. The 'My Account' button shows useful links depending on the type of account (subscriber, admin, etc.)." +msgstr "Izena emanda, \"Nire kontua\" izeneko botoia agertuko da, lotura erabilgarriak erakutsiz (Subscriptor, Administrator, etc.)." + +#: html/advanced-area.php:53 +msgid "NOTE: The Account tab/links will always appear if you have enabled registration on your site or require users to login for comments." +msgstr "NOTA: Iruzkinak egiteko orduan Loturak/Koskak soilik agertzen dira euren lekuan izen emanda egonik. " + +#: html/advanced-area.php:58 +msgid "Display Upcoming Dates link in the header (requires <a href='http://gigpress.com/' target='_blank'>GigPress 2.0.3</a> or higher)" +msgstr "Hurbileko datak erakusten ditu burukoan (beharrezkoa <a href='http://gigpress.com/' target='_blank'>GigPress 2.0.3</a> edo handiagoa)" + +#: html/advanced-area.php:61 +msgid "When this option is checked and the GigPress plugin is installed, a list of your Upcoming Shows will be viewable from a drop-down in the WPtouch header." +msgstr "Aukera hau aktibatuta dagoenean eta GigPress plugina instalaturik, Hurbileko Showen zerrenda bat ikusi ahal izango da burukoan " + +#: html/advanced-area.php:66 +msgid "Display Twitter link in the header (requires <a href='http://www.bravenewcode.com/wordtwit/' target='_blank'>WordTwit 2.3.3</a> or higher)" +msgstr "Twitter lotura erakusten du burukoan (beharrezkoa <a href='http://www.bravenewcode.com/wordtwit/' target='_blank'>WordTwit 2.3.3</a> edo handiagoa)" + +#: html/advanced-area.php:69 +msgid "When this option is checked and the WordTwit plugin is installed, a list of your Tweets will be viewable from a drop-down in the WPtouch header." +msgstr "Aukera hau piztuta dagoenean eta WordTwit plugina ezarritakoan, Txio zerrenda bat ikusi ahal izango da burukoan " + +#: html/advanced-area.php:74 +msgid "Enable gravatars in comments" +msgstr "Iruzkinetan gravatarrak ernetu" + +#: html/advanced-area.php:81 +msgid "Enable comments on pages" +msgstr "Orrialdeetan iruzkinak aktibatu" + +#: html/advanced-area.php:84 +msgid "This will add the comment form to all pages with 'Allow Comments' checked in your WordPress admin." +msgstr "Iruzkinentzat fitxa gehitu \"Iruzkinak baimendu\" duten orrialdeetan " + +#: html/advanced-area.php:90 +#, php-format +msgid "1%sst%s visit mobile users will see desktop theme" +msgstr "1%sst%s bisitan erabiltzaile mugikorrak mahaigaineko gaia ikusiko du " + +#: html/advanced-area.php:93 +msgid "When this option is checked, users will see your regular site theme first, and have the option in your footer to switch to the WPtouch mobile view." +msgstr "Lehenik gunean ohiko itxura edukiko da, baina orriaren oinetan aukera izango da WPtouch itxurarako " + +#: html/advanced-area.php:94 +msgid "They'll be able to change back and forth either way. Make sure you have the wp_footer(); function call in your regular theme's footer.php file for the switch link to work properly." +msgstr "Bisiten artean aldatzeko gai izanen dira. Ziurtatu wp_footer() funtziora deitzeaz; footer.php-ren tema erregularrean, enlazeak ongi funtziona dezan. " + +#: html/advanced-area.php:99 +msgid "Enable WPtouch Restricted Mode" +msgstr "WPoutchen \"era mugatuan\" aktibatu " + +#: html/advanced-area.php:102 +msgid "Disallow other plugins from loading into scripts into WPtouch's header and footer." +msgstr "Ez utzi beste plungin batzuk kodea karga dezaten, WPoutcharen oinean nahiz burukoan " + +#: html/advanced-area.php:103 +msgid "Sometimes fixes incompatibilities and speeds up WPtouch." +msgstr "Batzuetan ezineramanak konpontzen ditu eta WPtouch azkartzen du " + +#: html/advanced-area.php:104 +msgid "Some plugins load conflicting javascript, extra CSS style sheets, and other functional code into your theme to accomplish what they add to your site. As WPtouch works complete on its own without any other plugin installed, in some cases (where you have several plugins or find something doesn't work right with WPtouch) you may want to enable Restricted Mode to ensure that WPtouch works properly, and loads quickly for mobile users." +msgstr "Plugin batzuek badaezpadako javascript kodea kargatzen dute, CSS erako orriak eta beste kode funtzional batzuk, ongi funtziona dezan. Baina nolaz eta WPtouchek osoki bere kasa funtzionatzen duen, ezarritako beste pluginik gabe, zenbait plugin instalatuta daudenean edo WPoutcen zerbait ez dabilela ikusitakoan, \"Era Mugatua\" aktiba dezakezu, WPtouchek ongi funtziona eta azkar karga dadin erabiltzaile mugikorretarako. " + +#: html/advanced-area.php:109 +msgid "Custom user-agents" +msgstr "Neurriko User-Agents " + +#: html/advanced-area.php:111 +msgid "After changing the user-agents, please visit the WP Super Cache admin page and update your rewrite rules." +msgstr "User-Agents aldatutakoan, ikusi WP Super cache administrazio orrialdea eta eguneratu rewrite rules direlakoak." + +#: html/general-settings-area.php:5 +msgid "General Settings" +msgstr "Ezarpen nagusiak" + +#: html/general-settings-area.php:8 +msgid "Home Page Re-Direction" +msgstr "Orrialde Nagusira ber-zuzentzea " + +#: html/general-settings-area.php:9 +#, php-format +msgid "WPtouch by default follows your %sWordPress » Reading Options%s. You can also set a different one for WPtouch." +msgstr "Besterik ezean, WPouutchek zure %sIrakurketa aukerak » WordPress%s jarraitzen ditu. Nahi izatera, WPtouchentzat desberdinak ezar daitezke." + +#: html/general-settings-area.php:11 +msgid "Site Title" +msgstr "Lekuaren titulua" + +#: html/general-settings-area.php:12 +msgid "You can shorten your site title here so it won't be truncated by WPtouch." +msgstr "Lekuaren titulua labur dezakezu WPoutchek zaputz ez dezan " + +#: html/general-settings-area.php:15 +msgid "Excluded Categories" +msgstr "Kategoriak baztertu" + +#: html/general-settings-area.php:16 +msgid "Choose categories you want excluded from the main post listings in WPtouch." +msgstr "Hautatu WPoutchen artikuluen zerrenda nagusitik baztertu nahi dituzun kategoriak." + +#: html/general-settings-area.php:18 +msgid "Text Justification Options" +msgstr "Testu justifikazioaren aukerak" + +#: html/general-settings-area.php:19 +msgid "Set the alignment for text." +msgstr "Hautatu testuaren alineazioa" + +#: html/general-settings-area.php:22 +msgid "Post Listings Options" +msgstr "Artikuluen zerrendarako aukerak" + +#: html/general-settings-area.php:23 +msgid "Choose between calendar Icons, post thumbnails (WP 2.9) or none for your post listings." +msgstr "Artikuluaren zerrendarako hautatu honakoen artean: egutegiaren irudiak, artikuluaren miniaturak l (WordPressP 2.9) ala bat ere ez." + +#: html/general-settings-area.php:24 +msgid "Select which meta items are shown below titles on main, search, & archives pages." +msgstr "Hautatu zein metaelementu erakutsi nahi diren orrialde nagusian eta artxibokoetan" + +#: html/general-settings-area.php:25 +msgid "Also, choose if excerpts are shown/hidden (default is hidden)." +msgstr "Erakusten diren laburpenak ere hautat (ezer gabean, ezkutatuta daude)" + +#: html/general-settings-area.php:27 +msgid "Footer Message" +msgstr "Oinekoaren mezua" + +#: html/general-settings-area.php:28 +msgid "Customize the default footer message shown in WPtouch here." +msgstr "Hemen zeuretu ezazu WPoutchen oinekoan erakusten dena" + +#: html/general-settings-area.php:32 +msgid "WPtouch Home Page" +msgstr "WPtouchen orrialde nagusia" + +#: html/general-settings-area.php:37 +#: html/page-area.php:63 +msgid "You have no pages yet. Create some first!" +msgstr "Ez duzu orrialderik. Sortu batzuk lehenbizi" + +#: html/general-settings-area.php:43 +msgid "Site title text" +msgstr "Gunearen tituluko testua" + +#: html/general-settings-area.php:49 +msgid "Comma list of Category IDs, eg: 1,2,3" +msgstr "ID kategorien komaz bereizitako zerrenda. Ad: 1,2,5..." + +#: html/general-settings-area.php:57 +msgid "Left" +msgstr "Ezker" + +#: html/general-settings-area.php:58 +msgid "Full" +msgstr "Osorik" + +#: html/general-settings-area.php:60 +msgid "Font justification" +msgstr "Letraren justifikazoa" + +#: html/general-settings-area.php:68 +msgid "Calendar Icons" +msgstr "Egutegi iruditxoak" + +#: html/general-settings-area.php:69 +msgid "Post Thumbnails / Featured Images" +msgstr "Artikuluen miniaturak / Irudi nabarmenduak" + +#: html/general-settings-area.php:70 +msgid "Post Thumbnails / Featured Images (Random)" +msgstr "Artikuluen miniaturak / Irudi nabarmenduak (tuntunean)" + +#: html/general-settings-area.php:71 +msgid "No Icon or Thumbnail" +msgstr "Iruditxo edo miniaturarik gabe" + +#: html/general-settings-area.php:73 +msgid "Post Listings Display" +msgstr "Artikuluen zerrendaren itxura" + +#: html/general-settings-area.php:73 +msgid "Thumbnails Requires WordPress 2.9+" +msgstr "WordPress 2.9+ behar duten miniaturak" + +#: html/general-settings-area.php:76 +msgid "This will change the display of blog and post listings between Calendar Icons view and Post Thumbnails view." +msgstr "Blogaren itxura aldatzen du eta artikuluen zerrenda ere bai, Egutegi iruditxo eta Artikuluen miniaturen artean" + +#: html/general-settings-area.php:77 +msgid "The <em>Post Thumbnails w/ Random</em> option will fill missing post thumbnails with random abstract images. (WP 2.9+)" +msgstr "<em>Artikuluen tuntuneko miniaturen aukerak</em> beteko du falta diren miniaturen lekua, tuntuneko irudi abstraktuen bidez (WP 2.9+)" + +#: html/general-settings-area.php:84 +msgid "Enable Truncated Titles" +msgstr "Titulo zapuztuak aktibatu" + +#: html/general-settings-area.php:84 +msgid "Will use ellipses when titles are too long instead of wrapping them" +msgstr "Lerro berriak sortu ordez, elipsiak erabiliko ditu tituluak luzeegi direnean" + +#: html/general-settings-area.php:88 +msgid "Show Author's Name" +msgstr "Egilearen izena erakutsi" + +#: html/general-settings-area.php:92 +msgid "Show Categories" +msgstr "Kategoriak erakutsi" + +#: html/general-settings-area.php:96 +msgid "Show Tags" +msgstr "Etiketak erakutsi" + +#: html/general-settings-area.php:100 +msgid "Hide Excerpts" +msgstr "Laburpenak ezkutatu" + +#: html/general-settings-area.php:104 +msgid "Footer message" +msgstr "Oinekoaren mezua" + +#: html/head-area.php:13 +#, php-format +msgid "%sGet WPtouch Pro%s" +msgstr "%sEskuratu WPtouch Pro%s" + +#: html/head-area.php:14 +#, php-format +msgid "%sBNC on Twitter%s" +msgstr "%sBNC n Twitterren%s" + +#: html/head-area.php:15 +#, php-format +msgid "%sBraveNewCode.com%s" +msgstr "%sBraveNewCode.com%s" + +#: html/head-area.php:24 +msgid "WPtouch Wire" +msgstr "WPtouch Wire" + +#: html/head-area.php:33 +msgid "Find Out More ›" +msgstr "Gehiago deskubritu ›" + +#: html/icon-area.php:21 +msgid "Default & Custom Icon Pool" +msgstr "Norberetutako eta Besteriak ezeaneko katalogoa" + +#: html/icon-area.php:24 +msgid "Adding Icons" +msgstr "Iruditxoak gehitzen" + +#: html/icon-area.php:25 +msgid "To add icons to the pool, simply upload a .png, .jpeg or .gif image from your computer." +msgstr "Katalogoari iruditxoak gehitzeko, zeure ordenadoretik gehitu PNG, JPEG o GIF irudiak" + +#: html/icon-area.php:27 +#, php-format +msgid "Default icons generously provided by %sMarcelo Marfil%s." +msgstr " %sMarcelo Marfil%s.ek eskuzabalki emandako iruditxoak dira besterik ezean aukerakoak" + +#: html/icon-area.php:29 +msgid "Logo/Bookmark Icons" +msgstr "Logoaren iruditxoak/Maiteenak" + +#: html/icon-area.php:30 +msgid "If you're adding a logo icon, the best dimensions for it are 59x60px (png) when used as a bookmark icon." +msgstr "Maiteenetara gehitzeko Iruditxo egokiena 59x60px (PNG) da" + +#: html/icon-area.php:31 +#, php-format +msgid "Need help? You can use %sthis easy online icon generator%s to make one." +msgstr "Laguntza behar? &seste irudi sortzaile erraza erabil dezakezu, linean %s bat sortzeko" + +#: html/icon-area.php:32 +#, php-format +msgid "These files will be stored in this folder we create: %s/uploads/wptouch/custom-icons" +msgstr "Artxiboak sortutako karpetan bilduko dira. Hemen: %s/uploads/wptouch/custom-icons" + +#: html/icon-area.php:33 +msgid "If an upload fails (usually it's a permission problem) check your wp-content path settings in WordPress' Miscellaneous Settings, or create the folder yourself using FTP and try again." +msgstr "Karga batek huts eginez gero, baimen arazoak, esaterako, wp-content bideaaren ezarpenak begiratu Word Presseko Ezarpen nagusietan, edo gehitu karpeta FTP erabiliz eta saiatu ostera ere." + +#: html/icon-area.php:35 +msgid "Upload Icon" +msgstr "Iruditxoa igo" + +#: html/icon-area.php:39 +msgid "Uploading..." +msgstr "Kargatzen..." + +#: html/page-area.php:5 +msgid "Logo Icon // Menu Items & Pages Icons" +msgstr "Logoaren iruditxoa // Menuaren osagaiak eta orrialdeen iruditxoak" + +#: html/page-area.php:8 +msgid "Logo / Home Screen Icon <br />& Default Menu Items" +msgstr "Pantailaren iruditxoa Logoarentzat/ Orrialde nagusia <br />& Menuaren \"Besterik ezean\"en iruditxoak" + +#: html/page-area.php:9 +#, php-format +msgid "If you do not want your logo to have the glossy effect added to it, make sure you select %sEnable Flat Bookmark Icon%s" +msgstr "Zure logoa beiraren itxurakoa nahi baduzu, ziurtatu %sLaua maiteen aktibatzeaz %s" + +#: html/page-area.php:10 +msgid "Choose the logo displayed in the header (also your bookmark icon), and the pages you want included in the WPtouch drop-down menu." +msgstr "Hautatu burukoan erakusten den logoa eta zeure iruditxo gustukoena, eta WPOutch menuan sartuta erakutsi nahi dituzun orrialdeak" + +#: html/page-area.php:11 +msgid "Remember, only those checked will be shown." +msgstr "Oroitu: hautatutakoak ikusiko dira " + +#: html/page-area.php:12 +msgid "Enable/Disable default items in the WPtouch site menu." +msgstr "Aktibatu/Indargabetu \"besterik ezeaneko\" elementuak, WPtouch gunean." + +#: html/page-area.php:14 +msgid "Pages + Icons" +msgstr "Orrialdeak + Iruditxoak" + +#: html/page-area.php:15 +msgid "Next, select the icons from the lists that you want to pair with each page menu item." +msgstr "Hautatu orrialdeko zein elementurekin bikotea egin nahi duzun." + +#: html/page-area.php:16 +msgid "You can also decide if pages are listed by the page order (ID) in WordPress, or by name (default)." +msgstr "Erabaki dezakezu orriladeak Word Pressek berak ordenatuko dituen (ID), ala izenaren arabera izango den (besterik " + +#: html/page-area.php:24 +msgid "Logo & Home Screen Bookmark Icon" +msgstr "Maiteenaren iruditxoa eta Orri Nagusia" + +#: html/page-area.php:29 +msgid "Enable Flat Bookmark Icon" +msgstr "Maiteenaren iruditxo laua aktibatu" + +#: html/page-area.php:32 +msgid "The default applies for iPhone/iPod touch applies a glossy effect to the home-screen bookmark/logo icon you select." +msgstr "Besterik ezean iPhone/iPod touchen beira itxura ezartzen zaio lehen orriari eta hautatutako iruditxoari ere bai" + +#: html/page-area.php:33 +msgid "When checked your icon will not have the glossy effect automatically applied to it." +msgstr "Hautatutakoan zure iruditxoak ez du automatikoki ezarrita edukiko beira-itxura" + +#: html/page-area.php:36 +msgid "Enable Home Menu Item" +msgstr "Orrialde Nagusiaren menuko elementuak aktibatu" + +#: html/page-area.php:37 +msgid "Enable RSS Menu Item" +msgstr "RSS menuko elementua aktibatu" + +#: html/page-area.php:38 +msgid "Enable Email Menu Item" +msgstr "Eposta Menuko elementua aktibatu" + +#: html/page-area.php:38 +msgid "Uses default WordPress admin e-mail" +msgstr "Besterik ezean, eposta erabili WordPresseko administratzaile gisa" + +#: html/page-area.php:43 +msgid "By Name" +msgstr "Izenaren araberakoa" + +#: html/page-area.php:44 +msgid "By Page ID" +msgstr "Orrialdearen ID-aren araberakoa " + +#: html/page-area.php:46 +msgid "Menu List Sort Order" +msgstr "Menuaren zerrenda ordenua" + +#: html/plugin-compat-area.php:7 +msgid "Plugin Support & Compatibility" +msgstr "Pluginaren eramangarritasuna " + +#: html/plugin-compat-area.php:13 +msgid "WordPress version: " +msgstr "WordPress bertsioa:" + +#: html/plugin-compat-area.php:16 +#, php-format +msgid "WPtouch %s support: " +msgstr "WPtouch soportea:" + +#: html/plugin-compat-area.php:18 +#, php-format +msgid "%sUnverified%s" +msgstr "%sEgiaztagabeak%s" + +#: html/plugin-compat-area.php:20 +#, php-format +msgid "%sSupported%s" +msgstr "%Jasaten direnak%s" + +#: html/plugin-compat-area.php:22 +#, php-format +msgid "%sUnsupported. Upgrade Required.%s" +msgstr "%s Ezin egin. Eguneratzea behar da %s" + +#: html/plugin-compat-area.php:27 +msgid "Here you'll find information on additional WPtouch features and their requirements, including those activated with companion plugins." +msgstr "WPtouchen berezitasun gehiagoren berri, eta lagunen pluginen bidez ezarritako beharrizanak ere bai." + +#: html/plugin-compat-area.php:32 +msgid "WordPress Pages & Feature Support" +msgstr "WordPress orrialdeak eta Berzitasunak " + +#: html/plugin-compat-area.php:39 +msgid "All of your WP links will automatically show on your page called 'Links'." +msgstr "Zure WP lotura guztiak, automatikoki erakutsiko dira \"Loturak\" izeneko zure orrian" + +#: html/plugin-compat-area.php:41 +msgid "If you create a page called 'Links', all your WP links would display in <em>WPtouch</em> style." +msgstr " 'Links' izeneko orrialdea sortutakoan, zure WP lotura guztiak <em>WPtouch</em> estiloaz erakutsiko dira" + +#: html/plugin-compat-area.php:47 +msgid "All your <a href=\"http://eightface.com/wordpress/flickrrss/\" target=\"_blank\">FlickrRSS</a> images will automatically show on your page called 'Photos'." +msgstr "Zure irudi guztiak <a href=\"http://eightface.com/wordpress/flickrrss/\" target=\"_blank\">FlickrRSS</a> PHotos orrialdean erakutsiko dira automatikoki" + +#: html/plugin-compat-area.php:49 +msgid "You have a page called 'Photos', but don't have <a href=\"http://eightface.com/wordpress/flickrrss/\" target=\"_blank\">FlickrRSS</a> installed." +msgstr "\"Photos' izeneko orria duzun arren, ez daukazu ezarririk <a href=\"http://eightface.com/wordpress/flickrrss/\" target=\"_blank\">FlickrRSS</a>." + +#: html/plugin-compat-area.php:51 +msgid "If you create a page called 'Photos', all your <a href=\"http://eightface.com/wordpress/flickrrss/\" target=\"_blank\">FlickrRSS</a> photos would display in <em>WPtouch</em> style." +msgstr "'Photos' deitutako orria sortzean, zure argazki guztiak <a href=\"http://eightface.com/wordpress/flickrrss/\" target=\"_blank\">FlickrRSS</a> <em>WPtouch</em> estiloarekin erakutsiko da." + +#: html/plugin-compat-area.php:54 +msgid "If you create a page called 'Photos', and install the <a href=\"http://eightface.com/wordpress/flickrrss/\" target=\"_blank\">FlickrRSS</a> plugin, your photos would display in <em>WPtouch</em> style." +msgstr "'Photos' deitutako orria sortzean, eta <a href=\"http://eightface.com/wordpress/flickrrss/\" target=\"_blank\">FlickrRSS</a>plugina ezartzean, <em>WPtouch</em> estiloan erakutsiko da" + +#: html/plugin-compat-area.php:62 +msgid "Your tags and your monthly listings will automatically show on your page called 'Archives'." +msgstr "Zure etiketa eta hileroko zerrendak automatikoki agertuko dira \"Archives\" orrialdean" + +#: html/plugin-compat-area.php:64 +msgid "If you had a page called 'Archives', your tags and monthly listings would display in <em>WPtouch</em> style." +msgstr "\"Artxiboak\" izeneko orria baldin baduzu, etiketak eta hileroko zerrendak <em>WPtouch</em> estiloan erakutsiko dira." + +#: html/plugin-compat-area.php:68 +msgid "Known Plugin Support & Conflicts" +msgstr "Ezagutzen diren soporte eta arazoak Pluginarekin" + +#: html/push-area.php:4 +msgid "Push Notification Options" +msgstr "Push Notificationen aukerak" + +#: html/push-area.php:7 +#, php-format +msgid "Here you can configure WPtouch to push selected notifications through your %sProwl%s account to your iPhone, iPod touch and Growl-enabled Mac or PC." +msgstr "Hemen konfigura dezakezu WPtouch hautatutako jakinarapenak egiteko, zeure %sProwl%s kontuaren bidez zeure iPhone touch edota Mac edota Growl aukeran duten ordenagailuekin." + +#: html/push-area.php:8 +#, php-format +msgid "%sMake sure you generate a Prowl API key to use here%s otherwise no notifications will be pushed to you." +msgstr "%sSegurtatu Prowlentzat API giltza sortu duzula hemen erabiltzeko%s, bestela ez zaizu oharrik igorri ahal izango " + +#: html/push-area.php:15 +msgid "Prowl API Key" +msgstr "API giltza Prowlentzat" + +#: html/push-area.php:15 +#, php-format +msgid "%sCreate a key now%s" +msgstr "%sGiltza sortu%s" + +#: html/push-area.php:18 +msgid "In order to enable Prowl notifications, you must create a Prowl account, and download/configure the Prowl application for iPhone." +msgstr "Prowl jakinarazpenak aktibatzeko, Prowl kontua sortu eta iPhonearentzako Prowl aplikazioa jaitsi/aplikatu behar duzu" + +#: html/push-area.php:19 +msgid "Next, visit the Prowl website and generate your API key, which we use to connect securely and send your notifications." +msgstr "Gero, gune honetara joan eta API giltza sortu, era segurrean kanekta zaitezen eta jakinarazpenak bidaltzeko. " + +#: html/push-area.php:21 +#, php-format +msgid "%sVisit the Prowl Website%s" +msgstr "%sProwl-en gunera%s" + +#: html/push-area.php:21 +#, php-format +msgid "%sVisit iTunes to Download Prowl%s" +msgstr "%s%s" + +#: html/push-area.php:25 +msgid "Your Prowl API key has been verified." +msgstr "Prowl zure giltza egiaztatua" + +#: html/push-area.php:28 +msgid "Sorry, your Prowl API key is not verified." +msgstr "Prowl zure giltza ezin egiaztatu " + +#: html/push-area.php:29 +msgid "Please check your key and make sure there are no spaces or extra characters." +msgstr "Begiratu zure giltza eta ziurtatu ez duzula gehiegikorik egiten " + +#: html/push-area.php:39 +msgid "Notify me of new comments & pingbacks/tracksbacks" +msgstr "Iruzkin berriak, pingbackak eta trackbackak daudenean jakinarazi" + +#: html/push-area.php:43 +msgid "Notify me of new account registrations" +msgstr "Izen-emate berriez abisatu " + +#: html/push-area.php:47 +msgid "Allow users to send me direct messages" +msgstr "Erabiltzaileei mezu zuzenak bidaltzen utzi " + +#: html/push-area.php:50 +msgid "This enables a new link to a drop-down in the submenu bar for WPtouch ('Message Me')." +msgstr "Lotura berria aktibatu WPotoucheko azpimenu barran ('Message Me')." + +#: html/push-area.php:51 +msgid "When opened, a form is shown for users to fill in. The name, e-mail address, and message area is shown. Thier IP will also be sent to you, in case you want to ban it in the WordPress admin." +msgstr "Irekitzean, erabiltzaileek betetzeko fitxa ageri da. Erakusten direnak: Izena, eposta helbidea eta mezuaren gorputza. WordPresseko administratzaileak blokatu nahi izatera, IPa bidaliko zaizu. " + +#: html/push-area.php:55 +#, php-format +msgid "%sCURL is required%s on your webserver to use Push capabilities in WPtouch." +msgstr "%sURL bat behar da%s zure zerbitzarian Push ahalak Wptouchen erabiltzeko" + +#: html/style-area.php:5 +msgid "Style & Color Options" +msgstr "Estilo eta koloreko aukerak " + +#: html/style-area.php:8 +msgid "Here you can customize some of the more visible features of WPtouch." +msgstr "Hemen antolatu zenitzake WPoutchen berezitasun nabarienak." + +#: html/style-area.php:17 +msgid "The default WPtouch theme emulates a native iPhone application." +msgstr "Wpotchen berezko itxurak, Iphoneren aplikazio jator baten antza du " + +#: html/style-area.php:21 +msgid "Classic" +msgstr "Klasikoa" + +#: html/style-area.php:24 +msgid "Horizontal Grey" +msgstr "Gris Horizontala" + +#: html/style-area.php:27 +msgid "Diagonal Grey" +msgstr "Gris Diagonala" + +#: html/style-area.php:30 +msgid "Skated Concrete" +msgstr "Konkretu patinatua" + +#: html/style-area.php:33 +msgid "Argyle Tie" +msgstr "Erronbo gorbata" + +#: html/style-area.php:36 +msgid "Thatches" +msgstr "Marratua" + +#: html/style-area.php:39 +msgid "Background" +msgstr "Hondokoa" + +#: html/style-area.php:43 +msgid "Helvetica Neue" +msgstr "Helvetica Neue" + +#: html/style-area.php:46 +msgid "Helvetica" +msgstr "Helvetica" + +#: html/style-area.php:49 +msgid "Thonburi" +msgstr "Thonburi" + +#: html/style-area.php:52 +msgid "Georgia" +msgstr "Georgia" + +#: html/style-area.php:55 +msgid "Geeza Pro" +msgstr "Geeza Pro" + +#: html/style-area.php:58 +msgid "Verdana" +msgstr "Verdana" + +#: html/style-area.php:61 +msgid "Arial Rounded MT Bold" +msgstr "Arial Rounded MT Bold" + +#: html/style-area.php:64 +msgid "Post Title H2 Font" +msgstr "Sarreraren H\" titulurako letra mota " + +#: html/style-area.php:66 +msgid "Title text color" +msgstr "Tituluko testuaren kolorea" + +#: html/style-area.php:67 +msgid "Header background color" +msgstr "Burukoaren hondoko kolorea " + +#: html/style-area.php:68 +msgid "Sub-header background color" +msgstr "Burupekoaren kolorea " + +#: html/style-area.php:69 +msgid "Site-wide links color" +msgstr "Loturen kolorea" + +#: themes/core/core-functions.php:22 +#, php-format +msgid "%sHome%s" +msgstr "%Azala%s" + +#: themes/core/core-functions.php:35 +msgid "post_title" +msgstr "post_title" + +#: themes/core/core-functions.php:41 +#, php-format +msgid "%sRSS Feed%s" +msgstr "%RSS Feedak%s" + +#: themes/core/core-functions.php:47 +#, php-format +msgid "%sE-Mail%s" +msgstr "%sE-Mailak%s" + +#: themes/core/core-functions.php:54 +#, php-format +msgid "%sWarning%s" +msgstr "%Kasu!!%s" + +#: themes/core/core-functions.php:56 +msgid "Sorry, this theme is only meant for use with WordPress on certain smartphones." +msgstr "Itxura hau WordPressekin erabil daiteke zenbait smartphonetan " + +#: themes/core/core-functions.php:85 +#: themes/default/index.php:130 +#: themes/default/single.php:38 +msgid "Tags" +msgstr "Etiketak" + +#: themes/core/core-functions.php:89 +#: themes/default/index.php:129 +#: themes/default/single.php:37 +msgid "Categories" +msgstr "Kategoriak" + +#: themes/core/core-functions.php:124 +#, php-format +msgid "Search results › %s" +msgstr "Resultados de búsqueda › %s" + +#: themes/core/core-functions.php:126 +#, php-format +msgid "Categories › %s" +msgstr "Categorías › %s" + +#: themes/core/core-functions.php:128 +#, php-format +msgid "Tags › %s" +msgstr "Etiketak › %s" + +#: themes/core/core-functions.php:130 +#: themes/core/core-functions.php:132 +#: themes/core/core-functions.php:134 +#, php-format +msgid "Archives › %s" +msgstr "Artxiboa › %s" + +#: themes/core/core-functions.php:146 +msgid "No more entries to display." +msgstr "Ez dago beste sarrerarik." + +#: themes/core/core-functions.php:148 +msgid "No more search results to display." +msgstr "Ez dago bilaketaren emaitza gehiagorik" + +#: themes/core/core-functions.php:150 +msgid "No search results results found." +msgstr "Bilaketaren emaitzarik ez da aurkitu" + +#: themes/core/core-functions.php:150 +msgid "Try another query." +msgstr "Bilatu berriz" + +#: themes/core/core-functions.php:153 +msgid "404 Not Found" +msgstr "404 errorea- Ez dago hemen" + +#: themes/core/core-functions.php:154 +msgid "The page or post you were looking for is missing or has been removed." +msgstr "Ai,ai,ai... ez dago halakorik " + +#: themes/core/core-functions.php:163 +#: wptouch.php:589 +msgid "Mobile Theme" +msgstr "Mugikorrerako itxura" + +#: themes/core/core-functions.php:209 +msgid "edit" +msgstr "editatu" + +#: themes/core/core-functions.php:210 +msgid "del" +msgstr "ezabatu" + +#: themes/core/core-functions.php:211 +msgid "spam" +msgstr "spama" + +#: themes/default/comments.php:7 +msgid "This post is password protected. Enter the password to view comments." +msgstr "Sarrar hau babestua da. Iruzkintzeko giltza behar duzu." + +#: themes/default/comments.php:16 +msgid "<h3 onclick=\"bnc_showhide_coms_toggle();\" id=\"com-head\"><img id=\"com-arrow\" src=\"" +msgstr "<h3 onclick=\"bnc_showhide_coms_toggle();\" id=\"com-head\"><img id=\"com-arrow\" src=\"" + +#: themes/default/comments.php:16 +msgid "/themes/core/core-images/com_arrow.png\" alt=\"arrow\" />1 Comment</h3>" +msgstr "/themes/core/core-images/com_arrow.png\" alt=\"arrow\" />1 Comentario</h3>" + +#: themes/default/comments.php:16 +msgid "/themes/core/core-images/com_arrow.png\" alt=\"arrow\" />% Comments</h3>" +msgstr "/themes/core/core-images/com_arrow.png\" alt=\"arrow\" />% Comentarios</h3>" + +#: themes/default/comments.php:63 +msgid "Comments are closed." +msgstr "Ezin iruzkindu" + +#: themes/default/comments.php:73 +#, php-format +msgid "You must %slogin</a> or %sregister</a> to comment" +msgstr "Iruzkintzeko %sartu</a> edo %izena eman </a> behar duzu" + +#: themes/default/comments.php:81 +msgid "Success! Comment added." +msgstr "Iruzkina gehituta" + +#: themes/default/comments.php:82 +msgid "Refresh the page to see your comment." +msgstr "Oraikotu orria zeure iruzkina ikusteko ." + +#: themes/default/comments.php:83 +msgid "(If your comment requires moderation it will be added soon.)" +msgstr "(Zure iruzkina moderatu beharrekoa bada, aurki gehituko) " + +#: themes/default/comments.php:90 +msgid "Logged in as" +msgstr "Honela konektatua" + +#: themes/default/comments.php:94 +msgid "Leave A Comment" +msgstr "Iruzkina egin" + +#: themes/default/comments.php:97 +#: themes/default/header.php:153 +msgid "Name" +msgstr "Izena" + +#: themes/default/comments.php:102 +msgid "Mail (unpublished)" +msgstr "E-Posta (ez da argitaratuko)" + +#: themes/default/comments.php:107 +msgid "Website" +msgstr "Weba" + +#: themes/default/comments.php:111 +msgid "There was an error posting your comment. Maybe it was too short?" +msgstr "Ezin zure iruzkina jarri. Agian motzegia zen. " + +#: themes/default/comments.php:120 +msgid "Publishing..." +msgstr "Argitaratzen..." + +#: themes/default/footer.php:10 +msgid "Powered by" +msgstr "Honi esker:" + +#: themes/default/footer.php:10 +msgid "WordPress" +msgstr "WordPress" + +#: themes/default/footer.php:10 +msgid "+" +msgstr "+" + +#: themes/default/header.php:10 +msgid "Notice" +msgstr "Iragarpena" + +#: themes/default/header.php:11 +msgid "JavaScript for Mobile Safari is currently turned off." +msgstr "Mobile Safarirentzako JavaScript deskatibatua dago" + +#: themes/default/header.php:12 +msgid "Turn it on in " +msgstr "Indarra eman" + +#: themes/default/header.php:12 +msgid "Settings › Safari" +msgstr "Doikuntzak › Safari" + +#: themes/default/header.php:12 +msgid " to view this website." +msgstr " gune hau ikusteko" + +#: themes/default/header.php:18 +msgid "Your Push Notification was sent." +msgstr "Zure Push jakinarazpena bidali da." + +#: themes/default/header.php:20 +msgid "Your Push Notification cannot be delivered at this time." +msgstr "Zure Push jakinarazpena orain ezin bidali." + +#: themes/default/header.php:31 +#: themes/default/header.php:58 +msgid "Login" +msgstr "Sartu" + +#: themes/default/header.php:42 +#: themes/default/header.php:128 +msgid "Search" +msgstr "Bilatu" + +#: themes/default/header.php:43 +msgid "Search..." +msgstr "Bilatu..." + +#: themes/default/header.php:53 +msgid "Menu" +msgstr "Menua" + +#: themes/default/header.php:60 +msgid "My Account" +msgstr "Nire kontua" + +#: themes/default/header.php:88 +msgid "Enter your username and password<br />in the boxes above." +msgstr "Erabiltzailea eta giltza sartu<br />gaineko hutsuneetan" + +#: themes/default/header.php:93 +#, php-format +msgid "You can %ssign-up here%s." +msgstr "Hemen %seman izena%s." + +#: themes/default/header.php:98 +msgid "Admin" +msgstr "Admin" + +#: themes/default/header.php:101 +msgid "Register for this site" +msgstr "Leku honetan izena eman" + +#: themes/default/header.php:104 +msgid "Account Profile" +msgstr "Kontuaren profila" + +#: themes/default/header.php:105 +msgid "Logout" +msgstr "Eten" + +#: themes/default/header.php:132 +msgid "Message" +msgstr "Mezua" + +#: themes/default/header.php:136 +msgid "Twitter" +msgstr "Twitter" + +#: themes/default/header.php:140 +msgid "Tour Dates" +msgstr "Tour-en datak" + +#: themes/default/header.php:147 +msgid "Send a Message" +msgstr "Mezua bidali" + +#: themes/default/header.php:148 +msgid "This message will be pushed to the admin's iPhone instantly." +msgstr "Mezu hau administratzailearen iPhonera bidaliko da oraintxe " + +#: themes/default/header.php:158 +msgid "E-Mail" +msgstr "E-Posta" + +#: themes/default/header.php:164 +msgid "Send Now" +msgstr "Bidali oraintxe" + +#: themes/default/header.php:179 +msgid "Follow me on Twitter" +msgstr "Jarraitu Twitterren" + +#: themes/default/header.php:192 +msgid "No recent Tweets." +msgstr "Ez dago twitt berririk." + +#: themes/default/header.php:204 +msgid "Upcoming Tour Dates" +msgstr "Tour-en data hurbilak " + +#: themes/default/index.php:127 +msgid "Written on" +msgstr "Idatzia:" + +#: themes/default/index.php:128 +msgid "By" +msgstr "Honek" + +#: themes/default/index.php:135 +msgid "Read This Post" +msgstr "Irakurri sarrera hau" + +#: themes/default/index.php:146 +msgid "Load more entries..." +msgstr "Sarrera gehiago ireki..." + +#: themes/default/index.php:154 +msgid "Newer Entries" +msgstr "Azken sarrerak" + +#: themes/default/index.php:157 +msgid "Older Entries" +msgstr "Sarrera zaharragoak" + +#: themes/default/page.php:38 +msgid "Tag Cloud" +msgstr "Etiketa lainoa" + +#: themes/default/page.php:45 +msgid "Monthly Archives" +msgstr "Hileko artxiboa" + +#: themes/default/page.php:76 +msgid "Pages in this article: " +msgstr "Sarrera honen orrialdeak:" + +#: themes/default/single.php:7 +msgid "Permanent Link to " +msgstr "Etengabeko lotura" + +#: themes/default/single.php:13 +#: themes/default/single.php:15 +#: themes/default/single.php:19 +msgid "Skip to comments" +msgstr "Iruzkinetara" + +#: themes/default/single.php:17 +msgid "Leave a comment" +msgstr "Iruzkindu" + +#: themes/default/single.php:36 +msgid "Article Pages" +msgstr "Sarreren orrialdeak" + +#: themes/default/single.php:46 +msgid "Check out this post:" +msgstr "Irakurri:" + +#: themes/default/single.php:46 +msgid "Mail a link to this post?" +msgstr "¿Eposta bidali sarrera honen estekarekin?" + +#: themes/default/single.php:58 +msgid "Del.icio.us" +msgstr "Del.icio.us" + +#: themes/default/single.php:60 +msgid "Digg" +msgstr "Digg" + +#: themes/default/single.php:61 +msgid "Technorati" +msgstr "Technorati" + +#: themes/default/single.php:62 +msgid "Magnolia" +msgstr "Magnolia" + +#: themes/default/single.php:63 +msgid "Newsvine" +msgstr "Newsvine" + +#: themes/default/single.php:64 +msgid "Reddit" +msgstr "Reddit" + +#: wptouch.php:204 +msgid "Settings" +msgstr "Doikuntzak" + +#: wptouch.php:376 +msgid "New Ping/Trackback" +msgstr "Ping/Trackback berria" + +#: wptouch.php:382 +msgid "New Comment" +msgstr "Iruzkin berria" + +#: wptouch.php:410 +msgid "User Registration" +msgstr "Erabiltzaile-erregistroa" + +#: wptouch.php:454 +msgid "Direct Message" +msgstr "Mezu zuzena" + +#: wptouch.php:596 +msgid "WPtouch iPhone Theme" +msgstr "WPtouchentzat, Iphoneren itxura" + +#: wptouch.php:864 +msgid "Settings saved" +msgstr "Gordetako ajusteak" + +#: wptouch.php:869 +msgid "Defaults restored" +msgstr "Berezkoaz konfiguratua" + +#: wptouch.php:889 +msgid "Save Options" +msgstr "Aukerak gorde" + +#: wptouch.php:893 +msgid "Restore default WPtouch settings?" +msgstr "¿Besterik ezean berezko konfigurazioa ezarri?" + +#: wptouch.php:893 +msgid "Restore Defaults" +msgstr "Berrezarri" + +#. Plugin Name of a plugin/theme +msgid "WPtouch" +msgstr "WPtouch" + +#. Plugin URI of a plugin/theme +msgid "http://bravenewcode.com/products/wptouch" +msgstr "http://bravenewcode.com/products/wptouch" + +#. Description of a plugin/theme +msgid "A plugin which formats your site with a mobile theme for visitors on Apple <a href=\"http://www.apple.com/iphone/\">iPhone</a> / <a href=\"http://www.apple.com/ipodtouch/\">iPod touch</a>, <a href=\"http://www.android.com/\">Google Android</a>, <a href=\"http://www.blackberry.com/\">Blackberry Storm and Torch</a>, <a href=\"http://www.palm.com/us/products/phones/pre/\">Palm Pre</a> and other touch-based smartphones." +msgstr "Un plugin que formatea tu sitio con un tema para móviles para visitantes con <a href=\"http://www.apple.com/iphone/\">iPhone</a> / <a href=\"http://www.apple.com/ipodtouch/\">iPod touch</a> / <a href=\"http://www.apple.com/ipodtouch/\">iPod touch</a>, <a href=\"http://www.android.com/\">Google Android</a>, <a href=\"http://www.blackberry.com/\">Blackberry Storm and Torch</a>, <a href=\"http://www.palm.com/us/products/phones/pre/\">Palm Pre</a> y otros teléfonos inteligentes táctiles." + +#. Author of a plugin/theme +msgid "Dale Mugford & Duane Storey (BraveNewCode Inc.)" +msgstr "Dale Mugford & Duane Storey (BraveNewCode Inc.)" + +#. Author URI of a plugin/theme +msgid "http://www.bravenewcode.com" +msgstr "http://www.bravenewcode.com" + diff --git a/wp-content/plugins/wptouch/lang/src/fr_FR.po b/wp-content/plugins/wptouch/lang/src/fr_FR.po index 0afe5a0c8..25fbe68e8 100644 --- a/wp-content/plugins/wptouch/lang/src/fr_FR.po +++ b/wp-content/plugins/wptouch/lang/src/fr_FR.po @@ -1,1384 +1,914 @@ +# This file was generated by WPML +# WPML is a WordPress plugin that can turn any WordPress or WordPressMU site into a full featured multilingual content management system. +# http://wpml.org msgid "" msgstr "" -"Project-Id-Version: wptouch-fr_FR\n" -"Report-Msgid-Bugs-To: http://wordpress.org/tag/wptouch\n" -"POT-Creation-Date: 2010-09-09 09:31-0700\n" -"PO-Revision-Date: \n" -"Last-Translator: Maître Mô <postmaster@maitremo.fr>\n" -"Language-Team: Maître Mô <postmaster@maitremo.fr>\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" +"Project-Id-Version: WPTouch 1.9.19.14\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2010-11-07 22:51+0100\n" +"Last-Translator: Guillaume Desclaux <guillaume@desclaux.fr>\n" +"Language-Team: Guillaume Desclaux <guillaume@desclaux.fr>\n" +"MIME-Version: 1.0\n" "X-Poedit-Language: French\n" "X-Poedit-Country: FRANCE\n" "X-Poedit-SourceCharset: utf-8\n" -"X-Poedit-KeywordsList: _;_c;_e;__\n" -"X-Poedit-Basepath: .\n" -"X-Poedit-SearchPath-0: C:\\Documents and Settings\\JYM\\Bureau\\wptouch\n" -#: ajax/file_upload.php:23 -msgid "<p style=\"color:red; padding-top:10px\">There seems to have been an error.<p>Please try your upload again.</p>" -msgstr "<p style=\"color:red; padding-top:10px\">Il semble y avoir eu une erreur.<p>Merci d'essayer à nouveau votre téléchargement.</p>" +msgid "%sBraveNewCode.com%s" +msgstr "%sBraveNewCode.com%s" -#: ajax/file_upload.php:25 -msgid "<p style=\"color:green; padding-top:10px\">File has been saved and added to the pool.</p>" -msgstr "<p style=\"color:green; padding-top:10px\">Le fichier a été sauvegardé et ajouté au groupe.</p>" +msgid "%sBNC on Twitter%s" +msgstr "%sBNC sur Twitter%s" -#: ajax/file_upload.php:28 -msgid "<p style=\"color:orange; padding-top:10px\">Sorry, only PNG, GIF and JPG images are supported.</p>" -msgstr "<p style=\"color:orange; padding-top:10px\">Désolé, seules les images PNG, GIF et JPG sont admises.</p>" +msgid "%sGet WPtouch Pro%s" +msgstr "%sTéléchargez WPtouch Pro%s" -#: ajax/file_upload.php:30 -msgid "<p style=\"color:orange; padding-top:10px\">Image too large. try something like 59x60.</p>" -msgstr "<p style=\"color:orange; padding-top:10px\">Image trop grande. Essayez quelque chose comme 59x60.</p>" +msgid "Find Out More ›" +msgstr "Découvrez plus ›" -#: ajax/file_upload.php:32 -msgid "<p style=\"color:orange; padding-top:10px\">Insufficient privileges.</p><p>You need to either be an admin or have more control over your server.</p>" -msgstr "<p style=\"color:orange; padding-top:10px\">Droits insuffisants.</p><p>Vous devez soit, être Administrateur, soit avoir plus de contrôle de votre serveur.</p>" +msgid "WPtouch Wire" +msgstr "Fil WPtouch" -#: ajax/news.php:16 -#: ajax/support.php:16 -#: ajax/support.php:28 -msgid "<li class=\"ajax-error\">No feed items found to display.</li>" -msgstr "<li class=\"ajax-error\">Aucune occurence de flux trouvée à afficher.</li>" +msgid "%sLightview Plus%s is not currently supported. Images may not open in a viewer or separate page." +msgstr "%sLightview Plus%s n'est actuellement pas suppporté. Les images peuvent ne pas s'ouvrir dans un visionneur ou un page séparée." -#: ajax/news.php:28 -msgid " <li class=\"ajax-error\">No feed items found to display.</li>" -msgstr "<li class=\"ajax-error\">Aucune occurence de flux trouvée à afficher.</li>" +msgid "%sYet another ajax paged comments%s (YAAPC) is not currently supported. WPtouch uses its own ajaxed comments. WPtouch Pro supports WP 2.7+ comments out-of-the-box." +msgstr "%sYet another ajax paged comments%s (YAAPC) n'est pas actuellement supporté. WPtouch utilise ses propres commentaires ajax-ifiés. WPtouch Pro supporte les commentaires de WP 2.7+ nativement." -#: html/ads-stats-area.php:5 -msgid "Adsense, Stats & Custom Code" -msgstr "Adsense, Stat & Code Personalisé" +msgid "%sNextGEN Gallery%s is not currently supported." +msgstr "%sNextGEN Gallery%s n'est pas actuellement supporté." -#: html/ads-stats-area.php:8 -msgid "Adsense" -msgstr "Adsense" +msgid "%sWP Simple Captcha%s is not currently supported." +msgstr "%sWP Simple Captcha%s n'est pas actuellement supporté." -#: html/ads-stats-area.php:9 -msgid "Enter your Google AdSense ID if you'd like to support mobile advertising in WPtouch posts." -msgstr "Entrez votre ID Google Adsense si vous souhaitez conserver de la publicité dans vos articles WPtouch" +msgid "WordPress Admin Bar requires additional configuration to work with WPtouch. %sFollow this comment%s on the developer's official site." +msgstr "WordPress Admin Bar requiert une configuration supplémentaire pour fonctionner avec WPtouch. %sSuivez ces commentaires%s sur le site officiel du développeur." -#: html/ads-stats-area.php:10 -msgid "Make sure to include the 'pub-' part of your ID string." -msgstr "Assurez-vous d'inclure la partie 'pub-' dans votre code d'ID" +msgid "%sShare This%s is supported, but requires the WPtouch setting \"Enable Restrictive Mode\" turned on to work properly." +msgstr "%sShare This%s est supporté, mais requiert que le paramètre de WPtouch \"Activer le Mode Restreint\" soit activé pour que cela fonctionne correctement." -#: html/ads-stats-area.php:12 -msgid "Stats & Custom Code" -msgstr "Stat & Code Personnalisé" +msgid "%sWP CSS%s is supported, but does\tnot compress WPtouch's CSS. WPtouch files are pre-optimized for mobile devices already." +msgstr "%sWP CSS%s est supporté, mais il ne compresse pas les feuilles de style WPtouch's CSS. Les fichiers de WPtouch sont déjà pré-optimisés pour des terminaux mobiles." -#: html/ads-stats-area.php:13 -msgid "If you'd like to capture traffic statistics " -msgstr "Si vous souhaitez attraper les statistiques de fréquentation" +msgid "W3 Total Cache is supported, but requires configuration. %sFollow this video tutorial%s for more information." +msgstr "W3 Total Cache est supporté, mais cela requiert une configuration particulière. %sSuivez ce tutoriel vidéo%s pour plus d'information." -#: html/ads-stats-area.php:13 -msgid "(Google Analytics, MINT, etc.)" -msgstr "(Google Analytics, MINT, etc...)" +msgid "WP Super Cache is supported, but requires configuration. %sFollow this video tutorial%s for more information." +msgstr "WP Super Cache est supporté, mais cela requiert une configuration particulière. %sSuivez ce tutoriel vidéo%s pour plus d'information." -#: html/ads-stats-area.php:14 -msgid "Enter the code snippet(s) for your statistics tracking." -msgstr "Entrez la ou les lignes de code pour votre traqueur de statistiques." +msgid "WP Cache is supported, but requires configuration. %sFollow this video tutorial%s for more information." +msgstr "WP Cache est supporté, mais cela requiert une configuration particulière. %sSuivez ce tutoriel vidéo%s pour plus d'information." -#: html/ads-stats-area.php:14 -msgid "You can also enter custom CSS & other HTML code." -msgstr "Vous pouvez aussi saisir un CSS personnalisé & autre code HTML." - -#: html/ads-stats-area.php:16 -#: html/advanced-area.php:22 -#: html/advanced-area.php:31 -#: html/advanced-area.php:40 -#: html/advanced-area.php:49 -#: html/advanced-area.php:60 -#: html/advanced-area.php:68 -#: html/advanced-area.php:83 -#: html/advanced-area.php:92 -#: html/advanced-area.php:101 -#: html/general-settings-area.php:75 -#: html/page-area.php:31 -#: html/push-area.php:17 -#: html/push-area.php:49 -msgid "More Info" -msgstr "Plus d'Information" +msgid "%sFlickrRSS%s: Your photos will automatically show on a page with the slug \"photos\" if you have it. Fully supported." +msgstr "%sFlickrRSS%s: Vos photos seront automatiquement affichées sur une page avec un chemin contenant \"photos\" si vous en avez une. Pleinement supporté." -#: html/ads-stats-area.php:17 -msgid "You may enter a custom css file link easily. Simply add the full link to the css file like this:" -msgstr "Vous pouvez facilement entrer un lien de fichier CSS personnalisé. Ajoutez simplement le lien complet du fichier CSS ainsi :" +msgid "%sWP Spam Free%s is fully supported." +msgstr "%sWP Spam Free%s est pleinement supporté." -#: html/ads-stats-area.php:18 -msgid "<code><link rel="stylesheet" src="http://path-to-my-css-file" type="text/css" media="screen" /></code>" -msgstr "<code><link rel="stylesheet" src="http://path-to-my-css-file" type="text/css" media="screen" /></code>" +msgid "%sPeter's Custom Anti-Spam%s is fully supported." +msgstr "%sPeter's Custom Anti-Spam%s est pleinement supporté." -#: html/ads-stats-area.php:25 -msgid "Google AdSense ID" -msgstr "ID Google AdSense" +msgid "%sUnsupported. Upgrade Required.%s" +msgstr "%sNon supporté. Mise à jour requise.%s" -#: html/ads-stats-area.php:26 -msgid "Google AdSense Channel" -msgstr "Chaîne Google AdSense" +msgid "%sSupported%s" +msgstr "%sSupporté%s" -#: html/advanced-area.php:5 -msgid "Advanced Options" -msgstr "Options Avancées" +msgid "%sUnverified%s" +msgstr "%sNon-vérifié%s" -#: html/advanced-area.php:8 -msgid "Choose to enable/disable advanced features & options available for WPtouch." -msgstr "Choisissez d'activer/désactiver les réglages & options valables pour WPtouch." +msgid "WPtouch %s support: " +msgstr "Support de WPtouch %s : " -#: html/advanced-area.php:9 -msgid "* WPtouch Restricted Mode attempts to fix issues where other plugins load scripts which interfere with WPtouch CSS and JavaScript." -msgstr "* Le Mode Restreint WPtouch est sensé régler les problèmes lorsque d'autres extensions chargent des scripts qui interfèrent avec le CSS et le Javascript de WPtouch." +msgid "Known Plugin Support & Conflicts" +msgstr "Support des extension connues & Conflits" -#: html/advanced-area.php:11 -msgid "Custom User-Agents" -msgstr "Applications Personnalisées" +msgid "Here you'll find information on plugin compatibility." +msgstr "Vous trouverez ici des information sur la compatibilité de l'extension." -#: html/advanced-area.php:12 -msgid "Enter a comma-separated list of user-agents to enable WPtouch for a device that isn't currently officially supported." -msgstr "Saisissez une liste, séparée par des virgules, d'applications, pour activer WPtouch pour des outils qui ne sont pas actuellement officiellement supportés. " +msgid "WordPress version: " +msgstr "Version de Wordpress : " -#: html/advanced-area.php:13 -#, php-format -msgid "The currently enabled user-agents are: <em class='supported'>%s</em>" -msgstr "Les applications actuellement activées sont : <em class='supported'>%s</em>" +msgid "Plugin Support & Compatibility" +msgstr "Support des Extensions & Compatibilité" -#: html/advanced-area.php:20 -msgid "Enable Categories tab in the header" -msgstr "Activer un onglet des Catégories dans le header" +msgid "WPtouch by default follows your %sWordPress » Reading Options%s. You can also set a different one for WPtouch." +msgstr "Par défaut WPtouch suivra la configuration spécifiée dans %sWordPress » Options de Lecture%s. Vous pouvez également en configurer une différente pour WPtouch." -#: html/advanced-area.php:23 -msgid "This will add a 'Categories' tab item in the WPtouch drop-down." -msgstr "Ceci ajoutera un onglet 'Catégories' dans le menu déroulant WPtouch." +msgid "Footer message" +msgstr "Message de pied de page" -#: html/advanced-area.php:24 -msgid "It will display a list of your popular categories." -msgstr "Il affichera une liste de vos catégories les plus populaires." +msgid "Hide Excerpts" +msgstr "Masquer les extraits" -#: html/advanced-area.php:29 -msgid "Enable Tags tab in the header" -msgstr "Activer un onlget des Tags dans le header" +msgid "Show Tags" +msgstr "Afficher les étiquettes" -#: html/advanced-area.php:32 -msgid "This will add a 'Tags' tab item in the WPtouch drop-down." -msgstr "Ceci ajoutera un onlget 'Tags' dans le menu déroulant WPtouch." +msgid "Show Categories" +msgstr "Afficher les Catégories" -#: html/advanced-area.php:33 -msgid "It will display a list of your popular tags." -msgstr "Il affichera une liste de vos tags les plus populaires." +msgid "Show Author's Name" +msgstr "Afficher le nom de l'auteur" -#: html/advanced-area.php:38 -msgid "Enable Search link in the header" -msgstr "Activer un lien de Recherhce dans le header" +msgid "Will use ellipses when titles are too long instead of wrapping them" +msgstr "On utilisera des points de suspensions quand les titres sont trop longs au lieu de les masquer" -#: html/advanced-area.php:41 -msgid "This will add a 'Search' item in the WPtouch sub header." -msgstr "Ceci ajoutera un item 'Recherche' dans le header supérieur WPtouch." +msgid "Enable Truncated Titles" +msgstr "Activer les Titres Tronqués" -#: html/advanced-area.php:42 -msgid "It will display an overlay on the title area allowing users to search your website." -msgstr "Il affichera un surlignement dans la zone de titre permettant aux utilisateurs de faire une recherche sur votre site." +msgid "The <em>Post Thumbnails w/ Random</em> option will fill missing post thumbnails with random abstract images. (WP 2.9+)" +msgstr "L'option <em>Vignettes d'articles aléatoire</em> remplira les vignettes d'article manquantes par une image aléatoire. (WP 2.9+)" -#: html/advanced-area.php:47 -msgid "Enable Login/My Account tab in the header" -msgstr "Activer un onglet Login/Mon Compte dans le header" +msgid "This will change the display of blog and post listings between Calendar Icons view and Post Thumbnails view." +msgstr "Cela basculera l'affichage du blog et des listes d'articles de la vue d'Icônes de Calendrier vers la vue Vignettes d'articles." -#: html/advanced-area.php:50 -msgid "This will add a 'Login' tab in the WPtouch sub header beside the Tags and Categories tabs if they are also enabled." -msgstr "Ceci ajoutera un nolget 'Login' dans le header supérieur WPtouch, à côté des onglets Catégorie et Tags s'ils sont aussi activés." +msgid "Thumbnails Requires WordPress 2.9+" +msgstr "Les vignettes requièrent WordPress 2.9+" -#: html/advanced-area.php:51 -msgid "It will display a username/password drop-down, allowing users to login plus be automatically re-directed back to the page they logged in from without seeing the WP admin." -msgstr "Il affichera un menu déroulant Utilisateur/Mot de passe, autorisant les utilisateurs à s'enregistrer, en plus d'être redirigés automatiquement sur la page sur laquelle ils s'étaient connectés, sans voir l'administration de WP." +msgid "Post Listings Display" +msgstr "Affichage des listes d'articles" -#: html/advanced-area.php:52 -msgid "Once logged in, a new 'My Account' button will appear. The 'My Account' button shows useful links depending on the type of account (subscriber, admin, etc.)." -msgstr "Une fois connecté, un nouveau bouton \"Mon Compte\" apparaîtra. Ce bouton affiche les liens utiles relatifs au type de compte (Administrateur, Editeur, etc...)." +msgid "No Icon or Thumbnail" +msgstr "Ni icône ni vignette" -#: html/advanced-area.php:53 -msgid "NOTE: The Account tab/links will always appear if you have enabled registration on your site or require users to login for comments." -msgstr "NOTE : Le Compte table/liens s'affichera toujours si vous avez activé l'enregistrement sur votre site, ou demandez à vos visiteurs de se loguer pour poster un commentaire." +msgid "Post Thumbnails / Featured Images (Random)" +msgstr "Vignettes d'articles / Images de présentation (Aléatoire)" -#: html/advanced-area.php:58 -msgid "Display Upcoming Dates link in the header (requires <a href='http://gigpress.com/' target='_blank'>GigPress 2.0.3</a> or higher)" -msgstr "Afficher le lien Dates à Venir dans le header (nécessite <a href='http://gigpress.com/' target='_blank'>GigPress 2.0.3</a> ou plus)" +msgid "Post Thumbnails / Featured Images" +msgstr "Vignettes d'articles / Images de présentation" -#: html/advanced-area.php:61 -msgid "When this option is checked and the GigPress plugin is installed, a list of your Upcoming Shows will be viewable from a drop-down in the WPtouch header." -msgstr "Quand cette option est activée et l'extension GigPress installée, une liste de vos Prochaines Manifestations pourra être vue dans un menu déroulant du header WPtouch." +msgid "Calendar Icons" +msgstr "Icônes de calendrier" -#: html/advanced-area.php:66 -msgid "Display Twitter link in the header (requires <a href='http://www.bravenewcode.com/wordtwit/' target='_blank'>WordTwit 2.3.3</a> or higher)" -msgstr "Affiche un lien Twitter dans le header (nécessite <a href='http://www.bravenewcode.com/wordtwit/' target='_blank'>WordTwit 2.3.3</a> ou plus)" +msgid "Font justification" +msgstr "Justification de la police" -#: html/advanced-area.php:69 -msgid "When this option is checked and the WordTwit plugin is installed, a list of your Tweets will be viewable from a drop-down in the WPtouch header." -msgstr "Quand cette option est activée et l'extension WordTwit installée, une liste de vos Tweets pourra être vue dans un menu déroulant du header WPtouch." +msgid "Full" +msgstr "Complet" -#: html/advanced-area.php:74 -msgid "Enable gravatars in comments" -msgstr "Activer les gravatars dans les commentaires" +msgid "Left" +msgstr "Gauche" -#: html/advanced-area.php:81 -msgid "Enable comments on pages" -msgstr "Activer les commentaires pour les pages" +msgid "Comma list of Category IDs, eg: 1,2,3" +msgstr "Liste des identifiants de Catégories séparés par des virgules, exemple: 1,2,3" -#: html/advanced-area.php:84 -msgid "This will add the comment form to all pages with 'Allow Comments' checked in your WordPress admin." -msgstr "Ceci activera le formulaire de commentaires pour toutes les pages dont l'option 'Autoriser les Commentaires' est cochée dans votre administration WordPress." +msgid "Site title text" +msgstr "Texte du titre du site" -#: html/advanced-area.php:90 -#, php-format -msgid "1%sst%s visit mobile users will see desktop theme" -msgstr "1%sst%s utilisateurs vous visitant via un mobile verront le thème du tableau de bord" +msgid "WPtouch Home Page" +msgstr "Page d'accueil de WPtouch" -#: html/advanced-area.php:93 -msgid "When this option is checked, users will see your regular site theme first, and have the option in your footer to switch to the WPtouch mobile view." -msgstr "Si cette option est cochée, les utilisateurs verront d'abord votre thème habituel, et auront l'option, dans votre footer, de swicher vers l'affichage WPtouch pour mobile." +msgid "Automatically detected" +msgstr "Automatiquement détecté" -#: html/advanced-area.php:94 -msgid "They'll be able to change back and forth either way. Make sure you have the wp_footer(); function call in your regular theme's footer.php file for the switch link to work properly." -msgstr "Ils pourront revenir en arrière ou modifier à nouveau. Assurez vous que le fichier footer.php de votre thème normal dispose bien d'un 'appel de la fonction wp_footer() pour que le swich fonctionne proprement." +msgid "WPtouch Language" +msgstr "Langage de WPtouch" -#: html/advanced-area.php:99 -msgid "Enable WPtouch Restricted Mode" -msgstr "Active le Mode Restreint WPtouch" +msgid "Customize the default footer message shown in WPtouch here." +msgstr "Personnalisez le message par défaut affiché dans le pied de page de WPtouch ici." -#: html/advanced-area.php:102 -msgid "Disallow other plugins from loading into scripts into WPtouch's header and footer." -msgstr "Interdit aux autres extensions de se charger dans les scripts contenus dans les en-tête et pied de page WPtouch. " +msgid "Footer Message" +msgstr "Message de Pied de Page" -#: html/advanced-area.php:103 -msgid "Sometimes fixes incompatibilities and speeds up WPtouch." -msgstr "Régle parfois les incompatibilités, et accélère WPtouch. " +msgid "Also, choose if excerpts are shown/hidden (default is hidden)." +msgstr "Choisissez également si les extraits doivent être affichés/cachés (ils sont cachés par défaut)." -#: html/advanced-area.php:104 -msgid "Some plugins load conflicting javascript, extra CSS style sheets, and other functional code into your theme to accomplish what they add to your site. As WPtouch works complete on its own without any other plugin installed, in some cases (where you have several plugins or find something doesn't work right with WPtouch) you may want to enable Restricted Mode to ensure that WPtouch works properly, and loads quickly for mobile users." -msgstr "Certaines extensions chargent des javascripts, feuilles de styles spéciales, ou autres codes de fonctions, dans votre thème, pour réaliser ce qu'ils apportent à votre site. Dans la mesure où WPtouch fonctionne de façon totalement autonome, sans aucune autre extension installée, dans certains cas (quand vous avez beaucoup d'extensions, ou que vous trouvez que quelque chose ne fonctionne pas correctement avec WPtouch), vous pourrez souhaiter activer le Mode Restreint, pour être certain que WPtouch fonctionne proprement, et se charge rapidement pour les utilisateurs de mobile. " +msgid "Select which meta items are shown below titles on main, search, & archives pages." +msgstr "Sélectionnez les méta-éléments qui doivent s'afficher sous les titres de le page principale, de la page de recherche & des archives." -#: html/advanced-area.php:109 -msgid "Custom user-agents" -msgstr "Applications personnalisées" +msgid "Choose between calendar Icons, post thumbnails (WP 2.9) or none for your post listings." +msgstr "Choisissez entre les icônes de calendrier, les vignettes d'articles (WP 2.9) ou rien pour vos listes d'articles." -#: html/advanced-area.php:111 -msgid "After changing the user-agents, please visit the WP Super Cache admin page and update your rewrite rules." -msgstr "Après un changement d'identifiants, merci de visiter la page d'administration de WP Super Cache et de mettre à jour vos règles de réécriture." +msgid "Post Listings Options" +msgstr "Options des Listes d'Articles" -#: html/general-settings-area.php:5 -msgid "General Settings" -msgstr "Réglages Généraux" +msgid "Set the alignment for text." +msgstr "Configurer l'alignement du texte." -#: html/general-settings-area.php:8 -msgid "Home Page Re-Direction" -msgstr "Redirection de la Page d'Accueil" +msgid "Text Justification Options" +msgstr "Options de Justification du Texte" -#: html/general-settings-area.php:9 -#, php-format -msgid "WPtouch by default follows your %sWordPress » Reading Options%s. You can also set a different one for WPtouch." -msgstr "Par défaut, WPtouch suit vos %sWordPress » Options de Lecture%s. Vous pouvez aussi en sélectionner une autre pour WPtouch." +msgid "Choose categories you want excluded from the main post listings in WPtouch." +msgstr "Choisissez les catégories que vous voulez exclure de la liste principale des articles dans WPtouch." -#: html/general-settings-area.php:11 -msgid "Site Title" -msgstr "Tite du Site" +msgid "Excluded Categories" +msgstr "Catégories exclues" -#: html/general-settings-area.php:12 msgid "You can shorten your site title here so it won't be truncated by WPtouch." -msgstr "Vous pouvez raccourcir votre titre de site ici, de façon qu'il ne soit pas tronqué par WPtouch." - -#: html/general-settings-area.php:15 -msgid "Excluded Categories" -msgstr "Catégories Exclues" +msgstr "Vous pouvez réduire la taille du titre de votre site ici afin qu'il ne soit pas tronqué par WPtouch." -#: html/general-settings-area.php:16 -msgid "Choose categories you want excluded from the main post listings in WPtouch." -msgstr "Choisissez les catégories que vous voulez exclure de la liste principale de vos articles dans WPtouch." +msgid "Site Title" +msgstr "Titre du Site" -#: html/general-settings-area.php:18 -msgid "Text Justification Options" -msgstr "Options d'Alignement de Texte" +msgid "Home Page Re-Direction" +msgstr "Redirection de la Page d'Accueil" -#: html/general-settings-area.php:19 -msgid "Set the alignment for text." -msgstr "Réglage de l'alignement du texte." +msgid "Select the language you would like WPtouch to appear in. Custom language .mo files should be placed in wp-content/wptouch/lang." +msgstr "Choisissez la langue que vous voulez voir apparaître dans WPtouch. Les fichiers de langues personalisées .mo devraient être placés dans le dossier wp-content/wptouch/lang." -#: html/general-settings-area.php:22 -msgid "Post Listings Options" -msgstr "Options des Listes d'Articles" +msgid "Regionalization Settings" +msgstr "Paramètres régionaux" -#: html/general-settings-area.php:23 -msgid "Choose between calendar Icons, post thumbnails (WP 2.9) or none for your post listings." -msgstr "Choisissez entre Icônes de Calendrier, Imagettes d'Articles (WP 2.9) ou rien pour vos listes d'articles." +msgid "General Settings" +msgstr "Paramètres Généraux" -#: html/general-settings-area.php:24 -msgid "Select which meta items are shown below titles on main, search, & archives pages." -msgstr "Sélectionner quelles méta-données sont affichées dans les pages principale, de recherche, & d'archives." +msgid "Google AdSense Channel" +msgstr "Google AdSense Channel" -#: html/general-settings-area.php:25 -msgid "Also, choose if excerpts are shown/hidden (default is hidden)." -msgstr "Egalement, choisissez si les extraits seront affichés/cachés (Cachés, par défaut)." +msgid "Google AdSense ID" +msgstr "Identifiant Google AdSense" -#: html/general-settings-area.php:27 -msgid "Footer Message" -msgstr "Message de Pied-De-Page" +msgid "<code><link rel="stylesheet" src="http://path-to-my-css-file" type="text/css" media="screen" /></code>" +msgstr "<code><link rel="stylesheet" src="http://path-to-my-css-file" type="text/css" media="screen" /></code>" -#: html/general-settings-area.php:28 -msgid "Customize the default footer message shown in WPtouch here." -msgstr "Modifiez le message par défaut du pied-de-page affiché dans WPTouch ici." +msgid "You may enter a custom css file link easily. Simply add the full link to the css file like this:" +msgstr "Vous pouvez saisir un lien vers un fichier css personnalisé facilement. Il suffit d'ajouter le lien complet vers le fichier css comme ceci:" -#: html/general-settings-area.php:32 -msgid "WPtouch Home Page" -msgstr "Page d'Accueil WPtouch" +msgid "You can also enter custom CSS & other HTML code." +msgstr "Vous pouvez aussi saisir du code CSS personnalisé et du code HTML." -#: html/general-settings-area.php:37 -#: html/page-area.php:63 -msgid "You have no pages yet. Create some first!" -msgstr "Vous n'avez aucun page encore. Créez-en une avant tout !" +msgid "Enter the code snippet(s) for your statistics tracking." +msgstr "Saissez le code source de votre outil de suivi statistiques." -#: html/general-settings-area.php:43 -msgid "Site title text" -msgstr "Texte du titre du Site" +msgid "(Google Analytics, MINT, etc.)" +msgstr "(Google Analytics, MINT, etc.)" -#: html/general-settings-area.php:49 -msgid "Comma list of Category IDs, eg: 1,2,3" -msgstr "Liste, avec virgules, des ID des Catégories, par ex : 1.2.3" +msgid "If you'd like to capture traffic statistics " +msgstr "Si vous voulez capturer les statistiques sur le traffic réseau" -#: html/general-settings-area.php:57 -msgid "Left" -msgstr "Gauche" +msgid "Stats & Custom Code" +msgstr "Stats & Code Personnalisé" -#: html/general-settings-area.php:58 -msgid "Full" -msgstr "Pleine page" +msgid "Make sure to include the 'pub-' part of your ID string." +msgstr "Vérifier d'avoir bien inséré la partie 'pub-' de votre chaine d'identification." -#: html/general-settings-area.php:60 -msgid "Font justification" -msgstr "Justification de la police" +msgid "Enter your Google AdSense ID if you'd like to support mobile advertising in WPtouch posts." +msgstr "Saisissez votre identifiant Google AdSense si vous voulez gérer de la publicité pour mobile dans les articles affichés par WPtouch." -#: html/general-settings-area.php:68 -msgid "Calendar Icons" -msgstr "Icônes de CalendirerIcônes de Calendrier" +msgid "Adsense" +msgstr "Adsense" -#: html/general-settings-area.php:69 -msgid "Post Thumbnails / Featured Images" -msgstr "Imagettes des Articles/Images Mises en avant" +msgid "Adsense, Stats & Custom Code" +msgstr "Adsense, Stats & Code Personnalisé" -#: html/general-settings-area.php:70 -msgid "Post Thumbnails / Featured Images (Random)" -msgstr "Imagettes des Articles/Images Mises en avant (au hasard)" +msgid "1%sst%s visit mobile users will see desktop theme" +msgstr "Lors de leur 1%sère%s visite les utilisateurs de mobile verront le thème pour ordinateur de bureau" -#: html/general-settings-area.php:71 -msgid "No Icon or Thumbnail" -msgstr "Pas d'icône ou d'Imagette" +msgid "The currently enabled user-agents are: <em class='supported'>%s</em>" +msgstr "Les user-agents actuellement activés sont : <em class='supported'>%s</em>" -#: html/general-settings-area.php:73 -msgid "Post Listings Display" -msgstr "Affichage des Listes d'Articles" +msgid "After changing the user-agents, please visit the WP Super Cache admin page and update your rewrite rules." +msgstr "Après avoir changé les user-agents, veuillez visiter la page d'administration de WP Super Cache et mettez à jour vos règles de ré-écritures." -#: html/general-settings-area.php:73 -msgid "Thumbnails Requires WordPress 2.9+" -msgstr "Les Imagettes nécessitent WordPress 2.9 ou plus" +msgid "Custom user-agents" +msgstr "User-Agents Personnalisés" -#: html/general-settings-area.php:76 -msgid "This will change the display of blog and post listings between Calendar Icons view and Post Thumbnails view." -msgstr "Ceci modifiera l'affichage du blog et celui des listes d'articles, visibles entre les Icônes de Calendrier et les Imagettes d'articles. " +msgid "Some plugins load conflicting javascript, extra CSS style sheets, and other functional code into your theme to accomplish what they add to your site. As WPtouch works complete on its own without any other plugin installed, in some cases (where you have several plugins or find something doesn't work right with WPtouch) you may want to enable Restricted Mode to ensure that WPtouch works properly, and loads quickly for mobile users." +msgstr "Certaines extensions entrent en conflit avec du javascript, des feuilles de styles CSS supplémentaires et d'autres codes fonctionnel de votre thème ce qui les empêchent d'accomplir ce qu'elles doivent ajouter à votre site. Comme WPtouch fonctionne sans l'aide d'aucune autre extension installée, dans certains cas (si vous avez plusieurs extensions ou si vous trouvez quelques choses qui ne fonctionnent pas bien avec WPtouch) vous devez activer le Mode Restreint afin de vous assurer que WPtouch fonctionne correctement et se charge rapidement pour les utilisateurs mobiles." -#: html/general-settings-area.php:77 -msgid "The <em>Post Thumbnails w/ Random</em> option will fill missing post thumbnails with random abstract images. (WP 2.9+)" -msgstr "L'option <em>Imagettes des Articles au Hasard</em> remplacera les imagettes manquantes par des images abstraites au hasard (WP 2.9 et plus)." +msgid "Sometimes fixes incompatibilities and speeds up WPtouch." +msgstr "Quelques fois cela corrige des incompatibilités et améliore la vitesse de WPtouch." -#: html/general-settings-area.php:84 -msgid "Enable Truncated Titles" -msgstr "Activer les Titres Tronqués" +msgid "Disallow other plugins from loading into scripts into WPtouch's header and footer." +msgstr "Interdire aux autres extensions de charger des scripts dans l'entête ou le pied de page de WPtouch." -#: html/general-settings-area.php:84 -msgid "Will use ellipses when titles are too long instead of wrapping them" -msgstr "Utilisera des élipses pour les titres trop longs au lieu de les couper" +msgid "Enable WPtouch Restricted Mode" +msgstr "Activer le Mode Restreint de WPtouch" -#: html/general-settings-area.php:88 -msgid "Show Author's Name" -msgstr "Afficher le Nom de l'Auteur" +msgid "They'll be able to change back and forth either way. Make sure you have the wp_footer(); function call in your regular theme's footer.php file for the switch link to work properly." +msgstr "Ils auront la possibilité de passer d'un mode à l'autre. Veuillez vérifier que la fonction wp_footer() est bien utilisée dans le fichier footer.php de votre thème par défaut pour que lien permettant ce changement de mode fonctionne correctement." -#: html/general-settings-area.php:92 -msgid "Show Categories" -msgstr "Afficher les Catégories" +msgid "When this option is checked, users will see your regular site theme first, and have the option in your footer to switch to the WPtouch mobile view." +msgstr "Quand cette option est cochée, les utilisateurs verront le thème par défaut de votre site en premier et auront la possibilité dans le pied de page de changer pour passer en mode mobile WPtouch." -#: html/general-settings-area.php:96 -msgid "Show Tags" -msgstr "Afficher les Tags" +msgid "This will add the comment form to all pages with 'Allow Comments' checked in your WordPress admin." +msgstr "Ceci ajoutera le formulaire de commentaire sur toutes les pages dont l'option \"Autoriser les commentaires\" est activée dans l'administration Wordpress." -#: html/general-settings-area.php:100 -msgid "Hide Excerpts" -msgstr "Cacher les Extraits" +msgid "Enable comments on pages" +msgstr "Activer les commentaires sur les articles" -#: html/general-settings-area.php:104 -msgid "Footer message" -msgstr "Message de pied-de-page" +msgid "Enable gravatars in comments" +msgstr "Activer les gravatars dans les commentaires" -#: html/head-area.php:13 -#, php-format -msgid "%sGet WPtouch Pro%s" -msgstr "%sObtenez WPtouch Pro%s" +msgid "When this option is checked and the WordTwit plugin is installed, a list of your Tweets will be viewable from a drop-down in the WPtouch header." +msgstr "Quand cette option est cochée et que le plugin WordTwit est installé, vos Tweets seront consultables via une liste déroulante dans l'entête de WPtouch." -#: html/head-area.php:14 -#, php-format -msgid "%sBNC on Twitter%s" -msgstr "%sBNC sur Twitter%s" +msgid "Display Twitter link in the header (requires <a href='http://www.bravenewcode.com/wordtwit/' target='_blank'>WordTwit 2.3.3</a> or higher)" +msgstr "Afficher le lien Twitter dans l'entête (<a href='http://www.bravenewcode.com/wordtwit/' target='_blank'>WordTwit 2.3.3</a> ou supérieur est requis)" -#: html/head-area.php:15 -#, php-format -msgid "%sBraveNewCode.com%s" -msgstr "%sBraveNewCode.com%s" +msgid "When this option is checked and the GigPress plugin is installed, a list of your Upcoming Shows will be viewable from a drop-down in the WPtouch header." +msgstr "Quand cette option est cochée et que le plugin GigPress est installé, vos Prochains Spectacles seront consultables via une liste déroulante dans l'entête de WPtouch." -#: html/head-area.php:24 -msgid "WPtouch Wire" -msgstr "Liens WPtouch" +msgid "Display Upcoming Dates link in the header (requires <a href='http://gigpress.com/' target='_blank'>GigPress 2.0.3</a> or higher)" +msgstr "Afficher le lien vers les Prochaines Dates dans l'entête (requiert <a href='http://gigpress.com/' target='_blank'>GigPress 2.0.3</a> ou supérieure)" -#: html/head-area.php:33 -msgid "Find Out More ›" -msgstr "Trouvez Plus ›" +msgid "NOTE: The Account tab/links will always appear if you have enabled registration on your site or require users to login for comments." +msgstr "Note : L'onglet Compte apparaîtra toujours si vous avez activé l'enregistrement des comptes utilisateurs sur votre site ou que l'ajout de commentaires requiert une authentification." -#: html/icon-area.php:21 -msgid "Default & Custom Icon Pool" -msgstr "Groupe d'Icônes par Défaut & Personnalisées" +msgid "Once logged in, a new 'My Account' button will appear. The 'My Account' button shows useful links depending on the type of account (subscriber, admin, etc.)." +msgstr "Une fois connecté, un nouveau bouton \"Mon Compte\" apparaîtra. Le bouton \"Mon Compte\" affichera des liens utiles en fonction du type de compte (abonné, admin, etc.)." -#: html/icon-area.php:24 -msgid "Adding Icons" -msgstr "Ajouter des Icônes" +msgid "It will display a username/password drop-down, allowing users to login plus be automatically re-directed back to the page they logged in from without seeing the WP admin." +msgstr "Cela affichera une liste déroulante identifiant/mot-de-passe, permettant aux utilisateurs de se connecter et d'être automatiquement redirigés vers la page à partir de laquelle ils se sont connectée sans voir l'administration de WP." -#: html/icon-area.php:25 -msgid "To add icons to the pool, simply upload a .png, .jpeg or .gif image from your computer." -msgstr "Pour ajouter des icônes au groupe, il vous suffit de télécharger une image .png, .jpeg ou .gif depuis votre ordinateur." +msgid "This will add a 'Login' tab in the WPtouch sub header beside the Tags and Categories tabs if they are also enabled." +msgstr "Ceci ajoutera un onglet \"Connexion\" dans le sous-entête de WPtouch à coté des onglets Etiquettes et Catégories s'ils sont également activés." -#: html/icon-area.php:27 -#, php-format -msgid "Default icons generously provided by %sMarcelo Marfil%s." -msgstr "Les icônes par défaut sont généreusement fournies par %sMarcelo Marfil%s." +msgid "Enable Login/My Account tab in the header" +msgstr "Activer l'onglet Connexion/Mon Compte dans l'entête" -#: html/icon-area.php:29 -msgid "Logo/Bookmark Icons" -msgstr "Icônes de Logo/Marque-page" +msgid "It will display an overlay on the title area allowing users to search your website." +msgstr "Cela affichera un champ de saisie au dessus de la zone de titre pour permettre à vos utilisateurs de faire des recherches sur votre site." -#: html/icon-area.php:30 -msgid "If you're adding a logo icon, the best dimensions for it are 59x60px (png) when used as a bookmark icon." -msgstr "Si vous ajoutez une icône de logo, les meilleurs dimensions pour elle sont 59x60px (png), quand elle est utilisée comme icône de marque-page." +msgid "This will add a 'Search' item in the WPtouch sub header." +msgstr "Ceci ajoutera un élément 'Rechercher' dans le sous-entête de WPtouch." -#: html/icon-area.php:31 -#, php-format -msgid "Need help? You can use %sthis easy online icon generator%s to make one." -msgstr "Besoin d'aide ? Vouss pouvez utiliser %sce générateur facile d'icônes en ligne%s pour en faire une." +msgid "Enable Search link in the header" +msgstr "Activer le lien Rechercher dans l'entête" -#: html/icon-area.php:32 -#, php-format -msgid "These files will be stored in this folder we create: %s/uploads/wptouch/custom-icons" -msgstr "Ces fichiers seront stockès dans le dossier que nous créons : %s/uploads/wptouch/custom-icons" +msgid "It will display a list of your popular tags." +msgstr "Cela affichera la liste de vos étiquettes les plus populaires." -#: html/icon-area.php:33 -msgid "If an upload fails (usually it's a permission problem) check your wp-content path settings in WordPress' Miscellaneous Settings, or create the folder yourself using FTP and try again." -msgstr "Si un téléchargement échoue (souvent c'est un problème de permission), vérifiez vos réglages de droits du dossier wp-content dans les Réglages Divers de WordPress, ou créez vous-même le dossier en utilisant votre FTP, et essayez à nouveau." +msgid "This will add a 'Tags' tab item in the WPtouch drop-down." +msgstr "Ceci ajoutera un onglet 'Etiquettes' dans la liste déroulante de WPtouch." -#: html/icon-area.php:35 -msgid "Upload Icon" -msgstr "Chargement de l'Icône..." +msgid "Enable Tags tab in the header" +msgstr "Activer l'onglet Etiquettes dans l'entête" -#: html/icon-area.php:39 -msgid "Uploading..." -msgstr "Chargement..." +msgid "It will display a list of your popular categories." +msgstr "Cela affichera la liste de vos catégories les plus populaires." -#: html/page-area.php:5 -msgid "Logo Icon // Menu Items & Pages Icons" -msgstr "Icône de Logo// Icônes de Menu, de Discussion amp; de Pages" +msgid "This will add a 'Categories' tab item in the WPtouch drop-down." +msgstr "Ceci ajoutera un onglet 'Catégories' dans la liste déroulante de WPtouch." -#: html/page-area.php:8 -msgid "Logo / Home Screen Icon <br />& Default Menu Items" -msgstr "Logo/Icône d'Ecran d'Accueil <br />&; Menu de discussion par défaut" +msgid "Enable Categories tab in the header" +msgstr "Activer l'onglet Catégories dans l'entête" -#: html/page-area.php:9 -#, php-format -msgid "If you do not want your logo to have the glossy effect added to it, make sure you select %sEnable Flat Bookmark Icon%s" -msgstr "Si vous ne voulez pas que votre logo se voie affecter un effet \"brillant\", assurez-vous de sélectionner %sActiver l'icône \"plate\" de marque-page%s" +msgid "Enter a comma-separated list of user-agents to enable WPtouch for a device that isn't currently officially supported." +msgstr "Saisissez une liste de user-agents séparés par des virgules pour activer WPtouch pour un appareil qui n'est pas actuellement officiellement supporté." -#: html/page-area.php:10 -msgid "Choose the logo displayed in the header (also your bookmark icon), and the pages you want included in the WPtouch drop-down menu." -msgstr "Choisissez le logo affiché dans le header (qui sera aussi votre icône de marque-page), et les pages que vous voulez inclure dans le menu déroulant WPtouch." +msgid "Custom User-Agents" +msgstr "User-agents Personnalisés" -#: html/page-area.php:11 -msgid "Remember, only those checked will be shown." -msgstr "Souvenez-vous, les seules qui seront affichées sont celles qui sont cochées." +msgid "* WPtouch Restricted Mode attempts to fix issues where other plugins load scripts which interfere with WPtouch CSS and JavaScript." +msgstr "* le Mode Restreint de WPtouch tente de corriger des problèmes lorsque d'autres extensions chargent des scripts qui interfèrent avec le code CSS et JavaScript de WPtouch." -#: html/page-area.php:12 -msgid "Enable/Disable default items in the WPtouch site menu." -msgstr "Activer/désactiver les discussions par défaut dans le menu du site WPtouch" +msgid "Choose to enable/disable advanced features & options available for WPtouch." +msgstr "Choisissez d'activer/désactiver les fonctionnalités avancées & les options disponibles pour WPtouch. " -#: html/page-area.php:14 -msgid "Pages + Icons" -msgstr "Pages + Icônes" +msgid "Advanced Options" +msgstr "Options avancées" -#: html/page-area.php:15 -msgid "Next, select the icons from the lists that you want to pair with each page menu item." -msgstr "Ensuite, sélectionnez parmis les icônes dans les listes celles que vous voulez coupler avec chaque élément du menu des pages." +msgid "If you do not want your logo to have the glossy effect added to it, make sure you select %sEnable Flat Bookmark Icon%s" +msgstr "Si vous ne voulez pas que votre logo ait un effet brillant ajouté, veuillez vous assurez d'avoir sélectionné %sActiver l'icône de signet aplatie%s" -#: html/page-area.php:16 -msgid "You can also decide if pages are listed by the page order (ID) in WordPress, or by name (default)." -msgstr "Vous pouvez également décider si les pages seront listées dans l'ordre de WordPress (par ID), ou par noms (par défaut)." +msgid "You have no pages yet. Create some first!" +msgstr "Vous n'avez aucune page pour le moment. Vous devez en créer une d'abord!" -#: html/page-area.php:24 -msgid "Logo & Home Screen Bookmark Icon" -msgstr "Icônes de Logo & d'Ecran d'Accueil Marque-page" +msgid "Menu List Sort Order" +msgstr "Liste de menu de l'ordre de tri" -#: html/page-area.php:29 -msgid "Enable Flat Bookmark Icon" -msgstr "Activer l'icône \"plate\" de marque-page" +msgid "By Page ID" +msgstr "Par identifiant de page" -#: html/page-area.php:32 -msgid "The default applies for iPhone/iPod touch applies a glossy effect to the home-screen bookmark/logo icon you select." -msgstr "Le réglage par défaut pour les iPhone/iPods applique un effet brillant aux icônes d'écran d'accueil de marque-page/de logo que vous choisissez." +msgid "By Name" +msgstr "Par nom" -#: html/page-area.php:33 -msgid "When checked your icon will not have the glossy effect automatically applied to it." -msgstr "Une fois vérifiée, votre icône ne se verra pas automatiquement appliquer d'effet brillant. " +msgid "Uses default WordPress admin e-mail" +msgstr "Utiliser l'email par défaut de l'administrateur WordPress" -#: html/page-area.php:36 -msgid "Enable Home Menu Item" -msgstr "Activer l'Elément du Menu d'Accueil " +msgid "Enable Email Menu Item" +msgstr "Activer l'élément de menu Email" -#: html/page-area.php:37 msgid "Enable RSS Menu Item" -msgstr "Activer l'Elément du Menu RSS" +msgstr "Activer l'élément de menu RSS" -#: html/page-area.php:38 -msgid "Enable Email Menu Item" -msgstr "Activer l'Elèment du Menu Email" +msgid "Enable Home Menu Item" +msgstr "Activer l'élément Accueil du menu" -#: html/page-area.php:38 -msgid "Uses default WordPress admin e-mail" -msgstr "Utilise l'administration email par défaut de WordPress" - -#: html/page-area.php:43 -msgid "By Name" -msgstr "Par Noms" - -#: html/page-area.php:44 -msgid "By Page ID" -msgstr "Par ID de page" +msgid "When checked your icon will not have the glossy effect automatically applied to it." +msgstr "Lorsque cette option est sélectionnée votre icône ne se verra pas appliquer automatiquement un effet brillant." -#: html/page-area.php:46 -msgid "Menu List Sort Order" -msgstr "Ordre de Tri du Menu de Liste " +msgid "The default applies for iPhone/iPod touch applies a glossy effect to the home-screen bookmark/logo icon you select." +msgstr "Le comportement par défaut pour les iPhone/iPod touch ajoute un effet brillant à l'icône de signet/logo que vous avez choisi pour la page d'accueil." -#: html/plugin-compat-area.php:7 -msgid "Plugin Support & Compatibility" -msgstr "Support de l'Extension & Compatibilité" +msgid "Enable Flat Bookmark Icon" +msgstr "Activer l'icône de signet aplatie" -#: html/plugin-compat-area.php:13 -msgid "WordPress version: " -msgstr "Version WordPress :" +msgid "Logo & Home Screen Bookmark Icon" +msgstr "Logo & icône du signet de l'écran d'accueil" -#: html/plugin-compat-area.php:16 -#, php-format -msgid "WPtouch %s support: " -msgstr "WPtouch %s support: " +msgid "You can also decide if pages are listed by the page order (ID) in WordPress, or by name (default)." +msgstr "Vous pouvez également choisir de trier les pages en les ordonnant par identifiant (ID) dans WordPress, ou par nom (valeur par défaut)." -#: html/plugin-compat-area.php:18 -#, php-format -msgid "%sUnverified%s" -msgstr "%Non Vérifié%s" +msgid "Next, select the icons from the lists that you want to pair with each page menu item." +msgstr "Ensuite, sélectionnez les icônes dans la liste que vous voulez appairez avec chaque item de page de menu." -#: html/plugin-compat-area.php:20 -#, php-format -msgid "%sSupported%s" -msgstr "%sSupporté%s" +msgid "Pages + Icons" +msgstr "Pages + Icônes" -#: html/plugin-compat-area.php:22 -#, php-format -msgid "%sUnsupported. Upgrade Required.%s" -msgstr "%Non Supporté. Mise à jour requise.%s" +msgid "Enable/Disable default items in the WPtouch site menu." +msgstr "Activer/Désactiver les éléments par défaut du menu du site WPtouch." -#: html/plugin-compat-area.php:27 -msgid "Here you'll find information on additional WPtouch features and their requirements, including those activated with companion plugins." -msgstr "Vous trouverez ici des informations sur les paramètres additionnels de WPtouch et ce qu'ils requièrent, incluant ceux qui sont activés par les extensions amies." +msgid "Remember, only those checked will be shown." +msgstr "Souvenez-vous que seul ceux cochés seront affichés." -#: html/plugin-compat-area.php:32 -msgid "WordPress Pages & Feature Support" -msgstr "Support des Pages WordPress & Réglages" +msgid "Choose the logo displayed in the header (also your bookmark icon), and the pages you want included in the WPtouch drop-down menu." +msgstr "Choisissez le logo à afficher dans l'entête (et à utiliser aussi comme icône de signet), et les pages que vous voulez inclure dans le menu déroulant WPtouch." -#: html/plugin-compat-area.php:39 -msgid "All of your WP links will automatically show on your page called 'Links'." -msgstr "Tous vos liens WP s'afficheront automatiquement sur la page appelée 'Liens'." +msgid "Logo / Home Screen Icon <br />& Default Menu Items" +msgstr "Icône de Logo / Ecran d'accueil <br />& Elements du Menu par Défaut" -#: html/plugin-compat-area.php:41 -msgid "If you create a page called 'Links', all your WP links would display in <em>WPtouch</em> style." -msgstr "Si vous créez une page appelée 'Liens', tous vos liens WP y seront affichés dans le style <em>WPtouch</em>. " +msgid "Logo Icon // Menu Items & Pages Icons" +msgstr "Icône de Logo // Elements de Menu & Icones de Pages" -#: html/plugin-compat-area.php:47 -msgid "All your <a href=\"http://eightface.com/wordpress/flickrrss/\" target=\"_blank\">FlickrRSS</a> images will automatically show on your page called 'Photos'." -msgstr "Toutes vos images <a href=\"http://eightface.com/wordpress/flickrrss/\" target=\"_blank\">FlickrRSS</a> seront automatiquement affichées sur la page nommée 'Photos'." +msgid "If an upload fails (usually it's a permission problem) check your wp-content path settings in WordPress' Miscellaneous Settings, or create the folder yourself using FTP and try again." +msgstr "Si un dépot de fichier échoue (habituellement à cause d'un problème de permission), veuillez vérifier la configuration du chemin de votre dossier wp-content dans le menu Réglages des médias de WordPress ou créer le dossier vous même en FTP et essayer à nouveau." -#: html/plugin-compat-area.php:49 -msgid "You have a page called 'Photos', but don't have <a href=\"http://eightface.com/wordpress/flickrrss/\" target=\"_blank\">FlickrRSS</a> installed." -msgstr "Vous avez une page nommée 'Photos', mais ne disposez pas de <a href=\"http://eightface.com/wordpress/flickrrss/\" target=\"_blank\">FlickrRSS</a> installé." +msgid "These files will be stored in this folder we create: %s/uploads/wptouch/custom-icons" +msgstr "Ces fichiers seront enregistrés dans ce dossier que nous créons : %s/uploads/wptouch/custom-icons" -#: html/plugin-compat-area.php:51 -msgid "If you create a page called 'Photos', all your <a href=\"http://eightface.com/wordpress/flickrrss/\" target=\"_blank\">FlickrRSS</a> photos would display in <em>WPtouch</em> style." -msgstr "Si vous créez une page nommée 'Photos', toutes vos photos <a href=\"http://eightface.com/wordpress/flickrrss/\" target=\"_blank\">FlickrRSS</a> y seront affichées dans le style <em>WPtouch</em>." +msgid "Need help? You can use %sthis easy online icon generator%s to make one." +msgstr "Vous avez besoin d'aide ? Vous pouvez utiliser %sce simple générateur d'icône en ligne%s pour en faire un." -#: html/plugin-compat-area.php:54 -msgid "If you create a page called 'Photos', and install the <a href=\"http://eightface.com/wordpress/flickrrss/\" target=\"_blank\">FlickrRSS</a> plugin, your photos would display in <em>WPtouch</em> style." -msgstr "Si vous créez une page nommée 'Photos',et installez l'extension <a href=\"http://eightface.com/wordpress/flickrrss/\" target=\"_blank\">FlickrRSS</a> , vos photos seront affichées dans le style <em>WPtouch</em>." +msgid "Default icons generously provided by %sMarcelo Marfil%s." +msgstr "Les icônes par défaut sont généreusement fournies par %sMarcelo Marfil%s." -#: html/plugin-compat-area.php:62 -msgid "Your tags and your monthly listings will automatically show on your page called 'Archives'." -msgstr "Vos Tags et vos Listes Mensuelles seront automatiquement affichés sur la page nommée 'Archives'." +msgid "Upload Icon" +msgstr "Envoyer des Icônes" -#: html/plugin-compat-area.php:64 -msgid "If you had a page called 'Archives', your tags and monthly listings would display in <em>WPtouch</em> style." -msgstr "Si vous ajoutez une page nommée 'Archives', vos Tags et Listes Mensuelles s'afficheront dans le style <em>WPtouch</em>." +msgid "If you're adding a logo icon, the best dimensions for it are 59x60px (png) when used as a bookmark icon." +msgstr "Si vous ajoutez un icône pour le logo, la meilleure dimension pour cela est de 59x60px (au format png) pour pouvoir l'utiliser comme icône de signet." -#: html/plugin-compat-area.php:68 -msgid "Known Plugin Support & Conflicts" -msgstr "Support des Extensions connues & Conflits" +msgid "Logo/Bookmark Icons" +msgstr "Icons du logo/signet" -#: html/push-area.php:4 -msgid "Push Notification Options" -msgstr "Options de la Notification Push" +msgid "To add icons to the pool, simply upload a .png, .jpeg or .gif image from your computer." +msgstr "Pour ajouter des icônes dans la bibliothèque, il suffit d'envoyer une image au format png, jpeg ou gif à partir de votre ordinateur." -#: html/push-area.php:7 -#, php-format -msgid "Here you can configure WPtouch to push selected notifications through your %sProwl%s account to your iPhone, iPod touch and Growl-enabled Mac or PC." -msgstr "Ici, vous pouvez configurer WPtouch pour \"pousser\" les notifications sélectionnées depuis votre compte %sProwl%s sur vos iPhone, iPod touch ou Mac ou PC avec Growl activé." +msgid "Adding Icons" +msgstr "Ajouter des icônes" -#: html/push-area.php:8 -#, php-format -msgid "%sMake sure you generate a Prowl API key to use here%s otherwise no notifications will be pushed to you." -msgstr "%sAssurez-vous de générer une clé API Prowl à utiliser ici, %s faute de quoi aucune notification ne vous sera transmise." +msgid "Default & Custom Icon Pool" +msgstr "Bibliothèque d'icônes par défaut et personnalisées" -#: html/push-area.php:15 -msgid "Prowl API Key" -msgstr "Clé API de Prowl" +msgid "Site-wide links color" +msgstr "Couleur des liens de l'ensemble du site" -#: html/push-area.php:15 -#, php-format -msgid "%sCreate a key now%s" -msgstr "%sCréez une clé maintenant%s" +msgid "Sub-header background color" +msgstr "Couleur du fond du sous-entête" -#: html/push-area.php:18 -msgid "In order to enable Prowl notifications, you must create a Prowl account, and download/configure the Prowl application for iPhone." -msgstr "Pour activer les notifications Prowl, vous devez créer un compte Prowl, et télécharger/configurer l'application Prowl pour iPhone." +msgid "Header background color" +msgstr "Couleur du fond de l'entête" -#: html/push-area.php:19 -msgid "Next, visit the Prowl website and generate your API key, which we use to connect securely and send your notifications." -msgstr "Ensuite, visitez le site web Prowl et générez votre clé API, que nous utiliserons pour vous connecter en toute sécurité et envoyer vos notifications. " +msgid "Title text color" +msgstr "Couleur du texte du Titre" -#: html/push-area.php:21 -#, php-format -msgid "%sVisit the Prowl Website%s" -msgstr "%sVisitez le Site Prowl%s" +msgid "Post Title H2 Font" +msgstr "Police H2 de Titre d'article" -#: html/push-area.php:21 -#, php-format -msgid "%sVisit iTunes to Download Prowl%s" -msgstr "%sVisitez iTunes pour télécharger Prowl%s" +msgid "Arial Rounded MT Bold" +msgstr "Arial Rounded MT Bold" -#: html/push-area.php:25 -msgid "Your Prowl API key has been verified." -msgstr "Votre Clé API Prowl a été vérifiée." +msgid "Verdana" +msgstr "Verdana" -#: html/push-area.php:28 -msgid "Sorry, your Prowl API key is not verified." -msgstr "Désolé, votre Clé API Prowl n'est pas vérifiée." +msgid "Geeza Pro" +msgstr "Geeza Pro" -#: html/push-area.php:29 -msgid "Please check your key and make sure there are no spaces or extra characters." -msgstr "Merci de vérifier votre clé et de vous assurer qu'elle ne comporte ni espace, ni caractère spécial." +msgid "Georgia" +msgstr "Georgia" -#: html/push-area.php:39 -msgid "Notify me of new comments & pingbacks/tracksbacks" -msgstr "Me notifier les commentaires & pings/trackbacks" +msgid "Thonburi" +msgstr "Thonburi" -#: html/push-area.php:43 -msgid "Notify me of new account registrations" -msgstr "Me notifier les enregistrements de nouveaux comptes" +msgid "Helvetica" +msgstr "Helvetica" -#: html/push-area.php:47 -msgid "Allow users to send me direct messages" -msgstr "Autoriser les utilisateurs à ml'adresser des messages directs" +msgid "Helvetica Neue" +msgstr "Helvetica Neue" -#: html/push-area.php:50 -msgid "This enables a new link to a drop-down in the submenu bar for WPtouch ('Message Me')." -msgstr "Ceci active un nouveau lien dans un menu déroulant dans la barre de sous-menu de WPtouch ('Contactez-moi')." +msgid "Background" +msgstr "Fond" -#: html/push-area.php:51 -msgid "When opened, a form is shown for users to fill in. The name, e-mail address, and message area is shown. Thier IP will also be sent to you, in case you want to ban it in the WordPress admin." -msgstr "Lorsqu'ouvert, un formulaire s'affiche, et peut être rempli par les utilisateurs. Les champs de Nom, Adresse mail et Message sont affichées. L'IP du tiers vous sera également adressée, pour le cas où vous souhaiteriez l'exclure dans l'adminisitration de WordPress." +msgid "Thatches" +msgstr "Paille" -#: html/push-area.php:55 -#, php-format -msgid "%sCURL is required%s on your webserver to use Push capabilities in WPtouch." -msgstr "%sCURL est requise%s sur votre serveur web pour utiliser les capacités de Push dans WPtouch." +msgid "Argyle Tie" +msgstr "Losange" -#: html/style-area.php:5 -msgid "Style & Color Options" -msgstr "Options de Style & de Couleur" +msgid "Skated Concrete" +msgstr "Béton patiné" -#: html/style-area.php:8 -msgid "Here you can customize some of the more visible features of WPtouch." -msgstr "Ici, vous pouvez configurer certains des éléments les plus visibles de WPtouch." +msgid "Diagonal Grey" +msgstr "Rayé Diagonal" -#: html/style-area.php:17 -msgid "The default WPtouch theme emulates a native iPhone application." -msgstr "Le thème par défaut de WPtouch met en oeuvre une application native iPhone." +msgid "Horizontal Grey" +msgstr "Rayé horizontal" -#: html/style-area.php:21 msgid "Classic" msgstr "Classique" -#: html/style-area.php:24 -msgid "Horizontal Grey" -msgstr "Gris Horizontal" - -#: html/style-area.php:27 -msgid "Diagonal Grey" -msgstr "Gris en Diagonale" - -#: html/style-area.php:30 -msgid "Skated Concrete" -msgstr "Skated Concrete" - -#: html/style-area.php:33 -msgid "Argyle Tie" -msgstr "Argyle Tie" - -#: html/style-area.php:36 -msgid "Thatches" -msgstr "Thatches" - -#: html/style-area.php:39 -msgid "Background" -msgstr "Fond" - -#: html/style-area.php:43 -msgid "Helvetica Neue" -msgstr "Helvetica Neue" - -#: html/style-area.php:46 -msgid "Helvetica" -msgstr "Helvetica" - -#: html/style-area.php:49 -msgid "Thonburi" -msgstr "Thonburi" - -#: html/style-area.php:52 -msgid "Georgia" -msgstr "Georgia" +msgid "The default WPtouch theme emulates a native iPhone application." +msgstr "Le thème par défaut de WPtouch simule une application iPhone native." -#: html/style-area.php:55 -msgid "Geeza Pro" -msgstr "Geeza Pro" +msgid "Here you can customize some of the more visible features of WPtouch." +msgstr "Ici vous pouvez personnaliser certaines des fonctionnalités les plus visibles de WPtouch." -#: html/style-area.php:58 -msgid "Verdana" -msgstr "Verdana" +msgid "Style & Color Options" +msgstr "Style & Options de Couleur" -#: html/style-area.php:61 -msgid "Arial Rounded MT Bold" -msgstr "Arial Rounded MT Bold" +msgid "%sCURL is required%s on your webserver to use Push capabilities in WPtouch." +msgstr "%sCURL est requis%s sur votre serveur web pour pouvoir utiliser les capacités Push de WPtouch." -#: html/style-area.php:64 -msgid "Post Title H2 Font" -msgstr "Police du Titre H2 des articles" +msgid "%sVisit iTunes to Download Prowl%s" +msgstr "%sVisitez iTunes pour télécharger Prowl%s" -#: html/style-area.php:66 -msgid "Title text color" -msgstr "Couleur du texte du titre" +msgid "%sVisit the Prowl Website%s" +msgstr "%sVisitez le site web de Prowl%s" -#: html/style-area.php:67 -msgid "Header background color" -msgstr "Couleur de fond du header" +msgid "%sCreate a key now%s" +msgstr "%sCréer une clef maintenant%s" -#: html/style-area.php:68 -msgid "Sub-header background color" -msgstr "Couleur de fond du header supérieur" +msgid "%sMake sure you generate a Prowl API key to use here%s otherwise no notifications will be pushed to you." +msgstr "%sVeuillez vérifier que vous avez créé un identifiant pour l'API Prowl à utiliser ici%s sinon aucune notification ne pourra vous être envoyée." -#: html/style-area.php:69 -msgid "Site-wide links color" -msgstr "Couleur des liens latéraux" +msgid "Here you can configure WPtouch to push selected notifications through your %sProwl%s account to your iPhone, iPod touch and Growl-enabled Mac or PC." +msgstr "Ici vous pouvez configurer WPtouch pour envoyer des notifications sélectionnées via votre compte %sProwl%s sur votre iPhone, iPod touch, Mac ou PC avec Growl activé." -#: themes/core/core-functions.php:22 -#, php-format -msgid "%sHome%s" -msgstr "%sAccueil%s" +msgid "When opened, a form is shown for users to fill in. The name, e-mail address, and message area is shown. Thier IP will also be sent to you, in case you want to ban it in the WordPress admin." +msgstr "Quand c'est ouvert, un formulaire est affiché pour que les utilisateurs puissent le remplir. Le nom, l'adresse email et un champ pour le message est affiché. Leur adresse IP vous sera également envoyé, au cas où vous souhaitiez la bannir dans l'administration de WordPress." -#: themes/core/core-functions.php:35 -msgid "post_title" -msgstr "post_title" +msgid "This enables a new link to a drop-down in the submenu bar for WPtouch ('Message Me')." +msgstr "Ceci active un nouveau lien dans une liste déroulante de la barre de sous-menu de WPtouch ('Contactez Moi')" -#: themes/core/core-functions.php:41 -#, php-format -msgid "%sRSS Feed%s" -msgstr "%sFlux RSS%s" +msgid "Allow users to send me direct messages" +msgstr "Permettre aux utilisateur de m'envoyer directement des messages" -#: themes/core/core-functions.php:47 -#, php-format -msgid "%sE-Mail%s" -msgstr "%sEMail%s" +msgid "Notify me of new account registrations" +msgstr "Me prévenir lors de l'enregistrement de nouveaux comptes" -#: themes/core/core-functions.php:54 -#, php-format -msgid "%sWarning%s" -msgstr "%sAvertissement%s" +msgid "Notify me of new comments & pingbacks/tracksbacks" +msgstr "Me prévenir lors de nouveaux commentaires & de nouveaux pingbacks/tracksbacks" -#: themes/core/core-functions.php:56 -msgid "Sorry, this theme is only meant for use with WordPress on certain smartphones." -msgstr "Désolé, ce thème est seulement destiné à être utilisé avec WordPress sur certains smartphones." +msgid "Please check your key and make sure there are no spaces or extra characters." +msgstr "Veuillez vérifier votre clef et assurez-vous qu'il n'y ait aucun espace ou caractère supplémentaire." -#: themes/core/core-functions.php:85 -#: themes/default/index.php:130 -#: themes/default/single.php:38 -msgid "Tags" -msgstr "Tags" +msgid "Sorry, your Prowl API key is not verified." +msgstr "Désolé, votre clef pour l'API Prowl n'est pas acceptée." -#: themes/core/core-functions.php:89 -#: themes/default/index.php:129 -#: themes/default/single.php:37 -msgid "Categories" -msgstr "Catégories" +msgid "Your Prowl API key has been verified." +msgstr "Votre clef pour l'API Prowl a été accepté." -#: themes/core/core-functions.php:124 -#, php-format -msgid "Search results › %s" -msgstr "Résultats de recherche › %s" +msgid "Next, visit the Prowl website and generate your API key, which we use to connect securely and send your notifications." +msgstr "Ensuite, veuillez consulter le site web de Prowl et générer votre clef d'accès pour l'API. Elle sera utilisée par WPtouch pour se connecter de manière sécurisée et vous envoyer des notifications." -#: themes/core/core-functions.php:126 -#, php-format -msgid "Categories › %s" -msgstr "Catégories › %s" +msgid "In order to enable Prowl notifications, you must create a Prowl account, and download/configure the Prowl application for iPhone." +msgstr "Afin d'activer les notifications Prowl, vous devez créer un compte Prowl, et télécharger/configurer l'application Prowl pour iPhone." -#: themes/core/core-functions.php:128 -#, php-format -msgid "Tags › %s" -msgstr "Tags » %si" +msgid "More Info" +msgstr "Plus d'Info" -#: themes/core/core-functions.php:130 -#: themes/core/core-functions.php:132 -#: themes/core/core-functions.php:134 -#, php-format -msgid "Archives › %s" -msgstr "Archives › %s" +msgid "Prowl API Key" +msgstr "Prowl API Key" -#: themes/core/core-functions.php:146 -msgid "No more entries to display." -msgstr "Plus aucune entrée à afficher." +msgid "Push Notification Options" +msgstr "Options de Push Notifications" -#: themes/core/core-functions.php:148 -msgid "No more search results to display." -msgstr "Pas de résultat de recherche supplémentaire à afficher." +msgid " <li class=\"ajax-error\">No feed items found to display.</li>" +msgstr " <li class=\"ajax-error\">Aucun élément trouvé à afficher.</li>" -#: themes/core/core-functions.php:150 -msgid "No search results results found." -msgstr "Aucun résultats de recherche n'a été trouvé." +msgid "<li class=\"ajax-error\">No feed items found to display.</li>" +msgstr "<li class=\"ajax-error\">Aucun élément trouvé à afficher.</li>" -#: themes/core/core-functions.php:150 -msgid "Try another query." -msgstr "Essayez une autre requête." +msgid "<p style=\"color:orange; padding-top:10px\">Insufficient privileges.</p><p>You need to either be an admin or have more control over your server.</p>" +msgstr "<p style=\"color:orange; padding-top:10px\">Privilèges insuffisants.</p><p>Vous devez être administrateur ou avoir plus de droits sur votre serveur.</p>" -#: themes/core/core-functions.php:153 -msgid "404 Not Found" -msgstr "404 Non Trouvé" +msgid "<p style=\"color:orange; padding-top:10px\">Image too large. try something like 59x60.</p>" +msgstr "<p style=\"color:orange; padding-top:10px\">Image trop grande. Essayez une taille de 59x60.</p>" -#: themes/core/core-functions.php:154 -msgid "The page or post you were looking for is missing or has been removed." -msgstr "La page ou l'article que vous recherchez manque ou a été supprimé." +msgid "<p style=\"color:orange; padding-top:10px\">Sorry, only PNG, GIF and JPG images are supported.</p>" +msgstr "<p style=\"color:orange; padding-top:10px\">Désolé, seules les images au format PNG, GIF et JPG sont acceptées.</p>" -#: themes/core/core-functions.php:163 -#: wptouch.php:589 -msgid "Mobile Theme" -msgstr "Théme du Mobile" +msgid "<p style=\"color:green; padding-top:10px\">File has been saved and added to the pool.</p>" +msgstr "<p style=\"color:green; padding-top:10px\">Le fichier a été enregistré et ajouté à la file.</p>" -#: themes/core/core-functions.php:209 -msgid "edit" -msgstr "Editer" +msgid "<p style=\"color:red; padding-top:10px\">There seems to have been an error.<p>Please try your upload again.</p>" +msgstr "<p style=\"color:red; padding-top:10px\">Il semble y avoir eu une erreur.<p>Veuillez essayer à nouveau votre envoi.</p>" -#: themes/core/core-functions.php:210 -msgid "del" -msgstr "del" +msgid "Defaults restored" +msgstr "Valeurs par défaut restaurées" -#: themes/core/core-functions.php:211 -msgid "spam" -msgstr "spam" +msgid "Settings saved" +msgstr "Paramètres enregistrés" -#: themes/default/comments.php:7 -msgid "This post is password protected. Enter the password to view comments." -msgstr "Cet article est protégé par un mot de passe. Entrez le mot de passe pour voir les commentaires." +msgid "WPtouch iPhone Theme" +msgstr "Thème iPhone de WPtouch" -#: themes/default/comments.php:16 -msgid "<h3 onclick=\"bnc_showhide_coms_toggle();\" id=\"com-head\"><img id=\"com-arrow\" src=\"" -msgstr "<h3 onclick=\"bnc_showhide_coms_toggle();\" id=\"com-head\"><img id=\"com-arrow\" src=\"" +msgid "Direct Message" +msgstr "Message direct" -#: themes/default/comments.php:16 -msgid "/themes/core/core-images/com_arrow.png\" alt=\"arrow\" />1 Comment</h3>" -msgstr "/themes/core/core-images/com_arrow.png\" alt=\"arrow\" />1 Commentaire</h3>" +msgid "User Registration" +msgstr "Création d'un compte utilisateur" -#: themes/default/comments.php:16 -msgid "/themes/core/core-images/com_arrow.png\" alt=\"arrow\" />% Comments</h3>" -msgstr "/themes/core/core-images/com_arrow.png\" alt=\"arrow\" />% Commentaires</h3>" +msgid "New Comment" +msgstr "Nouveau commentaire" -#: themes/default/comments.php:63 -msgid "Comments are closed." -msgstr "Les commentaires sont fermés." +msgid "New Ping/Trackback" +msgstr "Nouveau Ping/Rétrolien" -#: themes/default/comments.php:73 -#, php-format -msgid "You must %slogin</a> or %sregister</a> to comment" -msgstr "Vous devez %svous connecter</a> ou %svous enregistrer</a> pour commenter" +msgid "Restore Defaults" +msgstr "Restaurer les valeurs par défaut" -#: themes/default/comments.php:81 -msgid "Success! Comment added." -msgstr "Succès ! Commentaire ajouté." +msgid "Restore default WPtouch settings?" +msgstr "Voulez-vous restaurer les paramètres par défaut de WPtouch ?" -#: themes/default/comments.php:82 -msgid "Refresh the page to see your comment." -msgstr "Rafraichissez la page pour voir votre commentaire." +msgid "Save Options" +msgstr "Enregistrer les Options" -#: themes/default/comments.php:83 -msgid "(If your comment requires moderation it will be added soon.)" -msgstr "(Si votre commentaire nécessite une modération, il sera ajouté rapidement.)" +msgid "Mobile Theme" +msgstr "Thème pour mobile" -#: themes/default/comments.php:90 -msgid "Logged in as" -msgstr "Connecté en tant que" +msgid "The page or post you were looking for is missing or has been removed." +msgstr "La page ou l'article que vous recherchez est manquant ou a été supprimé." -#: themes/default/comments.php:94 -msgid "Leave A Comment" -msgstr "Laisser un commentaire" +msgid "404 Not Found" +msgstr "404 Non Trouvée" -#: themes/default/comments.php:97 -#: themes/default/header.php:153 -msgid "Name" -msgstr "Nom" +msgid "Try another query." +msgstr "Essayez une autre requête." -#: themes/default/comments.php:102 -msgid "Mail (unpublished)" -msgstr "Email (ne sera pas publié)" +msgid "No search results results found." +msgstr "Aucun résultat de recherche trouvé." -#: themes/default/comments.php:107 -msgid "Website" -msgstr "Site Web" +msgid "No more search results to display." +msgstr "Aucun autre résultat de recherche à afficher." -#: themes/default/comments.php:111 -msgid "There was an error posting your comment. Maybe it was too short?" -msgstr "Une erreur est survenue pendant que vous postiez votre commentaire. Peut-être était-il trop court ?" +msgid "No more entries to display." +msgstr "Aucun autre article à afficher." -#: themes/default/comments.php:120 -msgid "Publishing..." -msgstr "Publication en cours..." +msgid "Archives › %s" +msgstr "Archives › %s" -#: themes/default/footer.php:10 -msgid "Powered by" -msgstr "Propulsé par" +msgid "Tags › %s" +msgstr "Etiquettes › %s" -#: themes/default/footer.php:10 -msgid "WordPress" -msgstr "WordPress" +msgid "Categories › %s" +msgstr "Catégories › %s" -#: themes/default/footer.php:10 -msgid "+" -msgstr "+" +msgid "Search results › %s" +msgstr "Résultats de recherche › %s" -#: themes/default/header.php:10 -msgid "Notice" -msgstr "Remarque" +msgid "Sorry, this theme is only meant for use with WordPress on certain smartphones." +msgstr "Désolé, ce thème est uniquement prévu pour être utilisé avec WordPress sur certains smartphones." -#: themes/default/header.php:11 -msgid "JavaScript for Mobile Safari is currently turned off." -msgstr "JavaScript pour Safari mobile est actuellement désactivé. " +msgid "%sWarning%s" +msgstr "%sAttention%s" -#: themes/default/header.php:12 -msgid "Turn it on in " -msgstr "Activez-le dans" +msgid "%sE-Mail%s" +msgstr "%sE-Mail%s" -#: themes/default/header.php:12 -msgid "Settings › Safari" -msgstr "Réglages » Safari" +msgid "%sRSS Feed%s" +msgstr "%sFlux RSS%s" -#: themes/default/header.php:12 -msgid " to view this website." -msgstr "pour afficher ce site web." +msgid "%sHome%s" +msgstr "%sAccueil%s" -#: themes/default/header.php:18 -msgid "Your Push Notification was sent." -msgstr "Votre notifcation Push a été envoyée." +msgid "min" +msgstr "min" -#: themes/default/header.php:20 -msgid "Your Push Notification cannot be delivered at this time." -msgstr "Votre notification Push n'a pas pu être envoyée pour l'instant." +msgid "hr" +msgstr "heure" -#: themes/default/header.php:31 -#: themes/default/header.php:58 -msgid "Login" -msgstr "Connexion" +msgid "day" +msgstr "jour" -#: themes/default/header.php:42 -#: themes/default/header.php:128 -msgid "Search" -msgstr "Recherche" +msgid "wk" +msgstr "sem" -#: themes/default/header.php:43 -msgid "Search..." -msgstr "Recherche..." +msgid "mo" +msgstr "mois" -#: themes/default/header.php:53 -msgid "Menu" -msgstr "Menu" +msgid "You must %slogin</a> or %sregister</a> to comment" +msgstr "Vous devez %slogin</a> ou %sregister</a> pour pouvoir ajouter un commentaire" -#: themes/default/header.php:60 -msgid "My Account" -msgstr "Mon compte" +msgid "ago" +msgstr " " -#: themes/default/header.php:88 -msgid "Enter your username and password<br />in the boxes above." -msgstr "Entrez votre nom d'utilisateur et votre mot de passe<br /> dans les champs ci-dessus." +msgid "% Responses" +msgstr "% Réponses" -#: themes/default/header.php:93 -#, php-format -msgid "You can %ssign-up here%s." -msgstr "Vous pouvez %svous inscrire ici%s." +msgid "1 Response" +msgstr "1 Réponse" -#: themes/default/header.php:98 -msgid "Admin" -msgstr "Administrateur" +msgid "No Responses Yet" +msgstr "Aucune réponse" -#: themes/default/header.php:101 -msgid "Register for this site" -msgstr "Enregistrez vous pour ce site" +msgid "Publishing..." +msgstr "Publication..." -#: themes/default/header.php:104 -msgid "Account Profile" -msgstr "Profil de compte" +msgid "Publish" +msgstr "Publier" -#: themes/default/header.php:105 -msgid "Logout" -msgstr "Déconnexion" +msgid "There was an error posting your comment. Maybe it was too short?" +msgstr "Une erreur s'est produite lors de l'envoi de votre commentaire. Peut-être était-il trop court ?" -#: themes/default/header.php:132 -msgid "Message" -msgstr "Message" +msgid "Website" +msgstr "Site web" -#: themes/default/header.php:136 -msgid "Twitter" -msgstr "Twitter" +msgid "Mail (unpublished)" +msgstr "Mail (non-publié)" -#: themes/default/header.php:140 -msgid "Tour Dates" -msgstr "Dates de voyage" +msgid "Leave A Comment" +msgstr "Laisser un commentaire" -#: themes/default/header.php:147 -msgid "Send a Message" -msgstr "Envoyer un message" +msgid "Logged in as" +msgstr "Connecté en tant que" -#: themes/default/header.php:148 -msgid "This message will be pushed to the admin's iPhone instantly." -msgstr "Ce message sera publié dans l'iPhone de l'administrateur instantanément." +msgid "(If your comment requires moderation it will be added soon.)" +msgstr "(Si votre commentaire requiert une modération il sera ajouté bientôt.)" -#: themes/default/header.php:158 -msgid "E-Mail" -msgstr "EMail" +msgid "Refresh the page to see your comment." +msgstr "Rafraichir la page pour voir votre commentaire." -#: themes/default/header.php:164 -msgid "Send Now" -msgstr "Envoyer maintenant" +msgid "Success! Comment added." +msgstr "Commentaire ajouté avec succès !" -#: themes/default/header.php:179 -msgid "Follow me on Twitter" -msgstr "Suivez-moi sur Twitter" +msgid "Comments are closed." +msgstr "Les commentaires sont fermés." -#: themes/default/header.php:192 -msgid "No recent Tweets." -msgstr "Pas de Tweets récents." +msgid "This post is password protected. Enter the password to view comments." +msgstr "Cet article est protégé par un mot de passe. Veuillez entrer le mot de passe pour voir les commentaires." -#: themes/default/header.php:204 -msgid "Upcoming Tour Dates" -msgstr "Prochaines dates de voyage" +msgid "Pages in this article: " +msgstr "Pages dans cet articles: " -#: themes/default/index.php:127 -msgid "Written on" -msgstr "Écrit le" +msgid "Monthly Archives" +msgstr "Archives mensuelles" -#: themes/default/index.php:128 -msgid "By" -msgstr "Par" +msgid "Tag Cloud" +msgstr "Nuages d'étiquettes" -#: themes/default/index.php:135 -msgid "Read This Post" -msgstr "Lire cet article" +msgid "Article Pages" +msgstr "Pages d'articles" -#: themes/default/index.php:146 -msgid "Load more entries..." -msgstr "Charger plus d'entrées..." +msgid "Reddit" +msgstr "Reddit" -#: themes/default/index.php:154 -msgid "Newer Entries" -msgstr "Entrées plus récentes" +msgid "Newsvine" +msgstr "Newsvine" -#: themes/default/index.php:157 -msgid "Older Entries" -msgstr "Entrées plus anciennes" +msgid "Magnolia" +msgstr "Magnolia" -#: themes/default/page.php:38 -msgid "Tag Cloud" -msgstr "Nuage de Tags" +msgid "Technorati" +msgstr "Technorati" -#: themes/default/page.php:45 -msgid "Monthly Archives" -msgstr "Archives mensuelles" +msgid "Digg" +msgstr "Digg" -#: themes/default/page.php:76 -msgid "Pages in this article: " -msgstr "Pages dans cet article :" +msgid "Del.icio.us" +msgstr "Del.icio.us" -#: themes/default/single.php:7 -msgid "Permanent Link to " -msgstr "Lien permanent vers" +msgid "Mail a link to this post?" +msgstr "Envoyer un mail avec un lien vers cet article ?" -#: themes/default/single.php:13 -#: themes/default/single.php:15 -#: themes/default/single.php:19 -msgid "Skip to comments" -msgstr "Aller directement aux commentaires" +msgid "Check out this post:" +msgstr "Consultez cet article:" -#: themes/default/single.php:17 msgid "Leave a comment" msgstr "Laisser un commentaire" -#: themes/default/single.php:36 -msgid "Article Pages" -msgstr "Pages de l'article" - -#: themes/default/single.php:46 -msgid "Check out this post:" -msgstr "Vérifier cet article :" - -#: themes/default/single.php:46 -msgid "Mail a link to this post?" -msgstr "Envoyer un lien par email de cet article ?" - -#: themes/default/single.php:58 -msgid "Del.icio.us" -msgstr "Del.icio.us" - -#: themes/default/single.php:60 -msgid "Digg" -msgstr "Digg" +msgid "Skip to comments" +msgstr "Aller aux commentaires" -#: themes/default/single.php:61 -msgid "Technorati" -msgstr "Technorati" +msgid "Permanent Link to " +msgstr "Permalien vers " -#: themes/default/single.php:62 -msgid "Magnolia" -msgstr "Magnolia" +msgid "You can %ssign-up here%s." +msgstr "Vous pouvez %svous inscrire ici%s." -#: themes/default/single.php:63 -msgid "Newsvine" -msgstr "Newsvine" +msgid "Upcoming Tour Dates" +msgstr "Les prochains événements" -#: themes/default/single.php:64 -msgid "Reddit" -msgstr "Reddit" +msgid "No recent Tweets." +msgstr "Pas de Tweet récent." -#: wptouch.php:204 -msgid "Settings" -msgstr "Réglages" +msgid "Follow me on Twitter" +msgstr "Suivez moi sur Twitter" -#: wptouch.php:376 -msgid "New Ping/Trackback" -msgstr "Nouveau Ping/Trackback" +msgid "Send Now" +msgstr "Envoyez maintenant" -#: wptouch.php:382 -msgid "New Comment" -msgstr "Nouveau Commentaire" +msgid "E-Mail" +msgstr "eMail" -#: wptouch.php:410 -msgid "User Registration" -msgstr "Enregistrement des Utilisateurs" +msgid "Name" +msgstr "Nom" -#: wptouch.php:454 -msgid "Direct Message" -msgstr "Message Direct" +msgid "This message will be pushed to the admin's iPhone instantly." +msgstr "Ce message sera immédiatement envoyé à l'iPhone de l'administrateur" -#: wptouch.php:596 -msgid "WPtouch iPhone Theme" -msgstr "Theme iPhonel WPtouch" +msgid "Send a Message" +msgstr "Envoyez un message" -#: wptouch.php:864 -msgid "Settings saved" -msgstr "Réglages sauvegardés" +msgid "Tour Dates" +msgstr "Calendrier" -#: wptouch.php:869 -msgid "Defaults restored" -msgstr "Réglages par défaut restaurés" +msgid "Twitter" +msgstr "Twitter" -#: wptouch.php:889 -msgid "Save Options" -msgstr "Sauvegarder les Options" +msgid "Message" +msgstr "Message" -#: wptouch.php:893 -msgid "Restore default WPtouch settings?" -msgstr "Restaurer les paramètres par défaut WPtouch ?" +msgid "Logout" +msgstr "Déconnexion" -#: wptouch.php:893 -msgid "Restore Defaults" -msgstr "Restaurer Paramètres par Défaut" +msgid "Account Profile" +msgstr "Profile du compte" -#. Plugin Name of a plugin/theme -msgid "WPtouch" -msgstr "WPtouch" +msgid "Register for this site" +msgstr "Enregistrez-vous sur ce site" -#. Plugin URI of a plugin/theme -msgid "http://bravenewcode.com/products/wptouch" -msgstr "http://bravenewcode.com/products/wptouch" +msgid "Admin" +msgstr "Admin" -#. Description of a plugin/theme -msgid "A plugin which formats your site with a mobile theme for visitors on Apple <a href=\"http://www.apple.com/iphone/\">iPhone</a> / <a href=\"http://www.apple.com/ipodtouch/\">iPod touch</a>, <a href=\"http://www.android.com/\">Google Android</a>, <a href=\"http://www.blackberry.com/\">Blackberry Storm and Torch</a>, <a href=\"http://www.palm.com/us/products/phones/pre/\">Palm Pre</a> and other touch-based smartphones." -msgstr "Une extension qui formate votre site avec un thème pour mobiles pour les visiteurs sur <a href=\"http://www.apple.com/iphone/\">iPhone Apple</a> / <a href=\"http://www.apple.com/ipodtouch/\">iPod touch</a>, <a href=\"http://www.android.com/\"> Android Google</a>, <a href=\"http://www.blackberry.com/\">Blackberry Storm and Torch</a>, <a href=\"http://www.palm.com/us/products/phones/pre/\">Palm Pre</a> et les autres smartphones à écrans digitaux." +msgid "Not registered yet?" +msgstr "Pas encore enregistré ?" -#. Author of a plugin/theme -msgid "Dale Mugford & Duane Storey (BraveNewCode Inc.)" -msgstr "Dale Mugford & Duane Storey (BraveNewCode Inc.)" +msgid "Enter your username and password<br />in the boxes above." +msgstr "Saisissez votre nom d'utilisateur et votre mot de passe<br />dans les champs ci dessous." -#. Author URI of a plugin/theme -msgid "http://www.bravenewcode.com" -msgstr "http://www.bravenewcode.com" +msgid "My Account" +msgstr "Mon compte" -#~ msgid "Font Options" -#~ msgstr "Options de Police" +msgid "Menu" +msgstr "Menu" -#~ msgid "Post Thumbnails" -#~ msgstr "Imagettes des Articles" - -#~ msgid "%sSupport Forums%s" -#~ msgstr "%sForums d'Aide%s" - -#~ msgid "%sDonate%s" -#~ msgstr "%sDonation%s" - -#~ msgid "For further documentation visit" -#~ msgstr "Pour plus de documentation, visitez" - -#~ msgid "" -#~ "To report an incompatible plugin, let us know in our %sSupport Forums%s." -#~ msgstr "" -#~ "Pour signaler une extension incompatible, faites-le nous savoir sur notre " -#~ "%sForum d'Aide%s." +msgid "Search..." +msgstr "Rechercher..." -#~ msgid "<br /><br />Not registered yet?<br />You can %ssign-up here%s." -#~ msgstr "" -#~ "<br /><br />Pas encore enregistré ?<br />Vous pouvez %svous enregistrer " -#~ "ici%s." +msgid "Search" +msgstr "Rechercher" -#~ msgid "Page" -#~ msgstr "Page" +msgid "Login" +msgstr "Identifiant" -#~ msgid "All content Copyright ©" -#~ msgstr "Tout le contenu est sous Copyright copy;" +msgid "Your Push Notification cannot be delivered at this time." +msgstr "Votre Notification Push ne peut pas être envoyée à ce moment." -#~ msgid "Post to Tweetie" -#~ msgstr "Envoyer vers Tweetie" +msgid "Your Push Notification was sent." +msgstr "Votre Notification Push a été envoyée." -#~ msgid "Post to Twitteriffic" -#~ msgstr "Envoyer vers Twitteriffic" +msgid " to view this website." +msgstr " pour voir ce site web." -#~ msgid "Post to Twittelator Pro" -#~ msgstr "Envoyer vers Twittelator Pro" +msgid "Settings › Safari" +msgstr "Configuration › Safari" -#~ msgid "Latest Support Topics" -#~ msgstr "Dernières occurrences du Support" +msgid "Turn it on in " +msgstr "Activer" -#~ msgid "" -#~ "The flat icon option applies does not alter the home-screen bookmark/logo " -#~ "icon." -#~ msgstr "" -#~ "Appliquer l'option icône plate n'affecte pas les marque-page/icône de " -#~ "logo de l'écran d'accueil." +msgid "JavaScript for Mobile Safari is currently turned off." +msgstr "Javascript pour Safari Mobile est actuellement désactivé." -#~ msgid "Twitter Topics" -#~ msgstr "Discussions Twitter" +msgid "Notice" +msgstr "Remarque" -#~ msgid "%sCURL is required%s on your webserver to load RSS feeds." -#~ msgstr "" -#~ "%sCURL est requise%s sur votre serveur web pour charger les flux RSS." +msgid "+" +msgstr "+" -#~ msgid "Glossy Effect" -#~ msgstr "Effet Brillant" +msgid "WordPress" +msgstr "WordPress" -#~ msgid "Flat Icon" -#~ msgstr "Icône Plate" +msgid "Powered by" +msgstr "Propulsé par" -#~ msgid "Bookmark Icon Style" -#~ msgstr "Style de l' Icône de Marque-page" +msgid "Older Entries" +msgstr "Anciens articles" -#~ msgid "%sClick here to refresh the page%s and see your icon." -#~ msgstr "%sCliquez ici pour rafraîchir la page%s et voir votre icône." +msgid "Newer Entries" +msgstr "Nouveaux articles" -#~ msgid "" -#~ "You can select which icons will be displayed beside the pages you enable " -#~ "in the next section." -#~ msgstr "" -#~ "Vous pouvez sélectionner quelles icones seront affichées devant les pages " -#~ "que vous activerez dans la section suivante." +msgid "Tags" +msgstr "Etiquettes" -#~ msgid "Enable ajax for comments" -#~ msgstr "Activer AJAX pour les commentaires" +msgid "Categories" +msgstr "Catégories" -#~ msgid "" -#~ "When this option is checked, comments are submitted and returned in real " -#~ "time using Ajax." -#~ msgstr "" -#~ "Quand cette option est activée, les commentaires sont envoyés et affichés " -#~ "en temps réel, par l'utilisation d'Ajax." +msgid "Load more entries..." +msgstr "Afficher plus d'articles..." -#~ msgid "" -#~ "However, some server environments and other WordPress plugins prevent " -#~ "WPtouch's Ajax comments from working." -#~ msgstr "" -#~ "Toutefois, certains environements de serveurs et d'autres extensions " -#~ "WordPress empêchent l'option des Commentaires Ajax WPtouch de " -#~ "fonctionner. " +msgid "Read This Post" +msgstr "Lire cet article" -#~ msgid "" -#~ "Uncheck this option if you're having problems or would prefer to use the " -#~ "standard WordPress comment submission format." -#~ msgstr "" -#~ "Décocher cette option si vous rencontrez des problèmes, ou si vous " -#~ "préférez utiliser le format standard de soumission de commentaires " -#~ "WordPress." +msgid "By" +msgstr "Par" -#~ msgid "" -#~ "The post you are trying to comment on does not curently exist in the " -#~ "database." -#~ msgstr "" -#~ "L'article que vous essayez de commenter n'existe plus actuellement dans " -#~ "la base." - -#~ msgid "Sorry, comments are closed for this item." -#~ msgstr "Désolé, les commentaires sont fermés pour cette discussion." - -#~ msgid "Sorry, you must be logged in to post a comment." -#~ msgstr "Désolé, vous devez être connecté pour poster un commentaire." - -#~ msgid "Error: please fill in the required fields" -#~ msgstr "Erreur : merci de renseigner les champs requis" - -#~ msgid "Error: please enter a valid email address." -#~ msgstr "Erreur : merci d'entrer une adresse email valide." - -#~ msgid "Error: please type something in the comment area." -#~ msgstr "" -#~ "Erreur : merci de taper quelque chose dans le champs de commentaire." +msgid "Written on" +msgstr "Ecrit sur" -#~ msgid "Refresh the page" -#~ msgstr "Rafraîchir la page" +msgid "All content Copyright " +msgstr "Tout contenu Copyright " -#~ msgid "to post a new comment." -#~ msgstr "pour poster un nouveau commentaire." - -#~ msgid "There was an error. Please refresh the page and try again." -#~ msgstr "" -#~ "Une erreur est survenue. Merci de rafraîchir la page et de réessayer." diff --git a/wp-content/plugins/wptouch/lang/src/ja_JP.po b/wp-content/plugins/wptouch/lang/src/ja_JP.po new file mode 100644 index 000000000..4be40fb05 --- /dev/null +++ b/wp-content/plugins/wptouch/lang/src/ja_JP.po @@ -0,0 +1,1383 @@ +# Translation of the WordPress plugin WPtouch 1.9.19 by Dale Mugford & Duane Storey (BraveNewCode Inc.). +# Copyright (C) 2010 Dale Mugford & Duane Storey (BraveNewCode Inc.) +# This file is distributed under the same license as the WPtouch package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: wptouch-ja_JP\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-10-11 00:11+0900\n" +"PO-Revision-Date: 2010-10-11 00:43+0900\n" +"Last-Translator: yamk <yamk.net@gmail.com>\n" +"Language-Team: yamk <yamk.net@gmail.com>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Japanese\n" +"X-Poedit-Country: JAPAN\n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-KeywordsList: _;_c;_e;__\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-SearchPath-0: C:\\work\\WPtouch\\wptouch\n" + +#: C:\work\WPtouch\wptouch/wptouch.php:214 +msgid "Settings" +msgstr "設定" + +#: C:\work\WPtouch\wptouch/wptouch.php:391 +msgid "New Ping/Trackback" +msgstr "新規 Ping/トラックバック" + +#: C:\work\WPtouch\wptouch/wptouch.php:397 +msgid "New Comment" +msgstr "新規コメント" + +#: C:\work\WPtouch\wptouch/wptouch.php:425 +msgid "User Registration" +msgstr "ユーザ登録" + +#: C:\work\WPtouch\wptouch/wptouch.php:469 +msgid "Direct Message" +msgstr "ダイレクトメッセージ" + +#: C:\work\WPtouch\wptouch/wptouch.php:604 +msgid "Mobile Theme" +msgstr "モバイルテーマ" + +#: C:\work\WPtouch\wptouch/wptouch.php:611 +msgid "WPtouch iPhone Theme" +msgstr "WPtouch iPhone テーマ" + +#: C:\work\WPtouch\wptouch/wptouch.php:902 +msgid "Settings saved" +msgstr "設定を保存しました" + +#: C:\work\WPtouch\wptouch/wptouch.php:907 +msgid "Defaults restored" +msgstr "デフォルト値に戻しました" + +#: C:\work\WPtouch\wptouch/wptouch.php:927 +msgid "Save Options" +msgstr "オプションを保存" + +#: C:\work\WPtouch\wptouch/wptouch.php:931 +msgid "Restore default WPtouch settings?" +msgstr "WPtouch のデフォルト設定を戻しますか?" + +#: C:\work\WPtouch\wptouch/wptouch.php:931 +msgid "Restore Defaults" +msgstr "デフォルト値に戻す" + +#: C:\work\WPtouch\wptouch/ajax/file_upload.php:23 +msgid "<p style=\"color:red; padding-top:10px\">There seems to have been an error.<p>Please try your upload again.</p>" +msgstr "<p style=\"color:red; padding-top:10px\">エラーが発生しました。<p>再度アップロードを試してください。</p>" + +#: C:\work\WPtouch\wptouch/ajax/file_upload.php:25 +msgid "<p style=\"color:green; padding-top:10px\">File has been saved and added to the pool.</p>" +msgstr "<p style=\"color:green; padding-top:10px\">プールにファイルが追加されました。</p>" + +#: C:\work\WPtouch\wptouch/ajax/file_upload.php:28 +msgid "<p style=\"color:orange; padding-top:10px\">Sorry, only PNG, GIF and JPG images are supported.</p>" +msgstr "<p style=\"color:orange; padding-top:10px\">PNG, GIF, JPG 画像のみがサポートされています。</p>" + +#: C:\work\WPtouch\wptouch/ajax/file_upload.php:30 +msgid "<p style=\"color:orange; padding-top:10px\">Image too large. try something like 59x60.</p>" +msgstr "<p style=\"color:orange; padding-top:10px\">画像が大きすぎます。59x60で試してください。</p>" + +#: C:\work\WPtouch\wptouch/ajax/file_upload.php:32 +msgid "<p style=\"color:orange; padding-top:10px\">Insufficient privileges.</p><p>You need to either be an admin or have more control over your server.</p>" +msgstr "<p style=\"color:orange; padding-top:10px\">権限がありません。</p><p>管理者または、上位の管理権限が必要です。</p>" + +#: C:\work\WPtouch\wptouch/ajax/news.php:16 +#: C:\work\WPtouch\wptouch/ajax/support.php:16 +#: C:\work\WPtouch\wptouch/ajax/support.php:28 +msgid "<li class=\"ajax-error\">No feed items found to display.</li>" +msgstr "<li class=\"ajax-error\">フィードの項目がありません。</li>" + +#: C:\work\WPtouch\wptouch/ajax/news.php:28 +msgid " <li class=\"ajax-error\">No feed items found to display.</li>" +msgstr " <li class=\"ajax-error\">フィードの項目がありません。</li>" + +#: C:\work\WPtouch\wptouch/html/ads-stats-area.php:5 +msgid "Adsense, Stats & Custom Code" +msgstr "Adsense, Stats & カスタムコード" + +#: C:\work\WPtouch\wptouch/html/ads-stats-area.php:8 +msgid "Adsense" +msgstr "Adsense" + +#: C:\work\WPtouch\wptouch/html/ads-stats-area.php:9 +msgid "Enter your Google AdSense ID if you'd like to support mobile advertising in WPtouch posts." +msgstr "WPtouch の投稿画面にモバイル版広告を表示する場合は、Google AdSense ID を入力してください。" + +#: C:\work\WPtouch\wptouch/html/ads-stats-area.php:10 +msgid "Make sure to include the 'pub-' part of your ID string." +msgstr "ID 文字列には 'pub-' 部分を必ず含むようにしてください。" + +#: C:\work\WPtouch\wptouch/html/ads-stats-area.php:12 +msgid "Stats & Custom Code" +msgstr "Stats & カスタムコード" + +#: C:\work\WPtouch\wptouch/html/ads-stats-area.php:13 +msgid "If you'd like to capture traffic statistics " +msgstr "トラフィックの流量を記録したい場合は" + +#: C:\work\WPtouch\wptouch/html/ads-stats-area.php:13 +msgid "(Google Analytics, MINT, etc.)" +msgstr "(Google Analytics, MINT, その他)" + +#: C:\work\WPtouch\wptouch/html/ads-stats-area.php:14 +msgid "Enter the code snippet(s) for your statistics tracking." +msgstr "トラッキングのためのコードの一部を入力してください。" + +#: C:\work\WPtouch\wptouch/html/ads-stats-area.php:14 +msgid "You can also enter custom CSS & other HTML code." +msgstr "カスタム CSS および HTML コードも入力できます。" + +#: C:\work\WPtouch\wptouch/html/ads-stats-area.php:16 +#: C:\work\WPtouch\wptouch/html/advanced-area.php:22 +#: C:\work\WPtouch\wptouch/html/advanced-area.php:31 +#: C:\work\WPtouch\wptouch/html/advanced-area.php:40 +#: C:\work\WPtouch\wptouch/html/advanced-area.php:49 +#: C:\work\WPtouch\wptouch/html/advanced-area.php:60 +#: C:\work\WPtouch\wptouch/html/advanced-area.php:68 +#: C:\work\WPtouch\wptouch/html/advanced-area.php:83 +#: C:\work\WPtouch\wptouch/html/advanced-area.php:92 +#: C:\work\WPtouch\wptouch/html/advanced-area.php:101 +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:96 +#: C:\work\WPtouch\wptouch/html/page-area.php:31 +#: C:\work\WPtouch\wptouch/html/push-area.php:17 +#: C:\work\WPtouch\wptouch/html/push-area.php:49 +msgid "More Info" +msgstr "追加情報" + +#: C:\work\WPtouch\wptouch/html/ads-stats-area.php:17 +msgid "You may enter a custom css file link easily. Simply add the full link to the css file like this:" +msgstr "カスタム CSS ファイルへのリンクでもかまいません。次のように、単に CSS ファイルへの完全なリンクを追加します:" + +#: C:\work\WPtouch\wptouch/html/ads-stats-area.php:18 +msgid "<code><link rel="stylesheet" src="http://path-to-my-css-file" type="text/css" media="screen" /></code>" +msgstr "<code><link rel="stylesheet" src="http://カスタムCSSファイルのPATH" type="text/css" media="screen" /></code>" + +#: C:\work\WPtouch\wptouch/html/ads-stats-area.php:25 +msgid "Google AdSense ID" +msgstr "Google AdSense ID" + +#: C:\work\WPtouch\wptouch/html/ads-stats-area.php:26 +msgid "Google AdSense Channel" +msgstr "Google AdSense チャネル" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:5 +msgid "Advanced Options" +msgstr "詳細オプション" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:8 +msgid "Choose to enable/disable advanced features & options available for WPtouch." +msgstr "WPtouch で使用可能な詳細オプションごとに 有効/無効 を選択してください。" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:9 +msgid "* WPtouch Restricted Mode attempts to fix issues where other plugins load scripts which interfere with WPtouch CSS and JavaScript." +msgstr "* 「WPtouch 制限モード」では、他のプラグインが WPtouch CSS および JavaScript に干渉するスクリプトを読み込む際の問題を修復しようと試みます。" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:11 +msgid "Custom User-Agents" +msgstr "カスタム User-Agent" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:12 +msgid "Enter a comma-separated list of user-agents to enable WPtouch for a device that isn't currently officially supported." +msgstr "現在、正規にサポートしていないデバイスに対して WPtouch を有効にするために、User-Agent をコンマで区切って入力してください。" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:13 +#, php-format +msgid "The currently enabled user-agents are: <em class='supported'>%s</em>" +msgstr "現在有効にされている User-Agent : <em class='supported'>%s</em>" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:20 +msgid "Enable Categories tab in the header" +msgstr "ヘッダーで「カテゴリー」タブを有効にする" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:23 +msgid "This will add a 'Categories' tab item in the WPtouch drop-down." +msgstr "WPtouch のドロップダウンメニューに「カテゴリー」タブを追加します。" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:24 +msgid "It will display a list of your popular categories." +msgstr "よく使用されるカテゴリーが表示されます。" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:29 +msgid "Enable Tags tab in the header" +msgstr "ヘッダーで「タグ」タブを有効にする" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:32 +msgid "This will add a 'Tags' tab item in the WPtouch drop-down." +msgstr "WPtouch のドロップダウンメニューに「タグ」タブを追加します。" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:33 +msgid "It will display a list of your popular tags." +msgstr "よく使用されるタグが表示されます。" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:38 +msgid "Enable Search link in the header" +msgstr "ヘッダーで「検索」リンクを有効にする" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:41 +msgid "This will add a 'Search' item in the WPtouch sub header." +msgstr "WPtouch のサブヘッダーに「検索」を追加します。" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:42 +msgid "It will display an overlay on the title area allowing users to search your website." +msgstr "タイトルエリアで、ユーザにウェブサイト内検索のオーバーレイが表示されます。" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:47 +msgid "Enable Login/My Account tab in the header" +msgstr "ヘッダーで「ログイン/マイアカウント」タブを有効にする" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:50 +msgid "This will add a 'Login' tab in the WPtouch sub header beside the Tags and Categories tabs if they are also enabled." +msgstr "「タグ」と「カテゴリー」タブが有効な場合、WPtouch サブヘッダーに「ログイン」タブを追加します。" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:51 +msgid "It will display a username/password drop-down, allowing users to login plus be automatically re-directed back to the page they logged in from without seeing the WP admin." +msgstr "ドロップダウンにユーザ名/パスワード欄が表示され、ログイン後はWordPress管理画面を見ることなく元のページに戻ります。" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:52 +msgid "Once logged in, a new 'My Account' button will appear. The 'My Account' button shows useful links depending on the type of account (subscriber, admin, etc.)." +msgstr "一旦ログインすると、「マイアカウント」ボタンが表示されます。「マイアカウントボタン」は、アカウントの種類(購読者、管理者、その他)ごとに、よく使用されるリンクを表示します。" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:53 +msgid "NOTE: The Account tab/links will always appear if you have enabled registration on your site or require users to login for comments." +msgstr "注意: このサイトで登録(registration) を有効にしている、またはコメントの入力にログインを要求している場合は、「アカウント」タブ/リンク が常に表示されます。" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:58 +msgid "Display Upcoming Dates link in the header (requires <a href='http://gigpress.com/' target='_blank'>GigPress 2.0.3</a> or higher)" +msgstr "「Upcoming Dates」リンクをヘッダーに表示する (要 <a href='http://gigpress.com/' target='_blank'>GigPress 2.0.3</a> 以上)" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:61 +msgid "When this option is checked and the GigPress plugin is installed, a list of your Upcoming Shows will be viewable from a drop-down in the WPtouch header." +msgstr "このオプションにチェックを入れ、GigPress プラグインがインストールされている場合は、WPtouch ヘッダーのドロップダウン内に 「Upcoming Shows」が表示されます。" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:66 +msgid "Display Twitter link in the header (requires <a href='http://www.bravenewcode.com/wordtwit/' target='_blank'>WordTwit 2.3.3</a> or higher)" +msgstr "Twitter リンクをヘッダーに表示する (要 <a href='http://www.bravenewcode.com/wordtwit/' target='_blank'>WordTwit 2.3.3</a> 以上)" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:69 +msgid "When this option is checked and the WordTwit plugin is installed, a list of your Tweets will be viewable from a drop-down in the WPtouch header." +msgstr "このオプションにチェックを入れ、WordTwit プラグインがインストールされている場合は、WPtouch ヘッダーのドロップダウンの中に、あなたのツイート一覧が表示されます。" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:74 +msgid "Enable gravatars in comments" +msgstr "コメント内で Gravatar を有効にする" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:81 +msgid "Enable comments on pages" +msgstr "ページでのコメントを有効にする" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:84 +msgid "This will add the comment form to all pages with 'Allow Comments' checked in your WordPress admin." +msgstr "WordPress 管理者が「コメントを許可」しているすべてのページで、コメントが追加されます。" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:90 +#, php-format +msgid "1%sst%s visit mobile users will see desktop theme" +msgstr "モバイルユーザが最初に (1%sst%s) 訪問したときデスクトップ版を表示する" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:93 +msgid "When this option is checked, users will see your regular site theme first, and have the option in your footer to switch to the WPtouch mobile view." +msgstr "このオプションをチェックすると、最初にこのサイトに訪問したユーザはデスクトップ版のサイトとして表示され、ページのフッタに表示されるスイッチで WPtouch モバイル表示に切り替えることができます。" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:94 +msgid "They'll be able to change back and forth either way. Make sure you have the wp_footer(); function call in your regular theme's footer.php file for the switch link to work properly." +msgstr "訪問ユーザはその後どちらにも切り替えることができます。正しく動作させるには、使用しているテーマの footer.php ファイルで、wp_footer(); 関数が正しく呼ばれる必要があります。" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:99 +msgid "Enable WPtouch Restricted Mode" +msgstr "WPtouch 制限モードを有効にする" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:102 +msgid "Disallow other plugins from loading into scripts into WPtouch's header and footer." +msgstr "WPtouch のヘッダやフッタで読み込まれる、他のスクリプトでの読み込みを禁止します。" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:103 +msgid "Sometimes fixes incompatibilities and speeds up WPtouch." +msgstr "WPtouch との非互換を解消したり、スピードアップさせる場合があります。" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:104 +msgid "Some plugins load conflicting javascript, extra CSS style sheets, and other functional code into your theme to accomplish what they add to your site. As WPtouch works complete on its own without any other plugin installed, in some cases (where you have several plugins or find something doesn't work right with WPtouch) you may want to enable Restricted Mode to ensure that WPtouch works properly, and loads quickly for mobile users." +msgstr "プラグインによっては、Javascript, CSS スタイルシートの拡張, サイトに機能追加するコードを読み込み、コンフリクトを起こします。WPtouch は他のプラグインが読み込まれていない状態では、単体で完全に動作しますが、ケースによっては(いくつかのプラグインや WPtouch と一緒には正常に動作しないものを入れている等)、WPtouch を正常動作させ、モバイルユーザ向けに読み込みを速くさせるため、「制限モード」を有効にしたいかもしれません。" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:109 +msgid "Custom user-agents" +msgstr "カスタム User-Agent" + +#: C:\work\WPtouch\wptouch/html/advanced-area.php:111 +msgid "After changing the user-agents, please visit the WP Super Cache admin page and update your rewrite rules." +msgstr "User-Agent を変更した後は、WP Super Cache の管理者ページで、Rewrite Rule をアップデートしてください。" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:5 +msgid "General Settings" +msgstr "一般設定" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:8 +msgid "Regionalization Settings" +msgstr "地域設定" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:9 +msgid "Select the language you would like WPtouch to appear in. Custom language .mo files should be placed in wp-content/wptouch/lang." +msgstr "WPtouch で使用したい言語を選択します。カスタム 言語.mo ファイルは wp-content/wptouch/lang に置く必要があります。" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:11 +msgid "Home Page Re-Direction" +msgstr "ホームページリダイレクト" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:12 +#, php-format +msgid "WPtouch by default follows your %sWordPress » Reading Options%s. You can also set a different one for WPtouch." +msgstr "WPtouch は、デフォルトでは %sWordPress » 表示設定%s に従います。WPtouch では別の設定にすることもできます。" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:14 +msgid "Site Title" +msgstr "サイトのタイトル" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:15 +msgid "You can shorten your site title here so it won't be truncated by WPtouch." +msgstr "サイトのタイトルを短くすることができます。WPtouch では短縮はしません。" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:17 +msgid "Excluded Categories" +msgstr "除外するカテゴリー" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:18 +msgid "Choose categories you want excluded from the main post listings in WPtouch." +msgstr "WPtouch 記事一覧画面で表示する際の、除外するカテゴリーを選択します。" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:20 +msgid "Text Justification Options" +msgstr "テキスト行末揃えオプション" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:21 +msgid "Set the alignment for text." +msgstr "テキストのアライメントを指定します。" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:24 +msgid "Post Listings Options" +msgstr "記事一覧オプション" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:25 +msgid "Choose between calendar Icons, post thumbnails (WP 2.9) or none for your post listings." +msgstr "記事一覧画面に、カレンダーアイコン, 記事のサムネイル画像 (WP 2.9以上), または非表示を選択します。" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:26 +msgid "Select which meta items are shown below titles on main, search, & archives pages." +msgstr "本文、検索、「アーカイブされたページ」の下に、「メタ」項目を表示するか選択します。" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:27 +msgid "Also, choose if excerpts are shown/hidden (default is hidden)." +msgstr "抜粋を表示するかも選択してください。(デフォルトは非表示)" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:29 +msgid "Footer Message" +msgstr "フッターメッセージ" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:30 +msgid "Customize the default footer message shown in WPtouch here." +msgstr "WPtouch で表示されるデフォルトのフッターメッセージをここで変更します。" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:34 +msgid "WPtouch Language" +msgstr "WPtouch の言語" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:38 +msgid "Automatically detected" +msgstr "自動選択" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:53 +msgid "WPtouch Home Page" +msgstr "WPtouch ホームページ" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:58 +#: C:\work\WPtouch\wptouch/html/page-area.php:63 +msgid "You have no pages yet. Create some first!" +msgstr "まだページが一つも作成されていません。先にページを新規作成してください。" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:64 +msgid "Site title text" +msgstr "サイトのタイトルの文字列" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:70 +msgid "Comma list of Category IDs, eg: 1,2,3" +msgstr "カテゴリー ID をコンマで区切って列挙してください。 例: 1,2,3" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:78 +msgid "Left" +msgstr "左寄せ" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:79 +msgid "Full" +msgstr "両端揃え" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:81 +msgid "Font justification" +msgstr "フォントジャスティフィケーション" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:89 +msgid "Calendar Icons" +msgstr "カレンダーアイコン" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:90 +msgid "Post Thumbnails / Featured Images" +msgstr "記事のサムネイルまたは指定画像を投稿" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:91 +msgid "Post Thumbnails / Featured Images (Random)" +msgstr "記事のサムネイルまたは指定画像(ランダム)を投稿" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:92 +msgid "No Icon or Thumbnail" +msgstr "アイコンまたはサムネイルは表示しない" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:94 +msgid "Post Listings Display" +msgstr "記事一覧表示" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:94 +msgid "Thumbnails Requires WordPress 2.9+" +msgstr "サムネイルは WordPress 2.9 以上が必要" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:97 +msgid "This will change the display of blog and post listings between Calendar Icons view and Post Thumbnails view." +msgstr "ブログ画面、または記事一覧画面で、カレンダーアイコンや記事のサムネイル表示を行うかを変更します。" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:98 +msgid "The <em>Post Thumbnails w/ Random</em> option will fill missing post thumbnails with random abstract images. (WP 2.9+)" +msgstr "<em>記事のサムネイル表示 (ランダム)</em> オプションは、記事のサムネイル画像がないときに、ランダムな概要イメージで補完します。 (WP 2.9以上)" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:105 +msgid "Enable Truncated Titles" +msgstr "タイトルの省略を有効にする" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:105 +msgid "Will use ellipses when titles are too long instead of wrapping them" +msgstr "タイトルが長い場合に、折りたたまず省略する" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:109 +msgid "Show Author's Name" +msgstr "投稿者名を表示" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:113 +msgid "Show Categories" +msgstr "カテゴリーを表示" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:117 +msgid "Show Tags" +msgstr "タグを表示" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:121 +msgid "Hide Excerpts" +msgstr "抜粋を表示" + +#: C:\work\WPtouch\wptouch/html/general-settings-area.php:125 +msgid "Footer message" +msgstr "フッターメッセージ" + +#: C:\work\WPtouch\wptouch/html/head-area.php:13 +#, php-format +msgid "%sGet WPtouch Pro%s" +msgstr "%sGet WPtouch Pro%s" + +#: C:\work\WPtouch\wptouch/html/head-area.php:14 +#, php-format +msgid "%sBNC on Twitter%s" +msgstr "%sBNC on Twitter%s" + +#: C:\work\WPtouch\wptouch/html/head-area.php:15 +#, php-format +msgid "%sBraveNewCode.com%s" +msgstr "%sBraveNewCode.com%s" + +#: C:\work\WPtouch\wptouch/html/head-area.php:24 +msgid "WPtouch Wire" +msgstr "WPtouch Wire" + +#: C:\work\WPtouch\wptouch/html/head-area.php:33 +msgid "Find Out More ›" +msgstr "もっと詳しく ›" + +#: C:\work\WPtouch\wptouch/html/icon-area.php:21 +msgid "Default & Custom Icon Pool" +msgstr "デフォルト & カスタムアイコンプール" + +#: C:\work\WPtouch\wptouch/html/icon-area.php:24 +msgid "Adding Icons" +msgstr "アイコンの追加" + +#: C:\work\WPtouch\wptouch/html/icon-area.php:25 +msgid "To add icons to the pool, simply upload a .png, .jpeg or .gif image from your computer." +msgstr "プールにアイコンを追加するには、.png, .jpeg, .gif 画像をコンピュータからアップロードするだけです。" + +#: C:\work\WPtouch\wptouch/html/icon-area.php:27 +#, php-format +msgid "Default icons generously provided by %sMarcelo Marfil%s." +msgstr "デフォルトのアイコンは、 %sMarcelo Marfil%s により寛大に提供されました。" + +#: C:\work\WPtouch\wptouch/html/icon-area.php:29 +msgid "Logo/Bookmark Icons" +msgstr "ロゴ/ブックマークアイコン" + +#: C:\work\WPtouch\wptouch/html/icon-area.php:30 +msgid "If you're adding a logo icon, the best dimensions for it are 59x60px (png) when used as a bookmark icon." +msgstr "ロゴのアイコンを追加する際、ブックマークアイコンとして使う場合は 59x60 ピクセル (PNG) が最適なサイズです。" + +#: C:\work\WPtouch\wptouch/html/icon-area.php:31 +#, php-format +msgid "Need help? You can use %sthis easy online icon generator%s to make one." +msgstr "お手伝いしましょうか? %sこの簡単オンラインアイコンジェネレータ%s で作ることもできます。" + +#: C:\work\WPtouch\wptouch/html/icon-area.php:32 +#, php-format +msgid "These files will be stored in this folder we create: %s/uploads/wptouch/custom-icons" +msgstr "これらのファイルは、%s/uploads/wptouch/custom-icons フォルダに保存されます。" + +#: C:\work\WPtouch\wptouch/html/icon-area.php:33 +msgid "If an upload fails (usually it's a permission problem) check your wp-content path settings in WordPress' Miscellaneous Settings, or create the folder yourself using FTP and try again." +msgstr "もしアップロードに失敗した場合 (大抵はパーミッションの問題です) 、WordPress のその他の設定で、wp-content path の設定を確認する、またはFTP等でフォルダを作成して再度試してください。" + +#: C:\work\WPtouch\wptouch/html/icon-area.php:35 +msgid "Upload Icon" +msgstr "アイコンのアップロード" + +#: C:\work\WPtouch\wptouch/html/icon-area.php:39 +msgid "Uploading..." +msgstr "アップロード中..." + +#: C:\work\WPtouch\wptouch/html/page-area.php:5 +msgid "Logo Icon // Menu Items & Pages Icons" +msgstr "ロゴアイコン // メニュー項目 & ページアイコン" + +#: C:\work\WPtouch\wptouch/html/page-area.php:8 +msgid "Logo / Home Screen Icon <br />& Default Menu Items" +msgstr "ロゴ / ホーム画面アイコン <br />& デフォルトメニュー項目" + +#: C:\work\WPtouch\wptouch/html/page-area.php:9 +#, php-format +msgid "If you do not want your logo to have the glossy effect added to it, make sure you select %sEnable Flat Bookmark Icon%s" +msgstr "自分のロゴに光沢(glossy)効果をつけたくない場合は、%s平らなブックマークアイコンを有効%s を選択してください。" + +#: C:\work\WPtouch\wptouch/html/page-area.php:10 +msgid "Choose the logo displayed in the header (also your bookmark icon), and the pages you want included in the WPtouch drop-down menu." +msgstr "ヘッダーで表示(自分のブックマークアイコン) および、WPtouch ドロップダウンメニューでページに含めたいロゴを選択します。" + +#: C:\work\WPtouch\wptouch/html/page-area.php:11 +msgid "Remember, only those checked will be shown." +msgstr "チェックするだけで表示されることに注意してください。" + +#: C:\work\WPtouch\wptouch/html/page-area.php:12 +msgid "Enable/Disable default items in the WPtouch site menu." +msgstr "WPtouch サイトメニューでのデフォルト項目を有効または無効にします。" + +#: C:\work\WPtouch\wptouch/html/page-area.php:14 +msgid "Pages + Icons" +msgstr "ページ + アイコン" + +#: C:\work\WPtouch\wptouch/html/page-area.php:15 +msgid "Next, select the icons from the lists that you want to pair with each page menu item." +msgstr "次に、各ページのメニュー項目ごとに、一覧からアイコンを割り当てます。" + +#: C:\work\WPtouch\wptouch/html/page-area.php:16 +msgid "You can also decide if pages are listed by the page order (ID) in WordPress, or by name (default)." +msgstr "ページが一覧表示される際、WordPress のページ順(ID) か、ページの名前順 (デフォルト) かを選択できます。" + +#: C:\work\WPtouch\wptouch/html/page-area.php:24 +msgid "Logo & Home Screen Bookmark Icon" +msgstr "ロゴ & ホームスクリーンブックマークアイコン" + +#: C:\work\WPtouch\wptouch/html/page-area.php:29 +msgid "Enable Flat Bookmark Icon" +msgstr "平らなブックマークアイコンを有効" + +#: C:\work\WPtouch\wptouch/html/page-area.php:32 +msgid "The default applies for iPhone/iPod touch applies a glossy effect to the home-screen bookmark/logo icon you select." +msgstr "iPhone/iPod touch では、ホームスクリーンへのブックマークロゴアイコンを、デフォルトで光沢(glossy) 効果をつけます。" + +#: C:\work\WPtouch\wptouch/html/page-area.php:33 +msgid "When checked your icon will not have the glossy effect automatically applied to it." +msgstr "チェックすると、自分のアイコンに自動的に光沢効果をつけさせないようになります。" + +#: C:\work\WPtouch\wptouch/html/page-area.php:36 +msgid "Enable Home Menu Item" +msgstr "ホームメニュー項目を有効にする" + +#: C:\work\WPtouch\wptouch/html/page-area.php:37 +msgid "Enable RSS Menu Item" +msgstr "RSSメニュー項目を有効にする" + +#: C:\work\WPtouch\wptouch/html/page-area.php:38 +msgid "Enable Email Menu Item" +msgstr "Email メニュー項目を有効にする" + +#: C:\work\WPtouch\wptouch/html/page-area.php:38 +msgid "Uses default WordPress admin e-mail" +msgstr "デフォルトで WordPress の管理者 E-mail アドレスを使用" + +#: C:\work\WPtouch\wptouch/html/page-area.php:43 +msgid "By Name" +msgstr "名前順" + +#: C:\work\WPtouch\wptouch/html/page-area.php:44 +msgid "By Page ID" +msgstr "ページ ID 順" + +#: C:\work\WPtouch\wptouch/html/page-area.php:46 +msgid "Menu List Sort Order" +msgstr "メニューリストのソート順" + +#: C:\work\WPtouch\wptouch/html/plugin-compat-area.php:7 +msgid "Plugin Support & Compatibility" +msgstr "プラグインサポート & 互換性" + +#: C:\work\WPtouch\wptouch/html/plugin-compat-area.php:13 +msgid "WordPress version: " +msgstr "WordPress version: " + +#: C:\work\WPtouch\wptouch/html/plugin-compat-area.php:16 +#, php-format +msgid "WPtouch %s support: " +msgstr "WPtouch %s サポート: " + +#: C:\work\WPtouch\wptouch/html/plugin-compat-area.php:18 +#, php-format +msgid "%sUnverified%s" +msgstr "%s未確認%s" + +#: C:\work\WPtouch\wptouch/html/plugin-compat-area.php:20 +#, php-format +msgid "%sSupported%s" +msgstr "%sサポート済%s" + +#: C:\work\WPtouch\wptouch/html/plugin-compat-area.php:22 +#, php-format +msgid "%sUnsupported. Upgrade Required.%s" +msgstr "%s未サポート, 要アップグレード%s" + +#: C:\work\WPtouch\wptouch/html/plugin-compat-area.php:27 +msgid "Here you'll find information on additional WPtouch features and requirements, including those activated with companion plugins." +msgstr "ここでは、WPtouch の情報や追加機能、それらの必要要件を示しています。同時に使用するプラグインを有効にするための情報もあります。" + +#: C:\work\WPtouch\wptouch/html/plugin-compat-area.php:32 +msgid "WordPress Pages & Feature Support" +msgstr "WordPress ページ & 機能サポート" + +#: C:\work\WPtouch\wptouch/html/plugin-compat-area.php:39 +msgid "All of your WP links will automatically show on your page called 'Links'." +msgstr "あなたの Wordpress のすべてのリンクは、「リンク」というページに表示されます。" + +#: C:\work\WPtouch\wptouch/html/plugin-compat-area.php:41 +msgid "If you create a page called 'Links', all your WP links would display in <em>WPtouch</em> style." +msgstr "「Links」という名前のページを作ると、全ての WordPress リンクは <em>WPtouch</em> スタイルで表示されます。" + +#: C:\work\WPtouch\wptouch/html/plugin-compat-area.php:47 +msgid "All your <a href=\"http://eightface.com/wordpress/flickrrss/\" target=\"_blank\">FlickrRSS</a> images will automatically show on your page called 'Photos'." +msgstr "<a href=\"http://eightface.com/wordpress/flickrrss/\" target=\"_blank\">FlickrRSS</a> の画像はすべて、「Photos」というページに自動的に表示されます。" + +#: C:\work\WPtouch\wptouch/html/plugin-compat-area.php:49 +msgid "You have a page called 'Photos', but don't have <a href=\"http://eightface.com/wordpress/flickrrss/\" target=\"_blank\">FlickrRSS</a> installed." +msgstr "「Photos」という名前のページはありますが、<a href=\"http://eightface.com/wordpress/flickrrss/\" target=\"_blank\">FlickrRSS</a> がインストールされていません。" + +#: C:\work\WPtouch\wptouch/html/plugin-compat-area.php:51 +msgid "If you create a page called 'Photos', all your <a href=\"http://eightface.com/wordpress/flickrrss/\" target=\"_blank\">FlickrRSS</a> photos would display in <em>WPtouch</em> style." +msgstr "「Photos」という名前のページを作ると、 <a href=\"http://eightface.com/wordpress/flickrrss/\" target=\"_blank\">FlickrRSS</a> の画像は <em>WPtouch</em> スタイルで表示されます。" + +#: C:\work\WPtouch\wptouch/html/plugin-compat-area.php:54 +msgid "If you create a page called 'Photos', and install the <a href=\"http://eightface.com/wordpress/flickrrss/\" target=\"_blank\">FlickrRSS</a> plugin, your photos would display in <em>WPtouch</em> style." +msgstr "「Photos」というページを作成し、 <a href=\"http://eightface.com/wordpress/flickrrss/\" target=\"_blank\">FlickrRSS</a> プラグインをインストールすると、あなたの写真は <em>WPtouch</em> スタイルで表示されます。" + +#: C:\work\WPtouch\wptouch/html/plugin-compat-area.php:62 +msgid "Your tags and your monthly listings will automatically show on your page called 'Archives'." +msgstr "タグと月ごとの一覧を、自動的に「Archives」というページに表示します。" + +#: C:\work\WPtouch\wptouch/html/plugin-compat-area.php:64 +msgid "If you had a page called 'Archives', your tags and monthly listings would display in <em>WPtouch</em> style." +msgstr "「Archives」という名前のページがある場合、タグと月ごとの一覧が、自動的に <em>WPtouch</em> スタイルで表示されます。" + +#: C:\work\WPtouch\wptouch/html/plugin-compat-area.php:68 +msgid "Known Plugin Support & Conflicts" +msgstr "既知のプラグインのサポート & コンフリクト" + +#: C:\work\WPtouch\wptouch/html/plugin-compat-area.php:72 +#, php-format +msgid "%sPeter's Custom Anti-Spam%s is fully supported." +msgstr "%sPeter's Custom Anti-Spam%s はフルサポートしています。" + +#: C:\work\WPtouch\wptouch/html/plugin-compat-area.php:77 +#, php-format +msgid "%sWP Spam Free%s is fully supported." +msgstr "%sWP Spam Free%s はフルサポートしています。" + +#: C:\work\WPtouch\wptouch/html/plugin-compat-area.php:82 +#, php-format +msgid "%sFlickrRSS%s: Your photos will automatically show on a page with the slug \"photos\" if you have it. Fully supported." +msgstr "%sFlickrRSS%s: \"photos\" という名前のページがある場合、自動的に写真が表示されます。フルサポートしています。" + +#: C:\work\WPtouch\wptouch/html/plugin-compat-area.php:87 +#, php-format +msgid "WP Cache is supported, but requires configuration. %sFollow this video tutorial%s for more information." +msgstr "WP Cache はサポートされていますが、設定が必要です。詳しい情報は %sこのビデオチュートリアルに従ってください%s 。" + +#: C:\work\WPtouch\wptouch/html/plugin-compat-area.php:92 +#, php-format +msgid "WP Super Cache is supported, but requires configuration. %sFollow this video tutorial%s for more information." +msgstr "WP Super Cache はサポートされていますが、設定が必要です。詳しい情報は %sこのビデオチュートリアルに従ってください%s 。" + +#: C:\work\WPtouch\wptouch/html/plugin-compat-area.php:97 +#, php-format +msgid "W3 Total Cache is supported, but requires configuration. %sFollow this video tutorial%s for more information." +msgstr "W3 Total Cache はサポートされていますが、設定が必要です。詳しい情報は %sこのビデオチュートリアルに従ってください%s 。" + +#: C:\work\WPtouch\wptouch/html/plugin-compat-area.php:102 +#, php-format +msgid "%sWP CSS%s is supported, but does\tnot compress WPtouch's CSS. WPtouch files are pre-optimized for mobile devices already." +msgstr "%sWP CSS%s はサポートされていますが、\tWPtouch の CSS は圧縮しないでください。WPtouch ファイルはすでにモバイルデバイス用に最適化されています。" + +#: C:\work\WPtouch\wptouch/html/plugin-compat-area.php:107 +#, php-format +msgid "%sShare This%s is supported, but requires the WPtouch setting \"Enable Restrictive Mode\" turned on to work properly." +msgstr "%sShare This%s はサポートされていますが、WPtouch の設定で \"制限モードを有効にする\" にチェックを入れないと、正しく動作しません。" + +#: C:\work\WPtouch\wptouch/html/plugin-compat-area.php:112 +#, php-format +msgid "WordPress Admin Bar requires additional configuration to work with WPtouch. %sFollow this comment%s on the developer's official site." +msgstr "WordPress Admin Bar を WPtouch で動作させるには、追加の設定が必要です。開発者の正式サイトで %sこのコメントをフォロー%s してください。" + +#: C:\work\WPtouch\wptouch/html/plugin-compat-area.php:117 +#, php-format +msgid "%sWP Simple Captcha%s is not currently supported." +msgstr "%sWP Simple Captcha%s は現在サポートされていません。" + +#: C:\work\WPtouch\wptouch/html/plugin-compat-area.php:122 +#, php-format +msgid "%sNextGEN Gallery%s is not currently supported." +msgstr "%sNextGEN Gallery%s は現在サポートされていません。" + +#: C:\work\WPtouch\wptouch/html/plugin-compat-area.php:127 +#, php-format +msgid "%sYet another ajax paged comments%s (YAAPC) is not currently supported. WPtouch uses its own ajaxed comments. WPtouch Pro supports WP 2.7+ comments out-of-the-box." +msgstr "%sYet another ajax paged comments%s (YAAPC) は現在サポートされていません。WPtouch は独自にコメントをAJAX化します。WPtouch Pro は WordPress 2.7以上でボックス外でのコメントをサポートします。" + +#: C:\work\WPtouch\wptouch/html/plugin-compat-area.php:132 +#, php-format +msgid "%sLightview Plus%s is not currently supported. Images may not open in a viewer or separate page." +msgstr "%sLightview Plus%s は現在サポートされていません。画像は、ビューワおよび独立ページで開きません。" + +#: C:\work\WPtouch\wptouch/html/push-area.php:4 +msgid "Push Notification Options" +msgstr "プッシュ通知オプション" + +#: C:\work\WPtouch\wptouch/html/push-area.php:7 +#, php-format +msgid "Here you can configure WPtouch to push selected notifications through your %sProwl%s account to your iPhone, iPod touch and Growl-enabled Mac or PC." +msgstr "ここで、あなたの iPhone, iPod touch、および Growl が有効になっている Mac または PC に %sProwl%s アカウントを使ってプッシュ通知を行うよう、WPtouch を設定できます。" + +#: C:\work\WPtouch\wptouch/html/push-area.php:8 +#, php-format +msgid "%sMake sure you generate a Prowl API key to use here%s otherwise no notifications will be pushed to you." +msgstr "%sここで使用するための Prowl API キーを正しく生成してください。%s さもなくば、あなたにプッシュ通知されることはありません。" + +#: C:\work\WPtouch\wptouch/html/push-area.php:15 +msgid "Prowl API Key" +msgstr "Prowl API キー" + +#: C:\work\WPtouch\wptouch/html/push-area.php:15 +#, php-format +msgid "%sCreate a key now%s" +msgstr "%sキーを作成する%s" + +#: C:\work\WPtouch\wptouch/html/push-area.php:18 +msgid "In order to enable Prowl notifications, you must create a Prowl account, and download/configure the Prowl application for iPhone." +msgstr "Prowl 通知を有効にするためには、まず Prowl アカウントを作成し, iPhone 向けには Prowl アプリをダウンロード設定する必要があります。" + +#: C:\work\WPtouch\wptouch/html/push-area.php:19 +msgid "Next, visit the Prowl website and generate your API key, which we use to connect securely and send your notifications." +msgstr "次に、Prowl のウェブサイトで API キーを生成してください。あなたに通知を送る際に安全に接続するために使用します。" + +#: C:\work\WPtouch\wptouch/html/push-area.php:21 +#, php-format +msgid "%sVisit the Prowl Website%s" +msgstr "%sProwl ウェブサイトを開く%s" + +#: C:\work\WPtouch\wptouch/html/push-area.php:21 +#, php-format +msgid "%sVisit iTunes to Download Prowl%s" +msgstr "%siTunes で Prowl をダウンロード%s" + +#: C:\work\WPtouch\wptouch/html/push-area.php:25 +msgid "Your Prowl API key has been verified." +msgstr "Prowl API キーを確認しました。" + +#: C:\work\WPtouch\wptouch/html/push-area.php:28 +msgid "Sorry, your Prowl API key is not verified." +msgstr "申し訳ありませんが、Prowl API キーを確認できません。" + +#: C:\work\WPtouch\wptouch/html/push-area.php:29 +msgid "Please check your key and make sure there are no spaces or extra characters." +msgstr "あなたのキー文字列をチェックし、スペースや余分な文字がないようにしてください。" + +#: C:\work\WPtouch\wptouch/html/push-area.php:39 +msgid "Notify me of new comments & pingbacks/tracksbacks" +msgstr "新しいコメント・ピンバック・トラックバックがあったとき通知する" + +#: C:\work\WPtouch\wptouch/html/push-area.php:43 +msgid "Notify me of new account registrations" +msgstr "新規アカウント登録があったとき通知する" + +#: C:\work\WPtouch\wptouch/html/push-area.php:47 +msgid "Allow users to send me direct messages" +msgstr "利用者に自分へのダイレクトメッセージの送信を許可する" + +#: C:\work\WPtouch\wptouch/html/push-area.php:50 +msgid "This enables a new link to a drop-down in the submenu bar for WPtouch ('Message Me')." +msgstr "WPtouch サブメニューバー内のドロップダウンメニューに、'Message Me' の新規リンクを表示する" + +#: C:\work\WPtouch\wptouch/html/push-area.php:51 +msgid "When opened, a form is shown for users to fill in. The name, e-mail address, and message area is shown. Thier IP will also be sent to you, in case you want to ban it in the WordPress admin." +msgstr "開いたとき、ユーザに入力を促すフォームが表示されます。名前、メールアドレス、メッセージエリアが表示されます。WordPress 管理者によって ban(拒否) する場合の IP アドレスもあなたに送信されます。" + +#: C:\work\WPtouch\wptouch/html/push-area.php:55 +#, php-format +msgid "%sCURL is required%s on your webserver to use Push capabilities in WPtouch." +msgstr "WPtouch の Push 通知機能を Web サーバから使用するには %sCURL が必要です%s 。" + +#: C:\work\WPtouch\wptouch/html/style-area.php:5 +msgid "Style & Color Options" +msgstr "スタイル & カラーオプション" + +#: C:\work\WPtouch\wptouch/html/style-area.php:8 +msgid "Here you can customize some of the more visible features of WPtouch." +msgstr "ここで、WPtouch の表示関連の機能をカスタマイズできます。" + +#: C:\work\WPtouch\wptouch/html/style-area.php:17 +msgid "The default WPtouch theme emulates a native iPhone application." +msgstr "デフォルトの WPtouch テーマは、ネイティブ iPhone アプリをエミュレートします。" + +#: C:\work\WPtouch\wptouch/html/style-area.php:21 +msgid "Classic" +msgstr "クラシック" + +#: C:\work\WPtouch\wptouch/html/style-area.php:24 +msgid "Horizontal Grey" +msgstr "ホリゾンタル グレー" + +#: C:\work\WPtouch\wptouch/html/style-area.php:27 +msgid "Diagonal Grey" +msgstr "ダイアグナル グレー" + +#: C:\work\WPtouch\wptouch/html/style-area.php:30 +msgid "Skated Concrete" +msgstr "スケーテッドコンクリート" + +#: C:\work\WPtouch\wptouch/html/style-area.php:33 +msgid "Argyle Tie" +msgstr "ひし形格子" + +#: C:\work\WPtouch\wptouch/html/style-area.php:36 +msgid "Thatches" +msgstr "わらぶき" + +#: C:\work\WPtouch\wptouch/html/style-area.php:39 +msgid "Background" +msgstr "背景" + +#: C:\work\WPtouch\wptouch/html/style-area.php:43 +msgid "Helvetica Neue" +msgstr "Helvetica Neue" + +#: C:\work\WPtouch\wptouch/html/style-area.php:46 +msgid "Helvetica" +msgstr "Helvetica" + +#: C:\work\WPtouch\wptouch/html/style-area.php:49 +msgid "Thonburi" +msgstr "Thonburi" + +#: C:\work\WPtouch\wptouch/html/style-area.php:52 +msgid "Georgia" +msgstr "Georgia" + +#: C:\work\WPtouch\wptouch/html/style-area.php:55 +msgid "Geeza Pro" +msgstr "Geeza Pro" + +#: C:\work\WPtouch\wptouch/html/style-area.php:58 +msgid "Verdana" +msgstr "Verdana" + +#: C:\work\WPtouch\wptouch/html/style-area.php:61 +msgid "Arial Rounded MT Bold" +msgstr "Arial Rounded MT Bold" + +#: C:\work\WPtouch\wptouch/html/style-area.php:64 +msgid "Post Title H2 Font" +msgstr "投稿タイトルのH2フォント" + +#: C:\work\WPtouch\wptouch/html/style-area.php:66 +msgid "Title text color" +msgstr "タイトルテキストの色" + +#: C:\work\WPtouch\wptouch/html/style-area.php:67 +msgid "Header background color" +msgstr "ヘッダーの背景色" + +#: C:\work\WPtouch\wptouch/html/style-area.php:68 +msgid "Sub-header background color" +msgstr "サブヘッダーの背景色" + +#: C:\work\WPtouch\wptouch/html/style-area.php:69 +msgid "Site-wide links color" +msgstr "サイト全体のリンクの色" + +#: C:\work\WPtouch\wptouch/themes/core/core-functions.php:22 +#, php-format +msgid "%sHome%s" +msgstr "%sホーム%s" + +#: C:\work\WPtouch\wptouch/themes/core/core-functions.php:41 +#, php-format +msgid "%sRSS Feed%s" +msgstr "%sRSS フィード%s" + +#: C:\work\WPtouch\wptouch/themes/core/core-functions.php:47 +#, php-format +msgid "%sE-Mail%s" +msgstr "%sE-Mail%s" + +#: C:\work\WPtouch\wptouch/themes/core/core-functions.php:54 +#, php-format +msgid "%sWarning%s" +msgstr "%s警告%s" + +#: C:\work\WPtouch\wptouch/themes/core/core-functions.php:56 +msgid "Sorry, this theme is only meant for use with WordPress on certain smartphones." +msgstr "申し訳ありません、このテーマはWordPressと限られたスマートフォンのみの利用を想定しています。" + +#: C:\work\WPtouch\wptouch/themes/core/core-functions.php:85 +#: C:\work\WPtouch\wptouch/themes/default/index.php:130 +#: C:\work\WPtouch\wptouch/themes/default/single.php:38 +msgid "Tags" +msgstr "タグ" + +#: C:\work\WPtouch\wptouch/themes/core/core-functions.php:89 +#: C:\work\WPtouch\wptouch/themes/default/index.php:129 +#: C:\work\WPtouch\wptouch/themes/default/single.php:37 +msgid "Categories" +msgstr "カテゴリー" + +#: C:\work\WPtouch\wptouch/themes/core/core-functions.php:124 +#, php-format +msgid "Search results › %s" +msgstr "検索結果 › %s" + +#: C:\work\WPtouch\wptouch/themes/core/core-functions.php:126 +#, php-format +msgid "Categories › %s" +msgstr "カテゴリー › %s" + +#: C:\work\WPtouch\wptouch/themes/core/core-functions.php:128 +#, php-format +msgid "Tags › %s" +msgstr "タグ › %s" + +#: C:\work\WPtouch\wptouch/themes/core/core-functions.php:130 +#: C:\work\WPtouch\wptouch/themes/core/core-functions.php:132 +#: C:\work\WPtouch\wptouch/themes/core/core-functions.php:134 +#, php-format +msgid "Archives › %s" +msgstr "アーカイブ › %s" + +#: C:\work\WPtouch\wptouch/themes/core/core-functions.php:146 +msgid "No more entries to display." +msgstr "これ以上表示する項目がありません。" + +#: C:\work\WPtouch\wptouch/themes/core/core-functions.php:148 +msgid "No more search results to display." +msgstr "これ以上検索結果がありません。" + +#: C:\work\WPtouch\wptouch/themes/core/core-functions.php:150 +msgid "No search results results found." +msgstr "検索結果はありません。" + +#: C:\work\WPtouch\wptouch/themes/core/core-functions.php:150 +msgid "Try another query." +msgstr "他の問い合わせを試してください。" + +#: C:\work\WPtouch\wptouch/themes/core/core-functions.php:153 +msgid "404 Not Found" +msgstr "404 ページがありません" + +#: C:\work\WPtouch\wptouch/themes/core/core-functions.php:154 +msgid "The page or post you were looking for is missing or has been removed." +msgstr "お探しのページまたは投稿は、存在しないか削除されました。" + +#: C:\work\WPtouch\wptouch/themes/core/core-functions.php:209 +msgid "edit" +msgstr "編集" + +#: C:\work\WPtouch\wptouch/themes/core/core-functions.php:210 +msgid "del" +msgstr "削除" + +#: C:\work\WPtouch\wptouch/themes/core/core-functions.php:211 +msgid "spam" +msgstr "spam" + +#: C:\work\WPtouch\wptouch/themes/default/comments.php:7 +msgid "This post is password protected. Enter the password to view comments." +msgstr "この投稿はパスワードで保護されています。コメントを見るにはパスワードを入力してください。" + +#: C:\work\WPtouch\wptouch/themes/default/comments.php:17 +msgid "No Responses Yet" +msgstr "レスポンスなし" + +#: C:\work\WPtouch\wptouch/themes/default/comments.php:18 +msgid "1 Response" +msgstr "1件のレスポンス" + +#: C:\work\WPtouch\wptouch/themes/default/comments.php:19 +msgid "% Responses" +msgstr "% 件のレスポンス" + +#: C:\work\WPtouch\wptouch/themes/default/comments.php:38 +msgid "ago" +msgstr "前" + +#: C:\work\WPtouch\wptouch/themes/default/comments.php:69 +msgid "Comments are closed." +msgstr "コメントはクローズされました。" + +#: C:\work\WPtouch\wptouch/themes/default/comments.php:79 +#, php-format +msgid "You must %slogin</a> or %sregister</a> to comment" +msgstr "コメントを入れるには、%sログイン</a> または %sユーザ登録</a> する必要があります。" + +#: C:\work\WPtouch\wptouch/themes/default/comments.php:87 +msgid "Success! Comment added." +msgstr "成功です! コメントが追加されました。" + +#: C:\work\WPtouch\wptouch/themes/default/comments.php:88 +msgid "Refresh the page to see your comment." +msgstr "コメントを表示するには、このページを再読込してください。" + +#: C:\work\WPtouch\wptouch/themes/default/comments.php:89 +msgid "(If your comment requires moderation it will be added soon.)" +msgstr "(コメントに承認が必要な場合は、近いうちに追加されます。)" + +#: C:\work\WPtouch\wptouch/themes/default/comments.php:96 +msgid "Logged in as" +msgstr "ログイン: " + +#: C:\work\WPtouch\wptouch/themes/default/comments.php:100 +msgid "Leave A Comment" +msgstr "コメントを入れる" + +#: C:\work\WPtouch\wptouch/themes/default/comments.php:103 +#: C:\work\WPtouch\wptouch/themes/default/header.php:153 +msgid "Name" +msgstr "名前" + +#: C:\work\WPtouch\wptouch/themes/default/comments.php:108 +msgid "Mail (unpublished)" +msgstr "メール(非表示)" + +#: C:\work\WPtouch\wptouch/themes/default/comments.php:113 +msgid "Website" +msgstr "Webサイト" + +#: C:\work\WPtouch\wptouch/themes/default/comments.php:117 +msgid "There was an error posting your comment. Maybe it was too short?" +msgstr "コメントを登録する際にエラーが発生しました。短すぎたりしませんか?" + +#: C:\work\WPtouch\wptouch/themes/default/comments.php:123 +msgid "Publish" +msgstr "登録" + +#: C:\work\WPtouch\wptouch/themes/default/comments.php:126 +msgid "Publishing..." +msgstr "登録中..." + +#: C:\work\WPtouch\wptouch/themes/default/footer.php:10 +msgid "Powered by" +msgstr "Powered by" + +#: C:\work\WPtouch\wptouch/themes/default/footer.php:10 +msgid "WordPress" +msgstr "WordPress" + +#: C:\work\WPtouch\wptouch/themes/default/footer.php:10 +msgid "+" +msgstr "+" + +#: C:\work\WPtouch\wptouch/themes/default/functions.php:52 +msgid "mo" +msgstr "月" + +#: C:\work\WPtouch\wptouch/themes/default/functions.php:53 +msgid "wk" +msgstr "週" + +#: C:\work\WPtouch\wptouch/themes/default/functions.php:54 +msgid "day" +msgstr "日" + +#: C:\work\WPtouch\wptouch/themes/default/functions.php:55 +msgid "hr" +msgstr "時" + +#: C:\work\WPtouch\wptouch/themes/default/functions.php:56 +msgid "min" +msgstr "分" + +#: C:\work\WPtouch\wptouch/themes/default/header.php:10 +msgid "Notice" +msgstr "注意" + +#: C:\work\WPtouch\wptouch/themes/default/header.php:11 +msgid "JavaScript for Mobile Safari is currently turned off." +msgstr "Mobile Safari の Javascript は現在オフになっています。" + +#: C:\work\WPtouch\wptouch/themes/default/header.php:12 +msgid "Turn it on in " +msgstr "オンに変更してください。" + +#: C:\work\WPtouch\wptouch/themes/default/header.php:12 +msgid "Settings › Safari" +msgstr "設定 %rsaquo; Safari" + +#: C:\work\WPtouch\wptouch/themes/default/header.php:12 +msgid " to view this website." +msgstr "このWebサイトを見るために。" + +#: C:\work\WPtouch\wptouch/themes/default/header.php:18 +msgid "Your Push Notification was sent." +msgstr "Push 通知を送信しました。" + +#: C:\work\WPtouch\wptouch/themes/default/header.php:20 +msgid "Your Push Notification cannot be delivered at this time." +msgstr "Push 通知は現在送信できません。" + +#: C:\work\WPtouch\wptouch/themes/default/header.php:31 +#: C:\work\WPtouch\wptouch/themes/default/header.php:58 +msgid "Login" +msgstr "ログイン" + +#: C:\work\WPtouch\wptouch/themes/default/header.php:42 +#: C:\work\WPtouch\wptouch/themes/default/header.php:43 +msgid "Search..." +msgstr "検索中..." + +#: C:\work\WPtouch\wptouch/themes/default/header.php:42 +#: C:\work\WPtouch\wptouch/themes/default/header.php:128 +msgid "Search" +msgstr "検索" + +#: C:\work\WPtouch\wptouch/themes/default/header.php:53 +msgid "Menu" +msgstr "メニュー" + +#: C:\work\WPtouch\wptouch/themes/default/header.php:60 +msgid "My Account" +msgstr "マイアカウント" + +#: C:\work\WPtouch\wptouch/themes/default/header.php:88 +msgid "Enter your username and password<br />in the boxes above." +msgstr "上のボックスに<br />ユーザ名・パスワードを入れてください。" + +#: C:\work\WPtouch\wptouch/themes/default/header.php:91 +msgid "Not registered yet?" +msgstr "まだ未登録ですか?" + +#: C:\work\WPtouch\wptouch/themes/default/header.php:93 +#, php-format +msgid "You can %ssign-up here%s." +msgstr "%sここでサインアップ%s することができます。" + +#: C:\work\WPtouch\wptouch/themes/default/header.php:98 +msgid "Admin" +msgstr "管理" + +#: C:\work\WPtouch\wptouch/themes/default/header.php:101 +msgid "Register for this site" +msgstr "このサイトに登録" + +#: C:\work\WPtouch\wptouch/themes/default/header.php:104 +msgid "Account Profile" +msgstr "アカウントのプロファイル" + +#: C:\work\WPtouch\wptouch/themes/default/header.php:105 +msgid "Logout" +msgstr "ログアウト" + +#: C:\work\WPtouch\wptouch/themes/default/header.php:132 +msgid "Message" +msgstr "メッセージ" + +#: C:\work\WPtouch\wptouch/themes/default/header.php:136 +msgid "Twitter" +msgstr "Twitter" + +#: C:\work\WPtouch\wptouch/themes/default/header.php:140 +msgid "Tour Dates" +msgstr "Tour Dates" + +#: C:\work\WPtouch\wptouch/themes/default/header.php:147 +msgid "Send a Message" +msgstr "メッセージを送信" + +#: C:\work\WPtouch\wptouch/themes/default/header.php:148 +msgid "This message will be pushed to the admin's iPhone instantly." +msgstr "このメッセージは、管理者のiPhoneへ直ちにプッシュされます。" + +#: C:\work\WPtouch\wptouch/themes/default/header.php:158 +msgid "E-Mail" +msgstr "E-Mail" + +#: C:\work\WPtouch\wptouch/themes/default/header.php:164 +msgid "Send Now" +msgstr "送信" + +#: C:\work\WPtouch\wptouch/themes/default/header.php:179 +msgid "Follow me on Twitter" +msgstr "Twiter で私をフォローする" + +#: C:\work\WPtouch\wptouch/themes/default/header.php:192 +msgid "No recent Tweets." +msgstr "最近のツイートはありません。" + +#: C:\work\WPtouch\wptouch/themes/default/header.php:204 +msgid "Upcoming Tour Dates" +msgstr "最近の Tour Dates" + +#: C:\work\WPtouch\wptouch/themes/default/index.php:127 +msgid "Written on" +msgstr "投稿: " + +#: C:\work\WPtouch\wptouch/themes/default/index.php:128 +msgid "By" +msgstr "By" + +#: C:\work\WPtouch\wptouch/themes/default/index.php:135 +msgid "Read This Post" +msgstr "この投稿を読む" + +#: C:\work\WPtouch\wptouch/themes/default/index.php:146 +msgid "Load more entries..." +msgstr "次のエントリを表示..." + +#: C:\work\WPtouch\wptouch/themes/default/index.php:154 +msgid "Newer Entries" +msgstr "新しいエントリ" + +#: C:\work\WPtouch\wptouch/themes/default/index.php:157 +msgid "Older Entries" +msgstr "以前のエントリ" + +#: C:\work\WPtouch\wptouch/themes/default/page.php:38 +msgid "Tag Cloud" +msgstr "タグクラウド" + +#: C:\work\WPtouch\wptouch/themes/default/page.php:45 +msgid "Monthly Archives" +msgstr "月次アーカイブ" + +#: C:\work\WPtouch\wptouch/themes/default/page.php:76 +msgid "Pages in this article: " +msgstr "この記事内のページ:" + +#: C:\work\WPtouch\wptouch/themes/default/single.php:7 +msgid "Permanent Link to " +msgstr "パーマネントリンク" + +#: C:\work\WPtouch\wptouch/themes/default/single.php:13 +#: C:\work\WPtouch\wptouch/themes/default/single.php:15 +#: C:\work\WPtouch\wptouch/themes/default/single.php:19 +msgid "Skip to comments" +msgstr "コメントまでスキップ" + +#: C:\work\WPtouch\wptouch/themes/default/single.php:17 +msgid "Leave a comment" +msgstr "コメントを入れる" + +#: C:\work\WPtouch\wptouch/themes/default/single.php:36 +msgid "Article Pages" +msgstr "記事のページ" + +#: C:\work\WPtouch\wptouch/themes/default/single.php:46 +msgid "Check out this post:" +msgstr "この投稿をチェックアウト:" + +#: C:\work\WPtouch\wptouch/themes/default/single.php:46 +msgid "Mail a link to this post?" +msgstr "この投稿へのリンクをメールしますか?" + +#: C:\work\WPtouch\wptouch/themes/default/single.php:58 +msgid "Del.icio.us" +msgstr "Del.icio.us" + +#: C:\work\WPtouch\wptouch/themes/default/single.php:60 +msgid "Digg" +msgstr "Digg" + +#: C:\work\WPtouch\wptouch/themes/default/single.php:61 +msgid "Technorati" +msgstr "Technorati" + +#: C:\work\WPtouch\wptouch/themes/default/single.php:62 +msgid "Magnolia" +msgstr "Magnolia" + +#: C:\work\WPtouch\wptouch/themes/default/single.php:63 +msgid "Newsvine" +msgstr "Newsvine" + +#: C:\work\WPtouch\wptouch/themes/default/single.php:64 +msgid "Reddit" +msgstr "Reddit" + +#~ msgid "post_title" +#~ msgstr "post_title" + +#~ msgid "" +#~ "/themes/core/core-images/com_arrow.png\" alt=\"arrow\" />1 Comment</h3>" +#~ msgstr "" +#~ "/themes/core/core-images/com_arrow.png\" alt=\"arrow\" />1件のコメント</" +#~ "h3>" + +#~ msgid "" +#~ "/themes/core/core-images/com_arrow.png\" alt=\"arrow\" />% Comments</h3>" +#~ msgstr "" +#~ "/themes/core/core-images/com_arrow.png\" alt=\"arrow\" />% 件のコメント</" +#~ "h3>" + +#~ msgid "WPtouch" +#~ msgstr "WPtouch" + +#~ msgid "http://bravenewcode.com/products/wptouch" +#~ msgstr "http://bravenewcode.com/products/wptouch" + +#~ msgid "" +#~ "A plugin which formats your site with a mobile theme for visitors on " +#~ "Apple <a href=\"http://www.apple.com/iphone/\">iPhone</a> / <a href=" +#~ "\"http://www.apple.com/ipodtouch/\">iPod touch</a>, <a href=\"http://www." +#~ "android.com/\">Google Android</a>, <a href=\"http://www.blackberry.com/" +#~ "\">Blackberry Storm and Torch</a>, <a href=\"http://www.palm.com/us/" +#~ "products/phones/pre/\">Palm Pre</a> and other touch-based smartphones." +#~ msgstr "" +#~ "Apple <a href=\"http://www.apple.com/iphone/\">iPhone</a> / <a href=" +#~ "\"http://www.apple.com/ipodtouch/\">iPod touch</a>, <a href=\"http://www." +#~ "android.com/\">Google Android</a>, <a href=\"http://www.blackberry.com/" +#~ "\">Blackberry Storm and Torch</a>, <a href=\"http://www.palm.com/us/" +#~ "products/phones/pre/\">Palm Pre</a> およびその他タッチベースのスマートフォ" +#~ "ン向けモバイルテーマのプラグイン。" + +#~ msgid "Dale Mugford & Duane Storey (BraveNewCode Inc.)" +#~ msgstr "Dale Mugford & Duane Storey (BraveNewCode Inc.)" + +#~ msgid "http://www.bravenewcode.com" +#~ msgstr "http://www.bravenewcode.com" diff --git a/wp-content/plugins/wptouch/readme.txt b/wp-content/plugins/wptouch/readme.txt index c5d99c399..c7fbc35a3 100644 --- a/wp-content/plugins/wptouch/readme.txt +++ b/wp-content/plugins/wptouch/readme.txt @@ -6,9 +6,9 @@ Author: BraveNewCode Author URI: http://www.bravenewcode.com/ Tags: wptouch, iphone, ipod, theme, apple, mac, bravenewcode, ajax, mobile, android, blackberry, smartphone, Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=paypal%40bravenewcode%2ecom&item_name=WPtouch%20Beer%20Fund&no_shipping=0&no_note=1&tax=0¤cy_code=CAD&lc=CA&bn=PP%2dDonationsBF&charset=UTF%2d8 -Requires at least: 2.8.6 -Tested up to: 3.0.1 -Stable tag: 1.9.20 +Requires at least: 2.9 +Tested up to: 3.0.5 +Stable tag: 1.9.22.1 WPtouch: A simple, powerful and elegant mobile theme for your website. @@ -19,22 +19,22 @@ WPtouch automatically transforms your WordPress blog into an iPhone application- *Now Available: WPtouch Pro!* Totally re-written top to bottom, with a slew of new features like more style, color and branding customizations, themes, 10 languages, more advertising options, Web-App mode, and more! -iPad support coming in WPtouch Pro 2.1. +Awesome iPad theme support is now available in WPtouch Pro 2.1!!! For more information visit http://www.bravenewcode.com/wptouch-pro == Description == -WPtouch automatically transforms your WordPress blog into an iPhone application-style theme, complete with ajax loading articles and effects, when viewed from an iPhone, iPod touch, Android, Opera Mini, Palm Pre, Samsung touch and BlackBerry Storm/Torch mobile devices. +WPtouch automatically transforms your WordPress blog into an iPhone application-style theme, complete with ajax loading articles and effects, when viewed from iPhone, iPod touch, Android, Palm Pre, Samsung touch and BlackBerry Storm/Torch mobile devices. -The admin panel allows you to customize many aspects of its appearance, and deliver a fast, user-friendly and stylish version of your site to iPhone, iPod touch, Android, Palm Pre, Samsung touch and BlackBerry Storm/Torch visitors, without modifying *a single bit of code* (or affecting) your regular desktop theme. +The admin panel allows you to customize many aspects of its appearance, and deliver a fast, user-friendly and stylish version of your site to touch mobile visitors, without modifying *a single bit of code* (or affecting) your regular desktop theme. The theme also includes the ability for visitors to switch between *WPtouch* view and your site's regular theme. *Now Available: WPtouch Pro!* Totally re-written top to bottom, with a slew of new features like more style, color and branding customizations, themes, 10 languages, more advertising options, Web-App mode, and more! -iPad support coming in WPtouch Pro 2.1. +Awesome iPad theme support is now available in WPtouch Pro 2.1!!! For more information visit http://www.bravenewcode.com/wptouch-pro @@ -42,11 +42,33 @@ For more information visit http://www.bravenewcode.com/wptouch-pro == Changelog == += Version 1.9.22.1 = +* Fixed additional switch link issue found after 1.9.22 (now handles www.domain.com and domain.com, along with http:// and https://) + += Version 1.9.22 = +* Added Basque translation courtesy of Ander Erguin +* Added Japanese translation courtesy of Kenji Yamaguchi +* Experimental LiveFyre commenting support +* Added additional CSS to remove unneeded 3rd party plugin boxes on single posts +* More tweaks for failing switch link in some scenarios +* Changed: More robust category exclusion +* Fix for images and emoticons in comments +* Fix for share on Twitter Link +* Added share on Facebook Link +* Updates for admin panel + += Version 1.9.21.1 = +* Fixed: Bug with footer switch link (ampersand issue) +* Fixed: Bug with footer switch link (cookie issue) +* Fixed: Bug with login on some devices + = Version 1.9.21 = -* Added: touchstart JS for supported devices (speeds up interface responsiveness) +* Added: touchstart JavaScript for supported devices (speeds up interface responsiveness) * Changed: More style adjustments in a few places, better Android compatibility * Fixed: An issue which could output site urls on single posts * Using CSS-generated comment bubbles for supported devices for crispness and clarity +* Fixed: Incorrect detection of BlackBerry Torch +* Fixed: An issue that prevented login from the header = Version 1.9.20 = * Added: Option to disable comments on posts completely in WPtouch @@ -614,10 +636,10 @@ For more information visit http://www.bravenewcode.com/wptouch-pro == Installation == -= 2.7 and Older = -Sorry, we do not officially support installations on WordPress 2.7 or older. You can use WPtouch versions 1.9.3.4 or previous on these installations, however. += 2.8 and Older = +Sorry, we do not officially support installations on WordPress 2.8 or older. You can use WPtouch versions 1.9.3.4 or previous on these installations, however. -= 2.8, 2.9+ = += 2.9, 3.0+ = You can install *WPtouch* directly from the WordPress admin! Visit the *Plugins/Add New* page and search for 'WPtouch'. Click to install. Once installed and activated visit the WPtouch admin page (*Settings/WPtouch*) to customize your WPtouch installation's appearance. diff --git a/wp-content/plugins/wptouch/themes/core/core-functions.php b/wp-content/plugins/wptouch/themes/core/core-functions.php index 17ded1752..e0a477a15 100644 --- a/wp-content/plugins/wptouch/themes/core/core-functions.php +++ b/wp-content/plugins/wptouch/themes/core/core-functions.php @@ -7,13 +7,13 @@ function wptouch_core_header_enqueue() { $version = get_bloginfo('version'); if (!bnc_wptouch_is_exclusive()) { wp_enqueue_script('jquery-form'); - wp_enqueue_script('wptouch-core', '' . compat_get_plugin_url( 'wptouch' ) . '/themes/core/core.js', array('jquery'),'1.9.12' ); + wp_enqueue_script('wptouch-core', '' . compat_get_plugin_url( 'wptouch' ) . '/themes/core/core.min.js', array('jquery'), '1.9.22.1' ); wp_head(); } elseif (bnc_wptouch_is_exclusive()) { - echo "<script src='" . get_bloginfo('wpurl') . "/wp-includes/js/jquery/jquery.js' type='text/javascript' charset='utf-8'></script>\n"; - echo "<script src='" . get_bloginfo('wpurl') . "/wp-includes/js/jquery/jquery.form.js' type='text/javascript' charset='utf-8'></script>\n"; - echo "<script src='" . compat_get_plugin_url( 'wptouch' ) . "/themes/core/core.js' type='text/javascript' charset='utf-8'></script>\n"; + echo "<script src='" . get_bloginfo('wpurl') . "/wp-includes/js/jquery/jquery.js?ver=1.9.22.1' type='text/javascript' charset='utf-8'></script>\n"; + echo "<script src='" . get_bloginfo('wpurl') . "/wp-includes/js/jquery/jquery.form.js?ver=1.9.22.1' type='text/javascript' charset='utf-8'></script>\n"; + echo "<script src='" . compat_get_plugin_url( 'wptouch' ) . "/themes/core/core.min.js?ver=1.9.22.1' type='text/javascript' charset='utf-8'></script>\n"; } } @@ -53,7 +53,7 @@ function wptouch_core_header_check_use() { echo '<div class="content post">'; echo sprintf(__( "%sWarning%s", "wptouch" ), '<a href="#" class="h2">','</a>'); echo '<div class="mainentry">'; - echo __( "Sorry, this theme is only meant for use with WordPress on certain smartphones.", "wptouch" ); + echo __( "Sorry, this theme is only meant for use on touch smartphones.", "wptouch" ); echo '</div></div>'; echo '' .get_footer() . ''; echo '</body>'; @@ -71,7 +71,11 @@ return stristr($useragent,$browser); } function wptouch_twitter_link() { - echo '<li><a href="javascript:(function(){var%20f=false,t=true,a=f,b=f,u=\'\',w=window,d=document,g=w.open(),p,linkArr=d.getElementsByTagName(\'link\');for(var%20i=0;i%3ClinkArr.length&&!a;i++){var%20l=linkArr[i];for(var%20x=0;x%3Cl.attributes.length;x++){if(l.attributes[x].nodeName.toLowerCase()==\'rel\'){p=l.attributes[x].nodeValue.split(\'%20\');for(y=0;y%3Cp.length;y++){if(p[y]==\'short_url\'||p[y]==\'shorturl\'||p[y]==\'shortlink\'){a=t;}}}if(l.attributes[x].nodeName.toLowerCase()==\'rev\'&&l.attributes[x].nodeValue==\'canonical\'){a=t;}if(a){u=l.href;}}}if(a){go(u);}else{var%20h=d.getElementsByTagName(\'head\')[0]||d.documentElement,s=d.createElement(\'script\');s.src=\'http://api.bit.ly/shorten?callback=bxtShCb&longUrl=\'+encodeURIComponent(window.location.href)+\'&version=2.0.1&login=amoebe&apiKey=R_60a24cf53d0d1913c5708ea73fa69684\';s.charSet=\'utf-8\';h.appendChild(s);}bxtShCb=function(data){var%20rs,r;for(r%20in%20data.results){rs=data.results[r];break;}go(rs[\'shortUrl\']);};function%20go(u){return%20g.document.location.href=(\'http://m.twitter.com/home/?status=\'+encodeURIComponent(document.title+\'%20\'+u));}})();" id="otweet"></a></li>'; + echo '<li><a href="javascript:(function(){var%20f=false,t=true,a=f,b=f,u=\'\',w=window,d=document,g=w.open(),p,linkArr=d.getElementsByTagName(\'link\');for(var%20i=0;i%3ClinkArr.length&&!a;i++){var%20l=linkArr[i];for(var%20x=0;x%3Cl.attributes.length;x++){if(l.attributes[x].nodeName.toLowerCase()==\'rel\'){p=l.attributes[x].nodeValue.split(\'%20\');for(y=0;y%3Cp.length;y++){if(p[y]==\'short_url\'||p[y]==\'shorturl\'||p[y]==\'shortlink\'){a=t;}}}if(l.attributes[x].nodeName.toLowerCase()==\'rev\'&&l.attributes[x].nodeValue==\'canonical\'){a=t;}if(a){u=l.href;}}}if(a){go(u);}else{var%20h=d.getElementsByTagName(\'head\')[0]||d.documentElement,s=d.createElement(\'script\');s.src=\'http://api.bit.ly/shorten?callback=bxtShCb&longUrl=\'+encodeURIComponent(window.location.href)+\'&version=2.0.1&login=amoebe&apiKey=R_60a24cf53d0d1913c5708ea73fa69684\';s.charSet=\'utf-8\';h.appendChild(s);}bxtShCb=function(data){var%20rs,r;for(r%20in%20data.results){rs=data.results[r];break;}go(rs[\'shortUrl\']);};function%20go(u){return%20g.document.location.href=(\'http://mobile.twitter.com/home/?status=\'+encodeURIComponent(document.title+\'%20\'+u));}})();" id="otweet"></a></li>'; +} + +function wptouch_facebook_link() { + echo "<li><a href=\"javascript:var%20d=document,f='http://www.facebook.com/share',l=d.location,e=encodeURIComponent,p='.php?src=bm&v=4&i=1297484757&u='+e(l.href)+'&t='+e(d.title);1;try{if%20(!/^(.*\.)?facebook\.[^.]*$/.test(l.host))throw(0);share_internal_bookmarklet(p)}catch(z)%20{a=function()%20{if%20(!window.open(f+'r'+p,'sharer','toolbar=0,status=0,resizable=1,width=626,height=436'))l.href=f+p};if%20(/Firefox/.test(navigator.userAgent))setTimeout(a,0);else{a()}}void(0)\" id=\"facebook\"></a></li>"; } function wptouch_thumb_reflections() { @@ -157,10 +161,8 @@ function wptouch_core_else_text() { } function wptouch_core_footer_switch_link() { - $switch_url = $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]; - -echo '<script type="text/javascript">function switch_delayer() { window.location = "' . get_bloginfo('url') . '/?theme_view=normal&wptouch_redirect=' . $switch_url . '"}</script>'; -echo '' . __( "Mobile Theme", "wptouch" ) . ' <a id="switch-link" onclick="wptouch_switch_confirmation();" href="javascript:return false;"></a>'; + echo '<script type="text/javascript">function switch_delayer() { window.location = "' . get_bloginfo( 'url' ) . '/?wptouch_view=normal&wptouch_redirect=' . $_SERVER['REQUEST_URI'] .'"}</script>'; + echo '' . __( "Mobile Theme", "wptouch" ) . ' <a id="switch-link" onclick="wptouch_switch_confirmation();" href="javascript:return false;"></a>'; } @@ -245,5 +247,4 @@ remove_filter('the_content', 'Add_Like_Button'); //Sharebar Plugin remove_filter('the_content', 'sharebar_auto'); -remove_action('wp_head', 'sharebar_header'); -?> \ No newline at end of file +remove_action('wp_head', 'sharebar_header'); \ No newline at end of file diff --git a/wp-content/plugins/wptouch/themes/core/core-header.php b/wp-content/plugins/wptouch/themes/core/core-header.php index 67addf941..f366b7c89 100644 --- a/wp-content/plugins/wptouch/themes/core/core-header.php +++ b/wp-content/plugins/wptouch/themes/core/core-header.php @@ -7,7 +7,7 @@ <title><?php wp_title('«', true, 'right'); ?> <?php $str = bnc_get_header_title(); echo stripslashes($str); ?></title> <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> <link <?php if (bnc_is_flat_icon_enabled()) { echo 'rel="apple-touch-icon-precomposed"'; } else { echo 'rel="apple-touch-icon"';} ?> href="<?php echo bnc_get_title_image(); ?>" /> - <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/style.css" type="text/css" media="screen" /> + <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/style.min.css?ver=1.9.22.1" type="text/css" media="screen" /> <?php if (bnc_is_gigpress_enabled() && function_exists( 'gigpress_shows' )) { ?> <link rel="stylesheet" href="<?php echo compat_get_plugin_url( 'wptouch' ); ?>/themes/core/core-css/gigpress.css" type="text/css" media="screen" /> <?php } ?> diff --git a/wp-content/plugins/wptouch/themes/core/core-images/post-options.png b/wp-content/plugins/wptouch/themes/core/core-images/post-options.png index e3a6601582a8f08c90158c8846f680ea10ba3e7f..f304c195611c03815c65bd31cff3ddd95d8145bb 100644 GIT binary patch literal 2673 zcmeAS@N?(olHy`uVBq!ia0y~yU@&4}U<~14W?*0lw4PtUz`!6`;u=vBoS#-wo>-L1 z;Fyx1l&avFo0y&&l$w}QS$HzlhJk@8CBP@d_1Uv$X=!Qy|NsB_^XJQ#FJHWP@%;Jo zSFc{ZdHwqBn>Tmw-hKW0^}Dxkv$L~5zJLGe!-rL?R=s}pDkCG~)ytO!1qHdexmT}V z-Mo2oW@ctyUf%n6?<y)P&YU?jbLPyds;Z`@rqa^V{QUe6A3k(+bi8=>?9-=DJv}`i z-o5MW>?|rOnmv2=?%lh;fB#-wT>SR!+qbV@|M>A^>C&ZNzka=O<3@dbeQj;+)TvYZ z`uY|wTzKNdiOG{Dy?pUv*36kTH8qPCEn2*I@tiqx9z1x^-`_uf-n@PL_O-XSA31Vl z>(;Gn)~tE==FO`YFIKN!U0zo9<;$10*48(#UbVKizJL3+ySw}S`}ZH-zrS(q+ViJR zUp#+)>(;H^yLO#Fcdn(SW!tuG5ANM-Y;64e@#BgWD=uBSG=2K?M~@yoe)Q<fsZ*7e zmG9oYJ9qBf$&)9Wo11s-*fF8M|Ivd7A3uD!a{2O>EnB{P`cz(C{^re_%NH*;G&F48 zy!q(Sqiff$ojPU8-o1P8-MyQWlk@oT;{*FaVB^M($B!LbzkdCpg9o2JefsI+$IqWX zPn<aM<HwIzu3RZBENp9QtEsMTY-qS};li5LtDio8ynNZRl`B@vm@#9)f(7^P-J3FH z%Ej~NCr_TddDEtc4<D{uyY}djBRhBQoHlLRj_uoT-ncPi`t(H$7k>NpZO4uscW>X` zwsq@-2@@_~zWn6Lll%AYpE`N6tE=nu>C+q5t?TaUI&|nzSy|b|ix<zGIrHbwpCgA3 z?b)+u?wmQBHf@?WZ{DOyljhH#fA;Lz<HwI5Jb3W%;lt<8pI^Ch<?Wj{_wU_%{rdH5 z*RCBnaA4zx4YOv=TC#ZYx^?SL9zT9u&B}~{fqk*3i(^Q|tv9pV!-YL%j(;yt@wR%Y z*xE8dV2L>EQf>_eC8Y&S-`?G<zW#Yl`uCjc)$jLykNdZBwr-BljhlBr{(N`0di(wF zCF$zF6L0D7|9SRI+aeyxM_(tb5)llTs#KJ#CO4zfS1>cdo<p1YA^#1wr(HLhnQe`i zF&kI0F_j(Iy0kQR)qVwWjTioFbB}Iytyt8Untt23q1NoI*@M~owjv%^-0vpcs$Fd- zxS?5$N#N}25Btxl$9)ff;u>ll`Aa7)D<>iN{+Ze0o*Q|4b9|&{eoZrs-#vZxs<>yb zOMae>j5@K*dUZ?o>!^kE8N%+~T+(;sZ)<S-(hKt8&U(3j3w{OE?f5Dr_i^s3kWJH1 z1+!Wlk^7)|d&Yago`Wp6-�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 literal 2158 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 Qz`(%Z>FVdQ&MBb@0Ai7wCjbBd diff --git a/wp-content/plugins/wptouch/themes/core/core.js b/wp-content/plugins/wptouch/themes/core/core.js index a1b4d9934..ac45b32cc 100644 --- a/wp-content/plugins/wptouch/themes/core/core.js +++ b/wp-content/plugins/wptouch/themes/core/core.js @@ -20,17 +20,19 @@ $wptouch.fn.wptouchFadeToggle = function(speed, easing, callback) { }; /////-- Switch Magic -- ///// -function wptouch_switch_confirmation() { -if (document.cookie && document.cookie.indexOf("wptouch_switch_cookie") > -1) { -// just switch - $wptouch("a#switch-link").toggleClass("offimg"); - setTimeout('switch_delayer()', 1250); -} else { -// ask first - var answer = confirm("Switch to regular theme?"); - if (answer){ - $wptouch("a#switch-link").toggleClass("offimg"); - setTimeout('switch_delayer()', 1250); +function wptouch_switch_confirmation( e ) { + if ( document.cookie && document.cookie.indexOf("wptouch_switch_toggle" ) > -1) { + // just switch + $wptouch("a#switch-link").toggleClass("offimg"); + setTimeout('switch_delayer()', 1250); + } else { + // ask first + if ( confirm( "Switch to regular view? \n \n You can switch back again in the footer." ) ) { + $wptouch("a#switch-link").toggleClass("offimg"); + setTimeout('switch_delayer()', 1350); + } else { + e.preventDefault(); + e.stopImmediatePropagation(); } } } diff --git a/wp-content/plugins/wptouch/themes/core/core.min.js b/wp-content/plugins/wptouch/themes/core/core.min.js new file mode 100644 index 000000000..6e1208699 --- /dev/null +++ b/wp-content/plugins/wptouch/themes/core/core.min.js @@ -0,0 +1 @@ +$wptouch=jQuery.noConflict();if((navigator.platform=="iPhone"||navigator.platform=="iPod")&&typeof orientation!="undefined"){var touchStartOrClick="touchstart"}else{var touchStartOrClick="click"}if(top.location!=self.location){top.location=self.location.href}$wptouch.fn.wptouchFadeToggle=function(a,c,b){return this.animate({opacity:"toggle"},a,c,b)};function wptouch_switch_confirmation(a){if(document.cookie&&document.cookie.indexOf("wptouch_switch_toggle")>-1){$wptouch("a#switch-link").toggleClass("offimg");setTimeout("switch_delayer()",1250)}else{if(confirm("Switch to regular view? \n \n You can switch back again in the footer.")){$wptouch("a#switch-link").toggleClass("offimg");setTimeout("switch_delayer()",1350)}else{a.preventDefault();a.stopImmediatePropagation()}}}if($wptouch("#prowl-success").length){setTimeout(function(){$wptouch("#prowl-success").fadeOut(350)},5250)}if($wptouch("#prowl-fail").length){setTimeout(function(){$wptouch("#prowl-fail").fadeOut(350)},5250)}$wptouch(function(){var a=$wptouch("#menu-head > ul");$wptouch("#tabnav a").bind(touchStartOrClick,function(){a.hide().filter(this.hash).show();$wptouch("#tabnav a").removeClass("selected");$wptouch(this).addClass("selected");return false}).filter(":first").trigger(touchStartOrClick)});function bnc_showhide_coms_toggle(){$wptouch("#commentlist").wptouchFadeToggle(350);$wptouch("img#com-arrow").toggleClass("com-arrow-down");$wptouch("h3#com-head").toggleClass("comhead-open")}function doWPtouchReady(){$wptouch.timerId=setInterval(function(){var b=$wptouch.timers;for(var a=0;a<b.length;a++){if(!b[a]()){b.splice(a--,1)}}if(!b.length){clearInterval($wptouch.timerId);$wptouch.timerId=null}},83);$wptouch("#headerbar-menu a").bind(touchStartOrClick,function(a){$wptouch("#wptouch-menu").wptouchFadeToggle(350);$wptouch("#headerbar-menu a").toggleClass("open")});$wptouch("a#searchopen, #wptouch-search-inner a").bind(touchStartOrClick,function(a){$wptouch("#wptouch-search").wptouchFadeToggle(350)});$wptouch("a#prowlopen").bind(touchStartOrClick,function(a){$wptouch("#prowl-message").wptouchFadeToggle(350)});$wptouch("a#wordtwitopen").bind(touchStartOrClick,function(a){$wptouch("#wptouch-wordtwit").wptouchFadeToggle(350)});$wptouch("a#gigpressopen").bind(touchStartOrClick,function(a){$wptouch("#wptouch-gigpress").wptouchFadeToggle(350)});$wptouch("a#loginopen, #wptouch-login-inner a").bind(touchStartOrClick,function(a){$wptouch("#wptouch-login").wptouchFadeToggle(350)});$wptouch("a#obook").bind(touchStartOrClick,function(){$wptouch("#bookmark-box").wptouchFadeToggle(350)});$wptouch(".singlentry img, .singlentry .wp-caption").each(function(){if($wptouch(this).width()<=250){$wptouch(this).addClass("aligncenter")}});if($wptouch("#FollowMeTabLeftSm").length){$wptouch("#FollowMeTabLeftSm").remove()}}$wptouch(document).ready(function(){doWPtouchReady()}); \ No newline at end of file diff --git a/wp-content/plugins/wptouch/themes/default/comments.php b/wp-content/plugins/wptouch/themes/default/comments.php index 0539b7d31..93bb22201 100644 --- a/wp-content/plugins/wptouch/themes/default/comments.php +++ b/wp-content/plugins/wptouch/themes/default/comments.php @@ -135,4 +135,4 @@ </div><!--textinputwrap div--> </div><!-- comment_wrapper --> -<?php endif; // if you delete this the sky will fall on your head ?> \ No newline at end of file +<?php endif; // if you delete this the sky will fall on your head \ No newline at end of file diff --git a/wp-content/plugins/wptouch/themes/default/functions.php b/wp-content/plugins/wptouch/themes/default/functions.php index b2bca9cdd..7bc37a5d5 100644 --- a/wp-content/plugins/wptouch/themes/default/functions.php +++ b/wp-content/plugins/wptouch/themes/default/functions.php @@ -11,7 +11,7 @@ function exclude_category($query) { } $cats = implode( ",", $new_cats ); - if ( $query->is_home ) { +if ( $query->is_home || $query->is_search || $query->is_archive || $query->is_feed ) { $query->set('cat', $cats); } return $query; @@ -93,5 +93,4 @@ function time_since($older_date, $newer_date = false) } remove_filter('get_the_excerpt', 'wp_trim_excerpt'); -add_filter('get_the_excerpt', 'wptouch_trim_excerpt'); -?> \ No newline at end of file +add_filter('get_the_excerpt', 'wptouch_trim_excerpt'); \ No newline at end of file diff --git a/wp-content/plugins/wptouch/themes/default/header.php b/wp-content/plugins/wptouch/themes/default/header.php index ec22540fc..f754d1920 100644 --- a/wp-content/plugins/wptouch/themes/default/header.php +++ b/wp-content/plugins/wptouch/themes/default/header.php @@ -209,5 +209,5 @@ include( dirname(__FILE__) . '/../core/core-header.php' ); </div> <?php } ?> </div> -<!-- #start the wptouch plugin use check --> -<?php wptouch_core_header_check_use(); ?> \ No newline at end of file +<?php +wptouch_core_header_check_use(); \ No newline at end of file diff --git a/wp-content/plugins/wptouch/themes/default/page.php b/wp-content/plugins/wptouch/themes/default/page.php index 70be817ad..da26f292e 100644 --- a/wp-content/plugins/wptouch/themes/default/page.php +++ b/wp-content/plugins/wptouch/themes/default/page.php @@ -109,4 +109,5 @@ <?php endif; ?> <!-- If it's ajax, we're not bringing in footer.php --> -<?php global $is_ajax; if (!$is_ajax) get_footer(); ?> \ No newline at end of file +<?php global $is_ajax; if (!$is_ajax) +get_footer(); \ No newline at end of file diff --git a/wp-content/plugins/wptouch/themes/default/single.php b/wp-content/plugins/wptouch/themes/default/single.php index fb677c11a..e1d1fdf0d 100644 --- a/wp-content/plugins/wptouch/themes/default/single.php +++ b/wp-content/plugins/wptouch/themes/default/single.php @@ -44,7 +44,8 @@ <?php } ?> <li><a href="mailto:?subject=<?php bloginfo('name'); ?>- <?php the_title_attribute();?>&body=<?php _e( "Check out this post:", "wptouch" ); ?>%20<?php the_permalink() ?>" onclick="return confirm('<?php _e( "Mail a link to this post?", "wptouch" ); ?>');" id="omail"></a></li> - <?php wptouch_twitter_link(); // This detects if it's an Apple mobile device or not and serves up the right Twitter link ?> + <?php wptouch_twitter_link(); ?> + <?php wptouch_facebook_link(); ?> <li><a href="javascript:return false;" id="obook"></a></li> <?php $nextPost = get_next_post(); if ($nextPost) { ?> <li><a href="<?php $nextPost = get_next_post(false); $nextURL = get_permalink($nextPost->ID); echo $nextURL; ?>" id="onext"></a></li> @@ -100,4 +101,5 @@ $wptouch('#commentform').ajaxForm(formoptions); <!-- Do the footer things --> -<?php global $is_ajax; if (!$is_ajax) get_footer(); ?> \ No newline at end of file +<?php global $is_ajax; if (!$is_ajax) +get_footer(); \ No newline at end of file diff --git a/wp-content/plugins/wptouch/themes/default/style.css b/wp-content/plugins/wptouch/themes/default/style.css index 8b633a99d..cb8edd9d1 100644 --- a/wp-content/plugins/wptouch/themes/default/style.css +++ b/wp-content/plugins/wptouch/themes/default/style.css @@ -1,4 +1,4 @@ -/* @override http://www.bravenewcode.com/wordpress/wp-content/plugins/wptouch/themes/default/style.css */ +/* @override http://beta.bravenewcode.com/wordpress/wp-content/plugins/wptouch/themes/default/style.css */ /* Theme Name: WPtouch Mobile Plugin & Theme For WordPress @@ -700,7 +700,14 @@ blockquote { } #wptouch-login input#logsub { - display: none; + visibility: hidden; + width: 0; + height: 0; + float: left; + overflow: hidden; + display: inline; + margin: 0 0 0 -22px; + padding: 0; } #wptouch-search { @@ -895,12 +902,11 @@ a.h2 { .archive-top { margin: -11px -11px 7px; -webkit-border-top-right-radius: 8px; - padding: 0; } .archive-top-right .post-arrow, .archive-top-right .post-arrow-down { margin-right: 5px; - margin-top: 3px; + margin-top: 28px; } .archive-top-left.month-01, #arc-top.month-02, #arc-top.month-03, #arc-top.month-04, #arc-top.month-05, #arc-top.month-06, #arc-top.month-07, #arc-top.month-08, #arc-top.month-09, #arc-top.month-10, #arc-top.month-11, #arc-top.month-12 { @@ -1206,8 +1212,8 @@ ul#post-options li { ul#post-options li a { display: inline-block; - width: 38px; - padding: 20px 6px 16px; + width: 36px; + padding: 20px 5px 16px; margin: 2px 0 0; } @@ -1233,6 +1239,10 @@ ul#post-options li a#otweet { background: url(../core/core-images/post-options.png) no-repeat center -82px; } +ul#post-options li a#facebook { + background: url(../core/core-images/post-options.png) no-repeat center -293px; +} + ul#post-options li a#obook { background: url(../core/core-images/post-options.png) no-repeat center -39px; border-right: 1px solid #fbfbfb; @@ -1376,7 +1386,7 @@ ul#post-options li a#obook { /* @group Pages */ .page h2 { - font-size: 20px; + font-size: 22px; letter-spacing: -1px; text-align: left; line-height: 22px; @@ -1636,7 +1646,7 @@ ol.commentlist li:last-child { -webkit-border-bottom-right-radius: 8px; } -ol.commentlist li img { +ol.commentlist li img.avatar { float: left; border-right: 1px solid #f9f9f9; margin-right: 5px; @@ -2148,6 +2158,20 @@ p.subscribe-to-comments input#subscribe { /* @group Compatibility */ +#livefyre { + margin-left: 9px; + margin-right: 9px; + width: 100%; + background-color: #fff; + border: 1px solid #CCC; + -webkit-border-radius: 8px; + padding: 10px; +} + +#wwsgd-optin, #outbrain_container_0_stripBox, #outbrain_container_0_stars, .linkedin_share_container, .dd_post_share, .tweetmeme_button, #dd_ajax_float { + display: none; +} + /* @group Dynamic Contact Form */ #dwp-contact-button, .dwpcontact-page { diff --git a/wp-content/plugins/wptouch/themes/default/style.min.css b/wp-content/plugins/wptouch/themes/default/style.min.css new file mode 100644 index 000000000..ee33446f1 --- /dev/null +++ b/wp-content/plugins/wptouch/themes/default/style.min.css @@ -0,0 +1 @@ +body{margin:0;padding:0;font:12px Helvetica;-webkit-text-size-adjust:none;min-height:460px;background-repeat:repeat;background-position:0 0}ul{margin:0;padding:0 20px 0 20px;list-style-type:circle;list-style-position:outside}ol{margin:0;padding:0 25px 0 20px;list-style-type:decimal;list-style-position:outside}li{margin-bottom:5px;color:#555;list-style-type:disc;text-align:left;padding-bottom:5px;font-size:12px;margin-right:-15px;padding-top:0}a{text-decoration:none}input{max-width:96%}code{font-family:Courier,"Courier New",mono;color:red}blockquote{text-align:left;padding:1px 10px 1px 15px;font-size:90%;border-left:2px solid #ccc;margin:5px 15px}.clearer{clear:both}.content{margin-top:15px;position:relative}.result-text{color:#475d79;text-shadow:#eee 1px 1px 0;font-size:15px;font-weight:bold;margin-bottom:10px;margin-left:10px;letter-spacing:0;border-style:none}.result-text-footer{color:#475d79;text-shadow:#eee 1px 1px 0;letter-spacing:0;font-size:15px;font-weight:bold;margin-bottom:10px;margin-left:10px;text-align:center;display:block}.pageentry h1,.mainentry h1{font-size:22px}.pageentry h2,.mainentry h2{font-size:18px;text-shadow:#f9f9f9 -1px -1px 0;text-align:left;padding-bottom:10px;color:#222}.pageentry h3,.mainentry h3{text-align:left;color:#666;font-size:15px;border-bottom:1px solid #adadad;border-top:1px solid #adadad;padding:10px;font-weight:bold;line-height:14px;background-color:#eee;margin:15px -10px;text-shadow:#fff -1px 1px 0}.pageentry h4,.mainentry h4{font-size:13px;text-shadow:#f9f9f9 -1px -1px 0;padding:0 0 10px;padding-bottom:10px;color:#666}.pageentry h5,.mainentry h5{text-shadow:#f9f9f9 -1px -1px 0;font-size:12px;padding:0}.mainentry img,#singlentry img,.pageentry img,ol.commentlist li img{max-width:100%;height:auto}.fontsize{font-size:1.2em;line-height:140%}.aligncenter{text-align:center;margin-left:auto;display:block;margin-right:auto}.post object,.post embed,.post video,.post iframe{width:100%!important;height:auto;max-height:280px;margin-bottom:10px}#headerbar{width:100%;background-position:0 0;background-repeat:repeat-x;height:45px;border-bottom:1px solid #1e1e1e;font-size:19px}#headerbar-title{text-shadow:#242424 -1px -1px 1px;padding-top:10px;padding-left:10px;display:block;margin:0;border-style:none;padding-bottom:4px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:85%;font-weight:bold;height:29px}#headerbar-title a{text-decoration:none;letter-spacing:-1px;position:relative;font-family:HelveticaNeue-Bold,sans-serif}#headerbar-title img#logo-icon{position:relative;margin-right:7px;max-width:30px;float:left;width:28px;height:28px;padding:0;bottom:1px}#headerbar-menu{position:absolute;top:0;right:0;margin:0;padding:0}#headerbar-menu a{height:45px;display:block;background:url(../core/core-images/wptouch-menu-dropper.png) 0 0;width:30px;margin:0;padding:0}#headerbar-menu .open{background-position:0 -45px}#drop-fade{width:100%;display:block;position:relative;-webkit-box-shadow:#000 -3px 2px 3px;text-align:right;border-top:1px solid #3e3e3e;height:20px;top:0;z-index:1}#drop-fade a.top{margin-right:8px;position:relative;bottom:3px;color:#eee;text-shadow:#000 0 -1px 1px;display:block;float:right;font:bold 11px "Helvetica Neue",Helvetica,Arial,sans-serif;height:18px;padding:6px 2px 2px 0}#drop-fade #prowlopen{padding-left:18px;background:url(../core/core-images/menu-sprite.png) no-repeat 2px -60px;padding-top:3px;padding-bottom:1px;margin-top:3px}#drop-fade #wordtwitopen{padding-left:18px;background:url(../core/core-images/menu-sprite.png) no-repeat 2px -74px}#drop-fade #searchopen{padding-left:18px;background:url(../core/core-images/menu-sprite.png) no-repeat 2px -94px;height:15px;overflow:hidden;padding-bottom:0;padding-top:3px;margin-top:3px}#drop-fade #gigpressopen{padding-left:18px;background:url(../core/core-images/menu-sprite.png) no-repeat 2px -109px;padding-top:3px;padding-bottom:1px;margin-top:3px}.dropper{width:100%;position:relative;z-index:1;margin:0;padding:0;border-top:1px solid #1b1b1b;font-size:13px;background-color:#2c2c2c}.dropper ul{position:relative;list-style-type:none;margin:0;padding:0}.dropper ul#head-tags li,.dropper ul#head-cats li{width:100%;margin:0;padding:0}.dropper ul#head-pages li,.dropper ul#head-cats li,.dropper ul#head-tags li li,.dropper ul#head-account li,ul#tweets li{border-bottom:1px solid #1d1d1d;background:url(../core/core-images/arrow.png) no-repeat right center;border-top:1px solid #363636;padding:0;text-align:left;margin:0}.dropper ul#head-account li.text{color:#eee;text-shadow:#111 0 -1px 1px;text-align:center;background-image:none;padding-top:25px;padding-bottom:25px;text-transform:none}.dropper ul#head-account li.text a{display:inline;margin:0;padding:0;text-decoration:underline}.dropper ul#head-cats li:hover,.dropper ul#head-tags li li:hover,.dropper ul#head-pages li:hover{background-color:#222;border-top:1px solid #222;position:relative;z-index:2}.dropper a{font-weight:bold;display:block;text-shadow:#000 -1px -1px 1px;color:#d2d2d2;margin:0;width:auto;padding:12px 35px 12px 15px;text-align:left}.dropper ul#head-tags a{padding-top:11px;padding-bottom:12px}.dropper ul#head-cats a{padding-top:12px;padding-bottom:12px}#wptouch-menu{position:absolute;z-index:2;top:45px;-webkit-box-shadow:#333 -6px 6px 6px;display:none}#wptouch-menu-inner{position:relative}#wptouch-menu-inner img{float:left;position:relative;bottom:7px;width:28px;padding-right:10px;right:0}#tabnav{background-color:#444;padding-top:3px;border-bottom:1px solid #1b1b1b;border-top:1px solid #575757;padding-left:10px;height:24px;margin-bottom:-1px}#tabnav a{display:inline-block;margin:0;padding:2px 8px 7px;color:#999;text-shadow:#111 0 -1px 1px}#tabnav a.selected{background-color:#2c2c2c;position:relative;z-index:1;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;border:1px solid #1b1b1b;margin-left:-1px;margin-right:-1px;color:#fff!important;-webkit-box-shadow:#222 0 -2px 3px;border-bottom:1px solid #2c2c2c;text-shadow:#000 0 -1px 1px}#tabnav a:hover,#tabnav a:active{color:#fff!important}#wptouch-wordtwit{position:absolute;border-top:1px solid #3e3e3e;background-color:#222;top:20px;text-align:left;z-index:2;left:0;right:0}#wptouch-wordtwit #twitter-style-bar{display:block;border-top:1px solid #1e1e1e}#wordtwit-avatar{text-align:left;padding-bottom:10px;-webkit-border-radius:8px;padding-left:5px;padding-top:5px;border:1px solid #555;background-image:none;background-color:#444;margin:10px}#wordtwit-avatar img{-webkit-box-reflect:below -1px -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(0.8,transparent),to(white));border:1px solid #222;float:left;margin-right:15px;-webkit-border-radius:2px;width:32px;height:32px}#wptouch-wordtwit a#follow-arrow{border-style:none;width:18px;height:18px;position:absolute;top:22px;right:15px;padding:5px;margin:0}#wordtwit-avatar p{padding:0;margin:0;color:#777}#wordtwit-avatar p.twitter_username{color:#eee;text-shadow:#222 0 -1px 1px;font-size:15px;font-weight:bold}#wordtwit-avatar a{display:inline-block;font-size:11px;color:#999;text-shadow:#222 0 -1px 0;padding:3px 0 0}#wptouch-wordtwit ul#tweets li{color:#ccc;font-size:12px;text-shadow:#000 0 -1px 0;background-image:none;background-color:#2c2c2c;padding:10px 50px 10px 10px}#wptouch-wordtwit ul#tweets li:last-child{padding-bottom:30px}#wptouch-wordtwit li p.time{color:#777;font-size:11px;padding:0;margin:0}#prowl-message{color:#eee;text-shadow:#000 0 -1px 1px;clear:both;padding:10px;text-align:left;font-size:11px;border-top:1px solid #3e3e3e;background-color:#222;position:absolute;top:20px;right:0;left:0}#prowl-message #push-style-bar{display:block;border-top:1px solid #1e1e1e;margin-left:-10px;margin-right:-10px;margin-top:-10px;padding-top:10px}#prowl-message form p{font-weight:bold;font-size:12px;position:relative;margin-bottom:10px;margin-top:10px;clear:both}#prowl-message label{margin-left:5px}#prowl-message input{width:60%;-webkit-border-radius:10px;padding:3px;color:#222;border:1px solid #1b1b1b;font:14px "Helvetica Neue",Helvetica,Geneva,Arial,sans-serif}#prowl-message input#prowl-submit{width:100px;text-align:center;color:#fff;text-shadow:#333 0 -1px 1px;font-weight:bold;border:1px solid #333;margin-top:10px;float:right}#prowl-message textarea{width:98%;-webkit-border-radius:10px;padding:3px;color:#222;border:1px solid #1b1b1b;height:70px;overflow:auto;margin-top:2px;font:14px "Helvetica Neue",Helvetica,Geneva,Arial,sans-serif}#prowl-message h4{font-size:14px;margin:10px 0 15px;padding:0}#prowl-message img{float:left;margin-right:10px}#prowl-success{color:#eee;text-shadow:#000 0 -1px 1px;font:bold 16px "Helvetica Neue",Helvetica,Geneva,Arial,sans-serif;text-align:center;background:#000 url(../core/core-images/push-success.png) no-repeat center 50px;position:absolute;top:0;left:0;z-index:1000;opacity:.9;width:90%;margin-left:5%;margin-top:25px;-webkit-border-radius:15px;-webkit-box-shadow:#444 0 0 15px}#prowl-success p,#prowl-fail p{margin-top:125px;margin-left:20%;margin-right:20%}#prowl-fail{color:#eee;text-shadow:#000 0 -1px 1px;font:bold 16px "Helvetica Neue",Helvetica,Geneva,Arial,sans-serif;text-align:center;background:#000 url(../core/core-images/push-fail.png) no-repeat center 50px;position:absolute;top:0;left:0;z-index:1000;opacity:.9;width:90%;margin-left:5%;margin-top:25px;-webkit-border-radius:15px;-webkit-box-shadow:#444 0 0 15px}#wptouch-login{position:absolute;top:0;left:0;z-index:1;width:100%;display:none}#wptouch-login-inner{padding-top:8px;width:100%;height:35px;background-repeat:repeat-x;text-align:center;padding-bottom:2px}#wptouch-login input#log{width:120px;-webkit-border-radius:10px;padding:3px;font-size:13px;color:#222;font-weight:bold;border:1px solid #1b1b1b}#wptouch-login input#pwd{width:120px;-webkit-border-radius:10px;padding:3px;font-size:13px;color:#222;font-weight:bold;border:1px solid #1b1b1b;margin-left:5px}#wptouch-login input#logsub{visibility:hidden;width:0;height:0;float:left;overflow:hidden;display:inline;margin:0 0 0 -22px;padding:0}#wptouch-search{position:absolute;top:0;left:0;z-index:1;width:100%;display:none}#wptouch-search-inner{width:100%;height:40px;background-repeat:repeat-x;text-align:center;padding-top:5px}input#s{-webkit-border-radius:10px;padding:4px;width:80%;font-size:13px;color:#222;text-align:left;margin-top:6px;border:1px solid #1b1b1b;font-weight:bold}input#search-submit{display:none}img.head-close{display:inline;position:relative;top:6px;left:5px}.post{background-color:#fff;padding:10px;margin-bottom:12px;margin-right:10px;margin-left:10px;border:1px solid #b1b1b1;-webkit-border-radius:8px;position:relative;z-index:0}.big{height:200px}a.post-arrow{width:22px;height:21px;float:right;margin-top:1px;padding:0;background:#f4f4f4 url(../core/core-images/post-arrow.png) no-repeat center 8px;border:1px solid #ddd;-webkit-border-radius:5px;-webkit-transform:scale(1.0) rotate(0deg);-webkit-transition-duration:.6s}a.post-arrow-down{-webkit-transform:scale(1.0) rotate(180deg);-webkit-transition-duration:.6s;background:#dfe3e3 url(../core/core-images/post-arrow.png) no-repeat center -12px;border:1px solid #b8b8b8}a.h2{color:#222;text-decoration:none;display:block;margin-top:2px;text-align:left;letter-spacing:-1px;margin-bottom:4px;font-size:15px;font-weight:bold;line-height:19px;margin-right:10px}.mainentry{color:#444;line-height:145%;display:block}.mainentry p{margin:2% 0 1%;padding:0}.mainentry a.read-more{display:block;padding-top:10px;border-top:1px solid #c1c1c1;position:relative;padding-left:10px;color:#222;font-weight:bold;background:url(../core/core-images/arrow.png) no-repeat right 7px;padding-bottom:10px;-webkit-border-bottom-left-radius:8px;-webkit-border-bottom-right-radius:8px;margin:10px -10px -10px}.mainentry a.read-more:hover{background-color:#dcdcdc}.comment-bubble{background:url(../core/core-images/sprite.png) no-repeat -2px -90px;width:25px;height:21px;padding-top:4px;position:absolute;color:#fff;padding-left:0;font:bold 13px Helvetica,Arial-BoldMT,Geneva,sans-serif;letter-spacing:-1px;text-shadow:#943141 -1px -1px 1px;padding-right:4px;margin-left:0;z-index:1;text-align:center;left:40px;top:0}.comment-bubble-big{background:url(../core/core-images/sprite.png) no-repeat -2px -66px;width:26px;height:21px;padding-top:3px;color:#fff;padding-left:0;font:bold 13px Helvetica,Arial-BoldMT,Geneva,sans-serif;letter-spacing:-1px;text-shadow:#943141 -1px -1px 1px;padding-right:4px;margin-left:0;z-index:1;text-align:center;position:absolute;top:1px;left:36px}.idevice .comment-bubble,.idevice .comment-bubble-big{background:-webkit-gradient(linear,left top,left bottom,from(#de939e),to(#a40717),color-stop(0.5,#be4958));-webkit-background-clip:padding-box;height:16px;display:block;-webkit-border-radius:32px;padding:0 5px;color:#fff;text-shadow:#7b0805 0 1px 1px;text-align:center;border-style:solid;border-width:2px;-webkit-box-shadow:rgba(0,0,0,.6) 0 2px 3px;position:absolute;top:3px;font:bold 12px "Helvetica Neue",Helvetica,Geneva,Arial,sans-serif;z-index:1;width:auto}.nothing-shown{margin-left:-11px;margin-top:-11px}.archive-top{margin:-11px -11px 7px;-webkit-border-top-right-radius:8px}.archive-top-right .post-arrow,.archive-top-right .post-arrow-down{margin-right:5px;margin-top:28px}.archive-top-left.month-01,#arc-top.month-02,#arc-top.month-03,#arc-top.month-04,#arc-top.month-05,#arc-top.month-06,#arc-top.month-07,#arc-top.month-08,#arc-top.month-09,#arc-top.month-10,#arc-top.month-11,#arc-top.month-12{-webkit-border-top-left-radius:8px;-webkit-border-top-right-radius:8px;padding-top:5px;padding-bottom:5px;padding-left:10px;font-weight:bold;color:#eee;text-shadow:#535353 0 -1px 1px}.main-navigation{-webkit-border-radius:8px;background-color:#fff;margin-bottom:12px;position:relative;margin-right:10px;margin-left:10px;border:1px solid #b1b1b1;overflow:hidden;font-weight:bold;padding:10px}.main-navigation .alignleft a{float:left;display:block;background:url(../core/core-images/sprite.png) no-repeat 0 -46px;padding-top:3px;padding-bottom:3px;padding-left:23px}.main-navigation .alignright a{float:right;display:block;padding-top:3px;padding-bottom:3px;padding-right:35px;background:url(../core/core-images/sprite.png) no-repeat right -26px;position:relative;left:15px}.calendar{text-align:center;position:relative;margin-bottom:5px;margin-right:10px;margin-top:0;border:1px solid #c9c9c9;-webkit-border-radius:7px;-webkit-background-clip:padding-box;top:3px;float:left;-webkit-box-shadow:#c6c6c6 1px 1px 3px}.cal-month{font-size:10px;font-weight:bold;color:#fff;letter-spacing:0;border-bottom:1px solid #474848;text-transform:uppercase;padding:3px 10px;-webkit-border-top-left-radius:6px;-webkit-border-top-right-radius:6px}.cal-date{color:#222;background-color:#e9e9e9;text-shadow:white -1px -1px 1px;-webkit-border-bottom-left-radius:6px;-webkit-border-bottom-right-radius:6px;letter-spacing:-2px;font:bold 21px Helvetica,"Arial Rounded MT Bold",Geneva,sans-serif;padding:1px 4px 2px 0;text-align:center;border:1px solid #fff;border-top-style:none}.month-01{background-color:#767c8f}.month-02{background-color:#345abe}.month-03{background-color:#37838d}.month-04{background-color:#55b06c}.month-05{background-color:#409ad5}.month-06{background-color:#be63c5}.month-07{background-color:#f79445}.month-08{background-color:#4e1e00}.month-09{background-color:#a04262}.month-10{background-color:#284461}.month-11{background-color:#4d1d77}.month-12{background-color:#af1919}.post-author{color:#555;font-size:9px;line-height:13px;position:relative;font-weight:bold;letter-spacing:0;text-align:left;width:72%;float:left;padding-top:2px;padding-bottom:1px}.post-author span.lead{font-weight:normal;font-style:normal}.post .sticky-icon{width:16px;height:16px;display:block;background:url(../core/core-images/sticky.png) no-repeat 0 0;position:absolute;left:43px;z-index:1;top:5px}.post .sticky-icon-none{width:16px;height:16px;display:block;background:url(../core/core-images/sticky.png) no-repeat 0 0;position:absolute;left:43px;z-index:1;top:5px;margin-top:-12px;margin-left:-22px}.ajax-load-more{margin-top:15px;margin-right:auto;display:block;margin-left:auto;width:160px}.spin{height:16px;background:url(../core/core-images/ajax-loader.gif) no-repeat;display:inline-block;width:16px;position:relative;float:left;top:0;right:5px}a.ajax{color:#475d79;text-shadow:#eee 1px 1px 0;letter-spacing:0;height:16px;font:bold 14px Helvetica,Geneva,Arial,sans-serif}a.sh2{letter-spacing:-1px;margin:0;padding:0 0 2px;color:#222;display:block;line-height:20px;font-size:19px;font-weight:bold;text-align:left}#singlentry{line-height:150%;color:#333;display:block;overflow:hidden;font-size:14px}.single-post-meta-top{text-align:left;color:#999;font-size:10px;font-weight:bold;line-height:15px}.single-post-meta-bottom{text-align:left;color:#666;font-size:11px;border-bottom:1px solid #adadad;border-top:1px solid #adadad;padding:10px;font-weight:bold;line-height:14px;background-color:#e5eff5;margin:5px -10px;text-shadow:#fafafa 0 1px 1px}.single-post-meta-bottom .post-page-nav{font-size:14px;line-height:25px;text-indent:-99px;margin-left:100px;text-align:left;padding:0;margin-bottom:10px;letter-spacing:0}.single-post-meta-bottom .post-page-nav a{padding:2px 5px 2px 8px;background-color:#fff;border:1px solid #ccc;-webkit-border-radius:4px;width:16px;margin-right:1px;letter-spacing:2px}ul#post-options{-webkit-border-bottom-left-radius:7px;-webkit-border-bottom-right-radius:7px;list-style-type:none;background-color:#e6e6e6;padding:0 4px 0 0;text-align:center;position:relative;margin:-5px -10px -10px;border-top:1px solid #fbfbfb}ul#post-options li{margin:0;padding:0;display:inline-block}ul#post-options li a{display:inline-block;width:36px;padding:20px 5px 16px;margin:2px 0 0}ul#post-options li a#oprev{background:url(../core/core-images/post-options.png) no-repeat 5px -210px;border-right:1px solid #cfcfcf;width:38px}ul#post-options li a#onext{background:url(../core/core-images/post-options.png) no-repeat -7px -244px;border-left:1px solid #cfcfcf;width:38px}ul#post-options li a#omail{background:url(../core/core-images/post-options.png) no-repeat center -1px;border-left:1px solid #fbfbfb;margin-left:-3px}ul#post-options li a#otweet{background:url(../core/core-images/post-options.png) no-repeat center -82px}ul#post-options li a#facebook{background:url(../core/core-images/post-options.png) no-repeat center -293px}ul#post-options li a#obook{background:url(../core/core-images/post-options.png) no-repeat center -39px;border-right:1px solid #fbfbfb;margin-right:-3px}#singlentry .wp-caption{text-align:center;font-size:11px;color:#999;line-height:13px;max-width:100%!important;height:auto!important}#singlentry .gallery{margin:0;padding:0;width:100%!important;height:auto!important}#singlentry .gallery dl.gallery-item img.attachment-thumbnail{padding:3px;margin:10px;width:50%!important;height:auto}#singlentry .gallery dl.gallery-item{margin:0}#singlentry .gallery dl.gallery-item dt.gallery-icon{margin:0}#singlentry .gallery dl.gallery-item dd.gallery-caption{font-size:11px;color:#555}#twitter-box{-webkit-border-radius:8px;border:1px solid #adadad;margin:10px;background-color:#fff}#twitter-box img{float:left;margin-right:5px;position:relative;bottom:4px;right:3px;width:28px;height:28px}#twitter-box ul{list-style-type:none;margin:0;padding:0}#twitter-box li{clear:both;border-bottom:1px solid #cbcbcb;margin:0;padding:0}#twitter-box li a{display:block;color:#222;font-size:13px;font-weight:bold;padding-top:10px;padding-bottom:13px;padding-left:10px;margin:0}#bookmark-box{-webkit-border-radius:8px;border:1px solid #adadad;margin:10px;background-color:#fff}#bookmark-box img{float:left;margin-right:5px;position:relative;bottom:4px;right:3px;margin-left:3px;margin-top:1px}#bookmark-box ul{list-style-type:none;margin:0;padding:0}#bookmark-box li{clear:both;border-bottom:1px solid #cbcbcb;margin:0;padding:0}#bookmark-box li a{display:block;color:#222;font-size:13px;font-weight:bold;padding-top:10px;padding-bottom:13px;padding-left:10px;margin:0}#twitter-box li:last-child,#bookmark-box li:last-child{border-bottom-style:none}.page h2{font-size:22px;letter-spacing:-1px;text-align:left;line-height:22px;font-weight:normal;font-style:normal;padding-right:0;padding-top:0;padding-bottom:0;position:relative;border-style:none;margin:10px 0 0 42px}.pageentry{color:#444;padding:2px 0 0;line-height:145%;display:block}img.pageicon{position:relative;margin-right:10px;width:32px;height:32px;float:left;margin-top:-5px;margin-left:0}.pageentry .wp-caption{text-align:center;font-size:11px;color:#999;line-height:13px;max-width:100%!important;height:auto!important}#wptouch-tagcloud{-webkit-border-radius:8px;border:1px solid #adadad;background-color:#fff;margin-right:10px;margin-left:10px;padding:10px;text-align:justify;text-transform:capitalize;line-height:150%}#wptouch-archives{-webkit-border-radius:8px;border:1px solid #adadad;background-color:#fff;margin-right:10px;margin-left:10px}#wptouch-archives a{color:#222;display:block;padding-bottom:10px;padding-left:10px;background:url(../core/core-images/arrow.png) no-repeat right center;padding-top:10px}#wptouch-archives ul{padding:0;list-style-type:none;margin:0}#wptouch-archives li{border-bottom:1px solid #ccc;list-style-type:none;font-weight:bold;font-size:14px;color:#222;display:block;padding:0;margin-bottom:0;margin-left:-10px;margin-right:-10px}#wptouch-archives li:first-child{margin-top:-10px}#wptouch-archives li:last-child{margin-bottom:-10px;border-bottom-style:none}#wptouch-links a{color:#222;display:block;background:url(../core/core-images/arrow.png) no-repeat right center;padding:10px 10% 10px 10px}#wptouch-links h2{color:#475d79;text-shadow:#eee 1px 1px 0;font-size:15px;font-weight:bold;margin-bottom:10px;margin-left:10px;letter-spacing:0;border-style:none;text-transform:capitalize;margin-top:20px}#wptouch-links ul{-webkit-border-radius:8px;border:1px solid #adadad;background-color:#fff;list-style-type:none;margin:10px;padding:0}#wptouch-links li{border-bottom:1px solid #ccc;list-style-type:none;font-weight:bold;font-size:13px;color:#333;display:block;padding:0;margin:0;text-shadow:#fff 0 0 0}#wptouch-links li:first-child{border-top-style:none}#wptouch-links li:last-child{border-bottom-style:none}#wptouch-flickr{text-align:center;width:auto}#wptouch-flickr img{padding:1px;background-color:#ccc;margin:5px;width:55px;height:55px}#fourohfour{-webkit-border-radius:8px;border:1px solid #adadad;background-color:#fff;text-align:center;margin:10px;padding:10px}ol#commentlist{list-style-type:none;display:none;margin:0 10px 0;position:relative;z-index:1;padding-right:0;padding-bottom:0;padding-left:0}ol.commentlist li{background-color:#fff;padding:10px;border-bottom:1px solid #dedede;margin:0;overflow:hidden;font-size:12px;border-right:1px solid #b1b1b1;border-left:1px solid #b1b1b1;position:relative;line-height:17px}h3#com-head{font-weight:bold;font-size:13px;-webkit-border-radius:8px;text-shadow:#fff 0 1px 0;margin-left:10px;margin-right:10px;border:1px solid #b1b1b1;background:#fff;position:relative;z-index:1;padding-top:10px;padding-bottom:10px;padding-left:10px;cursor:pointer;display:block}h3#com-head img#com-arrow{margin-right:5px;position:relative;top:1px;-webkit-transform:scale(1.0) rotate(0deg);-webkit-transition-duration:.6s}.comhead-open{-webkit-border-bottom-left-radius:0!important;-webkit-border-bottom-right-radius:0!important;margin-bottom:-1px;background-color:#eee!important}.com-arrow-down{-webkit-transform:scale(1.0) rotate(90deg)!important;-webkit-transition-duration:.6s!important}ol.commentlist li:first-child{border-top:1px solid #b1b1b1}ol.commentlist li:last-child{border-bottom:1px solid #b1b1b1;-webkit-border-bottom-left-radius:8px;-webkit-border-bottom-right-radius:8px}ol.commentlist li img.avatar{float:left;border-right:1px solid #f9f9f9;margin-right:5px;width:32px;height:32px}ol.commentlist li ul{padding:0;margin:0;list-style-type:none}ol.commentlist .parent{background-color:#fefdec}ol.commentlist .parent ul.children li{border:1px solid #ddd;background-color:#e9f8fd;-webkit-border-radius:8px}ol.commentlist ul.children .parent ul.children li.alt{border:1px solid #ddd;background-color:#fff;padding:10px;margin:10px 0 0;-webkit-border-radius:8px}ol.commentlist ul.children .parent ul.children li.even{border:1px solid #ddd!important;background-color:#f9fbf6;padding:10px;margin:10px 0 0;-webkit-border-radius:8px}ol.commentlist .reply a,.comdater{position:absolute;top:6px;right:5px;font-weight:bold;font-size:10px;background-color:#e5e5e5;padding:1px 5px;border:1px solid #fff;-webkit-border-radius:3px;text-shadow:#fff 0 1px 0}ol.commentlist .comdater span{margin-right:3px;border-right:1px solid #fefefe;display:inline-block}ol.commentlist .comdater span a{padding-right:7px}ol.commentlist .comdater span a:last-child{border-right:1px solid #ccc;display:inline-block}ol.commentlist .comment-author{font-weight:bold}ol.commentlist .comment-meta a{font-size:11px;color:#999}.navigation.commentnav{height:17px;padding-right:0;padding-top:10px;padding-left:10px}.navigation.commentnav .alignright a{background-repeat:no-repeat;background-position:right -26px;padding-right:35px}.navigation.commentnav .alignleft a{background-repeat:no-repeat;background-position:left -46px;padding-left:25px}.comtop{background-color:#f5f5f5;padding-left:0;padding-bottom:15px;border-bottom:1px solid #dedede;margin-top:-10px;margin-left:-10px;margin-right:-10px;height:17px}.com-author a{font-weight:bold;text-transform:capitalize;font-size:13px;text-shadow:#fff 0 1px 0;-webkit-border-top-right-radius:0}.com-author{font-weight:bold;text-transform:capitalize;font-size:13px;position:relative;text-shadow:#fff 0 1px 0;-webkit-border-top-right-radius:0;padding-left:10px;padding-top:7px}h3#comments,h3#respond{color:#475d79;text-shadow:#eee 1px 1px 0;letter-spacing:-1px;font-size:17px;padding-left:10px;padding-top:20px}h3.coms-closed{text-align:center;margin-top:25px}.preview{background-color:#fdeeab;color:#bf7b20;font-weight:bold;text-shadow:#fff 0 1px 1px;font-size:11px}.preview span{position:absolute;right:62px;top:8px;padding-right:15px}p.logged{color:#475d79;text-shadow:#eee 1px 1px 0;font-size:11px;font-weight:bold;position:relative;top:2px;margin-top:35px}form#commentform{margin-left:10px;margin-right:10px}form#commentform input{-webkit-border-radius:8px;border:1px solid #adadad;padding:3px;margin:0;font-size:13px;color:#444;width:170px}form#commentform input#submit{color:#555;font-weight:bold;width:25%;opacity:1;background-color:#eee;border:1px solid #aaa;text-shadow:#fff 0 1px 0}textarea#comment{-webkit-border-radius:8px;border:1px solid #adadad;font-size:13px;color:#444;height:110px;width:98%;padding:3px}#loading{position:relative;background-color:#dedede;-webkit-border-radius:8px;border:1px solid #9fa5ac;opacity:.85;z-index:9;margin:0;bottom:166px;text-align:center;width:98%;height:64px;max-width:453px;padding:50px 3px 2px}#loading p{display:inline;position:relative;bottom:3px;left:3px;text-shadow:#fff 0 1px 0;font-size:12px;color:#2f4e71;font-weight:bold}form#commentform label{color:#475d79;text-shadow:#eee 1px 1px 0;font-size:12px;font-weight:bold}#refresher{-webkit-border-radius:8px;padding:10px 10px 10px 18px;border:1px solid #b1b1b1;background-color:#e9f5f8;color:#475d79;font-weight:bold;margin-left:10px;margin-right:10px;text-shadow:#f5f5f5 0 1px 1px;margin-top:20px}#refresher img{float:left;margin-right:3px;margin-left:-10px}#refresher h3{padding:0;margin:0 0 5px;color:#475d79;text-shadow:#f5f5f5 0 1px 1px}p.subscribe-to-comments{padding:8px;-webkit-border-radius:8px;background-color:#eee;border:1px solid #adadad}p.subscribe-to-comments label{text-shadow:#fff 0 1px 0!important;color:#333!important}p.subscribe-to-comments input#subscribe{padding-right:3px;vertical-align:top}#errors{background-color:#fed4d2;border:1px solid red;padding:8px;text-align:center;font-weight:bold;text-shadow:#ffecec 0 1px 0;-webkit-border-radius:8px}.full-justified{text-align:justify}.left-justifed{text-align:left}.small-text{font-size:1.1em}.medium-text{font-size:1.2em}.large-text{font-size:1.3em}.classic-wptouch-bg{background-image:url(../core/core-images/pinstripes-classic.gif)}.argyle-wptouch-bg{background-image:url(../core/core-images/argyle-tie.gif)}.horizontal-wptouch-bg{background-image:url(../core/core-images/pinstripes-horizontal.gif)}.diagonal-wptouch-bg{background-image:url(../core/core-images/pinstripes-diagonal.gif)}.skated-wptouch-bg{background-image:url(../core/core-images/skated-concrete.gif)}.grid-wptouch-bg{background-image:url(../core/core-images/grid.gif)}#footer{text-align:center;color:#475d79;font-size:10px;font-weight:bold;text-shadow:#eee 1px 1px 0;margin-top:60px;line-height:13px;padding:0 0 10px}#footer p{margin:0;padding:0 25px 5px}#wptouch-switch-link{-webkit-border-radius:8px;border:1px solid #adadad;margin-right:10px;margin-left:10px;margin-bottom:20px;position:relative;max-width:300px;padding:13px 10px 12px 8px;color:#222;text-shadow:#fff 0 0 0;font-size:13px;text-align:left;background-color:#fff}#wptouch-switch-link a{position:relative;display:block;width:77px;background:url(../core/core-images/onoff.jpg) no-repeat left top;height:22px;float:right;left:2px;bottom:5px}.offimg{width:77px;background:url(../core/core-images/onoff.jpg) no-repeat 0 -22px!important;height:22px}#adsense-area{height:50px;overflow:none;margin-bottom:12px;background:transparent}#adsense-area iframe{height:50px!important;overflow:none}#noscript-wrap{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#eee;z-index:1000;opacity:.9}#noscript{color:#ddd;display:block;height:54%;text-shadow:#000 -1px -1px 0;-webkit-border-radius:15px;-webkit-box-shadow:#444 0 0 15px;width:auto;padding-right:25px;padding-left:25px;background:#0d0d0d url(../../images/saved.png) no-repeat center top;padding-top:110px;text-align:center;border:3px solid #444;font:14px Helvetica,Arial,sans-serif;margin:25px}.wptouch-post-thumb-wrap{position:relative;margin-right:8px;display:block;margin-bottom:4px;width:46px;height:46px;float:left}.wptouch-post-thumb img{width:46px;height:46px}.wptouch-post-thumb-wrap .thumb-top-left{position:absolute;top:0;left:0;height:9px;width:9px;background:url(../core/core-images/thumb-corners.png) no-repeat 0 0}.wptouch-post-thumb-wrap .thumb-top-right{position:absolute;top:0;right:0;width:9px;height:9px;background:url(../core/core-images/thumb-corners.png) no-repeat right top}.wptouch-post-thumb-wrap .thumb-bottom-left{position:absolute;bottom:0;left:0;width:9px;height:9px;background:url(../core/core-images/thumb-corners.png) no-repeat 0 -9px}.wptouch-post-thumb-wrap .thumb-bottom-right{position:absolute;bottom:0;right:0;width:9px;height:9px;background:url(../core/core-images/thumb-corners.png) 9px -9px}#livefyre{margin-left:9px;margin-right:9px;width:100%;background-color:#fff;border:1px solid #CCC;-webkit-border-radius:8px;padding:10px}#wwsgd-optin,#outbrain_container_0_stripBox,#outbrain_container_0_stars,.linkedin_share_container,.dd_post_share,.tweetmeme_button,#dd_ajax_float{display:none}#dwp-contact-button,.dwpcontact-page{display:none!important}#cycler,#cyclerNav{display:none}.gform_wrapper li,.gform_wrapper form li{list-style-type:none!important;padding-left:30px}.gform_wrapper .gform_footer{margin-top:0;margin-left:20px}.wp_skyscraper_c2{display:none}.addthis_container{display:none!important}a.tt{display:none!important}#secureimgdiv img#cas_image{-webkit-border-radius:2px!important;border:1px solid #adadad!important;width:auto!important;height:21px!important;float:left!important}#secureimgdiv p label{color:#475d79;text-shadow:#eee 1px 1px 0;font-size:14px;font-weight:bold}#secureimgdiv p small{display:block;margin-top:5px;font-size:11px;text-align:justify}#secureimgdiv p input#securitycode{-webkit-border-radius:8px;border:1px solid #adadad;padding:3px;margin:0;font-size:13px;color:#444;width:101px;-webkit-border-top-left-radius:1px;-webkit-border-bottom-left-radius:1px}a#ribbon{display:none!important}p.subscribe-to-comments{padding:8px;-webkit-border-radius:8px;background-color:#fff;border:1px solid #adadad}p.subscribe-to-comments label{text-shadow:#fff 0 1px 0!important;color:#333!important}p.subscribe-to-comments input#subscribe{padding-right:3px;vertical-align:top;width:auto;height:auto}span.db-body{display:none}p.thdrpy,p.thdmang{display:inline;margin-right:10px}#greet_block{display:none}#commentform input#comment_mail_notify{margin-right:5px;margin-top:15px;margin-bottom:5px}.footer #follow.right{display:none!important}.content ul.socialwrap{display:none}#disqus_thread{-webkit-border-radius:8px;border:1px solid #adadad;background-color:#fff;padding:10px;margin-left:10px;margin-right:10px;margin-top:50px}#content .tw_button{display:none!important}a#FollowMeTabLeftSm{display:none!important} \ No newline at end of file diff --git a/wp-content/plugins/wptouch/wptouch.php b/wp-content/plugins/wptouch/wptouch.php index b5dbbd170..9415758a5 100644 --- a/wp-content/plugins/wptouch/wptouch.php +++ b/wp-content/plugins/wptouch/wptouch.php @@ -1,13 +1,13 @@ <?php /* Plugin Name: WPtouch - Plugin URI: http://www.bravenewcode.com/products/wptouch + Plugin URI: http://www.bravenewcode.com/wptouch Description: A plugin which formats your site with a mobile theme for visitors on Apple <a href="http://www.apple.com/iphone/">iPhone</a> / <a href="http://www.apple.com/ipodtouch/">iPod touch</a>, <a href="http://www.android.com/">Google Android</a>, <a href="http://www.blackberry.com/">Blackberry Storm and Torch</a>, <a href="http://www.palm.com/us/products/phones/pre/">Palm Pre</a> and other touch-based smartphones. Author: Dale Mugford & Duane Storey (BraveNewCode Inc.) Author URI: http://www.bravenewcode.com Text Domain: wptouch Domain Path: /lang - Version: 1.9.21 + Version: 1.9.22.1 # Thanks to ContentRobot and the iWPhone theme/plugin # which the detection feature of the plugin was based on. @@ -42,7 +42,7 @@ load_plugin_textdomain( 'wptouch', false, dirname( plugin_basename( __FILE__ ) ) ); global $bnc_wptouch_version; -$bnc_wptouch_version = '1.9.21'; +$bnc_wptouch_version = '1.9.22.1'; require_once( 'include/plugin.php' ); require_once( 'include/compat.php' ); @@ -268,7 +268,7 @@ function bnc_wptouch_get_user_agents() { "blackberry9530", // Storm "blackberry9520", // Storm v2 "blackberry9550", // Storm v2 - "blackberry9800", // Torch + "blackberry 9800", // Torch "webOS", // Palm Pre Experimental "incognito", // Other iPhone browser "webmate", // Other iPhone browser @@ -489,20 +489,20 @@ class WPtouchPlugin { } function bnc_filter_iphone() { - $key = 'wptouch_switch_cookie'; - - if (isset($_GET['theme_view'])) { - if ($_GET['theme_view'] == 'mobile') { - setcookie($key, 'mobile', 0); - } elseif ($_GET['theme_view'] == 'normal') { - setcookie($key, 'normal', 0); + $key = 'wptouch_switch_toggle'; + $time = time()+60*60*24*365; + $url_path = '/'; + + if (isset($_GET['wptouch_view'])) { + if ($_GET['wptouch_view'] == 'mobile') { + setcookie($key, 'mobile', $time, $url_path); + } elseif ($_GET['wptouch_view'] == 'normal') { + setcookie($key, 'normal', $time, $url_path); } - $redirect_location = get_bloginfo( 'url' ); -// fix by cybrstudd if ( isset( $_GET['wptouch_redirect'] ) ) { $protocol = ($_SERVER['HTTPS'] == 'on') ? 'https://' : 'http://'; - $redirect_location = $protocol . $_GET['wptouch_redirect']; + $redirect_location = $protocol . $_SERVER['HTTP_HOST'] . $_GET['wptouch_redirect']; } header( 'Location: ' . $redirect_location ); @@ -602,7 +602,7 @@ function wptouch_switch() { if ( bnc_is_iphone() && $wptouch_plugin->desired_view == 'normal' ) { echo '<div id="wptouch-switch-link">'; _e( "Mobile Theme", "wptouch" ); - echo "<a onclick=\"document.getElementById('switch-on').style.display='block';document.getElementById('switch-off').style.display='none';\" href=\"" . get_bloginfo('url') . "/?theme_view=mobile&wptouch_redirect=" . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"] . "\"><img id=\"switch-on\" src=\"" . compat_get_plugin_url( 'wptouch' ) . "/themes/core/core-images/on.jpg\" alt=\"on switch image\" class=\"wptouch-switch-image\" style=\"display:none\" /><img id=\"switch-off\" src=\"" . compat_get_plugin_url( 'wptouch' ) . "/themes/core/core-images/off.jpg\" alt=\"off switch image\" class=\"wptouch-switch-image\" /></a>"; + echo "<a onclick=\"document.getElementById('switch-on').style.display='block';document.getElementById('switch-off').style.display='none';\" href=\"" . get_bloginfo('url') . "/?wptouch_view=mobile&wptouch_redirect=" . $_SERVER['REQUEST_URI'] . "\"><img id=\"switch-on\" src=\"" . compat_get_plugin_url( 'wptouch' ) . "/themes/core/core-images/on.jpg\" alt=\"on switch image\" class=\"wptouch-switch-image\" style=\"display:none\" /><img id=\"switch-off\" src=\"" . compat_get_plugin_url( 'wptouch' ) . "/themes/core/core-images/off.jpg\" alt=\"off switch image\" class=\"wptouch-switch-image\" /></a>"; echo '</div>'; } } @@ -948,4 +948,3 @@ add_action( 'admin_init', 'wptouch_admin_enqueue_files' ); add_action( 'admin_head', 'wptouch_admin_files' ); add_action('admin_menu', 'bnc_options_menu'); add_filter( 'plugin_action_links', 'wptouch_settings_link', 9, 2 ); -?> \ No newline at end of file -- GitLab