From 1d0fb66646a0ef304035d5c652beacc283ee951f Mon Sep 17 00:00:00 2001 From: Michael Delaney Date: Thu, 2 Feb 2012 08:04:39 -0600 Subject: [PATCH] added google sitemap generator. --- .../documentation.txt | 330 +++ .../img/icon-amazon.gif | Bin 0 -> 244 bytes .../img/icon-arne.gif | Bin 0 -> 1083 bytes .../img/icon-bing.gif | Bin 0 -> 345 bytes .../img/icon-donate.gif | Bin 0 -> 857 bytes .../img/icon-email.gif | Bin 0 -> 90 bytes .../img/icon-google.gif | Bin 0 -> 668 bytes .../img/icon-paypal.gif | Bin 0 -> 220 bytes .../img/icon-trac.gif | Bin 0 -> 253 bytes .../img/icon-wordpress.gif | Bin 0 -> 173 bytes .../google-sitemap-generator/img/sitemap.js | 109 + .../lang/sitemap-ar.mo | Bin 0 -> 19744 bytes .../lang/sitemap-ar.po | 920 ++++++ .../lang/sitemap-bg_BG.mo | Bin 0 -> 31729 bytes .../lang/sitemap-bg_BG.po | 827 ++++++ .../lang/sitemap-by_BY.mo | Bin 0 -> 26568 bytes .../lang/sitemap-by_BY.po | 685 +++++ .../lang/sitemap-cs_CZ.mo | Bin 0 -> 20618 bytes .../lang/sitemap-cs_CZ.po | 604 ++++ .../lang/sitemap-da_DK.mo | Bin 0 -> 19565 bytes .../lang/sitemap-da_DK.po | 594 ++++ .../lang/sitemap-de_DE.mo | Bin 0 -> 25290 bytes .../lang/sitemap-de_DE.po | 917 ++++++ .../lang/sitemap-es_ES.mo | Bin 0 -> 27176 bytes .../lang/sitemap-es_ES.po | 1030 +++++++ .../lang/sitemap-fi_FI.mo | Bin 0 -> 23562 bytes .../lang/sitemap-fi_FI.po | 1005 +++++++ .../lang/sitemap-fr_FR.mo | Bin 0 -> 23659 bytes .../lang/sitemap-fr_FR.po | 896 ++++++ .../lang/sitemap-hi_IN.mo | Bin 0 -> 39342 bytes .../lang/sitemap-hi_IN.po | 1030 +++++++ .../lang/sitemap-hu_HU.mo | Bin 0 -> 19572 bytes .../lang/sitemap-hu_HU.po | 596 ++++ .../lang/sitemap-it_IT.mo | Bin 0 -> 26015 bytes .../lang/sitemap-it_IT.po | 938 ++++++ .../lang/sitemap-ja.mo | Bin 0 -> 26271 bytes .../lang/sitemap-ja.po | 968 ++++++ .../lang/sitemap-ja_EUC.mo | Bin 0 -> 8584 bytes .../lang/sitemap-ja_EUC.po | 322 ++ .../lang/sitemap-ja_SJIS.mo | Bin 0 -> 8587 bytes .../lang/sitemap-ja_SJIS.po | 322 ++ .../lang/sitemap-ja_UTF.mo | Bin 0 -> 9953 bytes .../lang/sitemap-ja_UTF.po | 322 ++ .../lang/sitemap-ko_KR.mo | Bin 0 -> 22824 bytes .../lang/sitemap-ko_KR.po | 703 +++++ .../lang/sitemap-nl_NL.mo | Bin 0 -> 22052 bytes .../lang/sitemap-nl_NL.po | 505 ++++ .../lang/sitemap-pl_PL.mo | Bin 0 -> 21595 bytes .../lang/sitemap-pl_PL.po | 640 ++++ .../lang/sitemap-pt_BR.mo | Bin 0 -> 8909 bytes .../lang/sitemap-pt_BR.po | 327 +++ .../lang/sitemap-ru_RU.mo | Bin 0 -> 27041 bytes .../lang/sitemap-ru_RU.po | 685 +++++ .../lang/sitemap-sl_SI.mo | Bin 0 -> 8586 bytes .../lang/sitemap-sl_SI.po | 325 +++ .../lang/sitemap-sv_SE.mo | Bin 0 -> 8710 bytes .../lang/sitemap-sv_SE.po | 322 ++ .../lang/sitemap-tr_TR.mo | Bin 0 -> 24328 bytes .../lang/sitemap-tr_TR.po | 913 ++++++ .../lang/sitemap-uk_UA.mo | Bin 0 -> 27975 bytes .../lang/sitemap-uk_UA.po | 1005 +++++++ .../lang/sitemap-zh_CN.mo | Bin 0 -> 24069 bytes .../lang/sitemap-zh_CN.po | 1054 +++++++ .../lang/sitemap-zh_TW.mo | Bin 0 -> 22594 bytes .../lang/sitemap-zh_TW.po | 980 +++++++ .../google-sitemap-generator/lang/sitemap.pot | 1036 +++++++ .../google-sitemap-generator/readme-ar_AR.txt | 37 + .../google-sitemap-generator/readme-it_IT.txt | 36 + plugins/google-sitemap-generator/readme.txt | 84 + .../google-sitemap-generator/screenshot-1.gif | Bin 0 -> 35223 bytes .../google-sitemap-generator/screenshot-2.gif | Bin 0 -> 25961 bytes .../google-sitemap-generator/screenshot-3.gif | Bin 0 -> 26720 bytes .../google-sitemap-generator/sitemap-core.php | 2597 +++++++++++++++++ .../google-sitemap-generator/sitemap-ui.php | 1306 +++++++++ plugins/google-sitemap-generator/sitemap.php | 297 ++ plugins/google-sitemap-generator/sitemap.xsl | 110 + 76 files changed, 25377 insertions(+) create mode 100644 plugins/google-sitemap-generator/documentation.txt create mode 100644 plugins/google-sitemap-generator/img/icon-amazon.gif create mode 100644 plugins/google-sitemap-generator/img/icon-arne.gif create mode 100644 plugins/google-sitemap-generator/img/icon-bing.gif create mode 100644 plugins/google-sitemap-generator/img/icon-donate.gif create mode 100644 plugins/google-sitemap-generator/img/icon-email.gif create mode 100644 plugins/google-sitemap-generator/img/icon-google.gif create mode 100644 plugins/google-sitemap-generator/img/icon-paypal.gif create mode 100644 plugins/google-sitemap-generator/img/icon-trac.gif create mode 100644 plugins/google-sitemap-generator/img/icon-wordpress.gif create mode 100644 plugins/google-sitemap-generator/img/sitemap.js create mode 100644 plugins/google-sitemap-generator/lang/sitemap-ar.mo create mode 100644 plugins/google-sitemap-generator/lang/sitemap-ar.po create mode 100644 plugins/google-sitemap-generator/lang/sitemap-bg_BG.mo create mode 100644 plugins/google-sitemap-generator/lang/sitemap-bg_BG.po create mode 100644 plugins/google-sitemap-generator/lang/sitemap-by_BY.mo create mode 100644 plugins/google-sitemap-generator/lang/sitemap-by_BY.po create mode 100644 plugins/google-sitemap-generator/lang/sitemap-cs_CZ.mo create mode 100644 plugins/google-sitemap-generator/lang/sitemap-cs_CZ.po create mode 100644 plugins/google-sitemap-generator/lang/sitemap-da_DK.mo create mode 100644 plugins/google-sitemap-generator/lang/sitemap-da_DK.po create mode 100644 plugins/google-sitemap-generator/lang/sitemap-de_DE.mo create mode 100644 plugins/google-sitemap-generator/lang/sitemap-de_DE.po create mode 100644 plugins/google-sitemap-generator/lang/sitemap-es_ES.mo create mode 100644 plugins/google-sitemap-generator/lang/sitemap-es_ES.po create mode 100644 plugins/google-sitemap-generator/lang/sitemap-fi_FI.mo create mode 100644 plugins/google-sitemap-generator/lang/sitemap-fi_FI.po create mode 100644 plugins/google-sitemap-generator/lang/sitemap-fr_FR.mo create mode 100644 plugins/google-sitemap-generator/lang/sitemap-fr_FR.po create mode 100644 plugins/google-sitemap-generator/lang/sitemap-hi_IN.mo create mode 100644 plugins/google-sitemap-generator/lang/sitemap-hi_IN.po create mode 100644 plugins/google-sitemap-generator/lang/sitemap-hu_HU.mo create mode 100644 plugins/google-sitemap-generator/lang/sitemap-hu_HU.po create mode 100644 plugins/google-sitemap-generator/lang/sitemap-it_IT.mo create mode 100644 plugins/google-sitemap-generator/lang/sitemap-it_IT.po create mode 100644 plugins/google-sitemap-generator/lang/sitemap-ja.mo create mode 100644 plugins/google-sitemap-generator/lang/sitemap-ja.po create mode 100644 plugins/google-sitemap-generator/lang/sitemap-ja_EUC.mo create mode 100644 plugins/google-sitemap-generator/lang/sitemap-ja_EUC.po create mode 100644 plugins/google-sitemap-generator/lang/sitemap-ja_SJIS.mo create mode 100644 plugins/google-sitemap-generator/lang/sitemap-ja_SJIS.po create mode 100644 plugins/google-sitemap-generator/lang/sitemap-ja_UTF.mo create mode 100644 plugins/google-sitemap-generator/lang/sitemap-ja_UTF.po create mode 100644 plugins/google-sitemap-generator/lang/sitemap-ko_KR.mo create mode 100644 plugins/google-sitemap-generator/lang/sitemap-ko_KR.po create mode 100644 plugins/google-sitemap-generator/lang/sitemap-nl_NL.mo create mode 100644 plugins/google-sitemap-generator/lang/sitemap-nl_NL.po create mode 100644 plugins/google-sitemap-generator/lang/sitemap-pl_PL.mo create mode 100644 plugins/google-sitemap-generator/lang/sitemap-pl_PL.po create mode 100644 plugins/google-sitemap-generator/lang/sitemap-pt_BR.mo create mode 100644 plugins/google-sitemap-generator/lang/sitemap-pt_BR.po create mode 100644 plugins/google-sitemap-generator/lang/sitemap-ru_RU.mo create mode 100644 plugins/google-sitemap-generator/lang/sitemap-ru_RU.po create mode 100644 plugins/google-sitemap-generator/lang/sitemap-sl_SI.mo create mode 100644 plugins/google-sitemap-generator/lang/sitemap-sl_SI.po create mode 100644 plugins/google-sitemap-generator/lang/sitemap-sv_SE.mo create mode 100644 plugins/google-sitemap-generator/lang/sitemap-sv_SE.po create mode 100644 plugins/google-sitemap-generator/lang/sitemap-tr_TR.mo create mode 100644 plugins/google-sitemap-generator/lang/sitemap-tr_TR.po create mode 100644 plugins/google-sitemap-generator/lang/sitemap-uk_UA.mo create mode 100644 plugins/google-sitemap-generator/lang/sitemap-uk_UA.po create mode 100644 plugins/google-sitemap-generator/lang/sitemap-zh_CN.mo create mode 100644 plugins/google-sitemap-generator/lang/sitemap-zh_CN.po create mode 100644 plugins/google-sitemap-generator/lang/sitemap-zh_TW.mo create mode 100644 plugins/google-sitemap-generator/lang/sitemap-zh_TW.po create mode 100644 plugins/google-sitemap-generator/lang/sitemap.pot create mode 100644 plugins/google-sitemap-generator/readme-ar_AR.txt create mode 100644 plugins/google-sitemap-generator/readme-it_IT.txt create mode 100644 plugins/google-sitemap-generator/readme.txt create mode 100644 plugins/google-sitemap-generator/screenshot-1.gif create mode 100644 plugins/google-sitemap-generator/screenshot-2.gif create mode 100644 plugins/google-sitemap-generator/screenshot-3.gif create mode 100644 plugins/google-sitemap-generator/sitemap-core.php create mode 100644 plugins/google-sitemap-generator/sitemap-ui.php create mode 100644 plugins/google-sitemap-generator/sitemap.php create mode 100644 plugins/google-sitemap-generator/sitemap.xsl diff --git a/plugins/google-sitemap-generator/documentation.txt b/plugins/google-sitemap-generator/documentation.txt new file mode 100644 index 0000000..07de97d --- /dev/null +++ b/plugins/google-sitemap-generator/documentation.txt @@ -0,0 +1,330 @@ + Google XML Sitemaps Generator for WordPress + ============================================================================== + + This generator will create a sitemaps.org compliant sitemap of your WordPress blog. + Currently homepage, posts, static pages, categories, archives and author pages are supported. + + The priority of a post depends on its comments. You can choose the way the priority + is calculated in the options screen. + + Feel free to visit my website under www.arnebrachhold.de or contact me at + himself [at] arnebrachhold [dot] de + + Have fun! + Arne + + Installation: + ============================================================================== + 1. Upload the full directory into your wp-content/plugins directory + 2. Make your blog directory writeable OR create two files called sitemap.xml + and sitemap.xml.gz and make them writeable via CHMOD In most cases, your blog directory is already writeable. + 2. Activate it in the Plugin options + 3. Edit or publish a post or click on Rebuild Sitemap on the Sitemap Administration Interface + + + Additional contributors: + ============================================================================== + Inspiration Michael Nguyen http://www.socialpatterns.com/ + SQL Improvements Rodney Shupe http://www.shupe.ca/ + Japanse Lang. File Hirosama http://hiromasa.zone.ne.jp/ + Spanish lang. File Omi http://equipajedemano.info/ + Italian lang. File Stefano Aglietti http://wordpress-it.it/ + Trad.Chinese File Kirin Lin http://kirin-lin.idv.tw/ + Simpl.Chinese File june6 http://www.june6.cn/ + Swedish Lang. File Tobias Bergius http://tobiasbergius.se/ + Czech Lang. File Peter Kahoun http://kahi.cz + Finnish Lang. File Olli Jarva http://kuvat.blog.olli.jarva.fi/ + Belorussian Lang. File Marcis Gasuns + Bulgarian Lang. File Alexander Dichev http://dichev.com + + Thanks to all contributors and bug reporters! There were much more people involved + in testing this plugin and reporting bugs, either by email or in the WordPress forums. + + Unfortunately I can't maintain a whole list here, but thanks again to everybody not listed here! + + + Release History: + ============================================================================== + 2005-06-05 1.0 First release + 2005-06-05 1.1 Added archive support + 2005-06-05 1.2 Added category support + 2005-06-05 2.0a Beta: Real Plugin! Static file generation, Admin UI + 2005-06-05 2.0 Various fixes, more help, more comments, configurable filename + 2005-06-07 2.01 Fixed 2 Bugs: 147 is now _e(strval($i)); instead of _e($i); 344 uses a full < ?php instead of < ? + Thanks to Christian Aust for reporting this :) + 2005-06-07 2.1 Correct usage of last modification date for cats and archives (thx to Rodney Shupe (http://www.shupe.ca/)) + Added support for .gz generation + Fixed bug which ignored different post/page priorities + Should support now different wordpress/admin directories + 2005-06-07 2.11 Fixed bug with hardcoded table table names instead of the $wpd vars + 2005-06-07 2.12 Changed SQL Statement of the categories to get it work on MySQL 3 + 2005-06-08 2.2 Added language file support: + - Japanese Language Files and code modifications by hiromasa (http://hiromasa.zone.ne.jp/) + - German Language File by Arne Brachhold (http://www.arnebrachhold.de) + 2005-06-14 2.5 Added support for external pages + Added support for Google Ping + Added the minimum Post Priority option + Added Spanish Language File by César Gómez Martín (http://www.cesargomez.org/) + Added Italian Language File by Stefano Aglietti (http://wordpress-it.it/) + Added Traditional Chine Language File by Kirin Lin (http://kirin-lin.idv.tw/) + 2005-07-03 2.6 Added support to store the files at a custom location + Changed the home URL to have a slash at the end + Required admin-functions.php so the script will work with external calls, wp-mail for example + Added support for other plugins to add content to the sitemap via add_filter() + 2005-07-20 2.7 Fixed wrong date format in additional pages + Added Simplified Chinese Language Files by june6 (http://www.june6.cn/) + Added Swedish Language File by Tobias Bergius (http://tobiasbergius.se/) + 2006-01-07 3.0b Added different priority calculation modes and introduced an API to create custom ones + Added support to use the Popularity Contest plugin by Alex King to calculate post priority + Added Button to restore default configuration + Added several links to homepage and support + Added option to exclude password protected posts + Added function to start sitemap creation via GET and a secret key + Posts and pages marked for publish with a date in the future won't be included + Improved compatiblity with other plugins + Improved speed and optimized settings handling + Improved user-interface + Recoded plugin architecture which is now fully OOP + 2006-01-07 3.0b1 Changed the way for hook support to be PHP5 and PHP4 compatible + Readded support for tools like w.Bloggar + Fixed "doubled-content" bug with WP2 + Added xmlns to enable validation + 2006-03-01 3.0b3 More performance + More caching + Better support for Popularity Contest and WP 2.x + 2006-11-16 3.0b4 Fixed bug with option SELECTS + Decreased memory usage which should solve timeout and memory problems + Updated namespace to support YAHOO and MSN + 2007-01-19 3.0b5 Javascripted page editor + WP 2 Design + YAHOO notification + New status report, removed ugly logfiles + Better Popularity Contest Support + Fixed double backslashes on windows systems + Added option to specify time limit and memory limit + Added option to define a XSLT stylesheet and added a default one + Fixed bug with sub-pages. Thanks to: + - Mike Baptiste (http://baptiste.us), + - Peter Claus Lamprecht (http://fastagent.de) + - Glenn Nicholas (http://publicityship.com.au) + Improved file handling, thanks to VJTD3 (http://www.VJTD3.com) + WP 2.1 improvements + 2007-01-23 3.0b6 Use memory_get_peak_usage instead of memory_get_usage if available + Removed the usage of REQUEST_URI since it not correct in all environments + Fixed that sitemap.xml.gz was not compressed + Added compat function "stripos" for PHP4 (Thanks to Joseph Abboud!) + Streamlined some code + 2007-05-17 3.0b7 Added option to include the author pages like /author/john + Small enhancements, removed stripos dependency and the added compat function + Added check to not build the sitemap if importing posts + Fixed missing domain parameter for translator name + Fixed WP 2.1 / Pre 2.1 post / pages database changes + Fixed wrong XSLT location (Thanks froosh) + Added Ask.com notification + Removed unused javascript + 2007-07-22 3.0b8 Changed category SQL to prevent unused cats from beeing included + Plugin will be loaded on "init" instead of direclty after the file has been loaded. + Added support for robots.txt modification + Switched YAHOO ping API from YAHOO Web Services to the "normal" ping service which doesn't require an app id + Search engines will only be pinged if the sitemap file has changed + 2007-09-02 3.0b9 Added tag support for WordPress 2.3 + Now using post_date_gmt instead of post_date everywhere + Fixed archive bug with static pages (Thanks to Peter Claus Lamprecht) + Fixed some missing translation domains, thanks to Kirin Lin! + Added Czech translation files for 2.7.1, thanks to Peter Kahoun (http://kahi.cz) + 2007-09-04 3.0b10 Added category support for WordPress 2.3 + Fixed bug with empty URLs in sitemap + Repaired GET building + Added more info on debug mode + 2007-09-23 3.0b11 Changed mysql queries to unbuffered queries + Uses MUCH less memory + Fixed really stupid bug with search engine pings + Option to set how many posts will be included + 2007-09-24 3.0 Yeah, 3.0 Final after one and a half year ;) + Removed useless functions + 2007-11-03 3.0.1 Using the Snoopy HTTP client for ping requests instead of wp_remote_fopen + Fixed undefined translation strings + Added "safemode" for SQL which doesn't use unbuffered results (old style) + Added option to run the building process in background using wp-cron + Removed unnecessary function_exists, Thanks to user00265 + Added links to test the ping if it failed. + 2007-11-25 3.0.2 Fixed bug which caused that some settings were not saved correctly + Added option to exclude pages or post by ID + Restored YAHOO ping service with API key since the other one is to unreliable. (see 3.0b8) + 2007-11-28 3.0.2.1 Fixed wrong XML Schema Location (Thanks to Emanuele Tessore) + Added Russian Language files by Sergey http://ryvkin.ru + 2007-12-30 3.0.3 Added Live Search Ping + Removed some hooks which rebuilt the sitemap with every comment + 2008-03-30 3.0.3.1 Added compatibility CSS for WP 2.5 + 2008-04-28 3.0.3.2 Improved WP 2.5 handling + 2008-04-29 3.0.3.3 Fixed author pages + Enhanced background building and increased delay to 15 seconds + Background building is enabled by default + 2008-04-28 3.1b1 Reorganized files in builder, loader and UI + Added 2 step loader so only code that's needed will be loaded + Improved WP 2.5 handling + Secured all admin actions with nonces + 2008-05-18 3.1b2 Fixed critical bug with the build in background option + Added notification if a build is scheduled + 2008-05-19 3.1b3 Cleaned up plugin directory and moved asset files to subfolders + Fixed background building bug in WP 2.1 + Removed auto-update plugin link for WP < 2.5 + 2008-05-22 3.1 Marked as 3.1 stable, updated documentation + 2008-05-27 3.1.0.1 Extracted UI JS to external file + Enabled the option to include following pages of multi-page posts + Script tries to raise memory and time limit if active + 2008-12-21 3.1.1 Fixed redirect issue if wp-admin is rewritten via mod_rewrite, thanks to macjoost + Fixed wrong path to assets, thanks PozHonks + Fixed wrong plugin URL if wp-content was renamed / redirected, thanks to wnorris + Updated WP User Interface for 2.7 + Various other small things + 2008-12-26 3.1.2 Changed the way the stylesheet is saved (default / custom stylesheet) + Sitemap is now build when page is published + Removed support for static robots.txt files, this is now handled via WordPress + Added compat. exceptions for WP 2.0 and WP 2.1 + 2009-06-07 3.1.3 Changed MSN Live Search to Bing + Exclude categories also now exludes the category itself and not only the posts + Pings now use the new WordPress HTTP API instead of Snoopy + Fixed bug that in localized WP installations priorities could not be saved. + The sitemap cron job is now cleared after a manual rebuild or after changing the config + Adjusted style of admin area for WP 2.8 and refreshed icons + Disabled the "Exclude categories" feature for WP 2.5.1, since it doesn't have the required functions yet + 2009-06-22 3.1.4 Fixed bug which broke all pings in WP < 2.7 + Added more output in debug mode if pings fail + Moved global post definitions for other plugins + Added small icon for ozh admin menu + Added more help links in UI + 2009-08-24 3.1.5 Added option to completely disable the last modification time + Fixed bug regarding the use of the HTTPS url for the XSL stylesheet if the sitemap was build via the admin panel + Improved handling of homepage if a single page was set for it + Fixed mktime warning which appeared sometimes + Fixed bug which caused inf. reloads after rebuilding the sitemap via the admin panel + Improved handling of missing sitemaps files if WP was moved to another location + 2009-08-31 3.1.6 Fixed PHP error "Only variables can be passed by reference" + Fixed wrong URLS of multi-page posts (Thanks artstorm!) + 2009-10-21 3.1.7 Added support for custom taxonomies (Thanks to Lee!) + 2009-11-07 3.1.8 Improved custom taxonomy handling and fixed wrong last modification date + Changed readme and backlinks + Fixed fatal error in WP < 2.3 + Fixed Update Notice in WP 2.8+ + Added warning if blog privacy is activated + Fixed custom URLs priorities were shown as 0 instead of 1 + 2009-11-13 3.1.9 Fixed MySQL Error if author pages were included + 2009-11-23 3.2 Added function to show the actual results of a ping instead of only linking to the url + Added new hook (sm_rebuild) for third party plugins to start building the sitemap + Fixed bug which showed the wrong URL for the latest Google ping result + Added some missing phpdoc documentation + Removed hardcoded php name for sitemap file for admin urls + Uses KSES for showing ping test results + Ping test fixed for WP < 2.3 + 2009-12-16 3.2.1 Notes and update messages could interfere with the redirect after manual build + Help Links in the WP context help were not shown anymore since last update + IE 7 sometimes displayed a cached admin page + Removed invalid link to config page from the plugin description (This resulted in a "Not enough permission error") + Improved performance of getting the current plugin version with caching + Updated Spanish language files + 2009-12-19 3.2.2 Fixed PHP4 problems + 2010-04-02 3.2.3 Fixed that all pages were not included in the sitemap if the "Uncategorized" category was excluded + 2010-05-29 3.2.4 Fixed more deprecated function calls + Added (GMT) to sitemap xslt template to avoid confusion with time zone + Added warning and don't activate plugin if multisite mode is enabled (this mode is NOT tested yet) + Changed get_bloginfo('siteurl') to get_bloginfo('url') to avoid deprecation warning + Changed has_cap(10) to has_cap('level_10') to avoid deprecation warning + Fixed wrong SQL statement for author pages (Ticket #1108), thanks to twoenough + 2010-07-11 3.2.5 Backported Bing ping success fix from beta + Added friendly hint to try out the new beta + 2010-09-19 3.2.6 Removed YAHOO ping since YAHOO uses bing now + Removed deprecated function call + + Maybe Todo: + ============================================================================== + - Your wishes :) + + + License: + ============================================================================== + Copyright 2005 - 2009 ARNE BRACHHOLD (email : himself - arnebrachhold - de) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + + Developer Documentation + ============================================================================== + + Adding other pages to the sitemap via other plugins + + This plugin uses the action system of WordPress to allow other plugins + to add urls to the sitemap. Simply add your function with add_action to + the list and the plugin will execute yours every time the sitemap is build. + Use the static method "GetInstance" to get the generator and AddUrl method + to add your content. + + Sample: + + function your_pages() { + $generatorObject = &GoogleSitemapGenerator::GetInstance(); //Please note the "&" sign for PHP4! + if($generatorObject!=null) $generatorObject->AddUrl("http://blog.uri/tags/hello/",time(),"daily",0.5); + } + add_action("sm_buildmap","your_pages"); + + Parameters: + - The URL to the page + - The last modified data, as a UNIX timestamp (optional) + - The Change Frequency (daily, hourly, weekly and so on) (optional) + - The priority 0.0 to 1.0 (optional) + + + Rebuilding the sitemap on request + + If you want to rebuild the sitemap because dynamic content from your plugin has changed, + please use the "sm_rebuild" hook which is available since 3.1.9. + All other methods, like calling the Build method directly are highly unrecommended and might + not work anymore with the next version of the plugin. Using this hook, the sitemap plugin will + take care of everything like loading the required classes and so on. + + Sample: + + do_action("sm_rebuild"); + + The sitemap might not be rebuild immediately, since newer versions use a background WP-Cron + job by default to prevent that the user has to wait and avoid multiple rebuilds within a very short time. + In case the sitemap plugin is not installed, nothing will happen and no errors will be thrown. + + =============================================== + + Adding additional PriorityProviders + + This plugin uses several classes to calculate the post priority. + You can register your own provider and choose it at the options screen. + + Your class has to extend the GoogleSitemapGeneratorPrioProviderBase class + which has a default constructor and a method called GetPostPriority + which you can override. + + Look at the GoogleSitemapGeneratorPrioByPopularityContestProvider class + for an example. + + To register your provider to the sitemap generator, use the following filter: + + add_filter("sm_add_prio_provider","AddMyProvider"); + + Your function could look like this: + + function AddMyProvider($providers) { + array_push($providers,"MyProviderClass"); + return $providers; + } + + Note that you have to return the modified list! \ No newline at end of file diff --git a/plugins/google-sitemap-generator/img/icon-amazon.gif b/plugins/google-sitemap-generator/img/icon-amazon.gif new file mode 100644 index 0000000000000000000000000000000000000000..b6e497f74073a05200fd0e07b4905c36b849959f GIT binary patch literal 244 zcmV-=H_;E zbeo!*^YZejr>A{jIJbj3<)A$Ar##M*J5ED3f`NgLjg4_xH^YlMlx{g@Qa3|9HQJdw zT1qycbvcMB2VGcVLuBcM#7>#pG81dm$aD`4Ocx#68@&L7v8B@vs$6>JSWBUx z!!mV>K20r{|oW_VhYd+Me?}El!wmx(mIY-dGG6AB^$EC-?7hcPf@r;Mb;dD-GTJqA_SRxZi7FU>D0OVE@nJ{3(bj}BIw-an=t%$8WRt`F4 zI-7^ekaQ*h@}79w8%y~>Hb`eZvAmbccUOv3geQBY~u%H=mwq2anjogxdZr8#$`{vd^v)$F( z?)G1&yM~>eLyKyI^TOq&?jgH$z^NHp)C}6RBhEAMO|4Bi zuwpErHV37~pu!ZCjr!V+0hy6hTp{IVztlv^Oa6|c6b4HBc1+}divnIDA0FRMBG_Vc7*VrP=uD1gar z&b=DGu*E8vwLsH#``Sd!6EE$lseeVaqT6X%uN5?68`gs_|1^C-Buztqqf_5CH0#Nq zCtB}cZ#ZFm`jpeed+uPX_4(I_wLDwXhj!7$-+teFiL%c#;0kwY<23RhPQiv9sQ;1@aF#GhClLm3^fwx31j82o!tG@i(+%t-WN`i zGia-|?r7(a)yK7epKO=62cauul|_I+X>Fk b|5+c@L_W#*-+MS8>WU6#9uWO%G4$?#u#3_U literal 0 HcmV?d00001 diff --git a/plugins/google-sitemap-generator/img/icon-bing.gif b/plugins/google-sitemap-generator/img/icon-bing.gif new file mode 100644 index 0000000000000000000000000000000000000000..83d621fe355de9a23e14934131d06767f02fc1c1 GIT binary patch literal 345 zcmZ?wbhEHb6krfwxT?VL|58`OwpR-EH}Ajsso!y@VC{4H`kV7lyb~z99x(f1!jdQa zW!L`i@&Ets@`97^|KFJL|4eoN{x=t%e7B!?@BiK9{<9wbe{p2O{x|<0Z#{7P%Z5vz z-hch$FzNpPWupK8|7Xa(!a!r7_>+Z^fkA;m2V@V(PYi5j4igGIbeins`wBZl^t#Wg zn{ZBI5t8v!nxLq}%Csaxr-0*l_lX0KC1rR#jtY9-sE}fCIJ{X=fjKE#M7Bkizs7?j zDTk+3mM2Fz-Xoi#PoSf|q)e<*B1hDNRe{TcjlHZUKhR0MD~UUagV9ZjH8PSlEohG; GgEasiLTqXP literal 0 HcmV?d00001 diff --git a/plugins/google-sitemap-generator/img/icon-donate.gif b/plugins/google-sitemap-generator/img/icon-donate.gif new file mode 100644 index 0000000000000000000000000000000000000000..2ca03eaea76ab0e03602a2e28f2b6f5712cb7ac0 GIT binary patch literal 857 zcmV-f1E%~(Nk%w1VLkvK0K@kg(bd|Bpt!We)5z1_*Wu{^Az1eK z`b1@m=j`yLx5}Nc#N+YzaEz(p=j~Q@n0%J8=k@yT@$_heq9jOjySuyT>FEYEW+FCC zl&8G_008Ru{Qv*|A^8LV00000EC2ui06qX8000I5AlGnYX`X1Rt}IztL*dPIZQppV z?>10;z@TtQEE?8H4gy|9}Eiv2p<&}0Tx*jW2^&(0T2)u5bo?0#JlO4cs?F&g~f!=btw7k(%ZAmCAe1ojSe`ygSb0tLj@2nBLL zfPn%R5=fvJp+Ou6U_k~jP*YuykVP?;IX3abgtfaC1o){fz=a9Q*xZ4Z>}Y^EO}i~h z>5I>d2A6?eIDo)I13VuNIEXWgp~4Sy3Ir%>&Hw@mb5cg&z?s?4OEqi;fv|vqtEs6q ztX6QqXM@oii0!g42LS`P4y$E~V1NNe0LB*(wCdTzf;JOsK+tf34VeWJ08pF|0Ks}P zoM@18+@^nn;C=x?09RZo6$AkeI3PgQTL(;_fjj1uL!bbh1%W_)c1(c=ys&`@QSGhB(~mR5F|C5izaq2vcp9!chzNA{s* za{1+*bAl8GHED(a}Dmf9%?8??8Z`EED(kGSh5!IN?7LZ= literal 0 HcmV?d00001 diff --git a/plugins/google-sitemap-generator/img/icon-email.gif b/plugins/google-sitemap-generator/img/icon-email.gif new file mode 100644 index 0000000000000000000000000000000000000000..587a3fc2f076af1ceea98340b64939bd79796664 GIT binary patch literal 90 zcmZ?wbhEHb6krfwn8?Hc1pmPR$WZ*r!uW!ji9rV>3X*4F(w@@4^7LGW#Vs6d-TJl) lU*1$somP9mqfKg6tu}j;x=ixshu5|neBI5=!^O>D4FLGh9%TRk literal 0 HcmV?d00001 diff --git a/plugins/google-sitemap-generator/img/icon-google.gif b/plugins/google-sitemap-generator/img/icon-google.gif new file mode 100644 index 0000000000000000000000000000000000000000..9ca22426bb6c811b425b75b289d83488f086b94a GIT binary patch literal 668 zcmV;N0%QG0Nk%w1VGsZi0Oo%H>9qj-0Rimt_yT0h{lo@@tkVDf{{e|C^t=lIk~||NQi`8xCT;iYpKL{QCfgIn3MQ?57N-yU_dl z`zKzX$0;Zsg-V6EnE-k;0fRf<&z9$_FX-K{tiIO$|NIGwHun4eI%O>eOQ7Gd3Q&W% zxzFU`?BwSR3ir7X>+b!(+R4%3-h`sQZjiv=w_n%j;0=a9smiwii8S`q)c}(}%%(Ta zusGJKDgcx%pugVp>CiiTz8rW-B1w)oUY*;pO4y+-cKolPz6t*mW0x2bTP=0W7Ga(5|OgKMC1_ER(G(rb5 zGBYy?UmP0>bXN>DRdXuuAt5at92Of*3Ks@Z5@Q+~<4AOXfhJ8IEO=ZIj+ zKYsb%GJ8wegf(Ro*UaB|6sUlK6rlK%h4BTm0D}%l6Ua^n)<^}Fz7$I~r-kcSt)_UK zTGeU5bZ8M*LnhY&g%6=Z8f6Yw519!Wg!C>@4p3rQ*EnxI%YnG9YE1pE1{{1#n{{?1 gbxmVbaY$9;O}WYeSPxe)$!x|0s|jy+O);O;@+Co>ohdh zC@TK{|DOQ{6o0ZXGBC(6=zs)3b~3P5DX8~7a+e>CVGRMj*_?doInq4r z0?LV8hj;=GC(dwV<`rX*Dr yHzS5yN{U^Eqea4)L7*Z|r!!ow-Q@9zpwD-b$;{U4W`)84Gnqtb zw3)5es=M90$>i?w`2YX^A^8LW=mQS`EC2ui01yBT000D95Ckzu5!AeQ27X9#Y)67@ z8<7xPqHRimJ_~?)=#nt^xao~eNI@FR90{8v07y7Mi`hfsC>R=v!ty!8E(9#f;v{_p b0>nol5%5V3yHvth<_KmAUVYE+KOz7-2ZBd} literal 0 HcmV?d00001 diff --git a/plugins/google-sitemap-generator/img/sitemap.js b/plugins/google-sitemap-generator/img/sitemap.js new file mode 100644 index 0000000..abb53a7 --- /dev/null +++ b/plugins/google-sitemap-generator/img/sitemap.js @@ -0,0 +1,109 @@ +/* + + $Id: sitemap.js 48032 2008-05-27 14:32:06Z arnee $ + +*/ + +function sm_addPage(url,priority,changeFreq,lastChanged) { + + var table = document.getElementById('sm_pageTable').getElementsByTagName('TBODY')[0]; + var ce = function(ele) { return document.createElement(ele) }; + var tr = ce('TR'); + + var td = ce('TD'); + var iUrl = ce('INPUT'); + iUrl.type="text"; + iUrl.style.width='95%'; + iUrl.name="sm_pages_ur[]"; + if(url) iUrl.value=url; + td.appendChild(iUrl); + tr.appendChild(td); + + td = ce('TD'); + td.style.width='150px'; + var iPrio = ce('SELECT'); + iPrio.style.width='95%'; + iPrio.name="sm_pages_pr[]"; + for(var i=0; i 1) { + firstRow.parentNode.removeChild(firstRow); + } + } + var cnt = table.getElementsByTagName('TR').length; + if(cnt%2) tr.className="alternate"; + + table.appendChild(tr); +} + +function sm_loadPages() { + for(var i=0; ih_tXQWd&`OH5iY>_XcINHwL^Jc& zb7-{&oLH-4EgM3}L8?d*97Wc8t;4eHI1*F}C`^D9MM5}ciX%`^1vm+$prDGQfZxBn z-K*3ajQ0Pde8{vH7_h4~^Ve|Z5EAO8j_-d=%F!Z(3~-~foLnF{zR z@L}+Wz?=Gs9q@kez2NVHZwCho9`}RSaD5V70-gmogI^BU*RS+^-2vXj{oNp>%@p|Y ztH=|e<$CRa$M=Ae=Rr{Z{VDJ>;2ij?;LvK~mT}*Ei;wRuw|e>sD0v?SHU2bs0sJix zm750%cHKV(%0AD7xQzK4_^`P{z0+jq?pvFB7;u7Y|;0X9n;48s>YrI^e zpvL_qcrExFApgu)`J-{y5d@zF2f)X{KL80y^Ajjj{XYdFk~szL1^);{R5Jk4*MlVx zm6`{^9|q5WKMMXch-;X=82!*ojQJqAp6i#a^L%dt<^Lm~{HXy-uA|}lE8+QHg8R7t zkKp%!I|=6R2j2%u{w65>{0#Uya2Axle;I@Y^B17v=goI}em8*9`@6wcfk!~;>tmq& z>@iUEz5q(T-vd92UH=x;{X-j!sezva-w(cgqcL9r$H6axgPXixyaZ>fbA1w=1#j5G z8Ug+acprH59%FEM^ED9HHP>zR^xqD?nd_aPmC0eZK%QrTJG7)tHSK&4SaQ^!M3t{Y#+q@+aUAf-it8z*lYe zesL#wJ=a^nyTSK>F9UxblsqTH^RI%pas2{_8qGUt*U_$~y@7TEO?sZ7-9#fS+y^&w zpNIH+h$dYgb$5(80QS*-k|tg0vy*m^Cf{32OFz5Am)p}D;QMGV3D*yT57Q3Qem2}o zLGq*@$soH`Xs-x2e=4BtBHz?UzOk1k9ju_~v!C_=ZJ0JjlRkfphO4+3KLW~DAEN0q z;K9{JZx7$^4LA)h3*S?Ccla_DumQf7wuMI6IlGU7n9zOR&)-kdWWR*=<22=hpQe3` zCco2Xl6H(HKUq!tFfIT202lI2#o4a>gYbP@?%sFty&A4@J(pYF3htvVp%rNxXzAyJ ze0dk`BeaolvkXSGYr^$7_?qy&5Kv%gCE7=6chTNLTSa>#O`o^X-b0+M~2JG@NLKP3m@{9yc1cIUd`%){N_Re>`QIiCx-E z#>Oh~Qd@4C^&?5ENtbfN?y9uL%C$jmHIhoJ8H++au0+l9f!Iz&&2fztu|~NWSEC6# zTCT(^Y`Ipfv`XdLn5{+CxM0?oO12hHGGZ)t7isssySJwl4wUQ7R#dU|WF%=e3eAH} zN6ZZ_H_J(lXByvtz=5b%j7v6|(ESGNRd|*(nhiTy=IeL_caAG&N8)l)FE^*`FsdeW+uU@9rf5X<%@En7-zZ*2yy6FV7|oA4Uf z>=e%$k|lD|E%$V#)@o9U2hGN)8IK_w3~n5cYGbk8QjhO%#kJy8dSf))@O{Kp(36{T z1TQ!!Q=yC~l`5)Krj{^1Ng7^@nF5nhCzG_$^@8943HlBSD%dUPDn1xhC*%xBQMcns zHFo2w<+1S~Yh=f{(5TcxO{DPs%T;dHngz2lsaEk+yZ%62m-nRC8&P9ZSImK5<{T;Y zt%Y52V^SL}kG1O9FR9tqLd&OL4Q(|jL z)3#7irns&g#i&wjDN68+O?WO0PL>IlUD4F8sA4wPqLE5$ho<(tbGvOcqgpAdmz+%t zcCS-9PMXvzQ?@)Rb-cA6+p)OWl;!=PxL!}{je=daBaTZATW#Uk)r4-<7?`3M4|7zb znu03T$%q_NWDb-gd(Y-!yIcO!XwqHDKrxfkqzqQDo4p|$gLb^xoETiWa&mIAFq$NV zVp3gMu9f10h4E&!qSTOoB8%G`T`AfI52{3srY(AxjT&|zpZ=kt{!N?gvem0r-PS*_ zy8o5|JKFW4<#w45_NcPFU^Yv7g)>SdJ|s^_1q(g$K^vqno4vpLFvzYX_-In8B$FcM zLxd^Z(807<$>JSpzy&%a5fWd+Y=IZ$x>Ukc;c`N=rA1PLT$VY5j$LFF4mK(-)0wR? z22{)!iGs#NTr7`HxhFV7U3MY8xfIqIPg+DW(d!efPh~FQ`82%3j*!7i-bY8`N`g?t zshe*@B^g_JZ&EMq(n?TRJ5skR*YyOfce*;`s}Xq%U(DIn;;o+02!!;|1r00^PPu+7 z-D64PBYrX>h~Xh{>`7!=3lSW)8e@KmD%jF~+w78ZuRF6mR>Ra0ATUU==gyd8A+Lh5d>%*urRY<2I z$0`9qGpbD~n-kDgEk9ZkaVAeD&GM;Hl`izOJ7=kHU5Poz>}adzRuVTIdLrI^M3-yC zftH)3md@^_knY{G(rAs8%5@eZB0n_`tBBWk#M0~BIQUM4kL}nwtdWjS8L>NB3W{qn z>CWqDXz!k3J5h;>&N1s*9+6w8B3;q6$3ugvI5YVe47$YT{^qrl1X+&wpZccERx-9M&ul^ zV74nU`n9}dw#QMu=A6K6FIOoFq|sWdIwDUV4Gac528|BV6AC=twyCiKrA|bwbOh(f zlqFqPqwKk8QFpM4m@Asc43%r;YOCs|>#lIiHXoosAya7eBVlFhoxGAvNH~<1o1vuE z949`9rtJD^^Z>TKx7--F;!*eZ_-xg%Th_nR?1+g_{!SuYs8LkQ<&)fKxz4~HNpR>; z#uap@9*;pZtm>+H2#AtTgK6-6APKtaMjsKsL22UNc%+KvnRz%#DvdM-i{o)|zb)3I z$%=Y8+chv><9{~gJxM~T{l7S=*lEW4qZMO)W51SW8@V#xS2)hOUFa$Or#+qQ%amSX zvZx)}vjfvmZtlVHisQ>)1ce~Vx1Y+HJTSO#{nnj3uS9(3=xDiErflhPke!th1`=l~ z$?Y;9COw6cjZ1_Ht7j4l-Q{MN3vE@=C9|udNLJydG#paYfvD07%Qmj7Py~u>D_Dc@ zAus2E|vQNzZ&hAW0hFy z8{~H)mav>+wIN#Nb-~fAQGGw0^f487>a(Q4h7FZ{6T`W(SpuzaY+jMZ6pV_7s}>ic zQLx*ZQbAN{BrL!CV?P1)nmCeBZjUt)Q?!@LL_W_KVz#Du?qe+$doFj;57SWfmGJ&n zEj~zzquk^RL3FRK+H|;FSV+y)h%5AC2Qew_bW;#XE{@Q-l0~|hlP%I*6m!z(x34xU z7j~&@*z8RiT{Zk)yNnWIp;T5XH$pB8!?cmgDC`d9Lb{&$$|i8p$9L+ypFcI+JH=xd zoHoBB{18UnI^|Xgkn)sqsnjdpzhg|KgeTdfa|Go#Id+o6G&!gDTVKNYqdGej;UoIX%3N`hD7hX3Il$tr0nDq-_nK|W+z4-DTmF2Q%8I-F1FmMlj4_vawUB-xM1h7 zyXbbBcPwM}x|1uFBxQ;vw>=z8Z>CGf-r&VuelrnZZgpWmJo;iie>RyO5<$*K!D8cA z=f*pO`x@FGQAI@^a2lOwQK(0xXnprb&s1YN%yXrb(vaIryCfDi65fG00(2+0-GSZR zk9IQ*b%m|wc2$5<_hJ;XB`LM5D`PSXU1@h`y88pS40kU#!UAj8yt{4_!Jv3Qd!Ku8 zdF@}vg3G$7SmuI9U)`b6&9*T1!1AmsyRs??^1h+%K8AXGFE@ISF7WsGWJ|ix%9~kA zefmS6{CAu6H~U;AXjqx+cKyUeC3q1#$3au%YQGGUy%%tqZzMU$BT6(A7sd*<@7AHd z6}E5S_MtvQx(*A{3hN)sBtt~{(#Dfop-oKU!YfXc9cTdDtDei<0d)N){TVGaK6bh7JOUtaYOHO9)N zeoCxH|8O#BuidqCxPK#Sk%F>+6Z_;r%kkse`&ZrGziN$LH841E+s&&6R;{9A|L*vJ ztI>P=0(*X~p;TBn@6Ywz%u{yVz;#N%jO@88ThmJWmm?HwcK=C$|r?@F|X z>Q7l3wCn59NV(X3;tt;HQ#{zce#5r)JM6tXcW>X+eZI%ln{3WB?VxQnN14~XeQKZT z%-Hsc_UGD{+Rxec#m?c*!Nk3UDpi?%)2 zKI4Tr3U3!&hxQ5hK1_q4zcJT2PS4H}*WI(;Io3X9I}h=|AEb$LZXnZ#S6WDUs{J@D zoa#Jcd@tC0rgOaWP>&Q|y`PmLd3Mxw?M%}Vy@~c`cye6oy67m1Dzcw&2DuYn?dbDe2V>AYjb*-F|y&#;fkFVHd?pHbu;?#QirIXn>}7V!~L!_OmI zp!t-v$*m`B!9Z&c4P8)>d+jLHk2@vI5!(0-YFXfkZYg4B!${ojMMri|R6Oa)_xPyT z@=1d)XWP%VpEd9_gEW|hkjNg3Gw$O5rk5Lk4<6BsxA0lTw8d#ec-Bwa6SO_HH;kHv zB+)+W#MfT}+FkGvcen^kxcm&c=wf))=h!(UCZ+R&54AZYIM)fGe+YH?2s-1);x}^R znYPqG$LIL_n5V`YLnxhrkyGu{dG|v4r+ISDdh5y(m=psLo}6yCPr4y4XP&@4pK&DJ zY~5U|@hH@(Q%;GOJf}q5Im8zT&gzY$aiaAoHuHOY89ttrhC7egZ}+|t@0`iMHCm~o zcihiUAPKbyoVD%Gpaa5fPM+uWJKgzE&r8RiS-Wo_dFu!jqE#}9+H#Rcx6-Widcuh* zZw|Sr$K$*|WO4gH7%BdwYy%rFa2BPCyy{jsb$Ms-i_>)OxP`+OCc7wND3<9$!gB{jj?1otz(bbwQWmiY z>9upr8Hu@Zydz4PP9C4Bb7jn_l)P6?jeFM4fFi4^p&t1Bq0QqCb!0!1o1I=<8xBSWm7v zRd`43Oov%hPftB}xg1?tH?>a6_8c>^Xm?n?-TP~@UT@lRY6~@Z?nzE@5^tJOWU|W! z_m;9~{v0}X3wt-Llo6d;90>)I)Y4nSqCdAddUx*~t9l`LOfbHSiIel3mR{#w!o-oL z5kK3qWL1RYf|-Jz`1S;P%L(0`mzdKfpjT?YyU%{(8n`ce@HX?T62= z5M4QfN;Vn_GZ=9(Me9BN@BPo84UkMHvzYbg$@fbnOG4RhVjt zU~$pPN7iy7=~Qu4F@s9Q1sh1enLvN3N<&$x(dI?@Gx9NK&)%b}(4hTuutM2G2}HTr zdDyn|iNTA~Q}?=kp`u7t>|sp%Oy`(eZ(MPm|5@pspy101)O!liSkz2V(1rHn zm_P8LQuA@=x6oy=?`l=Ona{11ve>N4jgNRLm&ucD^|hk#)TJXoAtcyl8Rm2)#*B^y z(nA8p4;+Tm2kmZrFKGqN$Y{#6+76sX|A$#vM2sTAa+xJ>xpUUXyGZwRpXFxJUm-|B zH<907A|**(8tGsgg|_l8dvk?#mg~MlOkUx43*Qkoi8ta~L2=BPSDJ5M%6{MA-60K0 z>SJ%ItUSt(*|2TLJ$UkYC4Om+?ZsukcJTDPrNS|QSMe++$WhIz7mkmJUP9CD0xV|A z59^v^e#Fu-tADbu*8eI3C!S9xKexEkQnPS;=xHh<(X&XnAU%g+X{?1KARo|f8%zDE zq@R^ps_b=i<#xSin859&(v*ka>0}FEmkU0`#dAvQ%3&{RPef6GmMI`*+%r1QQA#-4 z`3Q7Vs<{={6?JgOT*s6@w854|&nQSQ!Zh_aA*iTS72ZCn8V|}Ud}Vd^&s;h^U4lo( zl2XEaN0|S7hiX7^r9QLVV5g_EyYuZ6%-CJ|yL?E^UHyb16f|N_s?m6zHd2a;=KMuS zLYyFiKf)AqwvWuwEqVLI+97Vh)RPFn;vP7D3i&8&AGJz1|Gk+Ag`*61YH<@WhjiyO z;^`N>6fkjI2{1fE3UsYSf#U4HCLNN7B+ZPoNbRJ>m1G~;Y+9fNuoIG}GY(hSR@zg* zWt#}L0bVI6&OHtL0?*(a!W}}buHsSY0>e&ey;jgJ#<_!cLyVv8_mLOFvhuNeV5oG3 z+c}o=t4r9*dc%fAtEY4k{oH!%C+t$d-4?h-wt7(uZrBWAi*()Xoi3x^%YpRi%f0!P zoC_7V^$qhMLJcTbi79AYijnU3tVyKs}nDD_9ret=du{O^?Ia8PXd=+0LRfJS;0^G&kFO@1>IR9NFl| z{NsE&P^fs_5^_o-WWvAu#phfh6!t7SPRQlA?0w4;g{9IM!Ib#{SrSfWy}aEGpSaPz zd?s;KAXztcX7Ovqg3g_SSIE*5LxtXHDyR_q%5V}Y_>x>utBw{5<#>SgRwS}Ba+fXJ zpU&-$wUrlnc@Ng0GexrB$NO^yx3G&7B_@<7!gCx~D%zQ4A(dEu^%IDqRkA2X(Jz4J z{qTpFmzK^UkS`gbtilprT;k(kRg9=mPHmD}urp1JXbF}0I>Av9%o^#^*cs?Zq~o^x zTOfBl7#QK_K=kO{kmi31lv*iw!b=kLbtJDv{G`ro{;P9DW?P2p+@`^bC0R*Mt&Ove zY<=IwlHhWAs&?|-S7)hk525bN9VG8lvWAmBO-+w?j$t2(jmIiAWv{tiksv2y`12qxE!04^UHpb!~?za(}{oJze~pbILTScPa{u(06#f$U9%d|kJQQ*UNPyo%6V>> z*E>z8>&GzUd|p25e!=7?_&=0GJkR7})cv|ivFwYjOcc63;^h8+P&NLVMrqKX_ohWM zI0+6b6UPc~B|&mNR(JbI#i}1nxVVQWolBgSx9H)tyL9jS{PEYZysP-1M-iWwA4s_L zu^6Kq5HlayZn0IzPp+-)C730w{y&B2`e%NjlbgH6ON)?Rik?MhFq=PU4?n?jX_A#i zyKMhy+=9b(s)=7AInBGcS z+1rJX_zZK0O`uaRmy|!yzeMLb2F-iiTlvt>Wu)Ft-GJ3XlFv2z1=nTEpE_yB;a?@n z!L+QQ0l#|aI(x}(E}wCpc43|sD3{+>7gqPqzyNo6r3FXtHZ{V(Y}BF>i~$?jYL-j* zxgJ`1Nm)=^_`R_v?Ky8cA+yTEebw2ux+^BblEAU1)bEnx+?7epVxc^@ovurwJ`UgH zG8dST6*Bb?7tY)|)W-9q+1y&~SF7%saQA(xx=!Od=UGFtWGw0RTNGasLpUpML$+22 z?M|Owq$ljtQ*O3+2fc-wk!QfcBL-p$E+rm02!iQ{WlR$?0xQ11y-3ot;b&_L)A2hD z*4b}Eh0_8Kw1{rbM;9xP7rXy$2j=#;1guI}Zzumc+L_GN)mrDLl>*XVC!r3Cx9-p1 zBW9Fq)8TX`bv*F;bi(`iUO!Ao*wEz%W&AqmgUneg9q-EYtQPtWu- dv))*9T`zRpR$KIR@, 2005. +# $Id: sitemap.pot 2327 2005-06-19 03:09:59 RedAltExport $ +msgid "" +msgstr "" +"Project-Id-Version: Sitemap v2.7.1 for WP\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-07 01:15+0100\n" +"PO-Revision-Date: 2009-07-15 03:12+0200\n" +"Last-Translator: Hazem Khaled \n" +"Language-Team: Sewar \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Arabic\n" +"X-Poedit-Country: ARABIAN WORLD\n" +"X-Poedit-SourceCharset: utf-8\n" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:846 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:642 +msgid "Comment Count" +msgstr "عدد التعليقات" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:858 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:654 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "أستخدم عدد التعليقات لحساب الأولوية" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:918 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:714 +msgid "Comment Average" +msgstr "متوسط التعليقات" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:930 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:726 +msgid "Uses the average comment count to calculate the priority" +msgstr "أستخدم متوسط التعليقات لحساب الأولوية" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:993 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:789 +msgid "Popularity Contest" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:1005 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:801 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1187 +msgid "Always" +msgstr "دائماً" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1188 +msgid "Hourly" +msgstr "كل ساعة" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1189 +msgid "Daily" +msgstr "يومياً" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1190 +msgid "Weekly" +msgstr "اسبوعياً" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1191 +msgid "Monthly" +msgstr "شهرياً" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1192 +msgid "Yearly" +msgstr "سنوياً" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1193 +msgid "Never" +msgstr "أبداً" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:102 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:102 +msgid "Hide this notice" +msgstr "أخفاء هذا التبليغ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:108 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and your are satisfied with the results, isn't it worth at least one dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "شكراً ﻷستخدامك هذه الأضافة! لقد قمت بتركيب الإضافة من اكثر من شهر. إذا كنت راضي عن النتائج, يمكنك التبرع بدولار واحد على الأقل؟ المتبرعين ساعدوني بدعم وتطوير هذه الأضافة المجانية! أكيد, لا يوجد مشكلة!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:108 +msgid "No thanks, please don't bug me anymore!" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:67 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:119 +msgid "Your sitemap is being refreshed at the moment. Depending on your blog size this might take some time!" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:69 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:121 +#, php-format +msgid "Your sitemap will be refreshed in %s seconds. Depending on your blog size this might take some time!" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:146 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:453 +msgid "XML Sitemap Generator for WordPress" +msgstr "صانع خريطة الموقع" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:298 +msgid "Configuration updated" +msgstr "تم تحديث الإعدادات" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:299 +msgid "Error while saving options" +msgstr "حدث خطأ عند حفظ إعدادات الصفحات" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:301 +msgid "Pages saved" +msgstr "تم حفظ إعدادات الصفحات" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:302 +msgid "Error while saving pages" +msgstr "حدث خطأ عند حفظ إعدادات الصفحات" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2758 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:309 +msgid "The default configuration was restored." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:374 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:466 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here." +msgstr "هناك إصدارة جديدة %1$s متاحة. تحميل الأصدارة %3$s من هنا." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:376 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:468 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here automatic upgrade unavailable for this plugin." +msgstr "هناك إصدارة جديدة %1$s متاحة. تحميل الأصدارة %3$s من هنا. التحديث التلقائي غير متاح في هذه المدونة." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:378 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:470 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here or upgrade automatically." +msgstr "هناك إصدارة جديدة %1$s متاحة. تحميل الأصدارة %3$s من هنا او حدث تلقائياً." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2851 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2868 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:493 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:510 +msgid "open" +msgstr "فتح" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2852 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2869 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:494 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:511 +msgid "close" +msgstr "أغلاق" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2853 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2870 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:495 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:512 +msgid "click-down and drag to move this box" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2854 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2871 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:496 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:513 +msgid "click to %toggle% this box" +msgstr "أضغط لكي %toggle% هذا المربع" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2855 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2872 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:497 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:514 +msgid "use the arrow keys to move this box" +msgstr "أستخدم السهم لتحريك المربعات" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2856 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2873 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:498 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:515 +msgid ", or press the enter key to %toggle% it" +msgstr ", او أضغط على الزر لـ%toggle%" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2884 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:533 +msgid "About this Plugin:" +msgstr "عن هذه الأضافة" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:534 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:141 +msgid "Plugin Homepage" +msgstr "الصفحة الرئيسية" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:421 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:535 +msgid "Suggest a Feature" +msgstr "رشح خاصية جديدة" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2887 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:536 +msgid "Notify List" +msgstr "قائمة التبليغ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:537 +msgid "Support Forum" +msgstr "منتدى الدعم" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:424 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:538 +msgid "Report a Bug" +msgstr "أبلغ عن خطأ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2889 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:540 +msgid "Donate with PayPal" +msgstr "تبرع بالباي بال" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2890 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:541 +msgid "My Amazon Wish List" +msgstr "قائمة رغباتي بأمازون" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:542 +msgid "translator_name" +msgstr "إعادة الترجمة : حازم خالد" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:542 +msgid "translator_url" +msgstr "http://HazemKhaled.com" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:545 +msgid "Sitemap Resources:" +msgstr "موارد خريطة الموقع:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2897 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:546 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:552 +msgid "Webmaster Tools" +msgstr "ادوات مدير الموقع" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:547 +msgid "Webmaster Blog" +msgstr "مدونة مدير الموقع" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2900 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:549 +msgid "Site Explorer" +msgstr "متصفح الموقع" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2901 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:550 +msgid "Search Blog" +msgstr "بحث المدونة" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3010 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:553 +msgid "Webmaster Center Blog" +msgstr "مدونة مركز مدير الموقع" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:555 +msgid "Sitemaps Protocol" +msgstr "بروتوكول خريطة الموقع" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2904 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:556 +msgid "Official Sitemaps FAQ" +msgstr "الأسئلة الشائعة الرسمية عن خريطة المواقع" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:557 +msgid "My Sitemaps FAQ" +msgstr "الأسئلة الشائعة عن خريطة الموقع" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2910 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:560 +msgid "Recent Donations:" +msgstr "أخر تبرع" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2914 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:564 +msgid "List of the donors" +msgstr "قائمة المتبرعين" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2916 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:566 +msgid "Hide this list" +msgstr "اخفاء هذه القائمة" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2919 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:569 +msgid "Thanks for your support!" +msgstr "شكراً لدعمك" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2931 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:587 +msgid "Status" +msgstr "الحالة" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2941 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:595 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2947 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:601 +msgid "Your sitemap was last built on %date%." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2949 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:603 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn moreأعرف المزيد" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2956 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:610 +msgid "Your sitemap (zipped) was last built on %date%." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2958 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:612 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn moreأعرف المزيد" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2964 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:618 +msgid "Google was successfully notified about changes." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:621 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3011 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:624 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:630 +msgid "YAHOO was successfully notified about changes." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2979 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:633 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3023 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:636 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:642 +msgid "Bing was successfully notified about changes." +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:645 +msgid "It took %time% seconds to notify Bing, maybe you want to disable this feature to reduce the building time." +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:648 +#, php-format +msgid "There was a problem while notifying Bing. View result" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:654 +msgid "Ask.com was successfully notified about changes." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:657 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3035 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:660 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3002 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:668 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "تم الأنشاء في حوالي %time% ثانية وأستخدام %memory% MB من الذاكرة." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3004 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:670 +msgid "The building process took about %time% seconds to complete." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3008 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:674 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:586 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:682 +msgid "The building process might still be active! Reload the page in a few seconds and check if something has changed." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3012 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:685 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3014 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:687 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3018 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:691 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3022 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:695 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3025 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:698 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "إذا تغير شيء على الخادم الخاص بك أو مدونتك, فيجب عليك إعادة غنشاء الخريطة يدوياً" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3027 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:700 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "إذا واجهتك أي مشاكل في عملية انشاء الخريطة فيمكنك أستخدام debug function للحصول على المزيد من المعلومات" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:707 +msgid "Basic Options" +msgstr "إعدادات أساسية" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:709 +msgid "Sitemap files:" +msgstr "ملفات الخريطة" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3104 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:709 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:724 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:744 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:777 +msgid "Learn more" +msgstr "أعرف المزيد" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:714 +msgid "Write a normal XML file (your filename)" +msgstr "كتابة ملف XML عادي (ملف خريطة الموقع)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:720 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "كتابة ملف XML مضغوط (ملف خريطة الموقع + .gz)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:724 +msgid "Building mode:" +msgstr "نظام البناء:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3064 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:729 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "اعادة إنشاء الخريطة إذا قمت بتغيير محتوى المدونة" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3071 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:736 +msgid "Enable manual sitemap building via GET Request" +msgstr "إتاحة أنشاء الخريطة يدوياً عن طريق طلب GET" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3075 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:740 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the logfile above to see if sitemap was successfully built." +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:744 +msgid "Update notification:" +msgstr "تحديث التبليغات:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:748 +msgid "Notify Google about updates of your Blog" +msgstr "تبليغ جوجل عن تحديثات موقعك" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:749 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "لا يحتاج للتسجيل, ولكن يمكنك التسجيل في Google Webmaster Tools لمتابعة أحصائيات أرشفة موقعك." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:753 +msgid "Notify Bing (formerly MSN Live Search) about updates of your Blog" +msgstr "أبلاغ BING (رسمياً MSN Live Search) عن التحديثات بمدونتك" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:754 +#, php-format +msgid "No registration required, but you can join the Bing Webmaster Tools to check crawling statistics." +msgstr "لا يحتاج للتسجيل, ولكن يمكنك التسجيل في Bing Webmaster Tools لمتابعة أحصائيات أرشفة موقعك." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:758 +msgid "Notify Ask.com about updates of your Blog" +msgstr "أبلاغ Ask.com عن تحديثات مدونتك" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3089 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:759 +msgid "No registration required." +msgstr "لا يحتاج للتسجيل" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3093 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:763 +msgid "Notify YAHOO about updates of your Blog" +msgstr "تبليغ YAHOO بتحديثات مدونتك" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:764 +msgid "Your Application ID:" +msgstr "رقم الطلب الخاص بك :" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:765 +#, php-format +msgid "Don't you have such a key? Request one here! %s2" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:770 +msgid "Add sitemap URL to the virtual robots.txt file." +msgstr "إضافة خريطة الموقع لملف robots.txt" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:774 +msgid "The virtual robots.txt generated by WordPress is used. A real robots.txt file must NOT exist in the blog directory!" +msgstr "ملف robots.txt الأفتراضي الذي تم إنشائه بواسطة WordPress قيد الأستخدام. ملف robots.txt الفعلي يجب أن لا يكون موجود بمجلد المدونة!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:777 +msgid "Advanced options:" +msgstr "خيارات متقدمة" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:780 +msgid "Limit the number of posts in the sitemap:" +msgstr "تحديد عدد التدوينات في الخريطة :" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:780 +msgid "Newer posts will be included first" +msgstr "التدوينة الجديدة ستدرج الأولى" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:783 +msgid "Try to increase the memory limit to:" +msgstr "حاول تزيد حد الذاكرة إلى:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:783 +msgid "e.g. \"4M\", \"16M\"" +msgstr "مثال : \"4M\", \"16M\"" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:786 +msgid "Try to increase the execution time limit to:" +msgstr "حاول زيادة مدة التنفيذ :" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:786 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "بالثواني, مثال: \"60\" أو \"0\" للغير نهائي" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:790 +msgid "Include a XSLT stylesheet:" +msgstr "أستخدام ملف تنسيقي XSLT:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:791 +msgid "Full or relative URL to your .xsl file" +msgstr "الرابط كاملاً ملفم ال .xsl" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:791 +msgid "Use default" +msgstr "أستخدام الأفتراضي" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:797 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "تفعيل وضع MySQL القياسي. أستخدها فقط في حالة حدوث اخطاء MySQL. (يحتاج إلى المزيد من الذاكرة!)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:798 +msgid "Upgrade WordPress at least to 2.2 to enable the faster MySQL access" +msgstr "يجب تحديث وردبريس للأصدارة 2.2 لتفعيل وصل أسرع لل MySQL" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:805 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "بناء خريطة الموقع في كل مرة في الخلفية (لكل لا يأخر عملية حفظ التدوينات)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:806 +msgid "Upgrade WordPress at least to 2.1 to enable background building" +msgstr "يجب تحديث المدونة لإصدارة 2.1 على الأقل لتفعيل العمل في الخلفية" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:813 +msgid "Additional pages" +msgstr "صفحات إضافية" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:816 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "هنا يمكنك تضمين الملفات و الروابط التي يجب أن يتم تضمينها في خريطة الموقع، لكنها لا تتبع ووردبريس .
على سبيل المثال، إذا كان نطاق موقعك www.foo.com و مدونتك موجودة في www.foo.com/blog أنت قد تريد تضمين الصفحة الرئيسية لموقعك في www.foo.com." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:818 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:997 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1011 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1020 +msgid "Note" +msgstr "تنبيه" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:819 +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "إذا كانت مدونتك في مجلد فرعي و أردت إضافة صفحات خارج مجلد مدونتك، يجب عليك وضع ملف خريطة موقعك في المجلد الرئيسي لموقعك (انظر فسم "مكان ملف خريطة موقعك" في هذه الصفحة)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:821 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:860 +msgid "URL to the page" +msgstr "رابط الصفحة" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:822 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "ضع رابط الصفحة ، مثلاً : http://www.foo.com/index.html أو www.foo.com/home ." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:824 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:861 +msgid "Priority" +msgstr "الأفضلية" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:825 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "إختر أفضلية الصفحة نسبة إلى الصفحات الأخرى ، على سبيل المثال ، صفحتك الرئيسية لربّما يكون لها أفضلية أعلى من سيرتك الذاتية ." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:827 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:863 +msgid "Last Changed" +msgstr "آخر تعديل" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:828 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "ضع تاريخ آخر تعديل كـ YYYY-MM-DD (مثلاً : 2005-12-31) (اختياري) ." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:862 +msgid "Change Frequency" +msgstr "فترة التحديث" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:864 +msgid "#" +msgstr "#" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:869 +msgid "No pages defined." +msgstr "لا يوجد صفحات مضافة ." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:874 +msgid "Add new page" +msgstr "أضف صفحة جديدة" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:879 +msgid "Post Priority" +msgstr "الأفضلية" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3329 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:881 +msgid "Please select how the priority of each post should be calculated:" +msgstr "الرجاء اختيار مدى أولوية كل تدوينة :" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:883 +msgid "Do not use automatic priority calculation" +msgstr "لا تستخدم حساب الأولوية تلقائيا" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:883 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "كل المواضيع تحمل نفس الأولوية التي تم تحديدها في "الأولويات"" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:894 +msgid "Location of your sitemap file" +msgstr "مكان ملف خريطة موقعك" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:897 +msgid "Automatic detection" +msgstr "الكشف الآلي" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:901 +msgid "Filename of the sitemap file" +msgstr "اسم ملف خريطة الموقع:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:904 +msgid "Detected Path" +msgstr "مسار الملف" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:904 +msgid "Detected URL" +msgstr "رابط الملف" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:909 +msgid "Custom location" +msgstr "مسار مخصص" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:913 +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "المسار الكامل لملف خريطة الموقع." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:915 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:924 +msgid "Example" +msgstr "مثال" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:922 +msgid "Complete URL to the sitemap file, including name." +msgstr "الرابط الكامل لملف خريطة الموقع." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:935 +msgid "Sitemap Content" +msgstr "محتوى خريطة الموقع" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:941 +msgid "Include homepage" +msgstr "تضمين الصفحة الرئيسية" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:947 +msgid "Include posts" +msgstr "تضمين التدوينات" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:953 +msgid "Include following pages of multi-page posts (Increases build time and memory usage!)" +msgstr "إدراج الصفحات التابعة للمواضيع متعددة الصفحات (يزيد في مدة إنشاء الخيرطة وكمية الذاكرة المستخدمة)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:959 +msgid "Include static pages" +msgstr "تضمين الصفحات" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:965 +msgid "Include categories" +msgstr "تضمين التصنيفات" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:971 +msgid "Include archives" +msgstr "تضمين الأرشيف" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:978 +msgid "Include tag pages" +msgstr "تضمين صفحات التاجات" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:985 +msgid "Include author pages" +msgstr "تضمين صفحات الكتاب" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:993 +msgid "Excluded items" +msgstr "استبعاد عناصر" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:995 +msgid "Excluded categories" +msgstr "استبعاد التصنيفات" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:997 +msgid "Using this feature will increase build time and memory usage!" +msgstr "باستخدام هذه الميزة سوف تزيد من وقت الأنشاء واستخدام ذاكرة اكبر!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1004 +#, php-format +msgid "This feature requires at least WordPress 2.5.1, you are using %s" +msgstr "هذه الخاصية تحتاج لنسخة وردبريس 2.5.1, أنت تستخدم %s" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1007 +msgid "Exclude posts" +msgstr "استبعاد التدوينات" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1009 +msgid "Exclude the following posts or pages:" +msgstr "أستبعاد التدوينات او المواضيع الأتية:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1009 +msgid "List of IDs, separated by comma" +msgstr "ضع الأرقام IDs, وأفصل بينهم بكومة انجليزية" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1011 +msgid "Child posts won't be excluded automatically!" +msgstr "المواضيع التابعة لن تستبعد تلقائيا!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1017 +msgid "Change frequencies" +msgstr "فترة التحديث" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1021 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "رجاء لاحظ بأنّ قيمة هذه الخاصية هي تلميح معتبر و ليس إجبارياً . بالرغم من أنّ محركات البحث تقرأ هذه الخاصية عندما تبحث ، هي قد تفحص الصفحات التي أشّرت \"كل ساعة\" أقل كثيرا من ذلك ، وهي قد تفحص الصفحات التي أشّرت \"سنوياً\" أكثر من ذلك . هي أيضا من المحتمل تفحص الصفحات التي أشّرت \"أبداً\" بشكل دوري لكي هم يمكن أن يعالجوا التغييرات الغير المتوقّعة في تلك الصفحات ." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1027 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1084 +msgid "Homepage" +msgstr "الصفحة الرئيسية" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1033 +msgid "Posts" +msgstr "التدوينات" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1039 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1102 +msgid "Static pages" +msgstr "الصفحات" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1045 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1108 +msgid "Categories" +msgstr "التصنيفات" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1051 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "أرشيف الشهر الحالي (يفضل أن يكون مثل الصفحة الرئيسية)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1057 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "الأرشيف السابق (يتغير عندما تحرر تدوينة قديمة فقط)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1064 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1121 +msgid "Tag pages" +msgstr "صفحات التاجات" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1071 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1128 +msgid "Author pages" +msgstr "صفحات المؤلفين" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1079 +msgid "Priorities" +msgstr "الأفضليات" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1090 +msgid "Posts (If auto calculation is disabled)" +msgstr "التدوينات (إذا كان الحساب الآلي غير مفعل)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1096 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "أفضلية التدوينة الدنيا (حتى إذا كان الحساب الآلي مفعل)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1114 +msgid "Archives" +msgstr "الأرشيف" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1139 +msgid "Update options" +msgstr "تحديث الإعدادات" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1140 +msgid "Reset options" +msgstr "تصفير الإعدادات" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:84 +msgid "XML-Sitemap Generator" +msgstr "صانع خريطة الموقع" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:84 +msgid "XML-Sitemap" +msgstr "خريطة الموقع" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:142 +msgid "Sitemap FAQ" +msgstr "الأسئلة الشائعة عن خريطة الموقع" + +#~ msgid "Manual location" +#~ msgstr "تحديد الرابط يدوياً" +#~ msgid "OR" +#~ msgstr "أو" +#~ msgid "Error" +#~ msgstr "حصل خطأ" +#~ msgid "" +#~ "A new page was added. Click on "Save page changes" to save your " +#~ "changes." +#~ msgstr "" +#~ "تم إضافة صفحة جديدة ، إضغط على زر "حفظ تغييرات الصفحات" لحفظ " +#~ "تغييراتك ." +#~ msgid "" +#~ "The page was deleted. Click on "Save page changes" to save your " +#~ "changes." +#~ msgstr "تم حذف الصفحة ." +#~ msgid "You changes have been cleared." +#~ msgstr "تم إلغاء تغييراتك ." +#~ msgid "Manual rebuild" +#~ msgstr "إنشاء خريطة الموقع يدوياً" +#~ msgid "" +#~ "If you want to build the sitemap without editing a post, click on here!" +#~ msgstr "" +#~ "إذا كنت تريد إنشاء خريطة الموقع بدون تعديل تدوينة ، إضغط على الزر التالي :" +#~ msgid "Rebuild Sitemap" +#~ msgstr "إعادة إنشاء خريطة الموقع" + diff --git a/plugins/google-sitemap-generator/lang/sitemap-bg_BG.mo b/plugins/google-sitemap-generator/lang/sitemap-bg_BG.mo new file mode 100644 index 0000000000000000000000000000000000000000..7fefcb8c2f2cedd5da8479333885a7e091d50701 GIT binary patch literal 31729 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 literal 0 HcmV?d00001 diff --git a/plugins/google-sitemap-generator/lang/sitemap-bg_BG.po b/plugins/google-sitemap-generator/lang/sitemap-bg_BG.po new file mode 100644 index 0000000..dea81e3 --- /dev/null +++ b/plugins/google-sitemap-generator/lang/sitemap-bg_BG.po @@ -0,0 +1,827 @@ +msgid "" +msgstr "" +"Project-Id-Version: sitemap 3.1.1\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2009-03-02 13:53+0200\n" +"Last-Translator: Alexander Dichev \n" +"Language-Team: Alexander Dichev \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Bulgarian\n" +"X-Poedit-Country: BULGARIA\n" +"X-Poedit-SourceCharset: utf-8\n" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:642 +msgid "Comment Count" +msgstr "Брой Коментари" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:654 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "Използва броя на коментарите при калкулиране на приоритета на поста" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:714 +msgid "Comment Average" +msgstr "Коментари Средно" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:726 +msgid "Uses the average comment count to calculate the priority" +msgstr "Използва средния брой на коментарите при калкулиране на приоритета" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:789 +msgid "Popularity Contest" +msgstr "Popularity Contest" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:801 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "Използва активиран Popularity Contest Plugin от Alex King. Виж Настройки и Най-популярните постове." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1118 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1209 +msgid "Always" +msgstr "Винаги" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1119 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1210 +msgid "Hourly" +msgstr "Ежечасно" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1120 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1211 +msgid "Daily" +msgstr "Ежедневно" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1212 +msgid "Weekly" +msgstr "Ежеседмично" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1122 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1213 +msgid "Monthly" +msgstr "Ежемесечно" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1123 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1214 +msgid "Yearly" +msgstr "Ежегодно" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1215 +msgid "Never" +msgstr "Никога" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:102 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "Благодаря Ви много за дарението. Вие ми помагате да продължа развитието и поддръжката на този плъгин и на други безплатни приложения и софтуер." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:102 +msgid "Hide this notice" +msgstr "Скриване на съобщението" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:108 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and your are satisfied with the results, isn't it worth at least one dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "Благодаря Ви, че използвате този плъгин! Вие сте инсталирали и използвате този плъгин повече от месец. Ако работи добре и сте доволни от резултата, не си ли заслужава поне един долар? Даренията ми помагат да продължа развитието и поддръжката на този безплатен софтуер! Разбира се, няма проблеми! " + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:108 +msgid "No thanks, please don't bug me anymore!" +msgstr "Не благодаря, моля, не ме безпокойте повече!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:67 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:119 +msgid "Your sitemap is being refreshed at the moment. Depending on your blog size this might take some time!" +msgstr "Вашата карта на сайта се обновява в момента. В зависимост от големината на блога, това би коствало известно време." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:69 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:121 +#, php-format +msgid "Your sitemap will be refreshed in %s seconds. Depending on your blog size this might take some time!" +msgstr "Вашата карта на сайта ще бъде обновена след %s секунди. В зависимост от големината на блога, това би коствало известно време." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:146 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:441 +msgid "XML Sitemap Generator for WordPress" +msgstr "XML Sitemap Генератор за WordPress" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:278 +msgid "Configuration updated" +msgstr "Конфигурацията е обновена" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:279 +msgid "Error while saving options" +msgstr "Грешка при запазване на настройките" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:281 +msgid "Pages saved" +msgstr "Страниците са запаметени" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:282 +msgid "Error while saving pages" +msgstr "Грешка при запаметяване на страниците" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:286 +#, php-format +msgid "Robots.txt file saved" +msgstr "Файла Robots.txt е запазен" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:288 +msgid "Error while saving Robots.txt file" +msgstr "Грешка при запазването на файла robots.txt" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:297 +msgid "The default configuration was restored." +msgstr "Стандартните настройки са възстановени" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:374 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:454 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here." +msgstr "Има нова версия на %1$s. Изтеглете версия %3$s тук." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:376 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:456 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here automatic upgrade unavailable for this plugin." +msgstr "Има нова версия на %1$s. Изтегли версия %3$s тук невъзможно е автоматично обновяване за това разширение." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:378 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:458 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here or upgrade automatically." +msgstr "Има нова версия на %1$s. Изтегли версия %3$s тук илиr обнови автоматично." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:481 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:498 +msgid "open" +msgstr "отвори" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:482 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:499 +msgid "close" +msgstr "затвори" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:483 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:500 +msgid "click-down and drag to move this box" +msgstr "кликнете с мишката върху кутията и провлачете за да я преместите" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:484 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:501 +msgid "click to %toggle% this box" +msgstr "кликнете за да %toggle% кутията" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:485 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:502 +msgid "use the arrow keys to move this box" +msgstr "използвайте бутоните със стрелките за преместване на кутията" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:486 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:503 +msgid ", or press the enter key to %toggle% it" +msgstr ", или натиснете бутона Enter за да го %toggle%" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:521 +msgid "About this Plugin:" +msgstr "За плъгина:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:522 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:138 +msgid "Plugin Homepage" +msgstr "Страница на плъгина" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:421 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:523 +msgid "Suggest a Feature" +msgstr "Предложи Нова Възможност" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:524 +msgid "Notify List" +msgstr "E-Mail абонамент за обновяванията" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:525 +msgid "Support Forum" +msgstr "Форуми за помощ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:424 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:526 +msgid "Report a Bug" +msgstr "Докладвай за Бъг" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:528 +msgid "Donate with PayPal" +msgstr "Дарение с PayPal" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:529 +msgid "My Amazon Wish List" +msgstr "Моят списък с желания от Amazon" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:530 +msgid "translator_name" +msgstr "Alexander Dichev" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:530 +msgid "translator_url" +msgstr "http://dichev.com/" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:533 +msgid "Sitemap Resources:" +msgstr "Sitemap Ресурси:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:534 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:540 +msgid "Webmaster Tools" +msgstr "Webmaster Tools" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:535 +msgid "Webmaster Blog" +msgstr "Webmaster Blog" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:537 +msgid "Site Explorer" +msgstr "Site Explorer" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:538 +msgid "Search Blog" +msgstr "Search Blog" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:541 +msgid "Webmaster Center Blog" +msgstr "Webmaster Center Blog" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:543 +msgid "Sitemaps Protocol" +msgstr "Sitemaps Протокол" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:544 +msgid "Official Sitemaps FAQ" +msgstr "Официални Често Задавани Въпроси" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:545 +msgid "My Sitemaps FAQ" +msgstr "Моите Често Задавани Въпроси" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:548 +msgid "Recent Donations:" +msgstr "Последни Дарения;" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:552 +msgid "List of the donors" +msgstr "Списък на дарителите" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:554 +msgid "Hide this list" +msgstr "Скрийте този списък" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:557 +msgid "Thanks for your support!" +msgstr "Благодаря за помощта!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:575 +msgid "Status" +msgstr "Статус" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:583 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "Все още не е създаден sitemap-файл. От тази връзка генерирайте карта на сайта за първи път." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:589 +msgid "Your sitemap was last built on %date%." +msgstr "Вашият sitemap-файл беше създаден успешно на %date%." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:591 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn moreПовече информация." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:598 +msgid "Your sitemap (zipped) was last built on %date%." +msgstr "Вашият архивиран sitemap-файл беше създаден успешно на %date%." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:600 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn moreПовече информация." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:606 +msgid "Google was successfully notified about changes." +msgstr "Google беше уведомен успешно за промените в блога." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:609 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "Отне %time% секунди за уведомяването на Google ако желаете да намалите времето за генериране можете да деактивирате тази функция." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:612 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "Имаше проблем с уведомяването на Google. Виж резултата" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:618 +msgid "YAHOO was successfully notified about changes." +msgstr "YAHOO беше уведомен успешно за промените в блога." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:621 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "Отне %time% секунди за уведомяването на YAHOO ако желаете да намалите времето за генериране можете да деактивирате тази функция." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:624 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "Имаше проблем с уведомяването на YAHOO. Виж резултата" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:630 +msgid "MSN was successfully notified about changes." +msgstr "MSN беше уведомен успешно за промените в блога." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:633 +msgid "It took %time% seconds to notify MSN.com, maybe you want to disable this feature to reduce the building time." +msgstr "Отне %time% секунди за уведомяването на MSN.com, ако желаете да намалите времето за генериране можете да деактивирате тази функция." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:636 +#, php-format +msgid "There was a problem while notifying MSN.com. View result" +msgstr "Имаше проблем с уведомяването на MSN.com. Виж резултата" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:642 +msgid "Ask.com was successfully notified about changes." +msgstr "Ask.com беше уведомен успешно за промените в блога." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:645 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "Отне %time% секунди за уведомяването на Ask.com ако желаете да намалите времето за генериране можете да деактивирате тази функция." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:648 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "Имаше проблем с уведомяването на Ask.com. Виж резултата" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:656 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "Генерирането на sitemap-а отне %time% секунди и беше използвана %memory% MB памет." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:658 +msgid "The building process took about %time% seconds to complete." +msgstr "Процесът на генериране отне %time% секунди." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:662 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "Съдържанието на картата на сайта Ви не е променено от последния път, затова файлове не бяха създадени и не бяха ping-нати търсачки." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:586 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:670 +msgid "The building process might still be active! Reload the page in a few seconds and check if something has changed." +msgstr "Възможно е процесът по изграждане все още да не е приключил. Презареди страницата след няколко секунди и провери за промяна." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:673 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "Последният опит на генериране на карта на сайта приключи неуспешно! Можете да опитате да увеличите максимума използвана памет и лимита за време на изпълнение на PHP-скриптове на Вашия уеб-сървър. Повече информация." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:675 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "Последното регистрирано количество използвана от скрипта памет е %memused%MB, лимита за използвана памет от PHP-скриптове, зададен в конфигурацията на Вашия уеб-сървър е %memlimit%MB." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:679 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "Последното регистрирано време за изпълнение на скрипта беше %timeused% секунди, лимита за продължителност на изпълнение на PHP-скриптове зададен в конфигурацията на Вашия уеб-сървър е %timelimit% секунди." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:683 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "Изпълнението на този скрипт спря около пост номер %lastpost% (+/- 100)." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:686 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "Ако сте направили някакви промени по сървъра или блога е необходимо да Регенерирате Sitemap-а ръчно." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:688 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "Ако изпитвате проблеми при създаването на файла можете да активирате Дебъг Функцията за да получите повече информация за грешките." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:695 +msgid "Basic Options" +msgstr "Основни Настройки" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:697 +msgid "Sitemap files:" +msgstr "Sitemap файлове:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:697 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:712 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:732 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:765 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:782 +msgid "Learn more" +msgstr "Повече информация" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:702 +msgid "Write a normal XML file (your filename)" +msgstr "Генерирай нормален XML файл (име на файла)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:708 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "Генерирай архивирана версия (име_на_файла + .gz)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:712 +msgid "Building mode:" +msgstr "Метод на генериране:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:717 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "Регенерирай sitemap-а при промяна в съдържанието на блога" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:724 +msgid "Enable manual sitemap building via GET Request" +msgstr "Активиране на ръчно генериране на sitemap-файла чрез изпращане на GET заявка" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:728 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the logfile above to see if sitemap was successfully built." +msgstr "Това прави възможно регенериране на sitemap-а ако външен инструмент е внесъл промени в базата данни на WordPress без да изпозва WordPress API. Активирайте процеса от тази връзка: %1. Моля, проверете log-файла по-горе за да разжерете дали sitemap-а е генериран успешно." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:732 +msgid "Update notification:" +msgstr "Уведомяване при обновяване:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:736 +msgid "Notify Google about updates of your Blog" +msgstr "Уведомяване на Google при обновяване на блога Ви" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:737 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "Не е необходима регистрация, но трябва да се включите в Google Webmaster Tools за да проверите статистиката от посещенията на търсачката на сайта ви." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:741 +msgid "Notify MSN Live Search about updates of your Blog" +msgstr "Уведомяване на MSN Live Search при обновяване на блога Ви" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:742 +#, php-format +msgid "No registration required, but you can join the MSN Live Webmaster Tools to check crawling statistics." +msgstr "Не е необходима регистрация, но трябва да се включите в MSN Live Webmaster Tools за да проверите статистиката от посещенията на търсачката на сайта ви." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:746 +msgid "Notify Ask.com about updates of your Blog" +msgstr "Уведомяване на Ask.com за обновявания на блога Ви" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:747 +msgid "No registration required." +msgstr "Не е необходима регистрация." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:751 +msgid "Notify YAHOO about updates of your Blog" +msgstr "Уведомяване на YAHOO за обновявания на блога Ви" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:752 +msgid "Your Application ID:" +msgstr "Вашето Application ID:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:753 +#, php-format +msgid "Don't you have such a key? Request one here! %s2" +msgstr "Нямате ли ключ? Заявете си от тук! %s2" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:760 +#, php-format +msgid "Modify or create %s file in blog root which contains the sitemap location." +msgstr "Обновяване или създаване на факл %s в главната директория на блога, която се намира местоположението на картата на сайта." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:763 +msgid "File permissions: " +msgstr "Права върху файла:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:768 +msgid "OK, robots.txt is writable." +msgstr "OK, robots.txt е разрешен за промяна." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:770 +msgid "Error, robots.txt is not writable." +msgstr "Грешка, robots.txt е заключен за промяна." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:774 +msgid "OK, robots.txt doesn't exist but the directory is writable." +msgstr "OK, robots.txt не съществува, но директорията е разрешена за писане." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:776 +msgid "Error, robots.txt doesn't exist and the directory is not writable" +msgstr "Грешка, robots.txt не съществува и директорията не е разрешена за писане" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:782 +msgid "Advanced options:" +msgstr "Допълнителни настройки:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:785 +msgid "Limit the number of posts in the sitemap:" +msgstr "Ограничи броя на постовете в sitemap-а:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:785 +msgid "Newer posts will be included first" +msgstr "Новите постове ще бъдат включени първо" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:788 +msgid "Try to increase the memory limit to:" +msgstr "При възможност увеличи лимита на паметта на:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:788 +msgid "e.g. \"4M\", \"16M\"" +msgstr "например \"4M\", \"16M\"" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:791 +msgid "Try to increase the execution time limit to:" +msgstr "При възможност увеличи времето за изпълнение на:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:791 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "секунди, например \"60\" или \"0\" без ограничение" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:795 +msgid "Include a XSLT stylesheet:" +msgstr "Добави XSLT Stylesheet:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:796 +msgid "Full or relative URL to your .xsl file" +msgstr "Абсолютен или относителен URL до Вашия .xsl файл" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:796 +msgid "Use default" +msgstr "Използвай Стандартните" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:801 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "Активиране на MySQL Standard метод. Използва се само при получаване на MySQL грешки. (Използва доста повече памет!)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:807 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "Генерирай картата на сайта на заден план (Няма да е необходимо да се чака при запазване на пост)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:814 +msgid "Additional pages" +msgstr "Допълнителни страници" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:817 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Тук можете да определите файлове или URL-и, които да бъдат добавени в картата на сайта, въпреки, че не са част от блога/WordPress.
Например, ако домейнът Ви е www.foo.com и блогът Ви се намира на www.foo.com/blog, може да добавите заглавната страница на сайта си http://www.foo.com" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:819 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:998 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1012 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1021 +msgid "Note" +msgstr "Забележка" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:820 +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "Ако блогът Ви се намира в поддиректория и Вие желаете да включите страници, които НЕ са в директорията на блога, вие ТРЯБВА да локализирате Вашия sitemap-файл в главната директория (Виж секцията "Местонахождение на sitemap-файла")!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:822 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:861 +msgid "URL to the page" +msgstr "URL на страницата" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:823 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "Въведете URL на страницата. Примери: http://www.foo.com/index.html или www.foo.com/home " + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:825 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:862 +msgid "Priority" +msgstr "Приоритет" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:826 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "Изберете приоритета на страницата в зависимост от другите страници. Например, Вашата заглавна страница може да има по-висок приоритет от страницата Ви за контакт." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:828 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:864 +msgid "Last Changed" +msgstr "Последна Промяна" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:829 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Въведете датата на последното обновяване във вида (например 2005-12-31) (незадължително)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:863 +msgid "Change Frequency" +msgstr "Честота на Обновяване" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:865 +msgid "#" +msgstr "#" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:870 +msgid "No pages defined." +msgstr "Няма дефинирани страници." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:875 +msgid "Add new page" +msgstr "Добавяне на нова страница" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:880 +msgid "Post Priority" +msgstr "Приоритет на Поста" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:882 +msgid "Please select how the priority of each post should be calculated:" +msgstr "Моля, изберете начин на калкулиране на приоритета на постовете" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:884 +msgid "Do not use automatic priority calculation" +msgstr "Не използвай авто-калкулиране на приоритета" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:884 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "Всички постове ще имат еднакъв приоритет, който е дефиниран в "Приоритети"" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:895 +msgid "Location of your sitemap file" +msgstr "Път до sitemap-файла" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:898 +msgid "Automatic detection" +msgstr "Автоматично разпознаване" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:902 +msgid "Filename of the sitemap file" +msgstr "Име на sitemap-файла" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:905 +msgid "Detected Path" +msgstr "Намерен път" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:905 +msgid "Detected URL" +msgstr "Намерен URL" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:910 +msgid "Custom location" +msgstr "Друго местонахождение" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:914 +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "Абсолютен и относителен път до sitemap-файла, включително името." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:916 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:925 +msgid "Example" +msgstr "Пример" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:923 +msgid "Complete URL to the sitemap file, including name." +msgstr "Абсолютен URL до sitemap-файла, включително името." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:936 +msgid "Sitemap Content" +msgstr "Съдържание на картата на сайта" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:942 +msgid "Include homepage" +msgstr "Включи заглавната страница" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:948 +msgid "Include posts" +msgstr "Включи постове" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:911 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:954 +msgid "Include following pages of multi-page posts (<!--nextpage-->)" +msgstr "Включи следните страници от многостранични статии (<!--nextpage-->)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:960 +msgid "Include static pages" +msgstr "Включи статични страници" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:966 +msgid "Include categories" +msgstr "Включи категории" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:972 +msgid "Include archives" +msgstr "Включи архиви" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:979 +msgid "Include tag pages" +msgstr "Включи страници с тагове" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:986 +msgid "Include author pages" +msgstr "Включи авторски страници" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:994 +msgid "Excluded items" +msgstr "Изключени" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:996 +msgid "Excluded categories" +msgstr "Изключени категории" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:998 +msgid "Using this feature will increase build time and memory usage!" +msgstr "Използването на това ще увеличи времето за създаване и употребата на памет!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1005 +#, php-format +msgid "This feature requires at least WordPress 2.5, you are using %s" +msgstr "Това изисква най-малко WordPress 2.5, Вие използвате %s" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1008 +msgid "Exclude posts" +msgstr "Изключени постове" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1010 +msgid "Exclude the following posts or pages:" +msgstr "Не включвай следните постове и/или страници:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1010 +msgid "List of IDs, separated by comma" +msgstr "Списък на ID-тата, разделени със запетая" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1012 +msgid "Child posts will not automatically be excluded!" +msgstr "Подстраниците ще бъдат автоматично изключени!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1018 +msgid "Change frequencies" +msgstr "Честота на обновяване" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1022 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Моля, обърнете внимание, че стойността на този таг е само подсказка, а не команда. Дори търсачките да се влияят от тази информация при вземане на решенията си, те може да посещават страници, маркирани с \"hourly\" по-рядко от това на всеки час и страници маркирани с \"yearly\" по-често от един път в годината. Приема се, че търсачките периодично посещават страници, маркирани с \"never\" за да могат да отбележат евентуални неочаквани промени в съдържанието им." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1028 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1086 +msgid "Homepage" +msgstr "Заглавна страница" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1034 +msgid "Posts" +msgstr "Постове" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1040 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1104 +msgid "Static pages" +msgstr "Статични страници" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1046 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1110 +msgid "Categories" +msgstr "Категории" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1052 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "Настоящ архив за месеца (Трябва да е същия като на заглавната страница)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1058 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Стари архиви (Промяна само при редакция на стар пост)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1065 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1123 +msgid "Tag pages" +msgstr "Страници на тагове" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1072 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1130 +msgid "Author pages" +msgstr "Авторски страници" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1080 +msgid "Priorities" +msgstr "Приоритети" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1092 +msgid "Posts (If auto calculation is disabled)" +msgstr "Постове (Ако авто-калкулиране е неактивно)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1098 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "Минимален приоритет на постовете (Важи и при активирано авто-калкулиране)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1116 +msgid "Archives" +msgstr "Архив" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1141 +msgid "Update options" +msgstr "Обновяване на настройките" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1142 +msgid "Reset options" +msgstr "Връщане на вградените настройки" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:81 +msgid "XML-Sitemap Generator" +msgstr "XML-Sitemap Генератор" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:81 +msgid "XML-Sitemap" +msgstr "XML-Sitemap" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:139 +msgid "Sitemap FAQ" +msgstr "Често Задавани Въпроси" + diff --git a/plugins/google-sitemap-generator/lang/sitemap-by_BY.mo b/plugins/google-sitemap-generator/lang/sitemap-by_BY.mo new file mode 100644 index 0000000000000000000000000000000000000000..7a399aba5100bb5640ceb0a471bc4f56a2bc140f GIT binary patch literal 26568 zcmds<3y@spb?2`a{NNFcu?ev^wy(y>%oxq+0R}vh<>&>-XwVo51TmQOOy8MltEYS1 z4~+&t0tjK*LP&ruVipM${Hi=`fdmQ?5?kfk+Su#b?Qw0kHt|-r5^riS=u+?_;5)#NgTvt6;M>4I1g{5Q z0yX|`z;}ZG2V{!q?Qf5wE#P}WPDM>nq&x&_-o2pKeHQ#8cm(9XXgL>k|1IEB@GkIj za5t#yhr;#eL9P2L*a!X)yb=64sChpM(WBrnH~=06MbA&b&ERqd^?>`p_kc&hUjzRw zxC;EQ;d&pNdMn>IfD6IRAeW;1K=FAGC_erkcpW$kUI3%t_AcM|We^WZ(E?C>TLyj_ zTn>I7{3iG_@XB9xIxfG$$1eeyB3cD%y*tAB5-9%M7q0ID*-~@>oCLoMmcjS3nXTZL zLGkJ5p!k2@yPaQ`fbZw~4WQ<~6MQeY6gkIJg@8 zKDYOLjhq0{!SAZJ# z1yJ|z0Y3yD07d^FgOD2i4AeaD;-cglgOclYpynxqTK7BP$HDJ`s7`dr)lOd@D0$ur z%8oXJ42cr(d~hGA^}h;=o^OC!_b7OP{r*SrJic%1XAbZ_Q0spml)nF8a0mF_0oTt% zAS{c10Lrd^2JQ#1SnTrt4tNLOPk@Lvx@<`lu|%{CTmXIwdiRPXVw%wq zsC5(YYUtYmim%^Y=Hq_~PVoKGYtS2TCg8U~+1HzaL_=!{8QB`uT0}e}dlw5k++DCSn%&-$3#0 z`kR>pyb;_0eg(v}MSlTm+&_R@!1XMyeH;Q2P4pvh4|oB_@B#2i@Q(A)H*kXQm)+|0 zd=~8E`?o=j`w@64_;c`6;9C*eyTCC}{_C^gL*S#}2f=r;8Lc}A#^6@)-QXi&FZfMR zcJS{&@%?{+h$gxM=4rhx;Kkr)!6o1>Q14d6*o_wBh0o`8P^&VZl)P4|m`2Tt>S>XXO- z{3-Ys;J?R6q?a$<126dAyw~~vpFr`a_qTk%9|g6qF;M&bGWZYR55UiXe_X()g6nX` zSAzdK;9rB%|96b~yyKwk>If)){w*l|xv1#+cLTVM?|VQ*8l9hDTi{0UBjAt08hAOx zUJC94#n-QaT#8->F9F{_?sN};8n*>xOVI?#cI{96PX8`XKY-d_`d1GhP`e0|j9{Dn zeT9F;pKJZA`7C{Ggzry)zrpb(4(VH&<0%gPZQ_uwOOO5;hxGX(4(YdaaUsWVb4Y)_ zz@fh;hxVWTeTWa@kM^GaE$4%HyMyDc91n4%e^>J19qAXa%5i|>YaCzZknBFlAsso7 z9v*L@uN`xhM7bD*B)PwxTKziargl;iwx;sXJtxBA=ZVE*)$ z@L6yd$JX%uF>o||-VY9j&w>dK)ZX$f)Z65LA*jEbIr=%IOZt11<7tj{9H@L0bLeli z!@PeV;mq4PP~T`D$9p*Ta{L;{+c*|*R5*TxV>`!(Ij-V(nB&(u^!GT&W)A7=GaTvP zo6`^A7LH{ceYta}sM)$s$u?v^`uiOR%a5+$^IDG2ajfLnz@fiSbKJ!7K79#)4}!QG zi&LKg<&X6DTlQ}hEe3y;Lv}J0&J_dR5b%ERiyU9&xPSvQGrN2@s6X7Q{mJ%*Ij-iI z;`l7b0LKi+Z5%j}MRBzjPt}roJ#I`SaZ+g{wRmeX6E~{y!bWv`yqqkIOO0qnA)cru zV;}8VSnpYRTXm$`s1G!@H&!eztc=G>OO-)R)vM)Z zBhf;&q+Do}wk7dYp)sK)v}V23NG1zYHqD~AR2eNdi>1nVTq#T@1JSBtF|H)j+%cZ$ zOQ}(+RtjbNUgyNNLS-~5#?>jEud`g4Yt?$A9#5C}I00F{3bV1%QnglU%*4|ZrO}BP zDvQZjslxrGO8mjkG^>r}!#<>x)ct$3sx~?S$*fi1Ixt$DjHe6rc*V%ddUJFXwv9E* z<(arrZIs4JNpZ#Ek(F`5m@qm~sEj9dcF=50h{^pRc*$_YUQd%*k%>lN)0xbRN@(~NhaJX zcJ%qY;_GC!m<&d13XNnOWV(I5+iLQ>~1Z#+x-nQmw?zsUmDCMr)dN#1xmS zqjo-8YqCO3hSA&hH&%((Rwewn33CdWY_lDV7RsYd={#ayYm$;&OexWy350{KeJsvd z*HX+&a;P`rY9)!`MkT&>DNv&3`)d%9gDU*xYyW#Zhtl2ja2uv~y$Zg4Tyc^7~ELqq***T%iemMr;j z|I%gs*DQ_4+G^Mr_qxX@l=}vvb=tjrg8MP;r|sg*FLfIdTu!%3ZtFJfqPUiMON=$C z%UqM~B?v}N#-U=Vh9`i{a!699X?&C<>Qi^jFlPj`J2yf3O}EgoYPnpU);8P|vN@w@ zFuGA&oJwkwrFz}`Wo)P9YExdOqLo*VZp6EFIPM@#Gva~m^|Ev4rfQWy@tQs3%_z4y zs!{B`K9!7?#%63nw6!M1!HJuru1{2(IK`19ga>!nx!|!V9wF`&-4;iZa+ST~iHywE z&G(3p#H124}Eq)QPIp4cHkubou~fI%WIG*$-A$yzowcOcgw>e>Nrg2% zf%7Q1WJ%^NqqF>7s5kn&us7;Q)jwTh{Iw4pRf(k4z+nv)~4-Lc@egXRWR z9Au=jg0Xo0+WI2IFjXLJ!4Hkh#DvbtLUvtqkrxutqcbXGG*qgTCYzJCTs!URUAK({ z5~rwy25Zhz7};TBxkj-s8mboMuCb%h8gfnIg?01YG8S`%W-ac&QJ6-dRPh=kwX8I| z8iYOw#1)DP%P zEg5IJkl!hxCD;}{T%^A0)78M}wzHzh2{CO;GBSzaSbKA|TCS%~Yjh$R-OA1j(`Biy zSx_A#BHusVqIN|o?N+2mnp(g`diE}_NC3vaD(70j42?wph`(vo;YEcfsD#JhURLAO z(vgASvkx@>hUrbeL&ef{@{PB2>R2(RKQ8G-bnFB+Dc3Ki(EGZxPz?-HEzwnDiX5*&z-X9G~m zI$;-ez~>S}Jt5;pzM4H%iX^Kt1?sov_yiUw!mt49+Qem_)Y|hfj9GI*%nPx}!d7WW zk?h7&u0`V5j9jHp5p;I4P}>S6JuFo#&-BDNf9%OCum+jC)k50PB1=flIL8cxY7Wcb zyUj5W<7FYXP_9?WIJPFf06DZ2TAMNxBT+12<#+(D+od_gRuXcJ9NCVyhBREAqT;eDpW?1TAr%el?%_~X+PAv@8~2h=b@Or|Y~kj@ZK{E@8Ey-?Q|ie) ze@qJyZ9ooBWol}ta){Aw$*9g*0cXiKXX+$BX(6%6^~-EpRzamSRmLIIqF^JjZHPKI z{m%WU3(bJR?3B{>_E*|4wQ8d}S}jML@54}F)=G7{LT4ZuZCWqN zwqt9v%4n@Lg%We8NlY?Xm?q*DP@q9sB;#ENyb8o>Y`k5}Zt!j97IkqVY2v7Fw{uCZ z+loW0&$1Q+eW~0MwPuBy$plENmHci&Jd~9Q3Kq3ODHMx=4$R&*?^}`=7`}Np@PHmw zJ4+){F6>#^PNijg#`wT5cswtJLcwXlRV6f~G2YAD&!iuLk2^qNpjQao8_$nxea zaz}~AxBH}YYiFIwv%oiCBFhY4&pd=)ZOQd8SN;wlckHBY6`=8m6u~-S?wC>5EImB4 zkR{{!jL5HhU&#cY3R6Mx4P9Qe>hS^rh?Iq`dQFQ1r+(?!xymS+H5G&&Ti|}nY*X1O z8K*x0$$C>UJH>9F^duz>e@WaPv}$;L+SWzUvQ}T{%n=j`=+eR9@dtCfq`ACs zsYR%ecX=73(IhD1l1c$RF_Dvm#IdZ?EB)hC6LULmR0q2b z4o2S|G^b%4-EK{J?=_H%$~g|EC)3pFc2-{N-ZtX17n%jyOxvtNZo3RPFh4;I&#H_u zV>KH8?eWWcR<0^1+v8hMX9jsttN7}8VEn$mY$%K#I$OwMH1g;4!7P_ma38B15PZt&{9~y{khE-Ejczjbn z+Ao8CGIcM#bLV%~Y5G2M{AZkh)ItgJ%AU7cx-nAS9@(Y-q7nlsRuN5+U?ZvFh7$1mxt{v)G6!$E>Zm1`sCJLRpMX_JJZb^^YH9df())lik9(Przl1fC6q*CWm zRke1nWSsvF(;^Z8Q^W$#N~ZPH%4)ezN~kqHO&Qm}zSw^UMWhTh^&c1BmZ;L`AF7X+ ziv6pbA08sY2D&E>-Vg@aCqb9{x#|+adZD#gfJM}6PzX2^)LN!ykyDX zk|kF!;g5m+wURhIymusN z6fTVZ@}d1a?r$A#J>NPNw@$VW&ptf6fA)daN&bDf^-N6E<81UktU4^Q{Echq`xFMtYFr!YkP8rR+QX?4!)2S!VCQx#J@7%}-V3w4HB;xP{ZZ=~Zra7Q`^cE81jg=3yBPURa3zg{rjLe%$D~u z)Baf35ryQ=-i@!b2g75F)-!W&W7N*@0z_*c7k9!XCdgibfTrEtj;pktJix+;!eod5 zw7LB(flS!sDTNyF zB~G(!Y*O5VaiNQ1u%}u5WS5HBRP~@-=EbDYe#mMuupzVW+fm)Owu7PM}j*fLs4O&B;vEOlY2b+P0`2 zOWM-#ot@eb8wTRm0d{25vy~HkK8hQHa~Lr69^u3Zc5_gCo@YH8@d`3{$v*_u$Ad}j zXLp%aBa2h6;`8=^_On5_+G&%T?3fdssVH1RUD&JGpQ-_V(UemLwMRQf%Q0Sg%3yX( zY*I!@uFxr?q_t0-zD!O12AM5DjQ5|45QdYdDHfyGV!R(lQ zP_eB277h++C)A@C48ys(5}<#4J(j+gV`1bNm!&Pi42_qtTG2%TO7YE<%dOvD$H8P| zp0L|&Jg^_eFg_?AUIh1K{FA>ps$k)+;}x-pQ^)<)9^UD(@I#E@r2GnOm!<7;?h;*m zP8pM?l3Ym)c;%-X`S;6ZK(wOa98bmiPBH!^wIBCLrpZ3J3qV#T4{dygaNZn3X5uG1 zIhHqpkR^0+K``kVu}89Gs-r~Ev%FBG{kKl#-@90>eqB6&X_F38M-$C1cbOU)(H69{ zK?@EcyqTJGf9nWWr})v~{&@R{lZx~T7q;zVY(ojqVO~d)yby!L2t$L08^hXZ6a=9G z?VP8bbDjI`l89+V$U*pq&pPMDT`fHqLfz)v+40oSc8ge*Y@&d8WrCoTMMj46ZyoU% z%D1EDu;C6viGA=cRTXYO>l$a9K+Mf6jrk^NkmrJK#j*}I2c@ry2swPSRp}ZhEhTeR z>WnJ0`w7s>98;4|=_j{MC!FilXAcgde-F#*^5Q&w3M&>^uoQQk3T+xjrFn4{I?@IB4_QvIup7u7NJ55%_a`~bclvlVSDBo0| zMF5%e4$_e$Og&FNfy4BqUFPrj$4yYis1Wy3D%y~UAOXx>-sdq}a=&Cf@3pZmsf_Ik z_wEq~CyHnHOd#)RL`!Z&Zj~&a5^ad5+-xD?VE%4!(Ju9ivY`BHXstu3hjB|V?<;4g{NC)Z>i`P|60FL`!%8ip))Ra< zQ(9-)g~DP`7A&6aTfC6uJ$2pd1I!7SoG?M6@Fe*Gx%Lp>P&xa>AlXop%1*=*W+m-H^**xC*{noczf7tpO zP6j2j4dZPT3AFV&5euRYwpHvv>#MXi9&3H0b&wEnptVm?OR1E~15f?B`Y4mGX_xql z?|EU~LL>`Mv`!3|+6P%Zn%3>la@V|6{M-UbcpDL6;xW3XSrQ*_Cbph~^n8RgX`rOG zvA`Ishu7c_p3 zMVW)OK1ce@aJlSWPS*-u^|&nVQ~KbGVY<0gv*->Py2ve$?{EW;azD)V4h>1Br{fB| z)XiR-60S`a>9S^!{CD7;=Z=AMG>_I_W}9gScfCN_G^H{C(i` zhSs-G;m2D_gcPkZ!C1QyI)Y#h@R4T-d{rxw45dRI6z6I^8^8o1Lg(d&Dw2>#QhLY69{(BT`HhgYf9;S(0C%!b)MdY^h5=SF^+= zYsPvqf~0fF8c$V1;p*9$l>sk6!t?#6hA&IrS}}G<+L5|h@<^m4Kx1eguY<1XE>*Qi z%sd3-N-@zqu~tEg28H>9gRf`L+;c$XzUNsM-(L2<4YTf&8d{z&rsTR%;vsaYKWXg| z#v(8BkSF;RN{rTFIVJf7HR0Mx)~fob{YX>1Hy`I_qTR6C472%{)h>2;qiEs|gJ zWT|VDE*q7&Cq5J4yD#L=wqG;Rb6&7E?UPQT&empOLen@IOqM}Q56{?TnfK!M*>9j7 zN>f=zz~eykhv#OohfKHRGqD|6Yk1CtuT0(AUh+3j&>4G%?k8F%)s;^*3u7{M?5!M? z4N9p(n%Q11m+#?812wD?vQX8uxhI#3kx$CQpqVJC&zaS{xKI_ar=)g>J@2;L>9r|? zU3aT<|1KA;62xfMF8t9L)QhEOdKQ!EoHI9_c$h)&3&x|GyiCH{;-V?EO$aB`FlXE+qG&<*e6*!d?vmk_v{SBo zLxlkXVUXuVj>G>k0arbIGMIa6d$V zczWzvWFydp&Jjim+Nn-C_UAgE&SoCb_&})aPKU=Y zraeP{A{|4UUL@%)f*tCq%6`nG^wH1veFbnTfbV|>zWUQ2c_{|IgB>zWg)WyKDvrDenuW0CJ>{~FWh{Aus ziBnQA_W3-#pwKrB;fq-FivOslEn``N3D=7UT!?ida(1x;m2lIw7lV92UaxdN%usvO zV;1)7bsXf{>!$j>!$LWOtO;muN=bZ@PKOU*mi*6g++L&>v+A_}QV3z*F3!*x!p>k& zH-8kTKi@I!$pS>yZ)*RL$N4K2$(mHwY$OYiQRvBB{&As26S35q2&uiuG)&*SZy9yhS9MT7QGy1~9#lr@hK6HBu{~;=iE~+7*_Y=k zj!@aMG8YB5R|!$B{PHPcq;yNVXg~Mq&_~MzpVywX8DqM~L`!Okeqt+xxs_$* zl}jG!QmxlpMETz(<@NqtNIsoO7}fkjEpHOgja=o|Y_pKAr!v?|Ae9sNiwciY7Q*T>aBp%u5k-KjxXO<-`Rxh4y*+)FxT#Y5_4N zTB#ln1>OqRV$ z(&{lt3Ga`){+LP%tXrI$A*mv$sSKLk6PTr~xu;B3N?JR|XCGi9Jw$82sth6IFKKKM zc`|QPU{(Fb2gOh246rZl>G3EC^}<71gkb~O%YUgpqZa88?xF0c?AQW}d`pmnPQaA8 zM9KlAbr(e^1V7@!vB>J2KFiAOZqq;V!dds}m$Pm#5(#il8IXE)sS|M+wz|fs-;pKa z?%B>HiPm#y?H)uey`_GU=C<8!+V~C{l%_?9*Gv(kC^sq>A8~Kyk^OmXA{$ zga7tq%3iE}Rkj&&BNlSkfH^5lNq^)B9X19Hv0w9$AU|l9~}HO|7>7vKcKUY zgHspYkVtD^=$ALayV>hs_CGLV%jN{}MCghKCcJwccg00M^xe=FBL^bNM~(D@>K^tGi#*tCz}u^!U$Qmn3@_HVQF8;7fp-i zYk}{+qm5wdXD-U(T`uYBa(}8t>f$L}l2mzc!Ns&+zR`=u&js~9rRy$*`MoAgq@&l= zdfB5M-YYlV{9h@yo{%oJ7vy(}))Tg}V|KSqg8j7z@KeRsA@K$U2(d0lji1bNZl9pr z?uocKUwHeP-T2WyCTBA>mo5$g9rvc+8ym4tih%xU=5SFizCi8sR zqzxv;>CEUzNJ}B)rqS`(OdWR6Kp;>uGIo=TA}laCGSoy0SQ)_v=(M3{R&mEt%b` zT@h{MNV5w3b#7~ZvL5U@`*o`lgzR~MdN6vg@3@{6&rS2$j~a>on?&h$50>!($C?Y9x|W@-CPm0r4_n$9>h&jCGMiA0(^8)9-Cl-=<`9eq;?LXsGETM(F)ZxjaI#BC44kuH!Meu0wK!?4Ac( vaqC$NF~{kGo{Yl(PPI0(jsN4+K&=@ml?Xb~nd6`Vihq09qjhm#C;$E*o&yna literal 0 HcmV?d00001 diff --git a/plugins/google-sitemap-generator/lang/sitemap-by_BY.po b/plugins/google-sitemap-generator/lang/sitemap-by_BY.po new file mode 100644 index 0000000..f0ddc05 --- /dev/null +++ b/plugins/google-sitemap-generator/lang/sitemap-by_BY.po @@ -0,0 +1,685 @@ +# [Countryname] Language File for sitemap (sitemap-[localname].po) +# Copyright (C) 2005 [name] : [URL] +# This file is distributed under the same license as the WordPress package. +# [name] <[mail-address]>, 2005. +# $Id: sitemap.pot 24948 2007-11-18 16:37:44Z arnee $ +# +msgid "" +msgstr "" +"Project-Id-Version: sitemap\n" +"Report-Msgid-Bugs-To: <[mail-address]>\n" +"POT-Creation-Date: 2005-06-15 00:00+0000\n" +"PO-Revision-Date: 2009-06-07 02:23+0100\n" +"Last-Translator: Arne Brachhold\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language-Team: \n" +"X-Poedit-KeywordsList: _e;__\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-SearchPath-0: C:\\Inetpub\\wwwroot\\wp\\wp-content\\plugins\\sitemap_beta\n" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:846 +msgid "Comment Count" +msgstr "Колькасць каментароў" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:858 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "Выкарыстае колькасць каментароў да артыкула для вылічэння прыярытэту" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:918 +msgid "Comment Average" +msgstr "Сярэдняя колькасць каментароў" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:930 +msgid "Uses the average comment count to calculate the priority" +msgstr "Выкарыстае сярэдняя колькасць каментароў для вылічэння прыярытэту" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:993 +msgid "Popularity Contest" +msgstr "Папулярнасць дыскусіі" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:1005 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "Выкарыстайце актываваны Убудова папулярнасці дыскусій ад Alex King. Гл. Налады і Самыя папулярныя запісы" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +msgid "XML-Sitemap Generator" +msgstr "Генератар XML-карты сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +msgid "XML-Sitemap" +msgstr "XML-карта сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "Премного дзякую за ахвяраванні. Вы дапамагаеце мне ў продалжении падтрымкі і распрацоўкі гэтай убудовы і іншага вольнага ПА!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +msgid "Hide this notice" +msgstr "Схаваць гэтую заўвагу" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and your are satisfied with the results, isn't it worth at least one dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "Дзякую Вас за выкарыстанне гэтай убудовы! Вы ўсталявалі яго звыш месяца назад. Калі ён працуе і Вы здаволеныя яго вынікамі, вышліце мне хоць бы $1? Ахвяраванні дапамогуць мне ў падтрымцы і распрацоўцы гэтага бясплатнага ПА! Вядома, без праблем!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +msgid "No thanks, please don't bug me anymore!" +msgstr "Не, дзякуй. Прашу мяне больш не турбаваць!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2635 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2835 +msgid "XML Sitemap Generator for WordPress" +msgstr "Генератар XML-карты сайта для WordPress" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2740 +msgid "Configuration updated" +msgstr "Канфігурацыя абноўленая" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2741 +msgid "Error while saving options" +msgstr "Памылка пры захаванні параметраў" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2743 +msgid "Pages saved" +msgstr "Старонкі захаваныя" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2744 +msgid "Error while saving pages" +msgstr "Памылка пры захаванні старонак" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2748 +#, php-format +msgid "Robots.txt file saved" +msgstr "Файл Robots.txt захаваны" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2750 +msgid "Error while saving Robots.txt file" +msgstr "Памылка пры захаванні файла Robots.txt" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2758 +msgid "The default configuration was restored." +msgstr "Канфігурацыя па змаўчанні адноўленая." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2851 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2868 +msgid "open" +msgstr "адкрыць" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2852 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2869 +msgid "close" +msgstr "зачыніць" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2853 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2870 +msgid "click-down and drag to move this box" +msgstr "Націсніце кнопку мышы і цягнеце для перамяшчэння гэтага блока" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2854 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2871 +msgid "click to %toggle% this box" +msgstr "Націсніце для %toggle% на гэты блок" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2855 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2872 +msgid "use the arrow keys to move this box" +msgstr "выкарыстайце стрэлкі для перамяшчэння гэтага блока" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2856 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2873 +msgid ", or press the enter key to %toggle% it" +msgstr ", або націсніце копку ўвод (enter) для %toggle% яго" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2884 +msgid "About this Plugin:" +msgstr "Аб гэта ўбудове:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2886 +msgid "Plugin Homepage" +msgstr "Хатняя старонка ўбудовы" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2887 +msgid "Notify List" +msgstr "Спіс напамінку" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +msgid "Support Forum" +msgstr "Форум тэхнічнай падтрымкі" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2889 +msgid "Donate with PayPal" +msgstr "Ахвяраваць праз PayPal" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2890 +msgid "My Amazon Wish List" +msgstr "Мой спіс пажаданняў на Amazon" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +msgid "translator_name" +msgstr "Перавёў Сяргей Рывкин" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +msgid "translator_url" +msgstr "http://ryvkin.ru" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2895 +msgid "Sitemap Resources:" +msgstr "Рэсурсы карыт сайта:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2897 +msgid "Webmaster Tools" +msgstr "Прылады вэб-майстра" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +msgid "Webmaster Blog" +msgstr "Дзённік вэб-майстра" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2900 +msgid "Site Explorer" +msgstr "Прагляд сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2901 +msgid "Search Blog" +msgstr "Шукаць у дзённіку" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2903 +msgid "Sitemaps Protocol" +msgstr "Пратакол выкарыстання карты сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2904 +msgid "Official Sitemaps FAQ" +msgstr "Афіцыйны ЧАВО па картах сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2905 +msgid "My Sitemaps FAQ" +msgstr "Мой ЧАВО па картах сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2910 +msgid "Recent Donations:" +msgstr "Апошнія ахвяраванні:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2914 +msgid "List of the donors" +msgstr "Спіс спонсараў" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2916 +msgid "Hide this list" +msgstr "Схаваць гэты спіс" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2919 +msgid "Thanks for your support!" +msgstr "Дзякуй за Вашу падтрымку!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2931 +msgid "Status" +msgstr "Статут" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2941 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "Карта сайта яшчэ не пабудаваная. Націсніце тут для стварэння яе ўпершыню." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2947 +msgid "Your sitemap was last built on %date%." +msgstr "Ваша карта сайта апошні раз была пабудаваная: %date%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2949 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn moreПачытаць яшчэ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2956 +msgid "Your sitemap (zipped) was last built on %date%." +msgstr "Ваша карта сайта (сціснутая) апошні раз была пабудаваная: %date%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2958 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn moreПачытаць яшчэ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2964 +msgid "Google was successfully notified about changes." +msgstr "Google быў паспяхова паінфармаваны аб зменах." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "%time% секунд заняло інфармаванне Google; магчыма, Вас варта адключыць гэтую функцыю, каб знізіць час пабудовы карты." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3011 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "Пры інфармаванні Google адбылася памылка. Паглядзець вынік" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976 +msgid "YAHOO was successfully notified about changes." +msgstr "YAHOO быў паспяхова паінфармаваны аб зменах." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2979 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "%time% секунд заняло інфармаванне YAHOO; магчыма, Вас варта адключыць гэтую функцыю, каб знізіць час пабудовы карты." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3023 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "Пры інфармаванні YAHOO адбылася памылка. Паглядзець вынік" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988 +msgid "Ask.com was successfully notified about changes." +msgstr "Ask.com быў паспяхова паінфармаваны аб зменах." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "%time% секунд заняло інфармаванне Ask.com; магчыма, Вас варта адключыць гэтую функцыю, каб знізіць час пабудовы карты." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3035 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "Пры інфармаванні Ask.com адбылася памылка. Паглядзець вынік" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3002 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "Працэс пабудовы заняў прыкладна %time% секунд і выкарыстаў %memory% MB памяці." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3004 +msgid "The building process took about %time% seconds to complete." +msgstr "Працэс пабудовы заняў прыкладна %time% секунд." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3008 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "Утрыманне Вашай карты сайта не змянялася за апошні час, таму файлы не запісваліся і пошукавыя сістэмы не інфармаваліся." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3012 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "Апошні запуск не быў завершаны! Магчыма, Вы перавысілі ліміты памяці або часу выканання. Пачытаць яшчэ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3014 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "Апошні раз скрыпт выкарыстаў %memused%MB памяці, ліміт памяці Вашага сервера складае %memlimit%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3018 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "Апошні раз скрыпт працаваў %timeused% секунд, абмежаванне часу на Вашым серверы складае %timelimit% секунд." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3022 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "Скрыпт спыніўся каля артыкула нумар %lastpost% (+/- 100)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3025 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "Калі Вы нешта памянялі на Вашым сервре або ў дзённіку, Вам неабходна зноўку пабудаваць карту сайта уручную." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3027 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "Калі Вы сапхнуліся з якія-небудзь праблемамі ў працэсе пабудовы, Вы можаце скарыстацца функцыяй адладкі для атрымання дадатковай інфармацыі." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3040 +msgid "Basic Options" +msgstr "Базавыя параметры" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +msgid "Sitemap files:" +msgstr "Файлы карты сайта:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3104 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +msgid "Learn more" +msgstr "Пачытаць яшчэ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3049 +msgid "Write a normal XML file (your filename)" +msgstr "Запісаць звычайны XML файл (Ваша імя файла)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3055 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "Запісаць запакаваны XML файл (Ваша імя файла + .gz)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +msgid "Building mode:" +msgstr "Рэжым пабудовы карты:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3064 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "Пабудуйце зноўку карту сайта, калі Вы змянілі ўтрыманне Вашага дзённіка" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3071 +msgid "Enable manual sitemap building via GET Request" +msgstr "Дазволіць ручную пабудову карты сайта з дапамогай запыту GET" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3075 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the logfile above to see if sitemap was successfully built." +msgstr "Гэта дазволіць Вам абнавіць карту сайта, калі знешняя прылада будзе пісаць у базу WordPress? не выкарыстаючы WordPress API. Выкарыстайце наступны URL для выканання працэсу: %1 Паглядзіце пратакол (гл. вышэй) для праверкі, ці пабудаваная карта сайта." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +msgid "Update notification:" +msgstr "Абнавіць апавяшчэнне:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +msgid "Notify Google about updates of your Blog" +msgstr "Апавясціць Google аб зменах у Вашым дзённіку" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "Рэгістрацыя не патрабуецца, але Вы можаце далучыцца да Прыладам вэб-майстра Google для прагляду статыстыкі пошукавых робатаў." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088 +msgid "Notify Ask.com about updates of your Blog" +msgstr "Апавясціць Asc.com аб зменах у Вашым дзённіку" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3089 +msgid "No registration required." +msgstr "Рэгістрацыя не патрабуецца." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3093 +msgid "Notify YAHOO about updates of your Blog" +msgstr "Апавясціць YAHOO аб зменах у Вашым дзённіку" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +msgid "Your Application ID:" +msgstr "Ваш ідэнтыфікатар прыкладання (Application ID):" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155 +#, php-format +msgid "Don't you have such a key? Request one here! %s2" +msgstr "У Вас няма такога ключа?? Запытаеце тут! %s2" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3099 +#, php-format +msgid "Modify or create %s file in blog root which contains the sitemap location." +msgstr "Змяніць або стварыць файл %s у дзённіку, які ўтрымоўвае інфармацыю аб размяшчэнні карты сайта." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3102 +msgid "File permissions: " +msgstr "Дазволы на доступ да файлаў: " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3107 +msgid "OK, robots.txt is writable." +msgstr "OK, robots.txt адчынены на запіс." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3109 +msgid "Error, robots.txt is not writable." +msgstr "Памылка, robots.txt не адчынены на запіс." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3113 +msgid "OK, robots.txt doesn't exist but the directory is writable." +msgstr "OK, robots.txt не існуе, але каталог адчынены на запіс." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3115 +msgid "Error, robots.txt doesn't exist and the directory is not writable" +msgstr "Памылка, robots.txt не існуе, і каталог не адчынены на запіс" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +msgid "Advanced options:" +msgstr "Пашыраныя параметры:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +msgid "Limit the number of posts in the sitemap:" +msgstr "Абмежаваць колькасць артыкулаў у карце сайта:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +msgid "Newer posts will be included first" +msgstr "Навейшыя артыкулы будуць уключаныя першымі" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +msgid "Try to increase the memory limit to:" +msgstr "Паспрабаваць павялічыць ліміт памяці да:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +msgid "e.g. \"4M\", \"16M\"" +msgstr "напрыклад, \"4M\", \"16M\"" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +msgid "Try to increase the execution time limit to:" +msgstr "Паспрабаваць павялічыць абмежаванне часу выканання да:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "у секундах, напрыклад, \"60\" або \"0\" для неабмежаванага часу" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Include a XSLT stylesheet:" +msgstr "Уключыць табліцу стыляў XSLT:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Use Default" +msgstr "Выкарыстаць значэнне па змаўчанні" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Full or relative URL to your .xsl file" +msgstr "Поўны або адносны URL да Вашага файла .xsl" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "Дазволіць стандартны рэжым MySQL. Выкарыстаць толькі ў выпадку памылак MySQL. (Патрабуе нашмат больш памяці!)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "Будаваць карту сайта ў фонавым працэсе (Вам не трэба чакаць захаванні артыкула)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +msgid "Exclude the following posts or pages:" +msgstr "Выключыць наступныя артыкулы або старонкі:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +msgid "List of IDs, separated by comma" +msgstr "Спіс ідэнтыфікатараў (ID), падзеленых коскамі" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3144 +msgid "Additional pages" +msgstr "Дадатковыя старонкі" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3149 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Тут Вы можаце паказаць файлы або URL, якія павінны быць уключаныя ў карту сайта, але не прыналежныя Вашаму дзённіку/WordPress.
Напрыклад,калі Ваш дамен www.foo.com, а Ваш дзённік размешчаны ў www.foo.com/blog, Вам можа спатрэбіцца дадаць хатнюю старонку з www.foo.com" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3151 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3462 +msgid "Note" +msgstr "Заўвага" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "Калі Ваш дзённік размешчаны ў падкаталогу, і Вы жадаеце дадаць старонкі, якія знаходзяцца ВЫШЭЙ у структуры каталогаў, Вам НЕАБХОДНА змясціць карту сайта ў каранёвы каталог (Гл. секцыю "Размяшчэнне файла з картай сайта" на гэтай старонцы)!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3300 +msgid "URL to the page" +msgstr "URL старонкі" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "Увядзіце URL гэтай старонкі. Прыклады: http://www.foo.com/index.html або www.foo.com/home " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3157 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3301 +msgid "Priority" +msgstr "Прыярытэт" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3158 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "Вылучыце прыярытэт гэтай старонкі адносна іншых старонак. Напрыклад, Ваша галоўная старонка можа мець больш высокі прыярытэт, чым старонка з інфармацыяй аб сайце." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3160 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3303 +msgid "Last Changed" +msgstr "Апошні раз змянялася" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3161 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Увядзіце дату апошняй змены ў фармаце YYYY-MM-DD (2005-12-31, напрыклад) (не абавязкова)." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3302 +msgid "Change Frequency" +msgstr "Частата змен" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3304 +msgid "#" +msgstr "№" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3309 +msgid "No pages defined." +msgstr "Няма старонак." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3314 +msgid "Add new page" +msgstr "Дадаць новую старонку" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3325 +msgid "Post Priority" +msgstr "Прыярытэт артыкула" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3329 +msgid "Please select how the priority of each post should be calculated:" +msgstr "Вылучыце, як будзе вылічацца прыярытэт кожнага артыкула:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +msgid "Do not use automatic priority calculation" +msgstr "Не выкарыстаць аўтаматычнае вылічэнне прыярытэту" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "Усе артыкулы будуць мець аднолькавы прыярытэт, які вызначаны ў "Прыярытэтах"" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3348 +msgid "Location of your sitemap file" +msgstr "Размяшчэнне Вашага файла з картай сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3353 +msgid "Automatic detection" +msgstr "Аўтаматычнае азначэнне" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3357 +msgid "Filename of the sitemap file" +msgstr "Імя файла з картай сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3360 +msgid "Detected Path" +msgstr "Выяўлены шлях" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3360 +msgid "Detected URL" +msgstr "Выяўлены URL" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3365 +msgid "Custom location" +msgstr "Карыстацкае размяшчэнне" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3369 +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "Абсалютны або адносны шлях да файла з картай сайта, уключаючы імя файла." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3371 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3380 +msgid "Example" +msgstr "Прыклад" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3378 +msgid "Complete URL to the sitemap file, including name." +msgstr "Запоўніце URL да файла з картай сайта, уключаючы імя файла." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3397 +msgid "Sitemap Content" +msgstr "Утрыманне карты сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3405 +msgid "Include homepage" +msgstr "Уключыць хатнюю старонку" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3411 +msgid "Include posts" +msgstr "Уключыць артыкулы" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3417 +msgid "Include static pages" +msgstr "Уключыць статычныя старонкі" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3423 +msgid "Include categories" +msgstr "Уключыць катэгорыі" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3429 +msgid "Include archives" +msgstr "Уключыць архівы" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3436 +msgid "Include tag pages" +msgstr "Уключыць старонкі пазанак" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3443 +msgid "Include author pages" +msgstr "Уключыць старонкі аўтараў" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3457 +msgid "Change frequencies" +msgstr "Змяніць частоты" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3463 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Звернеце ўвагу, што значэнне гэтай пазнакі лічыцца рэкамендацыяй і не з'яўляецца камандай. Нават калі пошукавыя робаты бяруць гэтую інфармацыю да ўвагі для прыняцця рашэнняў, яны могуць аглядаць старонкі, пазначаныя \"раз у гадзіну\" радзей, чым запытана, і яны могуць аглядаць старонкі, пазначаныя як \"раз у год\" гушчару, чым запытана. Таксама бывае, што пошукавыя робаты аглядаюць старонкі, пазначаныя як \"ніколі\", адзначаючы не прадугледжаныя змены на гэтых старонках." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3469 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3535 +msgid "Homepage" +msgstr "Галоўная старонка" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3475 +msgid "Posts" +msgstr "Артыкулы" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3481 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3553 +msgid "Static pages" +msgstr "Статычныя старонкі" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3487 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3559 +msgid "Categories" +msgstr "Катэгорыі" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3493 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "Бягучы архіў за гэты месяц (Павінен быць тым жа, што і Галоўная старонка)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3499 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Старыя архівы (Змяняюцца толькі ў выпадку, калі Вы рэдагуеце старыя артыкулы)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3506 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3572 +msgid "Tag pages" +msgstr "Старонкі пазанак" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3513 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3579 +msgid "Author pages" +msgstr "Старонкі аўтараў" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3527 +msgid "Priorities" +msgstr "Прыярытэты" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3541 +msgid "Posts (If auto calculation is disabled)" +msgstr "Артыкулы (Калі аўтаматычнае вылічэнне забароненае)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3547 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "Мінімальны прыярытэт артыкула (Нават калі аўтаматычнае вылічэнне дазволена)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3565 +msgid "Archives" +msgstr "Архівы" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3590 +msgid "Update options" +msgstr "Абнавіць параметры" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3591 +msgid "Reset options" +msgstr "Вярнуць зыходныя значэнні" + diff --git a/plugins/google-sitemap-generator/lang/sitemap-cs_CZ.mo b/plugins/google-sitemap-generator/lang/sitemap-cs_CZ.mo new file mode 100644 index 0000000000000000000000000000000000000000..a53aaeabaca067df3231c141a085feb25bf9e338 GIT binary patch literal 20618 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, 2005. +# $Id: sitemap.pot 2502 2005-07-03 20:50:38Z arnee $ +# +msgid "" +msgstr "" +"Project-Id-Version: sitemap\n" +"Report-Msgid-Bugs-To: <[mail-address]>\n" +"POT-Creation-Date: 2005-06-15 00:00+0000\n" +"PO-Revision-Date: 2007-11-21 20:50+0100\n" +"Last-Translator: Peter Kahoun \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language-Team: \n" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:846 +msgid "Comment Count" +msgstr "Počet komentářů" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:858 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "K vypočítání priority se využívá počet komentářů" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:918 +msgid "Comment Average" +msgstr "Průměrný počet komentářů" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:930 +msgid "Uses the average comment count to calculate the priority" +msgstr "K vypočítání priority se využívá průměrného počtu komentářů" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:993 +msgid "Popularity Contest" +msgstr "Soutěž popularity" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:1005 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "Využívá se pluginu Soutěž popularity (Popularity contest) od Alexe Kinga. Viz Nastavení a Nejpopulárnější příspěvky" + +msgid "XML-Sitemap Generator" +msgstr "Generátor XML-Sitemapy" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +msgid "XML-Sitemap" +msgstr "XML-Sitemap" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "Děkuji vám mockrát za vaše příspěvky. Pomáháte tím pokračovat v podpoře a vývoji tohoto pluginu a dalšího nekomerčního softwaru!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +msgid "Hide this notice" +msgstr "Skrýt toto oznámení" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and your are satisfied with the results, isn't it worth at least one dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "Díky za používání tohoto pluginu! Už je to více než měsíc, co jste ho naistalovali. Pokud funguje k vaší spokojenosti, není hoden alespoň toho jednoho dolaru? Peněžní příspěvky mi pomáhají pokračovat v podpoře a vývoji tohoto nekomerčního softwaru! Ovšem, žádný problém!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +msgid "No thanks, please don't bug me anymore!" +msgstr "Ne, díky, už mě prosím neotravuj!" + +msgid "XML Sitemap Generator for WordPress" +msgstr "Generátor XML Sitemap" + +msgid "Configuration updated" +msgstr "Nastavení aktualizováno" + +msgid "Error while saving options" +msgstr "Při ukládání nastavení nastala chyba" + +msgid "Pages saved" +msgstr "Stránka uložena" + +msgid "Error while saving pages" +msgstr "Při ukládání stránek nastala chyba" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2748 +#, php-format +msgid "Robots.txt file saved" +msgstr "Soubor robots.txt uložen" + +msgid "Error while saving Robots.txt file" +msgstr "Při ukládání souboru robots.txt nastala chyba" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2758 +msgid "The default configuration was restored." +msgstr "Výchozí nastavení bylo obnoveno." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2851 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2868 +msgid "open" +msgstr "otevřít" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2852 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2869 +msgid "close" +msgstr "zavřít" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2853 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2870 +msgid "click-down and drag to move this box" +msgstr "Podržte tlačítko myši a táhněte tento box dolů" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2854 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2871 +msgid "click to %toggle% this box" +msgstr "klikněte k přepnutí viditelnosti tohoto boxu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2855 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2872 +msgid "use the arrow keys to move this box" +msgstr "k přesunutí tohoto boxu použijte šipky na klávesnici" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2856 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2873 +msgid ", or press the enter key to %toggle% it" +msgstr ", anebo stiskněte Enter k přepnutí viditelnosti" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2884 +msgid "About this Plugin:" +msgstr "O tomto pluginu:" + +msgid "Plugin Homepage" +msgstr "Domovská stránka pluginu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2887 +msgid "Notify List" +msgstr "Oznamovatel novinek" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +msgid "Support Forum" +msgstr "Podpora (fórum)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2889 +msgid "Donate with PayPal" +msgstr "Přispějte přes PayPal" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2890 +msgid "My Amazon Wish List" +msgstr "Můj WishList na Amazonu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +msgid "translator_name" +msgstr "Peter \"Kahi\" Kahoun" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +msgid "translator_url" +msgstr "http://kahi.cz/wordpress" + +msgid "Sitemap Resources:" +msgstr "Zdroje:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2897 +msgid "Webmaster Tools" +msgstr "Webmaster Tools" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +msgid "Webmaster Blog" +msgstr "Webmaster Blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2900 +msgid "Site Explorer" +msgstr "Site Explorer" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2901 +msgid "Search Blog" +msgstr "Search Blog" + +msgid "Sitemaps Protocol" +msgstr "Sitemaps protokol" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2904 +msgid "Official Sitemaps FAQ" +msgstr "Oficiální Sitemaps FAQ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2905 +msgid "My Sitemaps FAQ" +msgstr "Mé Sitemaps FAQ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2910 +msgid "Recent Donations:" +msgstr "Poslední příspěvky:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2914 +msgid "List of the donors" +msgstr "Seznam dárců" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2916 +msgid "Hide this list" +msgstr "Skrýt seznam" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2919 +msgid "Thanks for your support!" +msgstr "Díky za vaši podporu!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2931 +msgid "Status" +msgstr "Stav" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2941 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "Sitemapa ještě nebyla vytvořena. Klikněte sem pro první vytvoření." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2947 +msgid "Your sitemap was last built on %date%." +msgstr "Vaše sitemapa byla naposledy aktualizována %date%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2949 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn moreDozvědět se víc" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2956 +msgid "Your sitemap (zipped) was last built on %date%." +msgstr "Vaše zazipovaná sitemapa byla naposledy aktualizována %date%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2958 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn moreDozvědět se víc" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2964 +msgid "Google was successfully notified about changes." +msgstr "Google byl úspěšně upozorněn na změny." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "Oznámení Googlu zabralo %time% sekund, možná budete chtít deaktivovat tuto funkci pro snížení potřebného času k vytváření sitemapy." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3011 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "Vyskytl se problém při oznamování změn Googlu. Prohlédnout výsledek" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976 +msgid "YAHOO was successfully notified about changes." +msgstr "Yahoo byl úspěšně upozorněn na změny." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2979 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "Oznámení Yahoo zabralo %time% sekund, možná budete chtít deaktivovat tuto funkci pro snížení potřebného času k vytváření sitemapy." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3023 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "Vyskytl se problém při oznamování změn Yahoo. Prohlédnout výsledek" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988 +msgid "Ask.com was successfully notified about changes." +msgstr "Ask.com byl úspěšně upozorněn na změny." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "Oznámení Ask.com zabralo %time% sekund, možná budete chtít deaktivovat tuto funkci pro snížení potřebného času k vytváření sitemapy." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3035 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "Vyskytl se problém při oznamování změn Ask.com. Prohlédnout výsledek" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3002 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "Proces vytváření zabral kolem %time% seconds a spotřeboval %memory% MB paměti." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3004 +msgid "The building process took about %time% seconds to complete." +msgstr "Proces vytváření zabral kolem %time% sekund." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3008 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "Obsah vaší sitemapy se nezměnil od posledního vytváření, takže soubory nebyly aktualizovány a vyhledávače nebyly upozorňovány na změny." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3012 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "Poslední běh neproběhl do konce! Možná byste mohli navýšit limit paměti či maximálního času pro PHP skripty. Dozvědět se víc" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3014 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "Poslední známé využití paměti bylo %memused%MB, limit vašeho serveru je %memlimit%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3018 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "Poslední známý čas trvání skriptu byl %timeused% sekund, limit vašeho serveru je %timelimit% sekund." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3022 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "Skript byl zastaven kolem příspěvku číslo %lastpost% (+/- 100)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3025 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "Pokud bylo něco na vašem serveru nebo blogu změněno, měli byste aktualizovat sitemapu ručně." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3027 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "Pokud zaregistrujete jakékoli problémy při procesu aktualizace sitemapy, k získání více informací můžete použít ladící funkci." + +msgid "Basic Options" +msgstr "Základní možnosti" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +msgid "Sitemap files:" +msgstr "Soubory sitemapy:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3104 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +msgid "Learn more" +msgstr "Dozvědět se víc" + +msgid "Write a normal XML file (your filename)" +msgstr "Ukládat normální XML soubor (jméno vašeho souboru)" + +msgid "Write a gzipped file (your filename + .gz)" +msgstr "Ukládat komprimovaný (gzip) soubor (jméno vašeho souboru + .gz)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +msgid "Building mode:" +msgstr "Mód aktualizace:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3064 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "Aktualizovat sitemapu při každé změně v obsahu vašeho blogu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3071 +msgid "Enable manual sitemap building via GET Request" +msgstr "Povolit ruční aktualizaci sitemapy pomocí GET dotazu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3075 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the logfile above to see if sitemap was successfully built." +msgstr "Toto umožní aktualizovat vaši sitemapu, pokud do databáze Wordpressu zapíše data nějaký externí nástroj bez využití WordPress API. Použijte tuto URL ke spuštění procesu: %1. Prosím zkontrolujte log-soubor výše, jestli byla sitemapa aktualizována úspěšně." + +msgid "Update notification:" +msgstr "Oznámení o aktualizaci:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +msgid "Notify Google about updates of your Blog" +msgstr "Oznamovat Googlu změny na vašem blogu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "Registrace není vyžadována, ale může se připojit k Google Webmaster Tools kvůli kontrole statistik návštěv vyhledávače." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088 +msgid "Notify Ask.com about updates of your Blog" +msgstr "Oznamovat Ask.com změny na vašem blogu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3089 +msgid "No registration required." +msgstr "Registrace není vyžadována." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3093 +msgid "Notify YAHOO about updates of your Blog" +msgstr "Oznamovat Yahoo změny na vašem blogu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3094 +#, php-format +msgid "No registration required, but you can sign up for the YAHOO Site Explorer to view the crawling progress." +msgstr "Registrace není vyžadována, ale můžete se přihlásit do YAHOO Site Explorer kvůli prohlížení postupu návštěv vyhledávače." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3099 +#, php-format +msgid "Modify or create %s file in blog root which contains the sitemap location." +msgstr "Upravit nebo vytvořit %s soubor v kořeni blogu, který obsahuje adresu sitemapy." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3102 +msgid "File permissions: " +msgstr "Oprávnění k souboru:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3107 +msgid "OK, robots.txt is writable." +msgstr "V pořádku, je možné zapisovat do robots.txt." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3109 +msgid "Error, robots.txt is not writable." +msgstr "Chyba, není možné zapisovat do robots.txt." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3113 +msgid "OK, robots.txt doesn't exist but the directory is writable." +msgstr "V pořádku, robots.txt neexistuje, ale zápis do adresáře je povolen." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3115 +msgid "Error, robots.txt doesn't exist and the directory is not writable" +msgstr "Chyba, robots.txt neexistuje a zápis do adresáře není povolen." + +msgid "Advanced options:" +msgstr "Pokročilé možnosti:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +msgid "Limit the number of posts in the sitemap:" +msgstr "Omezit počet příspěvků v sitemapě:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +msgid "Newer posts will be included first" +msgstr "Novější příspěvky budou zahrnuty nejdříve" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +msgid "Try to increase the memory limit to:" +msgstr "Zkuste navýšit limit paměti na:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +msgid "e.g. \"4M\", \"16M\"" +msgstr "např: \"4M\", \"16M\"" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +msgid "Try to increase the execution time limit to:" +msgstr "Zkuste navýšit maximální čas provádění skriptu na:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "v sekundách, např. \"60\" anebo \"0\" pro nekonečno" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Include a XSLT stylesheet:" +msgstr "Připojit XSLT stylopis:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Use Default" +msgstr "Použít výchozí" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Full or relative URL to your .xsl file" +msgstr "Adresa k vašemu .xsl souboru" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "Povolit standardní mód MySQL. Toto používejte jedině když se zobrazují MySQL chyby - vyžaduje to mnohem víc paměti!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "Vytvářet sitemapu v pozadí (Tzn. nebudete muset čekat při ukládání příspěvku)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +msgid "Exclude the following posts or pages:" +msgstr "Vyřadit tyto příspěvky či stránky:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +msgid "List of IDs, separated by comma" +msgstr "Seznam ID oddělených čárkou" + +msgid "Additional pages" +msgstr "Stránky navíc" + +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Zde můžete nastavit URL adresy, které mají být zahrnuty do sitemapy, ale nenáleží k blogu/WordPressu.
Například, pokud vaše doména je www.něco.cz a váš blog se nachází na www.něco.cz/blog, možná byste chtěli zahrnout i www.něco.cz" + +msgid "Note" +msgstr "Poznámka" + +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "Je-li váš blog v podsložce a chcete-li přidat stránky, které NEJSOU v adresáři blogu (anebo v podadresářích), MUSÍTE umístit vaši sitemapu do kořenové složky (Viz sekce "Umístění vaší sitemapy" na této stránce)!" + +msgid "URL to the page" +msgstr "URL stránky" + +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "Vložte URL (adresu) stránky. Příklady: http://www.něco.cz/index.html nebo www.něco.cz/home " + +msgid "Priority" +msgstr "Priorita" + +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "Vyberte prioritu stránky relativně k ostatním stránkám. Například, vaše titulní stránka by měla mít vyšší prioritu než stránka O mně." + +msgid "Last Changed" +msgstr "Naposledy změněno" + +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Vložte datum poslední změny ve formátu RRRR-MM-DD (například 2007-08-12) (nepovinné)." + +msgid "Change Frequency" +msgstr "Nastavit frekvenci" + +msgid "#" +msgstr "#" + +msgid "No pages defined." +msgstr "Nejsou definovány žádné stránky." + +msgid "Add new page" +msgstr "Přidat novou stránku" + +msgid "Post Priority" +msgstr "Priorita příspěvků" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3329 +msgid "Please select how the priority of each post should be calculated:" +msgstr "Vyberte prosím způsob, kterým má být priorita každého z příspěvků vypočítávána." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +msgid "Do not use automatic priority calculation" +msgstr "Nepoužívat automatický výpočet priority" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "Všechny příspěvky budou mít stejnou prioritu, která je definována v "Prioritách"" + +msgid "Location of your sitemap file" +msgstr "Umístění vaší sitemapy" + +msgid "Automatic detection" +msgstr "Automatická detekce" + +msgid "Filename of the sitemap file" +msgstr "Jméno souboru sitemapy" + +msgid "Detected Path" +msgstr "Zjištěná cesta" + +msgid "Detected URL" +msgstr "Zjištěná URL" + +msgid "Custom location" +msgstr "Vlastní umístění" + +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "Absolutní nebo relativní cesta k sitemapě, včetně jména souboru." + +msgid "Example" +msgstr "Příklad" + +msgid "Complete URL to the sitemap file, including name." +msgstr "Celá URL k sitemapě, včetně jména." + +msgid "Sitemap Content" +msgstr "Obsah sitemapy" + +msgid "Include homepage" +msgstr "Zahrnout titulní stránku" + +msgid "Include posts" +msgstr "Zahrnout příspěvky" + +msgid "Include static pages" +msgstr "Zahrnout statické stránky" + +msgid "Include categories" +msgstr "Zahrnout rubriky" + +msgid "Include archives" +msgstr "Zahrnout archivy" + +msgid "Include tag pages" +msgstr "Zahrnout stránky štítků" + +msgid "Include author pages" +msgstr "Zahrnout stránky autorů" + +msgid "Change frequencies" +msgstr "Nastavení frekvence" + +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Berte prosím na vědomí, že hodnota tohoto štítku je jen zvažována \"jako náznak\", není to příkaz. Přestože vyhledávací roboti berou při rozhodování tuto hodnotu na vědomí, přesto mohou navštěvovat stránky označené jako \"každou hodinu\" méně často, a také mohou stránky označené jako \"ročně\" navštěvovat častěji. Rovněž je pravděpodobné, že roboti budou naštěvovat i stránky označené jako \"nikdy\" aby se mohli vypořádat s nečekanými změnami na těchto stránkách." + +msgid "Homepage" +msgstr "Titulní stránka" + +msgid "Posts" +msgstr "Příspěvky" + +msgid "Static pages" +msgstr "Statické stránky" + +msgid "Categories" +msgstr "Rubriky" + +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "Stávající archiv tohoto měsíce (Měl by být stejný jako vaše titulní stránka)" + +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Starší archivy (Mění se jen když upravíte starý příspěvek)" + +msgid "Tag pages" +msgstr "Stránky štítků" + +msgid "Author pages" +msgstr "Stránky autorů" + +msgid "Priorities" +msgstr "Priority" + +msgid "Posts (If auto calculation is disabled)" +msgstr "Příspěvky (Když je automatický výpočet vypnutý)" + +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "Minimální priorita příspěvku (I když je povolený automatický výpočet)" + +msgid "Archives" +msgstr "Archivy" + +msgid "Update options" +msgstr "Aktualizovat možnosti" + +msgid "Reset options" +msgstr "Vynulovat možnosti" + diff --git a/plugins/google-sitemap-generator/lang/sitemap-da_DK.mo b/plugins/google-sitemap-generator/lang/sitemap-da_DK.mo new file mode 100644 index 0000000000000000000000000000000000000000..855c97516f20562a0a56a141cbad6abf60b095d4 GIT binary patch literal 19565 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, 2005. +# $Id: sitemap.pot 2502 2005-07-03 20:50:38Z arnee $ +# +msgid "" +msgstr "" +"Project-Id-Version: sitemap\n" +"Report-Msgid-Bugs-To: <[mail-address]>\n" +"POT-Creation-Date: 2005-06-15 00:00+0000\n" +"PO-Revision-Date: 2007-11-25 01:16+0100\n" +"Last-Translator: Arne Brachhold \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language-Team: \n" + +msgid "Comment Count" +msgstr "Antal kommentar" + +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "Brug antallet af kommentarer til indlægget til at udregne prioriteten" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:918 +msgid "Comment Average" +msgstr "Kommentar gennemsnit" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:930 +msgid "Uses the average comment count to calculate the priority" +msgstr "Bruger det gennemsnitlige antal kommentarer til at udregne prioriteten" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:993 +msgid "Popularity Contest" +msgstr "Popularitets konkurrence" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:1005 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "Bruger det aktiveret Popularity Contest Plugin fra Alex King. Se indstillinger og Mest populære indlæg" + +msgid "XML-Sitemap Generator" +msgstr "XML-Sitemap Generator" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +msgid "XML-Sitemap" +msgstr "XML-Sitemap" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "Mange tak for din donation. Du hjælper mig med at fortsætte support og udvikling af dette plugin og andet gratis software!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +msgid "Hide this notice" +msgstr "Skjul denne meddelelse" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2606 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and your are satisfied with the results, isn't it worth at least one dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "Tak fordi du bruger dette plugin! Du installerede dette plugin over en månede siden. Hvis det virker og du er tilfreds, er det så ikke bare en enkel dollar værd? Donationer hjælper mig med at fortsætte support og udvikling af dette gratis stykke software! Selvfølgelig, ingen problem!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2606 +msgid "No thanks, please don't bug me anymore!" +msgstr "Nej tak, lad venligst være med at forstyrre mig igen!" + +msgid "XML Sitemap Generator for WordPress" +msgstr "XML-Sitemap Generator til Wordpress" + +msgid "Configuration updated" +msgstr "Indstillingerne blev opdateret" + +msgid "Error while saving options" +msgstr "Der forekom en fejl da indstilingerne skulle gemmes" + +msgid "Pages saved" +msgstr "Sider gemt" + +msgid "Error while saving pages" +msgstr "Der opstod en fejl da siderne skulle gemmes" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2748 +#, php-format +msgid "Robots.txt file saved" +msgstr "Robots.txt er gemt" + +msgid "Error while saving Robots.txt file" +msgstr "Der forekom en fejl da Robots.txt filen skulle gemmes" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2758 +msgid "The default configuration was restored." +msgstr "Standard indstillingerne er gendannet." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2851 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2868 +msgid "open" +msgstr "Åben" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2852 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2869 +msgid "close" +msgstr "Luk" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2853 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2870 +msgid "click-down and drag to move this box" +msgstr "tryk og træk for at flytte denne boks" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2854 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2871 +msgid "click to %toggle% this box" +msgstr "klik for at %toggle% denne boks" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2855 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2872 +msgid "use the arrow keys to move this box" +msgstr "brug piltasterne for at flytte denne boks" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2856 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2873 +msgid ", or press the enter key to %toggle% it" +msgstr ", eller tryk på enter tasten for at %toggle% den" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2884 +msgid "About this Plugin:" +msgstr "Om dette plugin:" + +msgid "Plugin Homepage" +msgstr "Plugin hjemmeside" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2887 +msgid "Notify List" +msgstr "Informer liste" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +msgid "Support Forum" +msgstr "Support forum" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2889 +msgid "Donate with PayPal" +msgstr "Donere via PayPal" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2890 +msgid "My Amazon Wish List" +msgstr "Min Amazon ønskeliste" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +msgid "translator_name" +msgstr "translator_name" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +msgid "translator_url" +msgstr "translator_url" + +msgid "Sitemap Resources:" +msgstr "Sitemap ressourcer:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2897 +msgid "Webmaster Tools" +msgstr "Webmaster Tools" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +msgid "Webmaster Blog" +msgstr "Webmaster Blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2900 +msgid "Site Explorer" +msgstr "Site Explorer" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2901 +msgid "Search Blog" +msgstr "Search Blog" + +msgid "Sitemaps Protocol" +msgstr "Sitemap protocol" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2904 +msgid "Official Sitemaps FAQ" +msgstr "Officiel Sitemap FAQ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2905 +msgid "My Sitemaps FAQ" +msgstr "Dette Sitemaps FAQ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2910 +msgid "Recent Donations:" +msgstr "Seneste donationer:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2914 +msgid "List of the donors" +msgstr "Liste over donationsgivere" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2916 +msgid "Hide this list" +msgstr "Skjul denne liste" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2919 +msgid "Thanks for your support!" +msgstr "Tak for din support!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2931 +msgid "Status" +msgstr "Status" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2941 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "Dette Sitemap er ikke bygget endnu. Klik her for at bygge det for første gang." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2947 +msgid "Your sitemap was last built on %date%." +msgstr "Dit sitemap blev sidst bygget den %date%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2949 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn moreLær mere" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2956 +msgid "Your sitemap (zipped) was last built on %date%." +msgstr "Dit sitemap (gzipped) blev bygget sidst den %date%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2958 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn moreLær mere" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2964 +msgid "Google was successfully notified about changes." +msgstr "Google blev informeret korrekt omkring ændringerne." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "Det tog %time% sekunder at informerer google, måske skulle du deaktivere denn funktion for at reducerer bygge tiden." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2970 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "Der opstod et problem under kommunikationen med Google. Se resultat" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976 +msgid "YAHOO was successfully notified about changes." +msgstr "Yahoo blev informeret korrekt omkring ændringerne." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2979 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "Det tog %time% sekunder at informerer Yahoo, måske skulle du deaktivere denn funktion for at reducerer bygge tiden." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2982 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "Der opstod et problem under kommunikationen med YAHOO. Se resultat" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988 +msgid "Ask.com was successfully notified about changes." +msgstr "Ask.com blev informeret korrekt omkring ændringerne." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "Det tog %time% sekunder at informerer Ask.com, måske skulle du deaktivere denn funktion for at reducerer bygge tiden." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2994 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "Der opstod et problem under kommunikationen med Ask.com. Se resultat" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3002 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "Bygge processen tog omkring %time% sekunder for at fuldføre og bruge %memory% MB hukommelse." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3004 +msgid "The building process took about %time% seconds to complete." +msgstr "Bygge processen tog omkring %time% sekunder for at fuldføre." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3008 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "Indholdet af dit sitemap har ikke ændret sig siden sidst. Derfor blev der ikke ikke skrevet til nogle filer og ikke kommunikeret med nogle søgemaskiner." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3012 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "Sidste forsøg blev ikke færdigt! Måske skal du hæve hukommelses begrænsningen for PHP scripts. Lær mere" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3014 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "Det sidst kendte forbrug af hukommelse af dette script var %memused%MB, begrænsningen på din server er %memlimit%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3018 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "Den sidste kendte eksekverings tid for dette script var %timeused% sekunder, begrænsningen på din server er %timelimit% sekunder." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3022 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "Scriptet stoppede omkring indlæg nummer %lastpost% (+/-100)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3025 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "Hvis du ændre noget på din server eller blog, burde du opdatere dit sitemap manuelt." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3027 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "Hvis du støder på problemer under bygge processen, kan du bruge debug funktionen for at få flere informationer." + +msgid "Basic Options" +msgstr "Basis indstillinger" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +msgid "Sitemap files:" +msgstr "Sitemap filer:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3104 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +msgid "Learn more" +msgstr "Lær mere" + +msgid "Write a normal XML file (your filename)" +msgstr "Lav en normal XML fil (Dit filnavn)" + +msgid "Write a gzipped file (your filename + .gz)" +msgstr "Lav en gzipped fil (Dit filnavn + .gz" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +msgid "Building mode:" +msgstr "Bygge metode:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3064 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "Opdater dit sitemap hvis der sker ændringer i indholdet på din blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3071 +msgid "Enable manual sitemap building via GET Request" +msgstr "Aktiverer manuel bygning af sitemap via GET Request" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3075 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the logfile above to see if sitemap was successfully built." +msgstr "Dette vil tillade dig at opdatere dit sitemap hvis et eksternt værktøj skrev til Wordpress databasen uden at bruge Wordpress API'et. Brug følgende URL til at starte processen: %1 Tjek venligst logfilen ovenover, for at se om dit sitemap blev bygget korrekt." + +msgid "Update notification:" +msgstr "Opdaterings meddelelser:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +msgid "Notify Google about updates of your Blog" +msgstr "Informer Google om opdateringer på din blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "Registrering er ikke påkrævet, men du kan tilmelde dig Google Webmaster Tools for at tjekke \"crawling\" statistikker." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088 +msgid "Notify Ask.com about updates of your Blog" +msgstr "Informer Ask.com om opdateringer på din blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3089 +msgid "No registration required." +msgstr "Registrering ikke påkrævet." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3093 +msgid "Notify YAHOO about updates of your Blog" +msgstr "Informer Yahoo om opdateringer på din blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3094 +#, php-format +msgid "No registration required, but you can sign up for the YAHOO Site Explorer to view the crawling progress." +msgstr "Registrering er ikke påkrævet, men du kan tilmelde dig YAHOO Site Explorer for at tjekke \"crawling\" statistikker." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3099 +#, php-format +msgid "Modify or create %s file in blog root which contains the sitemap location." +msgstr "Ændre eller opret %s i blog \"root\", som indeholder sitemap placeringen." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3102 +msgid "File permissions: " +msgstr "Fil rettigheder: " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3107 +msgid "OK, robots.txt is writable." +msgstr "OK, robots.txt er skrivbar." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3109 +msgid "Error, robots.txt is not writable." +msgstr "Fejl, robots.txt er ikke skrivbar." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3113 +msgid "OK, robots.txt doesn't exist but the directory is writable." +msgstr "OK, robots.txt eksisterer ikke, men mappen er skrivbar." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3115 +msgid "Error, robots.txt doesn't exist and the directory is not writable" +msgstr "Fejl, robots.txt eksisterer ikke og mappen er ikke skrivbar." + +msgid "Advanced options:" +msgstr "Avanceret indstillinger" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +msgid "Limit the number of posts in the sitemap:" +msgstr "Begræns antallet af indlæg i dit sitemap:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +msgid "Newer posts will be included first" +msgstr "Nyeste indlæg vil blive inkluderet først" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +msgid "Try to increase the memory limit to:" +msgstr "Prøv at forøg hukommelses begrænsningen til:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +msgid "e.g. \"4M\", \"16M\"" +msgstr "f.eks. \"4M\", \"16M\"" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +msgid "Try to increase the execution time limit to:" +msgstr "Prøv at forøg eksekverings tids begrænsningen til:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "i sekunder, f.eks. \"60\" eller \"0\" for ubegrænset" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Include a XSLT stylesheet:" +msgstr "Inkluderer et XSLT stylesheet:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Use Default" +msgstr "Brug standard" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Full or relative URL to your .xsl file" +msgstr "Fuld eller relativ URL til din .xsl fil" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "Aktiver MySQL standard mode. Brug kun dette hvis du får MySQL fejl. (Bruger meget mere hukommelse!)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "Byg dit sitemap i en baggrundsprocess (Du behøver ikke at vente når du gemmer et indlæg)" + +msgid "Additional pages" +msgstr "Ekstra sider" + +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Her kan du specificere filer og URLs, der skal inkluderes i dit sitemap, som ikke tilhører din side.
F.eks. hvis dit domæne er www.minside.dk og din side er placeret i en under mappe (www.minside.dk/blog), så vil du måske inkludere www.minside.dk" + +msgid "Note" +msgstr "Note" + +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "Hvis din blog er i en undermappe og du vil tilføje sider, som IKKE er i blog mappen eller en mappe under, SKAL du placerer din sitemap fil i "root mappen" (Se "Stien til din sitemap fil" sektionen på denne side)." + +msgid "URL to the page" +msgstr "URL til siden" + +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "Indtast URL'en til siden. F.eks.: http://www.minside.dk/index.html ellerhttp://www.minside.dk/forside" + +msgid "Priority" +msgstr "Prioritet" + +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "Vælg sidens prioritet i forhold til de andre sider." + +msgid "Last Changed" +msgstr "Ændret sidst" + +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Indtast datoen for den sidste ændret, som YYYY-MM-DD (F.eks. 2005-12-31) (Valgfri)" + +msgid "Change Frequency" +msgstr "Skift frekvens" + +msgid "#" +msgstr "#" + +msgid "No pages defined." +msgstr "Ingen sider defineret" + +msgid "Add new page" +msgstr "Tilføj ny side" + +msgid "Post Priority" +msgstr "Indlægs prioritet" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3329 +msgid "Please select how the priority of each post should be calculated:" +msgstr "Vælg venligst hvordan prioriteten af hver enkelt indlæg skal udregnes:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +msgid "Do not use automatic priority calculation" +msgstr "Brug ikke automatisk prioritets udregning" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "Alle indlæg vil have den samme prioritet som er defineret under "Prioritet"" + +msgid "Location of your sitemap file" +msgstr "Stien til din sitemap fil" + +msgid "Automatic detection" +msgstr "Find Automatisk " + +msgid "Filename of the sitemap file" +msgstr "Sitemap filnavn" + +msgid "Detected Path" +msgstr "Fundet sti" + +msgid "Detected URL" +msgstr "Fundet URL" + +msgid "Custom location" +msgstr "Brugerdefineret sti" + +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "Absolut eller relativ sti til sitemap filen, inklusiv filnavn." + +msgid "Example" +msgstr "Eksempel" + +msgid "Complete URL to the sitemap file, including name." +msgstr "Fuldstændig URL til sitemap filen, inklusiv filnavn" + +msgid "Sitemap Content" +msgstr "Sitemap indhold" + +msgid "Include homepage" +msgstr "Inkluder hjemmeside" + +msgid "Include posts" +msgstr "Inkluder indlæg" + +msgid "Include static pages" +msgstr "Inkluder statiske sider" + +msgid "Include categories" +msgstr "Inkluder kategorier" + +msgid "Include archives" +msgstr "Inkluder arkiver" + +msgid "Include tag pages" +msgstr "Inkluder tag sider" + +msgid "Include author pages" +msgstr "Inkluder forfatter sider" + +msgid "Change frequencies" +msgstr "Ændre frekvenser" + +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Bemærk venligst at værdien af dette \"tag\" anses for at være et hint og ikke en kommando. Selvom søgemaskine crawlers tager denne information i betrægtning, kan de crawle sider markeret \"pr. time\" færre gange og sider markeret \"årlig\" oftere. Det er også sandsynligt at crawlere periodisk vil crawle sider makeret \"aldrig\", så de kan håndtere uforventet ændringer på disse sider." + +msgid "Homepage" +msgstr "Hjemmeside" + +msgid "Posts" +msgstr "Indlæg" + +msgid "Static pages" +msgstr "Statiske sider" + +msgid "Categories" +msgstr "Kategorier" + +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "Arkivet for denne måned (Burde være den som på din hjemmeside)" + +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Ældre arkiver (Ændre sig kun hvis du redigere et gammelt indlæg" + +msgid "Tag pages" +msgstr "Tag sider" + +msgid "Author pages" +msgstr "Forfatter sider" + +msgid "Priorities" +msgstr "Prioriteter" + +msgid "Posts (If auto calculation is disabled)" +msgstr "Indlæg (Hvis auto-udregn er deaktiveret)" + +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "Minimum indlægs prioritet (Selvom auto-udregn er aktiveret)" + +msgid "Archives" +msgstr "Arkiver" + +msgid "Update options" +msgstr "Opdater indstillinger" + +msgid "Reset options" +msgstr "Nulstil indstillinger" + diff --git a/plugins/google-sitemap-generator/lang/sitemap-de_DE.mo b/plugins/google-sitemap-generator/lang/sitemap-de_DE.mo new file mode 100644 index 0000000000000000000000000000000000000000..518bd16e01d6de51f1711a898d5a504c9cf36bb6 GIT binary patch literal 25290 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 G@&5sVCo|>% literal 0 HcmV?d00001 diff --git a/plugins/google-sitemap-generator/lang/sitemap-de_DE.po b/plugins/google-sitemap-generator/lang/sitemap-de_DE.po new file mode 100644 index 0000000..4200c32 --- /dev/null +++ b/plugins/google-sitemap-generator/lang/sitemap-de_DE.po @@ -0,0 +1,917 @@ +msgid "" +msgstr "" +"Project-Id-Version: sitemap\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-11-20 22:53+0100\n" +"PO-Revision-Date: 2009-11-20 22:54+0100\n" +"Last-Translator: Arne Brachhold\n" +"Language-Team: Arne Brachhold \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: German\n" +"X-Poedit-Country: GERMANY\n" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:525 +msgid "Comment Count" +msgstr "Anzahl der Kommentare" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:537 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "Verwendet die Anzahl der Kommentare um die Priorität der Beiträge zu berechnen" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:597 +msgid "Comment Average" +msgstr "Durchschnittliche Anzahl der Kommentare" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:609 +msgid "Uses the average comment count to calculate the priority" +msgstr "Verwendet die durchschnittliche Anzahl der Kommentare um die Priorität der Beiträge zu berechnen." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:672 +msgid "Popularity Contest" +msgstr "Popularity Contest" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:684 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "Verwendet das aktivierte Popularity Contest Plugin von Alex King. Siehe Einstellungen und wichtigste Beiträge" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1118 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1084 +msgid "Always" +msgstr "Immer" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1119 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1085 +msgid "Hourly" +msgstr "Stündlich" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1120 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1086 +msgid "Daily" +msgstr "Täglich" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1087 +msgid "Weekly" +msgstr "Wöchentlich" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1122 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1088 +msgid "Monthly" +msgstr "Monatlich" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1123 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1089 +msgid "Yearly" +msgstr "Jährlich" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1090 +msgid "Never" +msgstr "Nie" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:107 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "Vielen Dank für Deine Spende! Du hilfst mir damit diese kostenlose Software zu unterstützen und weiterzuentwickeln!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:107 +msgid "Hide this notice" +msgstr "Diesen Hinweis verstecken" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:113 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and you are satisfied with the results, isn't it worth at least a few dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "Danke dass Du dieses Plugin benutzt! Du hast dieses Plugin vor mehr als einem Monat installiert. Wenn es funktioniert und zu mit dem Ergebnis zufrieden bist, ist es nicht mindestens ein paar Euro Wert? Spenden helfen mir diese kostenlose Software zu unterstützen und weiterzuentwickeln! Klar, kein Problem! " + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:113 +msgid "Sure, but I already did!" +msgstr "Klar, hab ich schon gemacht!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:113 +msgid "No thanks, please don't bug me anymore!" +msgstr "Nein danke, bitte nicht mehr nerven! " + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:120 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin some time ago. If it works and your are satisfied, why not rate it and recommend it to others? :-)" +msgstr "Danke dass Du dieses Plugin benutzt! Du hast dieses Plugin vor mehr als einem Monat installiert. Wenn es funktioniert und zu mit dem Ergebnis zufrieden bist, würde ich mich freuen wenn Du es bewerten und weiterempfehlen würdest." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:120 +msgid "Don't show this anymore" +msgstr "Diesen Hinweis nicht mehr zeigen" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:67 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:132 +msgid "Your sitemap is being refreshed at the moment. Depending on your blog size this might take some time!" +msgstr "Die Sietemap wird im Moment neu erzeugt. Abhängig von der Anzahl Ihrer Beiträge kann dies einige Sekunden dauern. " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:69 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:134 +#, php-format +msgid "Your sitemap will be refreshed in %s seconds. Depending on your blog size this might take some time!" +msgstr "Die Sietemap wird in %s Sekunden neu erzeugt. Abhängig von der Anzahl Ihrer Beiträge kann dies einige Sekunden dauern." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:163 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:480 +msgid "XML Sitemap Generator for WordPress" +msgstr "XML Sitemap Generator für WordPress" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:323 +msgid "Configuration updated" +msgstr "Die Konfiguration wurde gespeichert." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:324 +msgid "Error while saving options" +msgstr "Beim Speichern der Seiten ist ein Fehler aufgetreten" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:326 +msgid "Pages saved" +msgstr "Ihre Seiten wurden gespeichert." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:327 +msgid "Error while saving pages" +msgstr "Beim Speichern der Seiten ist ein Fehler aufgetreten" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:334 +msgid "The default configuration was restored." +msgstr "Die Standard Konfiguration wurde wieder hergestellt." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:374 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:496 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here." +msgstr "Es gibt eine Version von %1$s. Version %3$s hier downloaden." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:376 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:498 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here automatic upgrade unavailable for this plugin." +msgstr "Es gibt eine Version von %1$s. Version %3$s hier downloaden Automatisches Upgraden ist für dieses Plugin nicht möglich." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:378 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:500 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here or upgrade automatically." +msgstr "Es gibt eine Version von %1$s. Version %3$s hier downloaden oder automatisch upgraden." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:508 +#, php-format +msgid "Your blog is currently blocking search engines! Visit the privacy settings to change this." +msgstr "Dein Blog blockiert zur Zeit Suchmaschienen! Unter den Eistellungen zur Privatsphäre lässt sich dies ändern." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:529 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:546 +msgid "open" +msgstr "öffnen" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:530 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:547 +msgid "close" +msgstr "schließen" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:531 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:548 +msgid "click-down and drag to move this box" +msgstr "Klicken und ziehen um diese Box zu verschieben" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:532 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:549 +msgid "click to %toggle% this box" +msgstr "Klicken um diese box zu %toggle%" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:533 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:550 +msgid "use the arrow keys to move this box" +msgstr "Benutze die Pfeiltaste um diese box zu verschieben" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:534 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:551 +msgid ", or press the enter key to %toggle% it" +msgstr ", oder drück Enter um sie zu %toggle%" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:580 +msgid "About this Plugin:" +msgstr "Über dieses Plugin:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:581 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:181 +msgid "Plugin Homepage" +msgstr "Plugin Startseite" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:421 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:582 +msgid "Suggest a Feature" +msgstr "Funktion vorschlagen" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:583 +msgid "Notify List" +msgstr "E-Mail bei Update" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:584 +msgid "Support Forum" +msgstr "Hilfe Forum" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:424 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:585 +msgid "Report a Bug" +msgstr "Fehler berichten" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:587 +msgid "Donate with PayPal" +msgstr "Mit PayPal spenden" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:588 +msgid "My Amazon Wish List" +msgstr "Amazon Wunschliste" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:589 +msgid "translator_name" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:589 +msgid "translator_url" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:593 +msgid "Sitemap Resources:" +msgstr "Sitemap Informationen" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:594 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:600 +msgid "Webmaster Tools" +msgstr "Webmaster Tools" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:595 +msgid "Webmaster Blog" +msgstr "Webmaster Blog" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:597 +msgid "Site Explorer" +msgstr "Site Explorer" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:598 +msgid "Search Blog" +msgstr "Search Blog" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:601 +msgid "Webmaster Center Blog" +msgstr "Webmaster Center Blog" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:603 +msgid "Sitemaps Protocol" +msgstr "Sitemaps Protokoll" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:604 +msgid "Official Sitemaps FAQ" +msgstr "Offizielle Sitemaps FAQ" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:605 +msgid "My Sitemaps FAQ" +msgstr "Meine Sitemaps FAQ" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:608 +msgid "Recent Donations:" +msgstr "Aktuelle Spenden:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:611 +msgid "List of the donors" +msgstr "Liste der Spender" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:613 +msgid "Hide this list" +msgstr "Liste ausblenden" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:616 +msgid "Thanks for your support!" +msgstr "Danke für Deine Unterstützung!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:638 +msgid "The sitemap wasn't generated yet." +msgstr "Die Sitemap wurde bisher noch nicht erzeugt." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:641 +msgid "Result of the last build process, started on %date%." +msgstr "Ergebnisse der letzten Sitemap Generierung, gestartet am %date%." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:650 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "Die Sitemap wurde noch nicht erstellt. Klick hier um sie das erste mal zu erstellen." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:656 +msgid "Your sitemap was last built on %date%." +msgstr "Deine Sitemap wurde zuletzt am %date% erstellt." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:657 +msgid "The last build succeeded, but the file was deleted later or can't be accessed anymore. Did you move your blog to another server or domain?" +msgstr "Die letzte Sitemap wurde erzeugt, jedoch kann sie nicht mehr gelesen werden oder wurde gelöscht. Haben Sie das Blog auf einen anderen Server verschoben?" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:659 +#, fuzzy +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn more" +msgstr "Leider gab es ein Problem beim Schreiben der Sitemap. Bitte vergewisser dich dass die Datei exisitert und beschreibbar ist. Mehr infoszipped) was last built on %date%." +msgstr "Deine Sitemap (gezippt) wurde zuletzt am %date% erstellt." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:667 +msgid "The last zipped build succeeded, but the file was deleted later or can't be accessed anymore. Did you move your blog to another server or domain?" +msgstr "Die letzte gezippte Sitemap wurde erzeugt, jedoch kann sie nicht mehr gelesen werden oder wurde gelöscht. Haben Sie das Blog auf einen anderen Server verschoben?" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:669 +#, fuzzy +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn more" +msgstr "Leider gab es ein Problem beim Schreiben der gezippten Sitemap. Bitte vergewisser dich dass die Datei exisitert und beschreibbar ist. Mehr infossuccessfully notified about changes." +msgstr "Google wurde erfolgreich über die Änderungen benachrichtigt." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:678 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "Es hat %time% Sekunden gedauert Google zu benachrichtigen. Vielleicht möchtest Du dieses Feature deaktivieren um die Dauer der Sitemap-Generierung zu verkürzen?" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:681 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "Leider gab es beim Versuch Google zu benachrichtigen ein Problem. Ergebnis anzeigen" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:687 +msgid "YAHOO was successfully notified about changes." +msgstr "YAHOO wurde erfolgreich über die Änderungen benachrichtigt." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:690 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "Es hat %time% Sekunden gedauert YAHOO zu benachrichtigen. Vielleicht möchtest Du dieses Feature deaktivieren um die Dauer der Sitemap-Generierung zu verkürzen?" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:693 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "Leider gab es beim Versuch YAHOO zu benachrichtigen ein Problem. Ergebnis anzeigen" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:699 +msgid "Bing was successfully notified about changes." +msgstr "Bing wurde erfolgreich über die Änderungen benachrichtigt." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:702 +msgid "It took %time% seconds to notify Bing, maybe you want to disable this feature to reduce the building time." +msgstr "Es hat %time% Sekunden gedauert Bing zu benachrichtigen. Vielleicht möchtest Du dieses Feature deaktivieren um die Dauer der Sitemap-Generierung zu verkürzen?" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:705 +#, php-format +msgid "There was a problem while notifying Bing. View result" +msgstr "Leider gab es beim Versuch Bing zu benachrichtigen ein Problem. Ergebnis anzeigen" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:711 +msgid "Ask.com was successfully notified about changes." +msgstr "Ask.com wurde erfolgreich über die Änderungen benachrichtigt." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:714 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "Es hat %time% Sekunden gedauert Ask.com zu benachrichtigen. Vielleicht möchtest Du dieses Feature deaktivieren um die Dauer der Sitemap-Generierung zu verkürzen?" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:717 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "Leider gab es beim Versuch Ask.com zu benachrichtigen ein Problem. Ergebnis anzeigen" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:725 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "Die Sitemap-Generierung dauerte %time% sekunden und verwendete %memory% MB Speicher." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:727 +msgid "The building process took about %time% seconds to complete." +msgstr "Die Sitemap-Generierung dauerte %time% sekunden." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:731 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "Die Inhalte der Sitemap haben sich nicht geändert seit dem letzten mal, daher wurden keine Dateien geschrieben oder Suchmaschinen informiert." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:586 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:739 +msgid "The building process might still be active! Reload the page in a few seconds and check if something has changed." +msgstr "Das Erstellen der Sitemap dauert eventuell noch. Laden Sie diese Seite in ein paar Sekunden neu und prüfen Sie ob sich der Status geändert hat." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:742 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "Die letzte Generierung der Sitemap wurde nicht abgeschlossen. Eventuell hilft es das Speicherlimit für PHP Skripte zu erhöhen. Mehr Infos" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:744 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "Der zuletzt bekannte Speicherverauch lag bei %memused%MB, das Limit für PHP Skripte ist %memlimit%." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:748 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "Die zuletzt bekannte Ausührungszeit lag bei %timeused% Sekunden, das Limit für PHP Skripe ist %timelimit% Sekunden." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:752 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "Das Script hat bei dem %lastpost% Beitrag abgebrochen. (+/- 100)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:755 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "Falls Du etwas am Server oder am Blog geändert hast, solltest Du die Sitemap von Hand neu erstellen." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:757 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "Falls es beim Generieren der Sitemap Probleme gibt, kannst Du die Debug Funktion verwenden um mehr über die auftretenden Fehler zu erfahren." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:764 +msgid "Basic Options" +msgstr "Allgemeine Einstellungen" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:766 +msgid "Sitemap files:" +msgstr "Sitemap Dateien:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:766 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:781 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:801 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:834 +msgid "Learn more" +msgstr "Mehr Infos" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:771 +msgid "Write a normal XML file (your filename)" +msgstr "Sitemap als XML Datei erzeugen" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:777 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "Gezippte Sitemap erzeugen (Dateiname + .gz)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:781 +msgid "Building mode:" +msgstr "Erstellungsmodus:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:786 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "Sitemap neu generieren wenn Du den Inhalt Deines Blogs änderst" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:793 +msgid "Enable manual sitemap building via GET Request" +msgstr "Manuelles Generieren der Sitemap über GET Anfrage erlauben" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:797 +#, fuzzy +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the result box above to see if sitemap was successfully built." +msgstr "Dies erlaubt Dir die Sitemao zu aktualisieren falls ein externes Programm in die WordPress Datenbank geschrieben hat ohne die API zu verwenden. Verwende folgende URL um die Generierung zu starten: %1 Bitte überpüf die Logdatei um zu sehen ob die Generirung erfolgreich war." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:801 +msgid "Update notification:" +msgstr "Benachrichtigung über Änderungen" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:805 +msgid "Notify Google about updates of your Blog" +msgstr "Google über Änderungen benachrichtigen" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:806 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "Keine Registrierung erforderlich, aber Du kannst Dich bei den Google Webmaster Tools anmelden um Indexierungs-Statistiken zu Deiner Website zu sehen." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:810 +msgid "Notify Bing (formerly MSN Live Search) about updates of your Blog" +msgstr "Bing (vormals MSN Live Search) über Änderungen benachrichtigen" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:811 +#, php-format +msgid "No registration required, but you can join the Bing Webmaster Tools to check crawling statistics." +msgstr "Keine Registrierung erforderlich, aber Du kannst Dich bei den Bing Webmaster Tools anmelden um Indexierungs-Statistiken zu Deiner Website zu sehen." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:815 +msgid "Notify Ask.com about updates of your Blog" +msgstr "Ask.com über Änderungen benachrichtigen" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:816 +msgid "No registration required." +msgstr "Keine Registrierung erforderlich" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:820 +msgid "Notify YAHOO about updates of your Blog" +msgstr "YAHOO über Änderungen benachrichtigen" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:821 +msgid "Your Application ID:" +msgstr "Deine Application ID:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:822 +#, php-format +msgid "Don't you have such a key? Request one here! %s2" +msgstr "Noch keinen Key? Hier beantragen! %s2" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:827 +msgid "Add sitemap URL to the virtual robots.txt file." +msgstr "Die Sitemap zur virtuellen robots hinzufügen." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:831 +msgid "The virtual robots.txt generated by WordPress is used. A real robots.txt file must NOT exist in the blog directory!" +msgstr "Es wird die von WordPress generierte virtuelle robots.txt verwendet. Es dark keine robots.txt Datei im Blog Verzeichnis liegen!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:834 +msgid "Advanced options:" +msgstr "Erweiterte Einstellungen" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:837 +msgid "Limit the number of posts in the sitemap:" +msgstr "Die Anzahl der Beiträge in der Sitemap beschränken auf:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:837 +msgid "Newer posts will be included first" +msgstr "Neuere Beiträge kommen zuerst" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:840 +msgid "Try to increase the memory limit to:" +msgstr "Versuchen das Speicherlimit zu erhöhen auf: " + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:840 +msgid "e.g. \"4M\", \"16M\"" +msgstr "z.B. \"4M\", \"16M\"" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:843 +msgid "Try to increase the execution time limit to:" +msgstr "Veruschen das Zeit Limit zu erhöhen auf: " + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:843 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "in Sekunden, z.B. \"60\" oder \"0\" for unendlich" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:847 +msgid "Include a XSLT stylesheet:" +msgstr "Ein XSLT Stylesheet einbinden:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:848 +msgid "Full or relative URL to your .xsl file" +msgstr "Kompletter oder relativer Pfad zur .xsl Datei" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:848 +#, fuzzy +msgid "Use default" +msgstr "Standard verwenden" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:854 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "MySQL Standard Modus aktivieren. Benutze diesen nur falls MySQL Fehler auftreten. (Benötigt mehr Speicher!)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:855 +msgid "Upgrade WordPress at least to 2.2 to enable the faster MySQL access" +msgstr "Updatete WordPress auf 2.2 um den schnelleren MySQL Modus zu aktiviren" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:862 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "Die Sitemap in einem Background-Process erstellen (Keine Verzögerung nach dem Speichern von Posts)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:863 +msgid "Upgrade WordPress at least to 2.1 to enable background building" +msgstr "Updatete WordPress auf 2.1 um das Erstellen im Hintergrund zu aktivieren." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:870 +msgid "Additional pages" +msgstr "Zusätzliche Seiten" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:873 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Hier können Sie zusätzliche Seiten in Form von URLs angeben, welche mit in Ihre Sitemap aufgenommen werden sollen aber nicht von WordPress erzeugt werden. Falls Sie z.B. Ihre Homepage auf www.beispiel.com haben, Ihr Blog aber unter www.beispiel.com/blog zu erreichen ist, tragen Sie Ihre Homepage als http://www.beispiel.com hier ein." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:875 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1083 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1097 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1106 +msgid "Note" +msgstr "Hinweis" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:876 +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "Falls Dein Blog in einem Unterverzeichnis liegt und Du Seiten hinzufügen möchtest die nicht in deinem Blogverzeichnis oder einem tieferen Verzeichnis liegen, musst Du seine Seite ins Stammverzeichnis legen. (Schau Dir den Punkt "Pfad zur Sitemap Datei" weiter unten an)!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:878 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:917 +msgid "URL to the page" +msgstr "URL zur Seite" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:879 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "Geben Sie hier die URL Ihrer Seite an. Beispiele: www.foo.com oder http://www.nic.de/index.html" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:881 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:918 +msgid "Priority" +msgstr "Priorität" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:882 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "Wählen Sie hier die Priorität der Seite relativ zu den anderen Seiten. Ihre Homepage könnte z.B. eine höhere Priorität besitzen als das Impressum. " + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:884 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:920 +msgid "Last Changed" +msgstr "Letzte Änderung" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:885 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Tragen Sie hier das Datum der letzten Änderung im Format JJJJ-MM-TT (z.B. 2005-12-31). Dieses Feld ist optional und muss nicht ausgefüllt werden." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:919 +msgid "Change Frequency" +msgstr "Änderungshäufigkeit" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:921 +msgid "#" +msgstr "#" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:926 +msgid "No pages defined." +msgstr "Bisher keine Seiten eingetragen." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:931 +msgid "Add new page" +msgstr "Neue Seite hinzufügen" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:936 +msgid "Post Priority" +msgstr "Priorität der Beiträge" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:938 +msgid "Please select how the priority of each post should be calculated:" +msgstr "Bitte wähle wie die Priorität der einzelnen Beiträge berechnet werden soll." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:940 +msgid "Do not use automatic priority calculation" +msgstr "Keine automatische Prioritätsberechung verwenden" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:940 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "Alle Beiträge haben die selbe Priorität wlche unter "Prioriäten" eingestellt ist." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:951 +msgid "Location of your sitemap file" +msgstr "Pfad der Sitemap Datei" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:954 +msgid "Automatic detection" +msgstr "Automatische Erkennung" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:958 +msgid "Filename of the sitemap file" +msgstr "Dateiname der Sitemap" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:961 +msgid "Detected Path" +msgstr "Erkenater Pfad" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:961 +msgid "Detected URL" +msgstr "Erkannte URL" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:966 +msgid "Custom location" +msgstr "Eigener Pfad" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:970 +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "Absoluter oder relativer Pfad zur Sitemap Datei inkl. Dateinamen." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:972 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:981 +msgid "Example" +msgstr "Beispiel" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:979 +msgid "Complete URL to the sitemap file, including name." +msgstr "Absolute URL zur Sitemap Datei inkl. Dateinamen." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:992 +msgid "Sitemap Content" +msgstr "Inhalt der Sitemap" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:998 +msgid "Include homepage" +msgstr "Startseite" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1004 +msgid "Include posts" +msgstr "Beiträge" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:1013 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1010 +msgid "Include following pages of multi-page posts (Increases build time and memory usage!)" +msgstr "Folgeseiten von Beiträgen (Erhöht Erstelldauer und Speicherverbrauch)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1016 +msgid "Include static pages" +msgstr "Statische Seiten" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1022 +msgid "Include categories" +msgstr "Kategorien" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1028 +msgid "Include archives" +msgstr "Archive" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1035 +msgid "Include tag pages" +msgstr "Tag Seiten " + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1051 +#, fuzzy, php-format +msgid "Include taxonomy pages for %s" +msgstr "Tag Seiten " + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1061 +msgid "Include author pages" +msgstr "Autoren Seiten" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1065 +msgid "Further options" +msgstr "Weitere Optionen" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1070 +msgid "Include the last modification time." +msgstr "Letztes Änderungsdatum mit einbeziehen" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1072 +msgid "This is highly recommended and helps the search engines to know when your content has changed. This option affects all sitemap entries." +msgstr "Dies ist äußerst empfohel und hilft den Suchmaschienen zu wissen wann Ihr Inhalt geändert wurde. Diese Einstellungen betrifft alle Einträge der Sitemap." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1079 +msgid "Excluded items" +msgstr "Seiten ausschließen" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1081 +msgid "Excluded categories" +msgstr "Kategorien ausschließen" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1083 +msgid "Using this feature will increase build time and memory usage!" +msgstr "Die Verwendung dieser Funktion wird die Erstelldauer sowie den Speicherverbrauch erhöhen!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1090 +#, php-format +msgid "This feature requires at least WordPress 2.5.1, you are using %s" +msgstr "Dieses Feature benötigt mindestens WordPress 2.5.1, Sie verwenden %s" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1093 +msgid "Exclude posts" +msgstr "Beiträge ausschließen" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1095 +msgid "Exclude the following posts or pages:" +msgstr "Folgende Beiträge oder Seiten ausschließen:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1095 +msgid "List of IDs, separated by comma" +msgstr "Liste der IDs, getrennt mit Komma" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1097 +msgid "Child posts won't be excluded automatically!" +msgstr "Unterseiten werden nicht automatisch ausgeschlossen!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1103 +msgid "Change frequencies" +msgstr "Änderungsfrequenz" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1107 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Bitte beachten Sie dass diese Einstellung nur als Tipp und nicht als Kommando gesehen wird. Suchmaschinen könnten diesen Tipp beachten, müssen sich aber nicht daran halten. Sie können Seiten die als stündlich markiert wurden weniger häufig besuchen und Seiten die als niemals markiert wurden trotzdem überprüfen." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1113 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1170 +msgid "Homepage" +msgstr "Startseite" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1119 +msgid "Posts" +msgstr "Beiträge" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1125 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1188 +msgid "Static pages" +msgstr "Statische Seiten" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1131 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1194 +msgid "Categories" +msgstr "Kategorien" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1137 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "Das Archive des aktuellen Monats (Sollte den gleichen Wert haben wie Ihre Startseite)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1143 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Archive der vergangenen Monate" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1150 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1207 +msgid "Tag pages" +msgstr "Tag Seiten" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1157 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1214 +msgid "Author pages" +msgstr "Autoren Seiten" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1165 +msgid "Priorities" +msgstr "Prioritäten" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1176 +msgid "Posts (If auto calculation is disabled)" +msgstr "Beiträge (wenn automatische Berechnung deaktiviert wurde)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1182 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "Minimale Priorität für Beiträge (auch wenn automatische Berechnung aktiviert wurde)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1200 +msgid "Archives" +msgstr "Archive" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1225 +msgid "Update options" +msgstr "Änderungen speichern" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1226 +msgid "Reset options" +msgstr "Einstellungen zurücksetzten" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:95 +msgid "XML-Sitemap Generator" +msgstr "XML-Sitemap Generator" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:95 +msgid "XML-Sitemap" +msgstr "XML-Sitemap" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:109 +msgid "Settings" +msgstr "Einstellungen" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:110 +msgid "FAQ" +msgstr "FAQ" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:111 +msgid "Support" +msgstr "Support" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:112 +msgid "Donate" +msgstr "Spenden" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:182 +msgid "Sitemap FAQ" +msgstr "Sitemaps FAQ" + +#~ msgid "Status" +#~ msgstr "Status" +#~ msgid "Robots.txt file saved" +#~ msgstr "Robots.txt Datei abgespeichert" +#~ msgid "Error while saving Robots.txt file" +#~ msgstr "Beim Speichern der robots.txt Datei ist ein Fehler aufgetreten" +#~ msgid "" +#~ "It took %time% seconds to notify MSN.com, maybe you want to disable this " +#~ "feature to reduce the building time." +#~ msgstr "" +#~ "Es hat %time% Sekunden gedauert MSN.com zu benachrichtigen. Vielleicht " +#~ "möchtest Du dieses Feature deaktivieren um die Dauer der Sitemap-" +#~ "Generierung zu verkürzen?" +#~ msgid "" +#~ "There was a problem while notifying MSN.com. View result" +#~ msgstr "" +#~ "Leider gab es beim Versuch MSN.com zu benachrichtigen ein Problem. Ergebnis anzeigen" +#~ msgid "" +#~ "No registration required, but you can join the MSN Live " +#~ "Webmaster Tools to check crawling statistics." +#~ msgstr "" +#~ "Keine Registrierung erforderlich, aber Du kannst Dich bei den MSN Live Webmaster Tools anmelden um Indexierungs-Statistiken zu " +#~ "Deiner Website zu sehen." +#~ msgid "" +#~ "Modify or create %s file in blog root which contains the sitemap location." +#~ msgstr "Die URL deiner Sitemap in die Datei %s im Blogverzeichnis eintragen" +#~ msgid "File permissions: " +#~ msgstr "Datei Berechtigungen:" +#~ msgid "OK, robots.txt is writable." +#~ msgstr "OK, robots.txt ist beschreibbar." +#~ msgid "Error, robots.txt is not writable." +#~ msgstr "Fehler, robots.txt ist nicht beschreibbar." +#~ msgid "OK, robots.txt doesn't exist but the directory is writable." +#~ msgstr "OK, robots.txt Datei exisitert nicht, aber kann angelegt werden." +#~ msgid "Error, robots.txt doesn't exist and the directory is not writable" +#~ msgstr "" +#~ "Fehler, robots.txt Datei exisitert nicht und kann auch nicht angelegt " +#~ "werden." + diff --git a/plugins/google-sitemap-generator/lang/sitemap-es_ES.mo b/plugins/google-sitemap-generator/lang/sitemap-es_ES.mo new file mode 100644 index 0000000000000000000000000000000000000000..cbeb47c1b64664bc64cc557b8b8b37b2c511ad81 GIT binary patch literal 27176 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, 2005. +# $Id: sitemap-es_ES.po 183255 2009-12-15 22:14:37Z arnee $ +# +msgid "" +msgstr "" +"Project-Id-Version: Google Sitemap Generator 3.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-11-20 22:53+0100\n" +"PO-Revision-Date: 2009-11-23 10:01+0100\n" +"Last-Translator: Omi \n" +"Language-Team: Omi | http://equipajedemano.info/ \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Poedit-Language: Spanish\n" +"X-Poedit-Country: Spain\n" +"X-Poedit-SourceCharset: utf-8\n" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:846 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:525 +msgid "Comment Count" +msgstr "Contador de comentarios" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:858 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:537 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "Utiliza la cantidad de comentarios en un artículo para calcular su prioridad" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:918 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:597 +msgid "Comment Average" +msgstr "Promedio de comentarios" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:930 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:609 +msgid "Uses the average comment count to calculate the priority" +msgstr "Utiliza el promedio de comentarios para calcular la prioridad" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:993 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:672 +msgid "Popularity Contest" +msgstr "Concurso de popularidad" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:1005 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:684 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "Utilizará el plugin Popularity Contest de Alex King. Revise Configuraciones y Artículos más populares" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1084 +msgid "Always" +msgstr "Siempre" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1085 +msgid "Hourly" +msgstr "Cada hora" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1086 +msgid "Daily" +msgstr "Diariamente" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1087 +msgid "Weekly" +msgstr "Semanalmente" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1088 +msgid "Monthly" +msgstr "Mensualmente" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1089 +msgid "Yearly" +msgstr "Anualmente" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1090 +msgid "Never" +msgstr "Nunca" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:107 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "Muchas gracias por su donación. ¡Su ayuda me permite seguir ofreciendo soporte y desarrollo para este plugin y para otros programas gratuitos!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:107 +msgid "Hide this notice" +msgstr "Ocultar esta notificación" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:113 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and you are satisfied with the results, isn't it worth at least a few dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "¡Gracias por utilizar este plugin! Ha pasado más de un mes desde que lo instaló. Si funciona bien y está contento con los resultados, ¿no merece la pena donar aunque sea un euro? Las donaciones me ayudan a seguir ofreciendo soporte y desarrollo para este software gratuito Claro, ¡sin problemas!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:113 +msgid "Sure, but I already did!" +msgstr "Claro, ¡pero ya lo hice!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:113 +msgid "No thanks, please don't bug me anymore!" +msgstr "No gracias. ¡No me moleste más por favor!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:120 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin some time ago. If it works and your are satisfied, why not rate it and recommend it to others? :-)" +msgstr "¡Gracias por utilizar este plugin! Ya ha pasado algún tiempo desde que lo instaló. Si todo funciona correctamente y está satisfecho con su rendimiento, ¿qué tal si vota por el y se lo recomienda a otros? :-)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:120 +msgid "Don't show this anymore" +msgstr "No mostrar esto más" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:67 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:132 +msgid "Your sitemap is being refreshed at the moment. Depending on your blog size this might take some time!" +msgstr "Su sitemap está siendo actualizado en este momento. Dependiendo del tamaño de su blog esto podría llevar algún tiempo." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:69 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:134 +#, php-format +msgid "Your sitemap will be refreshed in %s seconds. Depending on your blog size this might take some time!" +msgstr "Su sitemap se actualizará en %s segundos. Dependiendo del tamaño de su blog esto podría llevar algún tiempo." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:163 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:480 +msgid "XML Sitemap Generator for WordPress" +msgstr "XML Sitemap Generator para WordPress" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:323 +msgid "Configuration updated" +msgstr "Configuración actualizada" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:324 +msgid "Error while saving options" +msgstr "Error mientras se guardaban las opciones" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:326 +msgid "Pages saved" +msgstr "Páginas guardadas" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:327 +msgid "Error while saving pages" +msgstr "Error mientras se guardaban las páginas" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2758 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:334 +msgid "The default configuration was restored." +msgstr "Se restauró la configuración por defecto." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:374 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:496 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here." +msgstr "Hay una nueva versión disponible de %1$s. Descargue la versión %3$s desde aquí." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:376 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:498 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here automatic upgrade unavailable for this plugin." +msgstr "Hay una nueva versión disponible de %1$s. Descargue la versión %3$s desde aquí la actualización automática no está disponible para este plugin." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:378 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:500 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here or upgrade automatically." +msgstr "Hay una nueva versión disponbile de %1$s. Descargue la versión %3$s desde aquí o actualice automáticamente." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:508 +#, php-format +msgid "Your blog is currently blocking search engines! Visit the privacy settings to change this." +msgstr "¡Su blog está actualmente bloqueando a los motores de búsqueda! Revise la configuración de privacidad para cambiar esto." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2851 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2868 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:529 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:546 +msgid "open" +msgstr "abrir" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2852 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2869 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:530 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:547 +msgid "close" +msgstr "cerrar" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2853 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2870 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:531 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:548 +msgid "click-down and drag to move this box" +msgstr "pinche y arrastre para mover este cuadro" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2854 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2871 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:532 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:549 +msgid "click to %toggle% this box" +msgstr "pinche para %toggle% este cuadro" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2855 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2872 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:533 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:550 +msgid "use the arrow keys to move this box" +msgstr "utilice las teclas de dirección para mover este cuadro" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2856 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2873 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:534 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:551 +msgid ", or press the enter key to %toggle% it" +msgstr ", o pulse la tecla Enter para %toggle%lo" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2884 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:580 +msgid "About this Plugin:" +msgstr "Acerca de este plugin:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:581 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:181 +msgid "Plugin Homepage" +msgstr "Web principal del plugin" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:421 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:582 +msgid "Suggest a Feature" +msgstr "Solicitar nuevas características" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2887 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:583 +msgid "Notify List" +msgstr "Lista de notificaciones" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:584 +msgid "Support Forum" +msgstr "Foro de soporte" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:424 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:585 +msgid "Report a Bug" +msgstr "Comunicar un fallo" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2889 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:587 +msgid "Donate with PayPal" +msgstr "Donar usando PayPal" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2890 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:588 +msgid "My Amazon Wish List" +msgstr "Mi lista de deseos en Amazon" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:589 +msgid "translator_name" +msgstr "Traducido por: Omi" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:589 +msgid "translator_url" +msgstr "http://equipajedemano.info" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:593 +msgid "Sitemap Resources:" +msgstr "Recursos sobre sitemap:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2897 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:594 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:600 +msgid "Webmaster Tools" +msgstr "Herramientas para Webmasters" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:595 +msgid "Webmaster Blog" +msgstr "El blog del Webmaster" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2900 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:597 +msgid "Site Explorer" +msgstr "Explorador de sitios" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2901 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:598 +msgid "Search Blog" +msgstr "Blog del buscador" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3010 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:601 +msgid "Webmaster Center Blog" +msgstr "El blog del Webmaster" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:603 +msgid "Sitemaps Protocol" +msgstr "Protocolo sitemap" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2904 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:604 +msgid "Official Sitemaps FAQ" +msgstr "FAQ oficial de Sitemaps" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2905 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:605 +msgid "My Sitemaps FAQ" +msgstr "Mi FAQ de Sitemaps" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2910 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:608 +msgid "Recent Donations:" +msgstr "Donaciones recientes:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2914 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:611 +msgid "List of the donors" +msgstr "Listado de donantes" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2916 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:613 +msgid "Hide this list" +msgstr "Ocultar esta lista" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2919 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:616 +msgid "Thanks for your support!" +msgstr "¡Gracias por su colaboración!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:638 +msgid "The sitemap wasn't generated yet." +msgstr "El sitemap todavía no se ha generado." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:641 +msgid "Result of the last build process, started on %date%." +msgstr "Resultados del último proceso de creación (fecha y hora de inicio: %date%)." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2941 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:650 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "El sitemap todavía no se ha creado. Pinche aquí para crearlo por primera vez" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2947 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:656 +msgid "Your sitemap was last built on %date%." +msgstr "Su sitemap se creó por última vez el %date%." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:657 +msgid "The last build succeeded, but the file was deleted later or can't be accessed anymore. Did you move your blog to another server or domain?" +msgstr "La última creación se realizó con éxito, pero el archivo ha sido posteriormente borrado o bien no puede accederse a el. ¿Ha movido su blog a otro servidor o dominio?" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:659 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn more" +msgstr "Hubo un problema creando su archivo sitemap. Asegúrese de que el fichero existe y de que dispone de permisos de escritura. Más información" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2956 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:666 +msgid "Your sitemap (zipped) was last built on %date%." +msgstr "Su sitemap (comprimido) se creó por última vez el %date%." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:667 +msgid "The last zipped build succeeded, but the file was deleted later or can't be accessed anymore. Did you move your blog to another server or domain?" +msgstr "La última creación comprimida se realizó con éxito, pero el archivo ha sido posteriormente borrado o bien no puede accederse a el. ¿Ha movido su blog a otro servidor o dominio?" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:669 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn more" +msgstr "Hubo un problema creando su archivo sitemap comprimido. Asegúrese de que el fichero existe y de que dispone de permisos de escritura. Más información" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2964 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:675 +msgid "Google was successfully notified about changes." +msgstr "Google ha sido correctamente notificado sobre los cambios." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:678 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "Llevó %time% segundos notificar a Google. Quizás quiera desactivar esta característica para reducir el tiempo de creación." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3011 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:681 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "Hubo un problema notificando a Google. Ver resultado" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:687 +msgid "YAHOO was successfully notified about changes." +msgstr "Yahoo ha sido correctamente notificado sobre los cambios." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2979 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:690 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "Llevó %time% segundos notificar a Yahoo. Quizás quiera desactivar esta característica para reducir el tiempo de creación." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3023 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:693 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "Hubo un problema notificando a Yahoo. Ver resultado" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:699 +msgid "Bing was successfully notified about changes." +msgstr "Bing ha sido correctamente notificado sobre los cambios." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:702 +msgid "It took %time% seconds to notify Bing, maybe you want to disable this feature to reduce the building time." +msgstr "Llevó %time% segundos notificar a Bing. Quizás quiera desactivar esta característica para reducir el tiempo de creación." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:705 +#, php-format +msgid "There was a problem while notifying Bing. View result" +msgstr "Hubo un problema notificando a Bing. Ver resultado" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:711 +msgid "Ask.com was successfully notified about changes." +msgstr "Ask.com ha sido correctamente notificado sobre los cambios." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:714 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "Llevó %time% segundos notificar a Ask.com. Quizás quiera desactivar esta característica para reducir el tiempo de creación." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3035 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:717 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "Hubo un problema notificando a Ask.com. Ver resultado" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3002 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:725 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "El proceso de creación tardó aproximadamente %time% segundos en completarse y utilizó %memory% MB de memoria." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3004 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:727 +msgid "The building process took about %time% seconds to complete." +msgstr "El proceso de creación tardó aproximadamente %time% segundos en completarse." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3008 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:731 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "El contenido de su archivo sitemap no ha cambiado desde la última vez, por lo que no se han creado nuevos ficheros ni se ha notificado a los buscadores." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:586 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:739 +msgid "The building process might still be active! Reload the page in a few seconds and check if something has changed." +msgstr "¡El proceso de construcción todavía podría estar activo! Recargue la página dentro de unos segundos y compruebe si algo ha cambiado." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3012 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:742 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "¡La última ejecución no logró terminar! Quizás pueda elevar la memoria o el límite de tiempo para los scripts de PHP. Más información" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3014 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:744 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "El último uso de memoria por el script fue de %memused%MB; el límite de su servidor es de %memlimit%MB." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3018 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:748 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "El último tiempo de ejecución por el script fue de %timeused% segundos; el límite de su servidor está en %timelimit% segundos." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3022 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:752 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "El scripts se detuvo sobre el artículo número %lastpost% (+/- 100)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3025 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:755 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "Si ha cambiado algo en su servidor o blog debería crear el sitemap manualmente." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3027 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:757 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "Si encuentra algún problema durante el proceso de creación, puede utilizar la función de depuración para obtener más información." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:764 +msgid "Basic Options" +msgstr "Opciones básicas" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:766 +msgid "Sitemap files:" +msgstr "Archivos sitemap:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3104 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:766 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:781 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:801 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:834 +msgid "Learn more" +msgstr "Más información" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:771 +msgid "Write a normal XML file (your filename)" +msgstr "Escribir un fichero XML normal (nombre_fichero)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:777 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "Escribir un fichero comprimido con gzip (nombre_fichero+.gz)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:781 +msgid "Building mode:" +msgstr "Modo de creación:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3064 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:786 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "Volver a crear el sitemap si ha cambiado el contenido de su blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3071 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:793 +msgid "Enable manual sitemap building via GET Request" +msgstr "Permitir la creación manual del sitemap mediante peticiones GET" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:797 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the result box above to see if sitemap was successfully built." +msgstr "Esto le permitirá actualizar su sitemap si utiliza una herramienta externa, que no usa la API de WordPress, para escribir en la base de datos. Utilice la siguiente URL para iniciar el proceso: %1 Por favor, compruebe el resultado en el cuadro de texto superior para observar si el sitemap se ha creado correctamente." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:801 +msgid "Update notification:" +msgstr "Notificación de actualización" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:805 +msgid "Notify Google about updates of your Blog" +msgstr "Notificar a Google sobre cambios en su blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:806 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "No es necesario registrarse, pero puede unirse a las herramientas de Google para webmasters para revisar sus estadísticas." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:810 +msgid "Notify Bing (formerly MSN Live Search) about updates of your Blog" +msgstr "Notificar a Bing (anteriormente MSN Live Search) sobre cambios en su blog" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:811 +#, php-format +msgid "No registration required, but you can join the Bing Webmaster Tools to check crawling statistics." +msgstr "No es necesario registrarse, pero puede unirse a las herramientas de Bing para webmasters para revisar sus estadísticas." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:815 +msgid "Notify Ask.com about updates of your Blog" +msgstr "Notificar a Ask.com sobre cambios en su blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3089 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:816 +msgid "No registration required." +msgstr "No es necesario registrarse." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3093 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:820 +msgid "Notify YAHOO about updates of your Blog" +msgstr "Notificar a Yahoo sobre cambios en su blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:821 +msgid "Your Application ID:" +msgstr "Su Id de aplicación:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:822 +#, php-format +msgid "Don't you have such a key? Request one here! %s2" +msgstr "¿No tiene esa identificación? Puede solicitar una aquí! %s2" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:827 +msgid "Add sitemap URL to the virtual robots.txt file." +msgstr "Añadir la URL del sitemap al archivo robots.txt virtual" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:831 +msgid "The virtual robots.txt generated by WordPress is used. A real robots.txt file must NOT exist in the blog directory!" +msgstr "Se utiliza el archivo robots.txt virtual generado por WordPress. ¡NO debe existir un fichero real robots.txt dentro del directorio del blog!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:834 +msgid "Advanced options:" +msgstr "Opciones avanzadas:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:837 +msgid "Limit the number of posts in the sitemap:" +msgstr "Limitar el número de artículos en el sitemap:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:837 +msgid "Newer posts will be included first" +msgstr "Los artículos más recientes se incluiran primero" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:840 +msgid "Try to increase the memory limit to:" +msgstr "Tratar de incrementar el límite de memoria a:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:840 +msgid "e.g. \"4M\", \"16M\"" +msgstr "ej.: \"4M\", \"16M\"" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:843 +msgid "Try to increase the execution time limit to:" +msgstr "Tratar de incrementar el límite de tiempo de ejecución a:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:843 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "en segundos, ej.: \"60\" o \"0\" para ilimitado" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:847 +msgid "Include a XSLT stylesheet:" +msgstr "Incluir una hoja de estilos XSLT" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:848 +msgid "Full or relative URL to your .xsl file" +msgstr "URL completa o relativa hacia su fichero .xsl" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:848 +msgid "Use default" +msgstr "Utilizar el predeterminado" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:854 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "Activar el modo estándar de MySQL. Sólo deberá utilizarlo si está padeciendo errores de MySQL (¡necesita mucha memoria!)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:855 +msgid "Upgrade WordPress at least to 2.2 to enable the faster MySQL access" +msgstr "Actualice, como mínimo, a WordPress 2.2 para activar el acceso rápido a MySQL" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:862 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "Crear el sitemap en segundo plano (así no tendrá que esperar cuando grabe un artículo)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:863 +msgid "Upgrade WordPress at least to 2.1 to enable background building" +msgstr "Actualice, como mínimo, a WordPress 2.1 para activar la creación en segundo plano" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:870 +msgid "Additional pages" +msgstr "Páginas adicionales" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:873 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Aquí puede especificar los ficheros o URLs que deben incluirse en el sitemap, pero que no pertenecen a su blog/WordPress.
Por ejemplo: si su dominio es www.foo.com y su blog está en www.foo.com/blog, quizás quiera incluir su página de inicio de www.foo.com" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:875 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1083 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1097 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1106 +msgid "Note" +msgstr "Nota" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:876 +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "¡Si su blog está en un subdirectorio y quiere añadir páginas que NO están en el directorio de su blog o por debajo del mismo, DEBE colocar su fichero sitemap en el directorio raíz (Mire la sección \"Localización de su fichero sitemap\" en esta página)!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:878 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:917 +msgid "URL to the page" +msgstr "URL de la página" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:879 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "URL de la página. Ejemplos: http://www.foo.com/index.html o www.foo.com/home" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:881 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:918 +msgid "Priority" +msgstr "Prioridad" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:882 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "Escoja la prioridad relativa de la página comparándola con la de las otras páginas. Por ejemplo, su página de inicio debe tener una mayor prioridad que sus datos personales." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:884 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:920 +msgid "Last Changed" +msgstr "Últimos cambios" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:885 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Introduzca la fecha del último cambio como AAAA-MM-DD (por ejemplo: 2005-12-31) (opcional)." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:919 +msgid "Change Frequency" +msgstr "Frecuencia de cambios" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:921 +msgid "#" +msgstr "#" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:926 +msgid "No pages defined." +msgstr "Ninguna página definida" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:931 +msgid "Add new page" +msgstr "Añadir una nueva página" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:936 +msgid "Post Priority" +msgstr "Prioridad del artículo" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3329 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:938 +msgid "Please select how the priority of each post should be calculated:" +msgstr "Por favor, seleccione como se calculará la prioridad de cada artículo:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:940 +msgid "Do not use automatic priority calculation" +msgstr "No utilizar el cálculo de prioridad automático" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:940 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "Todos los artículos tendrán la misma prioridad según se haya definido en "prioridades"" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:951 +msgid "Location of your sitemap file" +msgstr "Localización de su fichero sitemap" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:954 +msgid "Automatic detection" +msgstr "Detección automática" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:958 +msgid "Filename of the sitemap file" +msgstr "Nombre de fichero para el archivo sitemap" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:961 +msgid "Detected Path" +msgstr "Ruta detectada" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:961 +msgid "Detected URL" +msgstr "URL detectada" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:966 +msgid "Custom location" +msgstr "Localización automática" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:970 +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "Ruta absoluta o relativa al fichero sitemap, incluyendo el nombre." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:972 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:981 +msgid "Example" +msgstr "Ejemplo" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:979 +msgid "Complete URL to the sitemap file, including name." +msgstr "URL completa del fichero sitemap, incluyendo el nombre." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:992 +msgid "Sitemap Content" +msgstr "Contenido del sitemap" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:998 +msgid "Include homepage" +msgstr "Incluir página principal" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1004 +msgid "Include posts" +msgstr "Incluir artículos" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1010 +msgid "Include following pages of multi-page posts (Increases build time and memory usage!)" +msgstr "Incluir las páginas subsiguientes de los artículos multipágina (¡aumenta el tiempo de creación y el uso de memoria!)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1016 +msgid "Include static pages" +msgstr "Incluir páginas estáticas" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1022 +msgid "Include categories" +msgstr "Incluir categorías" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1028 +msgid "Include archives" +msgstr "Incluir archivos" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1035 +msgid "Include tag pages" +msgstr "Incluir páginas de etiquetas" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1051 +#, php-format +msgid "Include taxonomy pages for %s" +msgstr "Incluir páginas de taxonomía para %s" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1061 +msgid "Include author pages" +msgstr "Incluir páginas de autor" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1065 +msgid "Further options" +msgstr "Más opciones" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1070 +msgid "Include the last modification time." +msgstr "Incluir la fecha de última modificación" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1072 +msgid "This is highly recommended and helps the search engines to know when your content has changed. This option affects all sitemap entries." +msgstr "Altamente recomendado, ya que ayuda a los buscadores a saber cuando ha cambiado el contenido. Esta opción afecta a todas las entradas del sitemap." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1079 +msgid "Excluded items" +msgstr "Elementos excluidos" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1081 +msgid "Excluded categories" +msgstr "Categorías excluidas" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1083 +msgid "Using this feature will increase build time and memory usage!" +msgstr "¡Utilizar esta función incrementará el tiempo de creación y el uso de memoria!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1090 +#, php-format +msgid "This feature requires at least WordPress 2.5.1, you are using %s" +msgstr "Esta característica requiere de, al menos, WordPress 2.5.1. y Vd. está utilizando la versión %s" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1093 +msgid "Exclude posts" +msgstr "Artículos excluidos" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1095 +msgid "Exclude the following posts or pages:" +msgstr "Excluir los siguientes artículos o páginas:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1095 +msgid "List of IDs, separated by comma" +msgstr "Indique los ID, separados por coma" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1097 +msgid "Child posts won't be excluded automatically!" +msgstr "¡Los artículos anidados no se excluirán automáticamente!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1103 +msgid "Change frequencies" +msgstr "Frecuencias de cambio" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1107 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Por favor, tenga en cuenta que el valor de esta etiqueta es considerado como un consejo, no como una orden. Incluso aunque los rastreadores tengan en cuenta esto a la hora de decidir, puede que rastreen páginas marcadas como \"cada hora\" con menos frecuencia que la indicada, y puede que rastreen páginas marcadas como \"anualmente\" con más frecuencia que esta. También podría ocurrir que los rastreadores revisen periódicamente páginas marcadas como \"nunca\" por si ha habido cambios inesperados en dichas páginas." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1113 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1170 +msgid "Homepage" +msgstr "Página principal" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1119 +msgid "Posts" +msgstr "Artículos" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1125 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1188 +msgid "Static pages" +msgstr "Páginas estáticas" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1131 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1194 +msgid "Categories" +msgstr "Categorías" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1137 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "El archivo de este mes (Debe ser igual al de su página principal)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1143 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Archivos obsoletos (Sólo cambia si edita un artículo antiguo)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1150 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1207 +msgid "Tag pages" +msgstr "Páginas de etiquetas" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1157 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1214 +msgid "Author pages" +msgstr "Páginas de autor" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1165 +msgid "Priorities" +msgstr "Prioridades" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1176 +msgid "Posts (If auto calculation is disabled)" +msgstr "Artículos (Si el cálculo automático está deshabilitado)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1182 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "Prioridad mínima para artículos (Incluso aunque el cálculo automático esté activo)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1200 +msgid "Archives" +msgstr "Archivos" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1225 +msgid "Update options" +msgstr "Grabar cambios" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1226 +msgid "Reset options" +msgstr "Reestablecer configuración" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:95 +msgid "XML-Sitemap Generator" +msgstr "XML-Sitemap Generator" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:95 +msgid "XML-Sitemap" +msgstr "Sitemap XML" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:109 +msgid "Settings" +msgstr "Configuraciones" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:110 +msgid "FAQ" +msgstr "FAQ" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:111 +msgid "Support" +msgstr "Soporte" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:112 +msgid "Donate" +msgstr "Dona" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:182 +msgid "Sitemap FAQ" +msgstr "FAQ sitemap" + +#~ msgid "Manual location" +#~ msgstr "Localización manual" +#~ msgid "OR" +#~ msgstr "O" +#~ msgid "Error" +#~ msgstr "Error" +#~ msgid "" +#~ "A new page was added. Click on "Save page changes" to save your " +#~ "changes." +#~ msgstr "" +#~ "Una nueva página fue añadida. Haga click en \"Guardar cambios\" para " +#~ "guardar sus cambios." +#~ msgid "" +#~ "The page was deleted. Click on "Save page changes" to save your " +#~ "changes." +#~ msgstr "" +#~ "La página fue borrada. Haga click en \"Guardar cambios\" para guardar sus " +#~ "cambios." +#~ msgid "You changes have been cleared." +#~ msgstr "Sus cambios se han deshecho." +#~ msgid "Manual rebuild" +#~ msgstr "Reconstrucción manual" +#~ msgid "" +#~ "If you want to build the sitemap without editing a post, click on here!" +#~ msgstr "" +#~ "Si quieres construir el sitemap sin editar ningún artículo, ¡pulse aquí!" +#~ msgid "Rebuild Sitemap" +#~ msgstr "Reconstruir Sitemap" +#~ msgid "Save page changes" +#~ msgstr "Guardar los cambios de la página" +#~ msgid "Undo all page changes" +#~ msgstr "Deshacer todos los cambios de la página" +#~ msgid "Delete marked page" +#~ msgstr "Borrar página marcada" +#~ msgid "" +#~ "Enable automatic priority calculation for posts based on comment count" +#~ msgstr "" +#~ "Activar cálculo automático de prioridades para artículos basándose en el " +#~ "número de comentarios" +#~ msgid "Write debug comments" +#~ msgstr "Escribir comentarios de depuración" +#~ msgid "Auto-Ping Google Sitemaps" +#~ msgstr "Ping automático a Google Sitemaps" +#~ msgid "This option will automatically tell Google about changes." +#~ msgstr "" +#~ "Esta opción indicará automáticamente a Google que ha habido cambios." +#~ msgid "Includings" +#~ msgstr "Inclusiones" +#~ msgid "Informations and support" +#~ msgstr "Información y soporte" +#~ msgid "" +#~ "Check %s for updates and comment there if you have any problems / " +#~ "questions / suggestions." +#~ msgstr "" +#~ "Compruebe %s para actualizaciones, comentarios, problemas, cuestiones y " +#~ "sugerencias." +#~ msgid "URL:" +#~ msgstr "URL:" +#~ msgid "Path:" +#~ msgstr "Ruta:" +#~ msgid "Could not write into %s" +#~ msgstr "No puedo escribir en %s" +#~ msgid "Successfully built sitemap file:" +#~ msgstr "Fichero sitemap correctamente construido:" +#~ msgid "Successfully built gzipped sitemap file:" +#~ msgstr "Fichero sitemap comprimido correctamente construido:" +#~ msgid "Could not ping to Google at %s" +#~ msgstr "No pude hacer ping a Google en %s" +#~ msgid "Successfully pinged Google at %s" +#~ msgstr "Ping a Google realizado correctamente en %s" + diff --git a/plugins/google-sitemap-generator/lang/sitemap-fi_FI.mo b/plugins/google-sitemap-generator/lang/sitemap-fi_FI.mo new file mode 100644 index 0000000000000000000000000000000000000000..955b677911692baba71f593284a6072f79ce2ae2 GIT binary patch literal 23562 zcmd6v3zQ^RdEW~xkdZ+TBtQs|YX*%pgSLBLdNEo?>{Gki9qnjmcBREKP%~XKUE7ap zx~gY(ge_jec8rOLjbjrKV0j%A3j+bN4u<0gW1HAuC&zXk#5y4y=j9yZLt>elUi6azpU=@=PW$WU1i`n!$G?Yv`24HO zg5X);Z-Y00Uj(lQ{~UZFc+KTOFay@W=YwsK|AKY?xdQxAa1Q(c_+0R7;CF+60p1G! z4XF2S=HV;BJ>Uz#6X3mI1H2Uc9C!)%MUYp5e+O#({|;^izX|>@_$qEfTJT9w{d^wW z4*nbPMc}g;M897RGSy%b)N^%EbnF7Bz(e33FavotI14U;zYW&G+EtFe`@sdSKMjt9 z&ts5lz%Ag_;GN)Z@Qt8;e-ykJ{7q2f{w_EH{t-ym!LwfM=KCU0<6Z}9U2X-%_XY44 z@Xg@!SeQ?O#-EoszI+iBe;)_M@Ba#(0{;~JLGWIP`a1Y;LDBhJFLm#I6=Vv*{{}Vg z#r(Jzyap7%Uk{4j6x4G+2*UE<$H5MG25f^be3`p`3)tfNYoPdgl1XU&mO=6NP2l%} z?*}#BXTev1zX$FF{}j9(47qt1ct0q<{X8f>eH_#}Zh%_HKLEwwFN31%ufZI=^x7a; z1>XTOwcwke$ zy$^yPV_kj$)ViO9DAD0z^I;ei1eI0TIUJgD8UIW&c z&-*~h^A`}-9{8WZ2)qZO+yj0Jd^h-);34oKCZ&1(9{*?^{t{dSTQK>w?t|0doiP76 z_;&DN@IQbLfz4M1!F}M@K=pUv#vnKdz6aFxm%%&1S8fS{HLwMW-aiIsz{MK;f$pCH zxfT2(O3M_2{|Jgt{|}TLU$)ip=Q>dQ+zFlm?*MND{|l&fe8sjPcn$alQ2cxZL}i1I zf|r4x2gT3d2O&B5GN}1qgb=~nU<;`J=Rm!8KPb8BgL>~HpvL()D7yX^co+EG9YGL- z_ka!Xmq1i4csWX<`P>Rhj_wC92Nyw&pMe*F9|T3;&w`@+Q=sViJoq;F^WQ)qXhO_Q z;3-gae+U#EUjW7T$H6PW35?Gr;H{wg-2;lwW1z-+1pIFBQE(Ud7^rdo2Z#v@{>oop zcB||6T2OSafa>=&_73gD(Q_XK}6u`yfjkybIL*&wzUGUxVuB ztN!}WK+zk#+S!-OLG`;2yb^pf_!jVCkVk{d5YCg}LGbn9qadmoJPRX$2?(wOF)_hD zke`A@a4Yx-_&o4;{qO%CL==K=fLDXp!xYW;4p8IHf!BZy5RnYt0;<1{fmg6Fe*$V9 zzJ>7V{mT*Vi@_;S{Mrsa2<`&k27VU&3iz5kg5X;46|Z%C-{o-u6o1;_EchTOJMkq@ z{QC;{GVmMVOTjC4qx;~E;7@_S>94;ZrPuXeftt_5d!2lL7(_&akAjl3uYmgfyY>aa zi@~cvSP|R^-UF_Hh+yy;@CD%4K=I{Upy<48zvJf^C_TOrd6we+c{rD7t^( zfV1O24PM0cuY-E;x4>6{e-3J#YcU>@_bnhMCx}2qJa`v~X$pQFd^z|(K}ZQMMhQgE z5%AN`LMA}beI>##{@n?Rf3E{YUk|(l{1NcA;7@>($3OJ=RgfhL{tVRm*AF{AIRuJd z_kp4_@wf)6-*HUH-was0d#)cE6|^l>ZL24}!)na^XO z-uoSd;`_lr0wFDU_1*9sda2>xaNMa{Y7Qz2I}_T%7TG5LF5u2N%E> zv)B)VE$}q>EfCfQ`7vkrJ_m{)|JPs7%sV^&R`AEU|Eu6z!DDoWDg=K3J|DWTIPT=^ z+7m%A#{E5@^sfO*-n!tG;5$L_?S0^HfRBNY9P}U>6$^e16g__fUIp&I&#nLKK=E}A zyaap?xD9+iC^`9(zy1cO{;$Vqgy3zU^!OyG_udP_ir_=wcY$9AUkCmL_(t$37diL| z@TK6y_c?jI1AGqG15o|H8Qc!O8`S##DtHiS_{PI+{L+x_#cpzg^l-)ArdNr_(R--vuA1 zeZXITkH@;le+K?MP4@T`{+`w}rN#bw)#D2IKAL0(Q7|2R2dK}o1Jkn)`|r1aTWB5H zKcanxh6>q7dh==j{nZ{{4}OgH5B>E+;Qch|I40C`k%z&bqUn>+B#-+10|&uB2G98K z*MJdi7wt!BOSF?TefH9%E5+vxeEBTxCu!5P$7mPPeuDNdY5LS0n2t!#^~q=pv={4w z&kJZTqg_h-MOuRI{PsEbND^o6nhw{Zbw=thHKCj@S*yO3cEYtN3wJHfWP_z8xVJoL zx7WjNnkUOi+}O2saVCt67fa2kyAo$iWRN$-Yvw^GgFNlPiX{lh<0a7^?1?h2kGhEj zdj?6nF~T26jKaleskPEi2i*pfNi}jfc`_Y@jkJ41?q{1qTaq)!xErqXo0f)G#g!@7 zuh`p38}W3oH_GD`cmhp(jneQyKYr67?k=qtHfr&{6`zhey>`4s6X}P|v=iHVon)oyr;A{6 zp|^^~&6$XMKIw3?o7aQAX{Up1hr3tfz67bb-U}ylT`>kCdi>atZ%-=srrqUaWzc5{ z({4EEHDF^S*gMEr*07x}+5KQ&l(g4_eYV2L*c?J%UNKg%FO|rI16VXScMDcH^J;^+;u_+FE@%O{I=olWrqEU2o={whT@67YR*R=~rtNdLe8_u*#`uh(4d> zQ=6Tw?b{bl?%1~N=GyihwVm6;tq~iBzfx0ZU^#8K(=|=XDLhj(`lgGg8X6?hif>+U5wi)?7?^$nS0vl%GP_+eq&A!wZ3byA8wr)v0_e* z`n=zXu;(mFMN(~Dt)oRc(vN0IAORawd2Xxy%!8pbgKH6%4H`Vfj+UXRj1Y@bPlAI< zL-tsmBTAJ^`L3lnIOt6*Uj}`w*CA7UuOp2x<7eJx($HkIW^o^*DmIENGt{ByV#P9z z&-7!{c@tc}@)kWf!_Z!@7enEDWR>YN>aNSnAHY(|&*>b~aw;0{cLcBM3n++CAC6n4|xPspip@}Jkmz@Y1 zyZh*Z-ZVP3h~?X2P~4620ggwr$LANqUOQSc!R!w$qeWA`i++kymt9OANz+!yf~tEL zo*ePMMmpt|qY_QIN5aen7+Nt~c+osH796rjOOe5S^G6mi|Lg5IYsPUtUH()AJ;P_K zK}>P8Vg!m?71P0BDA_Wup`9l+jqT0Jk?CBJ=YICvq!!y9IW zhF7>N#ZR^X!<%`8vC@daA*lr1n#hw5AuK#dyErJ8UxJSI`#5e(*ooFr_v*qnlFa;~ zach|+8?dsx*^e6omTM@4QUi65@I2XQ&Tf5&2AiF~TR!nSG}_7C2ag_oX2v=qckJTO zMsOsK`dw4h;7HOTpcUV{gU+I?&9WCFuPEN2O!K5-pXKn-zHAGN-irv)FrbU;Aq?q6 z!{5~xF*C7Ca6uIc;N?^HHnT}L=?pqXVj0d&?q4M!#{($T!)6VGJ6W69BC*C)Fq<|c zomh*dK9Uy`x|ySrRWZA7Ho-Y7L^_X>u1nntZ(2m3b-L>2O-%SK!rqAhDcvSuh2 z>E67v6j^v+_dUVgF-Dw!*I;fXys!Gf<)qJxccvp?q)yrYHKkxN8)BbSoN0TJ@x$`lrlL3kePpNa|cnWD=g%vPEu--G`sp7eZjDdmM8 zw8iz^59c|LCMjRAg!Dphn<`)Exub_ig38gbRDqG{RW&RvLehG$>0N}r^4s!qvXqb? zj0ok?b_0;8)aRvB!JK&;oJe0DwX%az4#o+H~|6L(4rid~N*1X%{Eh%vEHg(;02 z)AXRKQ#g!b=h7Z2wAFmb*>f`EU`}uQGS9kQW$xc_l3@3I#@WXMSZDv5N+H7@j`_g0 zFu*RxFS1HaKz3Ty2k1A=mK_g{#Y?(pS-B-h-07u#$=jZRe$EI}i&W8Tu$cs@NVxxW zuZ=zF2VP-9n;o@`;#x+%_)cHQ5yhhE;Vng(EDWQr1(`sLr4R+gTIB#`&o*rgqKmb|ld5CH?Vc>7d?EZvy69x) zyH%v!K$_ZV&&oD1&PA?nb@j8W6d}&Ml`iLN1m9zU4UeKQ;vlo=OiI|Zx5hN;4Oo2~ zW{wOahSfe(B{307g3k=2l@z5|CY24>(tZooaG}495#uq7Ol7_@Cn4V>yv6n>mZrP+ z)KQM=DyUI8ra?X(^+yUe<1@qcH>dY>n6fLG5gT@GO=e0~RPrF)>^uSN76RWQn;O$# zRc_h(c0!ecB_5MV)mtj<*7!NFFTz_DJV zPDUl?9%~YNmMsnXec2H2AvIqUX(z;!^TS$(j8LY^i>$j-#v;3#GUgM^MF_Aou~OI6 zct|!CreZ`Rztv6Gx|E{grGb?{Z8|nKqb&849$Lejwqjb7i9#04*+GMXd7gJd=gJ4D zsXcE$4qtFguMFxImz9>Noo7gXw-IOeJjqx*=!U8c(I0e4wrv5~6d+U{3ulM9p&VI1 zN_>^U(}A6_$-61Z?93gU^E{v^T86rK@rm)7GNbYOH{=&Q?)8w~$d~rzqI{||q3O%x zO@xy-Zmosew{3H4R>&T_mdvRvl85VYUL6y+CK$saQUYXd*^TRQB#hsb5zCGxz^dpK; zgYK|Hv)C1DylX3O*vkB!(8D^FOLLPZP|!4_QbCRu>F48!;0yW$Uj(@_JwCFSt}F!`SQFbN(`+AG z673=fJx$DPrBNaRf;cG42>ldNcma_3k8H-8K}5}nLwOnxOg+V$?@hkTneRNEKJUZc z)|U@$+L#KC+xDNUE0P|`Cr%ePiva#OBYP(s@ZFVcEQYfBRB4Xjz_~e#-%K~gEce-B zET7*oKC`bK#@}?;3QoKfx2Tlei-xNpzT&mp1a8vQMPF_6>c+6X^1#&aQA&s% z)aJg~Bd$z0`t($wALhM?-bwwRA{p*Sp~6sM^i0h^Q~e$epATGNMk4-HjvSn{%s)7( zt@Cotow@UBVF;A+3_vm`1V_7#{-D-lx+#!kGE_aSCx1iuza^`28vS%Da;8d#&$E# z4y64zNNTIstbag|Y+4(!fxV_<1Xha~rG%2eDatUlLyg)A7YR-mlI&9Kp#WdvDi^ic zY$a*bs9t2Xg>*W+WbWufZLg}>Sj5^s#A!NYSN%5as_)oIAUnNt$Bo-=+qR7dYscbM ztBCpME;&NfTU!{;Vmdt9ZYSYgQGYcGcacaZuRW#j_2p!SXS*u{Y*cL_jye~7a`w>d z{&F_k>)S5zb(7k{dJpn){NPqL<&y60O5*y|U|w^4;Xv)S@;Q;T9QSMc*`|~XPKUQG zCix}z)#g&wB5MUP)8T=nt1P1Y$xfT}*ZJkp-A8ucy|4Ub-s&@Z-H6lSAYW!k&TdiO zr#6;!BX=^Z*4;SM>usFDGjE&;3CEjx6t!?CNjO=^+f-1hBC%q59>G-IDj(f09$^qH zBypaeinI~DaVE`RcvKwM8t9CNYMqRq4Vrlz!*Sinl2sjYY2m|Fbj?ys8+$+N8)uOq zN+MYHl+BN%uAP>RGf+7oM6lP~9d(equXy8p0QGD*9*&Y0;R^MaxKDw!yK$B)UPiw; z!J{)<>`TJjR@!VtS;lkfTeovgbCr+eNw6DkaayazhD4edr?og_f=M$1^-6*|rCOYv zq9h4!V)Xo0k88>VCvU5&R!J2{VfJ$K8$M+PI362biO-eT9 z5nP045#bIiMcet_x zK1isH+vN0xdU)oBfnyuvA^_Qr1e)@^s{Gd(axV<=;5N53STr3XO2Qki@iG$flFY-Nhn>eyt@w@Dh1O zA(+@HbPXBu424@sH&}2BEtR42+-{*bl{*B3!Nx<9)z-$D^-cU`?JE=S%E`83)-;a- z1VHI88+aoHLBhX-5v2{b!;+BRHqNy9SE}m{aUF@8?4;4JJHaJp21mKH!CCB$vt4&G zYnpZP2fE0X+EG0`?CGOFk*UGMQz;%VViD{#S8X-vH=RgM5~ZUHim@dhum@@-Erc)~ zxX;GyfO#Ylr=aFp;e;&=4tOCy=UNFQx?{IF=T+;iuS>n9-NE6c?cKCpX{Rnn_3D~V zfbHbS7wXfCTJk!~jv1d2pDO3GV74=?dBo~Ud;KG(yliYf(eIl0sVDk%x;lcE3^GzO zT1<8eCzPaEM{Y^sT8@)=12=H>)mo_y=RVFkFsH+6by12C zd@zNCUesp42X`WGAt|y+F_FzQk3=_emQmH)5|j)OAhvhnt_3`WSu$T&x8W;u;&HQ1 zS=BkGSTl8yhS4VYJ5z;I#X zp_2y8X!6}Kdz92%vw zT(N9VblR-an~z|s1C*AndYA59_{1*sW+Kh0XHggbE%Farh&9~2YH_fUSk!BXR=`(y zx#>faVfY!&kLYSI)wH~)C*0PgoED-<_*eEOB>7$HP`y}|#wP}%qco&W+H=sVBVSfv=0$pHdW4X8KH zxHEK-N<5}HoM%c1dS#Ylm4(~bYtGTRI5dw=VQ=IE=10V=uoXH!H*J3NX{2AX!wd!@ zk#Kx}8BG(4P7=blaJpqeqmaO2Y{F`cB$mKOQS1Ah;)=C0P%S^Cl_KNQ`7}p`S!=L~)9yAyg0Z znzR*b@A4a$-qwR-7(|_pBP+&yp!bUUqKIk(2Hr&#rB@>7cbZFr1p`~@y6kgLi6$u^ zgp;ecuBDu%;CTQR_!3l1vs2Nf;yd&_dM7f+Rl;`G^fjtudyl_Yr5Eg^Xm zd}_j4iUee|h|fSp6v^UPaFC27IMnV~CRJEqVusC{I}AdG4?EUg@X-bNIszXj9K|RF zJ3@Dqhs5pM7|jgI1)n_HsvgLjmQz4DHfIT=DZ=KXc+>hrF@iClL=0GT7lm7*qvUQ= zPUofk#JTyq>0~n>NTMvk#Ni>KrggeQ!e4l1NR>*;ZYY*!mcA^d#YxC%NVtbC&gIH- zt0HtYX`Z6$#6(+G5$3SY31#LKeCI4dnTCm* zs=92P;oJb(JxQ>IsNRz2>#K=s9A-8t8K6jorYfM0O_>#mX>|S^qJy}JCOK@EHm?qd zm(J<4?4}vHPC8Lj$Ao-ohB7S$6!mpP)ijZC&I~myd!Cw&ORW97&XQ~)aO7B{PkNzX zU9qOhM$&Fe8j4AU7p`>f1ZobBU+QI4Eb&l_eK;?mG_5O!L%<}9n~QyUFK zb%>&mWEro~F5D(%N0QuQkxtPe>y}4w*cUI0v=&vW;Gh>}^G$_|<#ePHDJf3r(1(Lp z?|VJ1JV{lDlWKjckfSNK4*j_teDnPpnGtmpQ5MXzZdNud;@$=FonSu_D@j34Ee1ti zNcdU_f0@VOK>l`kw=6*=BsLRWutEi3)MPBAx+*thc_obUHEBvzN+(Q&S0lthvYev+ zBxii1eyrrl5?&r`#Z5$#F6@>p{b4`YusdHUbC2-o7#j0rc$2 z^(UiImW)Z*VP269Te*NmhkU}nb=+wfwWyx2isZ5I2(<*4eV0kMnFtI9`C^Rm?=nY% zM`iiM5Z1e#36)&}xUT*tKwFL4pVOf)mmXO$UaP5sC685)^!cjeQ|XEV<@r@5EKcoV z_YhIs7VBRg+AB(jmT8qCJ(SB!U>+rZUTdIM#?w{d%(!r8=!nn`e)UP8{aSX1F|w@& zFZalsgko3`4=4GnEW$)M?*mkyrA`Hs+seL!Yz{>f1VtlI*R#r}m~9S?dm*U+Zc?iW zQ^j-qi=EDMd?(T`iZD9sro3UG!}gm_=DCN@JAhjqme*De$+wZ%pSOW#Ih6NABk+vv zUrto}Ex5#=$7qF6d2QGXa?a&h@wsM!yrxu8t2Jpw8H%DxtR^r2EGabwq6%IH%Kq3- znJY=rf}>_zD2)O zVXi1G+@a=)Oe*XwY$4zMk-TSy9$U9^CF}^Er$;7cNT(I;Yy!^|BYa)Hi1}SSXtLqm zNR^>1l`DtkX3=9ynS2jLj^(v_Sor^T-!G~dPoDxy4xaw&S!onY?~mXWI|)O6oQU*C z+)6c32+4-Gc@jkAhMg*cZkg-yP05#uDUqy%XFwKLmo<7FxSPhYldxM!MAnh>cCH$pDOYkid`Z5S zYdX>_cvT@|k%X5_i^?%@itt#Q?1Ut8?arF2;BE_0ZWwfR)^578w^!`RVB>9Tp7|Gw z?g@yy=Ra>(4;P%_CkxnXvOC<;V?-`0=2HhK zP0y1Zx2qK<5b-~icI7--ow(Uu&nvy0dkD|jjdGlw<1<4t&Dx_d<*yvW%Z8bc(yU=N zqi5YDw0Exz$Tr1YeF(-_a6%TWgHZ?#nU|jG+l0%!3yCVWo(U#4_4gECUht91Fy2=@ z>qYdeTXmT2lvb|UY=aLBipLb0pBybqxfEyQre>I#;pSmD^0*!3t5t0#hoj)?K!3VaP*PE0 zNKt1aF@fEwbb(Hcz8@3??2G2_G_C>h!u26Dv7LxD+Fh{9oF`LZ9r+-{wr^85p$1KAfb#IG2S6;#a802Kb1Uc3&Z#|AzM?;ylep zp_irrCkDRyqU4)DFgwM;Ks%gJJsIfIEUI1F?ejnDY@lk~IvnVX>ad2x9xi!gR6P)Q fz5{}$sZh}!5W*Av+NraSDrKUc1336HEXn@|Q11Na literal 0 HcmV?d00001 diff --git a/plugins/google-sitemap-generator/lang/sitemap-fi_FI.po b/plugins/google-sitemap-generator/lang/sitemap-fi_FI.po new file mode 100644 index 0000000..97932ad --- /dev/null +++ b/plugins/google-sitemap-generator/lang/sitemap-fi_FI.po @@ -0,0 +1,1005 @@ +msgid "" +msgstr "" +"Project-Id-Version: Sitemaps for WordPress\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-12-23 10:32+0800\n" +"PO-Revision-Date: \n" +"Last-Translator: Olli Jarva \n" +"Language-Team: Olli Jarva \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Finnish\n" +"X-Poedit-Country: FINLAND\n" +"X-Poedit-SourceCharset: utf-8\n" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:846 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:642 +msgid "Comment Count" +msgstr "Kommenttien lukumäärä" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:858 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:654 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "Käytetään kommenttien määrää prioriteetin laskemiseen" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:918 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:714 +msgid "Comment Average" +msgstr "Kommenttien keskiarvo" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:930 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:726 +msgid "Uses the average comment count to calculate the priority" +msgstr "Käytetään keskimääräistä kommenttien määrää prioriteetin laskemiseen" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:993 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:789 +msgid "Popularity Contest" +msgstr "Suosituimmuuskilpailu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:1005 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:801 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "Käyttää aktivoitua Popularity Contest Plugin-lisäosaa, jonka on tehnyt Alex King. Katso asetukset ja suosituimmat merkinnät" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1118 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1209 +msgid "Always" +msgstr "Aina" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1119 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1210 +msgid "Hourly" +msgstr "Tunnittain" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1120 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1211 +msgid "Daily" +msgstr "Päivittäin" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1212 +msgid "Weekly" +msgstr "Viikottain" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1122 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1213 +msgid "Monthly" +msgstr "Kuukausittain" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1123 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1214 +msgid "Yearly" +msgstr "Vuosittain" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1215 +msgid "Never" +msgstr "Ei ikinä" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:102 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "Kiitos lahjoituksesta! Autat tämän lisäosan ja muiden vapaiden ohjelmien tukemisessa ja kehittämisessä!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:102 +msgid "Hide this notice" +msgstr "Piilota tämä huomautus" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:108 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and your are satisfied with the results, isn't it worth at least one dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "Kiitos lisäosan käyttämisestä! Olet asentanut lisäosan yli kuukausi sitten. Jos se toimii ja olet tyytyväinen tuloksiin, eikö se ole edes yhden dollarin arvoinen? Lahjoitukset auttavat tämän vapaan ohjelman kehittämisessä! Toki, ei ongelmaa!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:108 +msgid "No thanks, please don't bug me anymore!" +msgstr "Ei kiitos, älä häiritse minua enää!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:67 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:119 +msgid "Your sitemap is being refreshed at the moment. Depending on your blog size this might take some time!" +msgstr "Sivustokarttaa päivitetään. Blogin koosta riippuen päivittäminen voi kestää jonkin aikaa." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:69 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:121 +#, php-format +msgid "Your sitemap will be refreshed in %s seconds. Depending on your blog size this might take some time!" +msgstr "Sivustokartta päivitetään %s sekunnin kuluttua. Blogin koosta riippuen päivittäminen voi kestää jonkin aikaa." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2635 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2835 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:146 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:441 +msgid "XML Sitemap Generator for WordPress" +msgstr "XML-sivustokarttojen luontityökalu WordPressiin" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2740 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:278 +msgid "Configuration updated" +msgstr "Asetukset päivitetty" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2741 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:279 +msgid "Error while saving options" +msgstr "Virhe asetusten tallentamisessa" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2743 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:281 +msgid "Pages saved" +msgstr "Sivut tallennettu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2744 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:282 +msgid "Error while saving pages" +msgstr "Virhe sivujen tallentamisessa" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2748 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:286 +#, php-format +msgid "Robots.txt file saved" +msgstr "Robots.txt tallennettu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2750 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:288 +msgid "Error while saving Robots.txt file" +msgstr "Virhe robots.txt:n tallentamisessa" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2758 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:297 +msgid "The default configuration was restored." +msgstr "Oletusasetukset on palautettu." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:374 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:454 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here." +msgstr "Uusi versio (%1$s) on saatavilla. Lataa versio %3$s." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:376 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:456 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here automatic upgrade unavailable for this plugin." +msgstr "Uusi versio (%1$s) on saatavilla. Lataa versio %3$s. Automaattinen päivitys ei ole käytössä tälle lisäosalle." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:378 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:458 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here or upgrade automatically." +msgstr "Uusi versio (%1$s) on saatavilla. Lataa versio %3$s tai päivitä automaattisesti." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2851 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2868 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:481 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:498 +msgid "open" +msgstr "avaa" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2852 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2869 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:482 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:499 +msgid "close" +msgstr "sulje" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2853 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2870 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:483 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:500 +msgid "click-down and drag to move this box" +msgstr "liikuta tätä laatikkoa vetämällä ja pudottamalla" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2854 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2871 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:484 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:501 +msgid "click to %toggle% this box" +msgstr "klikkaa %toggle% laatikko" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2855 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2872 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:485 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:502 +msgid "use the arrow keys to move this box" +msgstr "käytä nuolinäppäimiä liikkumiseen" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2856 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2873 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:486 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:503 +msgid ", or press the enter key to %toggle% it" +msgstr "tai paina enter-näppäintä vaihtaaksesi (%toggle%)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2884 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:521 +msgid "About this Plugin:" +msgstr "Tietoja lisäosasta:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2886 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:522 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:138 +msgid "Plugin Homepage" +msgstr "Lisäosan kotisivu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:421 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:523 +msgid "Suggest a Feature" +msgstr "Ehdota ominaisuutta" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2887 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:524 +msgid "Notify List" +msgstr "Tiedotuslista" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:525 +msgid "Support Forum" +msgstr "Tukifoorumit" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:424 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:526 +msgid "Report a Bug" +msgstr "Raportoi virhe" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2889 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:528 +msgid "Donate with PayPal" +msgstr "Lahjoita PayPalilla" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2890 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:529 +msgid "My Amazon Wish List" +msgstr "Amazonin toivelista" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:530 +msgid "translator_name" +msgstr "translator_name" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:530 +msgid "translator_url" +msgstr "translator_url" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2895 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:533 +msgid "Sitemap Resources:" +msgstr "Sivustokarttaresurssit:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2897 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:534 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:540 +msgid "Webmaster Tools" +msgstr "Ylläpitäjän työkalut" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:535 +msgid "Webmaster Blog" +msgstr "Ylläpitäjän blogi" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2900 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:537 +msgid "Site Explorer" +msgstr "Sivustoselain" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2901 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:538 +msgid "Search Blog" +msgstr "Hakukoneblogi" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3010 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:541 +msgid "Webmaster Center Blog" +msgstr "Ylläpitäjäkeskuksen blogi" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2903 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:543 +msgid "Sitemaps Protocol" +msgstr "Sivustokartta-protokolla" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2904 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:544 +msgid "Official Sitemaps FAQ" +msgstr "Virallinen sivustokartta-FAQ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2905 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:545 +msgid "My Sitemaps FAQ" +msgstr "Sivustokartta-FAQ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2910 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:548 +msgid "Recent Donations:" +msgstr "Äskettäin lahjoittaneet:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2914 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:552 +msgid "List of the donors" +msgstr "Lahjoittajalista" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2916 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:554 +msgid "Hide this list" +msgstr "Piilota tämä lista" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2919 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:557 +msgid "Thanks for your support!" +msgstr "Kiitos tuestasi!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2931 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:575 +msgid "Status" +msgstr "Tila" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2941 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:583 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "Sivustokarttaa ei ole luotu. Luo sivustokartta ensimmäisen kerran." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2947 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:589 +msgid "Your sitemap was last built on %date%." +msgstr "Sivustokartta on päivitetty edellisen kerran %date%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2949 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:591 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn moreLue lisää" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2956 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:598 +msgid "Your sitemap (zipped) was last built on %date%." +msgstr "Sivustokartta (pakattu) on päivitetty edellisen kerran %date%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2958 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:600 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn moreLue lisääsuccessfully notified about changes." +msgstr "Googlea tiedotettiin onnistuneesti päivityksistä." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:609 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "Kesti %time% sekuntia huomauttaa Googlea päivityksistä. Saatat haluta poistaa käytöstä tämän ominaisuuden nopeuttaaksesi sivustokartan luomista." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3011 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:612 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "Virhe Googlen huomauttamisessa. Katso tulokset" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:618 +msgid "YAHOO was successfully notified about changes." +msgstr "Yahoota tiedotettiin onnistuneesti päivityksistä." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2979 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:621 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "Kesti %time% sekuntia huomauttaa Yahoota päivityksistä. Saatat haluta poistaa käytöstä tämän ominaisuuden nopeuttaaksesi sivustokartan luomista." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3023 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:624 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "Virhe Yahoon huomauttamisessa. Katso tulokset" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3097 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:630 +msgid "MSN was successfully notified about changes." +msgstr "MSN:ää tiedotettiin onnistuneesti päivityksistä." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3100 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:633 +msgid "It took %time% seconds to notify MSN.com, maybe you want to disable this feature to reduce the building time." +msgstr "Kesti %time% sekuntia huomauttaa MSN.comia päivityksistä. Saatat haluta poistaa käytöstä tämän ominaisuuden nopeuttaaksesi sivustokartan luomista." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3103 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:636 +#, php-format +msgid "There was a problem while notifying MSN.com. View result" +msgstr "Virhe MSN.comin huomauttamisessa. Katso tulokset" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:642 +msgid "Ask.com was successfully notified about changes." +msgstr "Ask.comia tiedotettiin onnistuneesti päivityksistä." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:645 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "Kesti %time% sekuntia huomauttaa Ask.comia päivityksistä. Saatat haluta poistaa käytöstä tämän ominaisuuden nopeuttaaksesi sivustokartan luomista." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3035 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:648 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "Virhe Ask.comin huomauttamisessa. Katso tulokset" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3002 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:656 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "Luominen kesti noin %time% sekuntia ja käytti %memory% MB muistia." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3004 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:658 +msgid "The building process took about %time% seconds to complete." +msgstr "Luominen kesti noin %time% sekuntia." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3008 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:662 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "Sivustokartan sisältö ei vaihtunut edellisestä päivityksestä, joten tiedostoja ei kirjoitettu ja hakukoneita ei huomautettu päivityksistä." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:586 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:670 +msgid "The building process might still be active! Reload the page in a few seconds and check if something has changed." +msgstr "Luomisprosessi saattaa olla yhä aktiivinen! Lataa sivu uudelleen muutaman sekunnin kuluttua." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3012 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:673 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "Edellinen päivitys ei valmistunut! Muisti- tai aikarajoitusten kasvattaminen saattaa auttaa. Lue lisää" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3014 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:675 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "Edellinen tunnettu muistin käyttö oli %memused%MB, palvelimen rajoitus on %memlimit%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3018 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:679 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "Edellinen tunnettu ajoaika oli %timeused% sekuntia, palvelimen rajoitus on %timelimit% sekuntia." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3022 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:683 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "Ohjelma lopetti merkinnässä numero %lastpost% (+/- 100)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3025 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:686 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "Jos jotain on muuttunut palvelimella tai blogissa, saatat haluta luoda sivustokartan uudelleen manuaalisesti." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3027 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:688 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "Jos sivustokartan luomisprosessissa oli ongelmia, voit käyttää virheenetsintätilaa lisätietojen saamiseksi." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3040 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:695 +msgid "Basic Options" +msgstr "Perusasetukset" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:697 +msgid "Sitemap files:" +msgstr "Sivustokarttatiedostot:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3104 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:697 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:712 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:732 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:765 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:782 +msgid "Learn more" +msgstr "Lue lisää" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3049 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:702 +msgid "Write a normal XML file (your filename)" +msgstr "Luo normaali XML-tiedosto (tiedostonimi)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3055 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:708 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "Luo pakattu (gzip) tiedosto (tiedostonimi + .gz)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:712 +msgid "Building mode:" +msgstr "Luomisasetukset:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3064 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:717 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "Luo sivustokartta uudelleen, jos blogin sisältöä on muutettu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3071 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:724 +msgid "Enable manual sitemap building via GET Request" +msgstr "Salli manuaalinen sivustokartan luominen GET-pyynnöllä" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3075 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:728 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the logfile above to see if sitemap was successfully built." +msgstr "Tämä sallii sivustokartan päivittämisen, jos työkalu kirjoittaa WordPressin tietokantaan käyttämättä WordPressin API:a. Käytä seuraavaa osoitetta päivittämiseen: %1 . Tarkista lokitiedostosta, päivitettiinkö sivustokartta onnistuneesti." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:732 +msgid "Update notification:" +msgstr "Päivityshuomautukset:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:736 +msgid "Notify Google about updates of your Blog" +msgstr "Ilmoita Googlelle päivityksistä blogissa" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:737 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "Rekisteröintiä ei vaadita, mutta Googlen verkkoylläpitäjän työkalut kertovat tietoja sivuston indeksoinnista." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3209 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:741 +msgid "Notify MSN Live Search about updates of your Blog" +msgstr "Ilmoita MSN Live Searchille päivityksistä blogissa" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3210 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:742 +#, php-format +msgid "No registration required, but you can join the MSN Live Webmaster Tools to check crawling statistics." +msgstr "Rekisteröintiä ei vaadita, mutta MSN Liven verkkoylläpitäjän työkalut kertovat tietoja sivuston indeksoinnista." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:746 +msgid "Notify Ask.com about updates of your Blog" +msgstr "Ilmoita Ask.comille päivityksistä blogissa" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3089 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:747 +msgid "No registration required." +msgstr "Rekisteröintiä ei vaadita" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3093 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:751 +msgid "Notify YAHOO about updates of your Blog" +msgstr "Ilmoita Yahoolle päivityksistä blogissa" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:752 +msgid "Your Application ID:" +msgstr "ID:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:753 +#, php-format +msgid "Don't you have such a key? Request one here! %s2" +msgstr "Ei avainta? Hae omasi täältä! %s2" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3099 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:760 +#, php-format +msgid "Modify or create %s file in blog root which contains the sitemap location." +msgstr "Muokkaa tai luo tiedosto %s blogin juurihakemistoon" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3102 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:763 +msgid "File permissions: " +msgstr "Tiedoston oikeudet:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3107 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:768 +msgid "OK, robots.txt is writable." +msgstr "OK, robots.txt:hen on kirjoitusoikeudet." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3109 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:770 +msgid "Error, robots.txt is not writable." +msgstr "Virhe: robots.txt-tiedostoon ei voi kirjoittaa." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3113 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:774 +msgid "OK, robots.txt doesn't exist but the directory is writable." +msgstr "Ok, robots.txt:tä ei ole ja kansioon voi kirjoittaa." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3115 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:776 +msgid "Error, robots.txt doesn't exist and the directory is not writable" +msgstr "Virhe: robots.txt:tä ei ole ja kansioon ei voi kirjoittaa" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:782 +msgid "Advanced options:" +msgstr "Lisäasetukset:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:785 +msgid "Limit the number of posts in the sitemap:" +msgstr "Rajoita sivustokartan merkintöjen lukumäärää:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:785 +msgid "Newer posts will be included first" +msgstr "Uusimmat merkinnät listataan ensimmäisinä" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:788 +msgid "Try to increase the memory limit to:" +msgstr "Yritä lisätä muistirajoitusta:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:788 +msgid "e.g. \"4M\", \"16M\"" +msgstr "esim. \"4M\", \"16M\"" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:791 +msgid "Try to increase the execution time limit to:" +msgstr "Yritä lisätä ajoajan rajoitusta:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:791 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "sekunneissa, esim. \"60\" tai \"0\" rajoittamattomaan" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:795 +msgid "Include a XSLT stylesheet:" +msgstr "Ota mukaan XSLT-tyylitiedosto:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:796 +msgid "Full or relative URL to your .xsl file" +msgstr "Kokonainen tai suhteellinen .xsl-tiedoston URL" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:796 +msgid "Use default" +msgstr "Käytä oletuksia" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:801 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "Ota käyttöön MySQL:n standarditila. Käytä tätä vain jos saat MySQL-virheitä (tarvitsee huomattavasti enemmän muistia)." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:807 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "Luo sivustokartta taustaprosessissa (Ei viiveitä merkintöjä luodessa)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3144 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:814 +msgid "Additional pages" +msgstr "Lisäsivut" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3149 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:817 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Voit määrittää tiedostot tai osoitteet jotka lisätään sivustokarttaan, mutta jotka eivät ole WordPressissä.
Esimerkiksi jos domain on www.example.com ja blogi on osoitteessa www.example.com/blog, saatat haluta lisätä etusivun www.example.com sivustokarttaan" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3151 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3462 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:819 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:998 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1012 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1021 +msgid "Note" +msgstr "Huom" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:820 +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "Jos blogi on alihakemistossa ja haluat lisätä sivuja jotka EIVÄT ole blogin hakemistossa tai alikansioissa, sivustokartta TÄYTYY laittaa juurihakemistoon. Katso "Sivustokartan sijainti"-osiota tällä sivulla." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3300 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:822 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:861 +msgid "URL to the page" +msgstr "Sivun URL" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:823 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "Kirjoita sivun osoite. Esimerkiksi http://example.com/index.html tai www.example.com/home" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3157 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3301 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:825 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:862 +msgid "Priority" +msgstr "Prioriteetti" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3158 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:826 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "Valitse prioriteetti suhteessa muihin sivuihin. Esimerkiksi etusivu voi olla korkeammalla prioriteetilla kuin vanhat arkistosivut." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3160 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3303 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:828 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:864 +msgid "Last Changed" +msgstr "Viimeinen muutos" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3161 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:829 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Kirjoita edellisen muutoksen päiväys muodossa YYYY-MM-DD (esim. 2009-05-13) (ei pakollinen)." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3302 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:863 +msgid "Change Frequency" +msgstr "Muutostiheys" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3304 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:865 +msgid "#" +msgstr "#" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3309 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:870 +msgid "No pages defined." +msgstr "Ei sivuja määritetty." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3314 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:875 +msgid "Add new page" +msgstr "Lisää uusi sivu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3325 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:880 +msgid "Post Priority" +msgstr "Merkinnän prioriteetti" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3329 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:882 +msgid "Please select how the priority of each post should be calculated:" +msgstr "Valitse, miten merkintöjen prioriteetti lasketaan:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:884 +msgid "Do not use automatic priority calculation" +msgstr "Älä käytä automaattista prioriteetin laskemista" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:884 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "Kaikilla merkinnöillä on prioriteetit-kohdassa määritetty prioriteetti" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3348 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:895 +msgid "Location of your sitemap file" +msgstr "Sivustokartan sijainti" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3353 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:898 +msgid "Automatic detection" +msgstr "Automaattinen tunnistus" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3357 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:902 +msgid "Filename of the sitemap file" +msgstr "Sivustokartan tiedostonimi" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3360 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:905 +msgid "Detected Path" +msgstr "Tunnistettu polku" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3360 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:905 +msgid "Detected URL" +msgstr "Tunnistettu URL" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3365 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:910 +msgid "Custom location" +msgstr "Muokattu sijainti" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3369 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:914 +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "Absoluuttinen tai suhteellinen sivustokartan osoite, myös tiedostonimi." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3371 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3380 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:916 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:925 +msgid "Example" +msgstr "Esimerkki" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3378 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:923 +msgid "Complete URL to the sitemap file, including name." +msgstr "Koko URL sivustokarttatiedostoon, myös nimi." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3397 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:936 +msgid "Sitemap Content" +msgstr "Sivustokartan sisältö" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3405 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:942 +msgid "Include homepage" +msgstr "Ota mukaan etusivu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3411 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:948 +msgid "Include posts" +msgstr "Ota mukaan merkinnät" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:911 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:954 +msgid "Include following pages of multi-page posts (<!--nextpage-->)" +msgstr "Ota mukaan kaikki sivut monisivuisista merkinnöistä (<!--nextpage-->)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3417 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:960 +msgid "Include static pages" +msgstr "Ota mukaan staattiset sivut" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3423 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:966 +msgid "Include categories" +msgstr "Ota mukaan luokat" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3429 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:972 +msgid "Include archives" +msgstr "Ota mukaan arkistosivut" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3436 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:979 +msgid "Include tag pages" +msgstr "Ota mukaan avainsanasivut" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3443 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:986 +msgid "Include author pages" +msgstr "Ota mukaan tekijäsivut" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:994 +msgid "Excluded items" +msgstr "Jätä huomiotta" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:996 +msgid "Excluded categories" +msgstr "Jätä huomiotta luokkia" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:998 +msgid "Using this feature will increase build time and memory usage!" +msgstr "Tämän ominaisuuden käyttö lisää luomisaikaa ja muistinkäyttöä!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1005 +#, php-format +msgid "This feature requires at least WordPress 2.5, you are using %s" +msgstr "Ominaisuus vaatii vähintään WordPress 2.5:n, sinulla on %s" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1008 +msgid "Exclude posts" +msgstr "Jätä huomiotta merkintöjä" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1010 +msgid "Exclude the following posts or pages:" +msgstr "Jätä huomiotta seuraavat merkinnät tai sivut:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1010 +msgid "List of IDs, separated by comma" +msgstr "Lista ID:istä, pilkulla eroteltuna" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1012 +msgid "Child posts will not automatically be excluded!" +msgstr "Alimerkintöjä ei jätetä automaattisesti huomiotta!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3457 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1018 +msgid "Change frequencies" +msgstr "Päivitystiheydet" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3463 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1022 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Huomioi että tämä avainsana on vihje, ei komento. Vaikka osa hakukoneista ottaa avainsanan huomioon päätöksiä tehdessä, tunneittain päivittyviksi merkittyjä sivuja saatetaan hakea harvemmin. Vastaavasti vuosittain päivittyviä sivuja haetaan mahdollisesti useammin. Lisäksi osa hakukoneista hakee säännöllisesti sivuja, joiden päivittymistiheydeksi on merkitty \"ei koskaan\", jotta odottamattomat muutokset päivittyvät." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3469 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3535 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1028 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1086 +msgid "Homepage" +msgstr "Etusivu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3475 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1034 +msgid "Posts" +msgstr "Merkinnät" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3481 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3553 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1040 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1104 +msgid "Static pages" +msgstr "Staattiset sivut" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3487 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3559 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1046 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1110 +msgid "Categories" +msgstr "Kategoriat" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3493 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1052 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "Tämän kuun arkistosivu (yleensä blogin etusivu)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3499 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1058 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Vanhat arkistosivut (vaihtuvat vain kun muokkaat vanhaa merkintää)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3506 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3572 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1065 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1123 +msgid "Tag pages" +msgstr "Avainsanasivut" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3513 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3579 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1072 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1130 +msgid "Author pages" +msgstr "Tekijän sivut" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3527 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1080 +msgid "Priorities" +msgstr "Prioriteetit" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3541 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1092 +msgid "Posts (If auto calculation is disabled)" +msgstr "Merkinnät (jos automaattinen laskenta on poistettu käytöstä)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3547 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1098 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "Merkintöjen minimiprioriteetti (vaikka automaattinen laskenta olisi käytössä)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3565 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1116 +msgid "Archives" +msgstr "Arkistot" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3590 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1141 +msgid "Update options" +msgstr "Päivitä asetukset" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3591 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1142 +msgid "Reset options" +msgstr "Nollaa asetukset" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:81 +msgid "XML-Sitemap Generator" +msgstr "XML-sivustokartan luontityökalu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:81 +msgid "XML-Sitemap" +msgstr "XML-Sivustokartta" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:139 +msgid "Sitemap FAQ" +msgstr "Sivustokartta-FAQ" + diff --git a/plugins/google-sitemap-generator/lang/sitemap-fr_FR.mo b/plugins/google-sitemap-generator/lang/sitemap-fr_FR.mo new file mode 100644 index 0000000000000000000000000000000000000000..2627a79dc903b5b0ec3124667b7b8d86900b409d GIT binary patch literal 23659 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, 2005. +# $Id: sitemap.pot 2502 2005-07-03 20:50:38Z arnee $ +# +msgid "" +msgstr "" +"Project-Id-Version: sitemap 3.1.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-08 22:26+0100\n" +"PO-Revision-Date: 2009-06-08 22:29+0100\n" +"Last-Translator: serge rauber \n" +"Language-Team: Serge Rauber \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: French\n" +"X-Poedit-Country: FRANCE\n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-KeywordsList: __;_e\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-SearchPath-0: .\n" +"X-Poedit-SearchPath-1: ..\n" + +#: ../sitemap-ui.php:102 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "Merci beaucoup pour votre don, ça m'aide à continuer de développer ce plugin et d'autres softwares!" + +#: ../sitemap-ui.php:102 +msgid "Hide this notice" +msgstr "Masquer" + +#: ../sitemap-ui.php:108 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and your are satisfied with the results, isn't it worth at least one dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "Merci d'utiliser ce plugin! Vous l'avez installé il y a un mois. S'il fonctionne bien et que vous en êtes satisfait, est-ce trop de donner un petit dollar?Les dons me permettent de continuer à développer ce plugin libre et gratuit ! Je t'aide, pas de problème!" + +#: ../sitemap-ui.php:108 +msgid "No thanks, please don't bug me anymore!" +msgstr "Non merci, ne plus me le rappeler!" + +#: ../sitemap-ui.php:119 +msgid "Your sitemap is being refreshed at the moment. Depending on your blog size this might take some time!" +msgstr "Mise à jour du sitemap en cours. En fonction de la taille de votre blog, ça peut prendre un certain temps!" + +#: ../sitemap-ui.php:121 +#, php-format +msgid "Your sitemap will be refreshed in %s seconds. Depending on your blog size this might take some time!" +msgstr "La mise à jour du sitemap devrait prendre %s secondes. En fonction de la taille de votre blog, ça peut prendre un certain temps!" + +#: ../sitemap-ui.php:150 +#: ../sitemap-ui.php:453 +msgid "XML Sitemap Generator for WordPress" +msgstr "Générateur de sitemap xml pour WordPress" + +#: ../sitemap-ui.php:298 +msgid "Configuration updated" +msgstr "Configuration mise à jour" + +#: ../sitemap-ui.php:299 +msgid "Error while saving options" +msgstr "Erreur lors de la sauvegarde des options" + +#: ../sitemap-ui.php:301 +msgid "Pages saved" +msgstr "Pages enregistrées" + +#: ../sitemap-ui.php:302 +msgid "Error while saving pages" +msgstr "Erreur durant l'enregistrement des pages" + +#: ../sitemap-ui.php:309 +msgid "The default configuration was restored." +msgstr "Configuration par défaut restaurée." + +#: ../sitemap-ui.php:466 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here." +msgstr "Une nouvelle version de %1$s est disponible. Télécharger la version %3$s ici." + +#: ../sitemap-ui.php:468 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here automatic upgrade unavailable for this plugin." +msgstr "Une nouvelle version de %1$s est disponible. Télécharger la version %3$s ici.mise à jour automatique non disponible pour ce plugin" + +#: ../sitemap-ui.php:470 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here or upgrade automatically." +msgstr "Une nouvelle version de %1$s est disponible. Télécharger la version %3$s ici ou Mettre à jour automatiquement." + +#: ../sitemap-ui.php:493 +#: ../sitemap-ui.php:510 +msgid "open" +msgstr "ouvrir" + +#: ../sitemap-ui.php:494 +#: ../sitemap-ui.php:511 +msgid "close" +msgstr "fermer" + +#: ../sitemap-ui.php:495 +#: ../sitemap-ui.php:512 +msgid "click-down and drag to move this box" +msgstr "Faites un glisser/déposer pour déplacer cette boite." + +#: ../sitemap-ui.php:496 +#: ../sitemap-ui.php:513 +msgid "click to %toggle% this box" +msgstr "Cliquez pour %inverser% cette case" + +#: ../sitemap-ui.php:497 +#: ../sitemap-ui.php:514 +msgid "use the arrow keys to move this box" +msgstr "Utilisez les touches fléchées pour déplacer cette boite" + +#: ../sitemap-ui.php:498 +#: ../sitemap-ui.php:515 +msgid ", or press the enter key to %toggle% it" +msgstr ", ou appuyez sur la touche Entrée pour l'%inverser%." + +#: ../sitemap-ui.php:533 +msgid "About this Plugin:" +msgstr "A propos" + +#: ../sitemap-ui.php:534 +msgid "Plugin Homepage" +msgstr "Page du plugin" + +#: ../sitemap-ui.php:535 +msgid "Suggest a Feature" +msgstr "Suggestion" + +#: ../sitemap-ui.php:536 +msgid "Notify List" +msgstr "S'abonner" + +#: ../sitemap-ui.php:537 +msgid "Support Forum" +msgstr "Forum" + +#: ../sitemap-ui.php:538 +msgid "Report a Bug" +msgstr "Signaler un bug" + +#: ../sitemap-ui.php:540 +msgid "Donate with PayPal" +msgstr "Don PayPal" + +#: ../sitemap-ui.php:541 +msgid "My Amazon Wish List" +msgstr "Ma liste Amazon" + +#: ../sitemap-ui.php:542 +msgid "translator_name" +msgstr "Traduit par Serge" + +#: ../sitemap-ui.php:542 +msgid "translator_url" +msgstr "http://wp.kalyxstudio.com" + +#: ../sitemap-ui.php:545 +msgid "Sitemap Resources:" +msgstr "Ressources" + +#: ../sitemap-ui.php:546 +#: ../sitemap-ui.php:552 +msgid "Webmaster Tools" +msgstr "Webmaster Tools" + +#: ../sitemap-ui.php:547 +msgid "Webmaster Blog" +msgstr "Webmaster Blog" + +#: ../sitemap-ui.php:549 +msgid "Site Explorer" +msgstr "Site Explorer" + +#: ../sitemap-ui.php:550 +msgid "Search Blog" +msgstr "Search Blog" + +#: ../sitemap-ui.php:553 +msgid "Webmaster Center Blog" +msgstr "Webmaster Center Blog" + +#: ../sitemap-ui.php:555 +msgid "Sitemaps Protocol" +msgstr "Sitemaps Protocol" + +#: ../sitemap-ui.php:556 +msgid "Official Sitemaps FAQ" +msgstr "Official Sitemaps FAQ" + +#: ../sitemap-ui.php:557 +msgid "My Sitemaps FAQ" +msgstr "Ma FAQ" + +#: ../sitemap-ui.php:560 +msgid "Recent Donations:" +msgstr "Dons récents:" + +#: ../sitemap-ui.php:564 +msgid "List of the donors" +msgstr "Liste des donateurs" + +#: ../sitemap-ui.php:566 +msgid "Hide this list" +msgstr "Masquer" + +#: ../sitemap-ui.php:569 +msgid "Thanks for your support!" +msgstr "Merci de votre aide!" + +#: ../sitemap-ui.php:587 +msgid "Status" +msgstr "Statuts" + +#: ../sitemap-ui.php:595 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "Cliquez ici pour générer votre premier sitemap." + +#: ../sitemap-ui.php:601 +msgid "Your sitemap was last built on %date%." +msgstr "Dernier sitemap généré le %date%." + +#: ../sitemap-ui.php:603 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn moreen savoir pluszipped) was last built on %date%." +msgstr "Dernier sitemap (zip) généré le %date%." + +#: ../sitemap-ui.php:612 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn moreen savoir plussuccessfully notified about changes." +msgstr "Google a été informé des changements." + +#: ../sitemap-ui.php:621 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "Il a fallu %time% secondes pour informer Google, vous pouvez désactivez cette fonction pour réduire la durée du processus." + +#: ../sitemap-ui.php:624 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "Problème pour informer Google.Voir le résultat" + +#: ../sitemap-ui.php:630 +msgid "YAHOO was successfully notified about changes." +msgstr "Yahoo a été informé des changements." + +#: ../sitemap-ui.php:633 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "Il a fallu %time% secondes pour informer Yahoo, vous pouvez désactivez cette fonction pour réduire la durée du processus." + +#: ../sitemap-ui.php:636 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "Problème pour informer Yahoo.Voir le résultat" + +#: ../sitemap-ui.php:642 +msgid "Bing was successfully notified about changes." +msgstr "Bing a été informé des changements." + +#: ../sitemap-ui.php:645 +msgid "It took %time% seconds to notify Bing, maybe you want to disable this feature to reduce the building time." +msgstr "Il a fallu %time% secondes pour informer Bing, vous pouvez désactivez cette fonction pour réduire la durée du processus." + +#: ../sitemap-ui.php:648 +#, php-format +msgid "There was a problem while notifying Bing. View result" +msgstr "Problème pour informer Bing.Voir le résultat" + +#: ../sitemap-ui.php:654 +msgid "Ask.com was successfully notified about changes." +msgstr "Ask.com a été informé des changements." + +#: ../sitemap-ui.php:657 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "Il a fallu %time% secondes pour informer Ask.com, vous pouvez désactivez cette fonction pour réduire la durée du processus." + +#: ../sitemap-ui.php:660 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "Problème pour informer Ask.com.Voir le résultat" + +#: ../sitemap-ui.php:668 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "Le processus a mis environ %time% secondes et utilisé %memory% MB de mémoire." + +#: ../sitemap-ui.php:670 +msgid "The building process took about %time% seconds to complete." +msgstr "Le processus a mis environ %time% secondes." + +#: ../sitemap-ui.php:674 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "Le contenu de votre sitemap n'a pas changé depuis la dernière fois. Les fichiers n'ont pas été modifié, et les moteurs de recherche n'ont pas été informé." + +#: ../sitemap-ui.php:682 +msgid "The building process might still be active! Reload the page in a few seconds and check if something has changed." +msgstr "Le processus est encore en cours! Rechargez la page dans quelques secondes et vérifiez si quelque chose a changé." + +#: ../sitemap-ui.php:685 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "Le dernier processus a échoué! Essayez d'augmenter le mémoire alouée ou la durée limite des scripts PHP En savoir plus" + +#: ../sitemap-ui.php:687 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "Mémoire utilisée la dernière fois : %memused%MB (limite du serveur : %memlimit%)" + +#: ../sitemap-ui.php:691 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "Temps d'éxécution la dernière fois : %timeused% secondes (limite du serveur : %timelimit%)" + +#: ../sitemap-ui.php:695 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "Le script s'est arrêté vers l'article numéro %lastpost% (+/- 100)" + +#: ../sitemap-ui.php:698 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "Si vous changez quelquechose sur votre serveur ou sur votre blog, vous devez reconstruire le sitemap manuellement." + +#: ../sitemap-ui.php:700 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "Si vous rencontrez un problème vous pouvez utiliser la fonction de débugage pour avoir plus d'infos." + +#: ../sitemap-ui.php:707 +msgid "Basic Options" +msgstr "Options de base" + +#: ../sitemap-ui.php:709 +msgid "Sitemap files:" +msgstr "Type de fichiers:" + +#: ../sitemap-ui.php:709 +#: ../sitemap-ui.php:724 +#: ../sitemap-ui.php:744 +#: ../sitemap-ui.php:777 +msgid "Learn more" +msgstr "En savoir plus" + +#: ../sitemap-ui.php:714 +msgid "Write a normal XML file (your filename)" +msgstr "Ecrire un fichier XML normal (nom de fichier)" + +#: ../sitemap-ui.php:720 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "Ecrire un fichier gzippé (votre nom de fichier + .gz)" + +#: ../sitemap-ui.php:724 +msgid "Building mode:" +msgstr "Mode de construction:" + +#: ../sitemap-ui.php:729 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "Générer le sitemap lorsque le contenu du blog change" + +#: ../sitemap-ui.php:736 +msgid "Enable manual sitemap building via GET Request" +msgstr "Activer la génération manuel du sitemap par requête GET" + +#: ../sitemap-ui.php:740 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the logfile above to see if sitemap was successfully built." +msgstr "Ceci vous permet de mettre à jour votre sitemap si vous utilisez un outil externe de publication. Utilisez l'adresse suivante pour lancer le processus %1. Vérifiez dans le fichier log que le processus a bien fonctionné." + +#: ../sitemap-ui.php:744 +msgid "Update notification:" +msgstr "Notifications:" + +#: ../sitemap-ui.php:748 +msgid "Notify Google about updates of your Blog" +msgstr "Informer Google des mises à jour du blog" + +#: ../sitemap-ui.php:749 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "Pas d'inscription nécessaire, mais vous pouvez vous inscrire sur Google Webmaster Tools pour connaître les statistiques de passage de google" + +#: ../sitemap-ui.php:753 +msgid "Notify Bing (formerly MSN Live Search) about updates of your Blog" +msgstr "Informer Biig des mises à jour du blog" + +#: ../sitemap-ui.php:754 +#, php-format +msgid "No registration required, but you can join the Bing Webmaster Tools to check crawling statistics." +msgstr "Pas d'inscription nécessaire, mais vous pouvez vous inscrire sur bing Webmaster Tools pour connaître les statistiques de passage de Bing" + +#: ../sitemap-ui.php:758 +msgid "Notify Ask.com about updates of your Blog" +msgstr "Informer Ask.com des mises à jour du blog" + +#: ../sitemap-ui.php:759 +msgid "No registration required." +msgstr "Inscription non requise." + +#: ../sitemap-ui.php:763 +msgid "Notify YAHOO about updates of your Blog" +msgstr "Informer Yahoo des mises à jour du blog" + +#: ../sitemap-ui.php:764 +msgid "Your Application ID:" +msgstr "Yahoo ID:" + +#: ../sitemap-ui.php:765 +#, php-format +msgid "Don't you have such a key? Request one here! %s2" +msgstr "Vous n'avez pas de clé Yahoo ?Demandez en une ici! %s2" + +#: ../sitemap-ui.php:770 +msgid "Add sitemap URL to the virtual robots.txt file." +msgstr "Ajouter l'URL du sitemap au fichier virtuel robots.txt" + +#: ../sitemap-ui.php:774 +msgid "The virtual robots.txt generated by WordPress is used. A real robots.txt file must NOT exist in the blog directory!" +msgstr "Le fichier virtuel robots.txt de WordPress est utilisé. Il NE DOIT PAS y avoir de vrai fichier robots.txt dans le répertoire du blog!" + +#: ../sitemap-ui.php:777 +msgid "Advanced options:" +msgstr "Options avancées:" + +#: ../sitemap-ui.php:780 +msgid "Limit the number of posts in the sitemap:" +msgstr "Limiter le nombre d'articles dans le sitemap:" + +#: ../sitemap-ui.php:780 +msgid "Newer posts will be included first" +msgstr "Les nouveaux articles seront ajoutés au début" + +#: ../sitemap-ui.php:783 +msgid "Try to increase the memory limit to:" +msgstr "Essayer d'augmenter la quantité de mémoire alouée:" + +#: ../sitemap-ui.php:783 +msgid "e.g. \"4M\", \"16M\"" +msgstr "ex: \"4M\", \"16M\"" + +#: ../sitemap-ui.php:786 +msgid "Try to increase the execution time limit to:" +msgstr "Essayer d'augmenter la durée limite d'éxécution du script : " + +#: ../sitemap-ui.php:786 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "en secondes, ex: \"60\" ou \"0\" pour illimité" + +#: ../sitemap-ui.php:790 +msgid "Include a XSLT stylesheet:" +msgstr "Feuille de style XSLT:" + +#: ../sitemap-ui.php:791 +msgid "Full or relative URL to your .xsl file" +msgstr "Adresse complète ou relative du fichier .xsl" + +#: ../sitemap-ui.php:791 +msgid "Use default" +msgstr "par défaut" + +#: ../sitemap-ui.php:797 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "Active le mode MySQL standard. A n'utiliser que si vous avez des erreurs MySQL. (utilise plus de mémoire!)" + +#: ../sitemap-ui.php:798 +msgid "Upgrade WordPress at least to 2.2 to enable the faster MySQL access" +msgstr "Passez au moins à la version 2.2 de WordPress pour activer l'accès MySQL rapide" + +#: ../sitemap-ui.php:805 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "Générer le sitemap en arrière-plan (pas d'attente lors de la sauvegarde d'un article)" + +#: ../sitemap-ui.php:806 +msgid "Upgrade WordPress at least to 2.1 to enable background building" +msgstr "Passez au moins à la version 2.1 pour utiliser la tâche de fond." + +#: ../sitemap-ui.php:813 +msgid "Additional pages" +msgstr "Pages supplémentaires" + +#: ../sitemap-ui.php:816 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Vous pouvez préciser ici des adresses à inclure dans le sitemap, qui n'appartiennent pas à votre Blog/WordPress.
Par exemple, si votre domaine est www.truc.com et que votre blog est situé sur www.truc.com/blog, vous pouvez choisir d'inclure la page d'accueil www.truc.com" + +#: ../sitemap-ui.php:818 +#: ../sitemap-ui.php:997 +#: ../sitemap-ui.php:1011 +#: ../sitemap-ui.php:1020 +msgid "Note" +msgstr "Remarque" + +#: ../sitemap-ui.php:819 +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "Si votre weblog est dans un sous-repertoire et que vous voulez ajouter des pages qui ne sont PAS situées dans le répertoire du blog ou un répertoire en dessous, vous DEVEZ placer votre fichier sitemap dans le répertoire racine (voir la section "Emplacement de votre fichier sitemap" de cette page)!" + +#: ../sitemap-ui.php:821 +#: ../sitemap-ui.php:860 +msgid "URL to the page" +msgstr "URL de la page" + +#: ../sitemap-ui.php:822 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "Indiquez l'URL de la page. Examples: http://www.foo.com/index.html ou www.foo.com/home " + +#: ../sitemap-ui.php:824 +#: ../sitemap-ui.php:861 +msgid "Priority" +msgstr "Priorité" + +#: ../sitemap-ui.php:825 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "Définissez la priorité de la page par rapport aux autres pages. Par exemple, votre page d'accueil peut avoir une priorité supérieure à celle des autres pages." + +#: ../sitemap-ui.php:827 +#: ../sitemap-ui.php:863 +msgid "Last Changed" +msgstr "Dernière modification" + +#: ../sitemap-ui.php:828 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Entrez la date de dernière modification au format AAAA-MM-JJ (2005-12-31 par exemple) (facultatif)." + +#: ../sitemap-ui.php:862 +msgid "Change Frequency" +msgstr "Modifier la fréquence" + +#: ../sitemap-ui.php:864 +msgid "#" +msgstr "#" + +#: ../sitemap-ui.php:869 +msgid "No pages defined." +msgstr "Aucune page définie." + +#: ../sitemap-ui.php:874 +msgid "Add new page" +msgstr "Ajouter une nouvelle page" + +#: ../sitemap-ui.php:879 +msgid "Post Priority" +msgstr "Priorité de l'article" + +#: ../sitemap-ui.php:881 +msgid "Please select how the priority of each post should be calculated:" +msgstr "Choisissez comment la priorité de l'article est calculée:" + +#: ../sitemap-ui.php:883 +msgid "Do not use automatic priority calculation" +msgstr "ne pas faire de calcul automatique" + +#: ../sitemap-ui.php:883 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "Tous les articles auront la même priorité" + +#: ../sitemap-ui.php:894 +msgid "Location of your sitemap file" +msgstr "Emplacement de votre fichier sitemap" + +#: ../sitemap-ui.php:897 +msgid "Automatic detection" +msgstr "Détection automatique" + +#: ../sitemap-ui.php:901 +msgid "Filename of the sitemap file" +msgstr "Nom du fichier sitemap" + +#: ../sitemap-ui.php:904 +msgid "Detected Path" +msgstr "Répertoire détecté" + +#: ../sitemap-ui.php:904 +msgid "Detected URL" +msgstr "URL détecté" + +#: ../sitemap-ui.php:909 +msgid "Custom location" +msgstr "Personnalisée" + +#: ../sitemap-ui.php:913 +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "Chemin absolu ou relatif vers le fichier sitemap, nom inclus." + +#: ../sitemap-ui.php:915 +#: ../sitemap-ui.php:924 +msgid "Example" +msgstr "Exemple" + +#: ../sitemap-ui.php:922 +msgid "Complete URL to the sitemap file, including name." +msgstr "URL complet du fichier sitemap, nom inclus." + +#: ../sitemap-ui.php:935 +msgid "Sitemap Content" +msgstr "Contenu du sitemap" + +#: ../sitemap-ui.php:941 +msgid "Include homepage" +msgstr "Inclure la page d'accueil" + +#: ../sitemap-ui.php:947 +msgid "Include posts" +msgstr "Inclure les articles" + +#: ../sitemap-ui.php:953 +msgid "Include following pages of multi-page posts (Increases build time and memory usage!)" +msgstr "Inclure les pages suivantes d'article multi-page (augmente la durée du processus et l'usage de la mémoire)" + +#: ../sitemap-ui.php:959 +msgid "Include static pages" +msgstr "Inclure les pages statiques" + +#: ../sitemap-ui.php:965 +msgid "Include categories" +msgstr "Inclure les catégories" + +#: ../sitemap-ui.php:971 +msgid "Include archives" +msgstr "Inclure les archives" + +#: ../sitemap-ui.php:978 +msgid "Include tag pages" +msgstr "Inclure les pages tags" + +#: ../sitemap-ui.php:985 +msgid "Include author pages" +msgstr "Inclure les pages Auteur" + +#: ../sitemap-ui.php:993 +msgid "Excluded items" +msgstr "Données à exclure" + +#: ../sitemap-ui.php:995 +msgid "Excluded categories" +msgstr "Catégories exclues" + +#: ../sitemap-ui.php:997 +msgid "Using this feature will increase build time and memory usage!" +msgstr "L'utilisation de cette fonction augmente la durée et la mémoire utilisée!" + +#: ../sitemap-ui.php:1004 +#, php-format +msgid "This feature requires at least WordPress 2.5.1, you are using %s" +msgstr "Cette fonction requiert au moins WordPress 2.5.1, vous utilisez %s" + +#: ../sitemap-ui.php:1007 +msgid "Exclude posts" +msgstr "EXclure des articles" + +#: ../sitemap-ui.php:1009 +msgid "Exclude the following posts or pages:" +msgstr "Exclure les articles ou pages suivants:" + +#: ../sitemap-ui.php:1009 +msgid "List of IDs, separated by comma" +msgstr "liste d'ID, séparés par une virgule" + +#: ../sitemap-ui.php:1011 +msgid "Child posts won't be excluded automatically!" +msgstr "Les sous-pages ne seront pas automatiquement exclus!" + +#: ../sitemap-ui.php:1017 +msgid "Change frequencies" +msgstr "Modifier les fréquences" + +#: ../sitemap-ui.php:1021 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Veuillez noter que la valeur de ce champ est considérée comme un indice et non une commande. Même si les robots de moteurs de recherche prennent en compte cette information, il peuvent parcourir les pages marquées "toutes les heures" moins fréquemment que cela, et peuvent parcourir les pages marquées "une fois par an" plus fréquemment que cela. Il est aussi probable que les robots parcourent de façon périodique les pages marquées "jamais" afin de prendre en compte les modifications inattendues de ces pages." + +#: ../sitemap-ui.php:1027 +#: ../sitemap-ui.php:1084 +msgid "Homepage" +msgstr "Page d'accueil" + +#: ../sitemap-ui.php:1033 +msgid "Posts" +msgstr "Articles" + +#: ../sitemap-ui.php:1039 +#: ../sitemap-ui.php:1102 +msgid "Static pages" +msgstr "Pages statiques" + +#: ../sitemap-ui.php:1045 +#: ../sitemap-ui.php:1108 +msgid "Categories" +msgstr "Catégories" + +#: ../sitemap-ui.php:1051 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "L'archive du mois en cours (devrait correspondre à votre page d'accueil)" + +#: ../sitemap-ui.php:1057 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Archives antérieures (ne change que lorsque vous modifier un ancien article)" + +#: ../sitemap-ui.php:1064 +#: ../sitemap-ui.php:1121 +msgid "Tag pages" +msgstr "Pages Tag" + +#: ../sitemap-ui.php:1071 +#: ../sitemap-ui.php:1128 +msgid "Author pages" +msgstr "Pages Auteur" + +#: ../sitemap-ui.php:1079 +msgid "Priorities" +msgstr "Priorités" + +#: ../sitemap-ui.php:1090 +msgid "Posts (If auto calculation is disabled)" +msgstr "Articles (si le calcul automatique est désactivé)" + +#: ../sitemap-ui.php:1096 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "Priorité minimum des articles (Même si le calcul automatique est activé)" + +#: ../sitemap-ui.php:1114 +msgid "Archives" +msgstr "Archives" + +#: ../sitemap-ui.php:1139 +msgid "Update options" +msgstr "Enregistrer les changements" + +#: ../sitemap-ui.php:1140 +msgid "Reset options" +msgstr "Réinitialiser les options" + +#: ../sitemap-core.php:642 +msgid "Comment Count" +msgstr "Nombre de commentaires" + +#: ../sitemap-core.php:654 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "Utilise le nombre de commentaires pour calculer la priorité" + +#: ../sitemap-core.php:714 +msgid "Comment Average" +msgstr "Moyenne des commentaires" + +#: ../sitemap-core.php:726 +msgid "Uses the average comment count to calculate the priority" +msgstr "Utilise la moyenne des commentaires pour calculer la priorité" + +#: ../sitemap-core.php:789 +msgid "Popularity Contest" +msgstr "Popularity Contest" + +#: ../sitemap-core.php:801 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "Utiliser le plugin Popularity Contest d'Alex King. Voir Réglages et Articles les plus populaires" + +#: ../sitemap-core.php:1187 +msgid "Always" +msgstr "Toujours" + +#: ../sitemap-core.php:1188 +msgid "Hourly" +msgstr "Une fois par heure" + +#: ../sitemap-core.php:1189 +msgid "Daily" +msgstr "Une fois par jour" + +#: ../sitemap-core.php:1190 +msgid "Weekly" +msgstr "une fois par semaine" + +#: ../sitemap-core.php:1191 +msgid "Monthly" +msgstr "une fois par mois" + +#: ../sitemap-core.php:1192 +msgid "Yearly" +msgstr "une fois par an" + +#: ../sitemap-core.php:1193 +msgid "Never" +msgstr "Jamais" + +#~ msgid "" +#~ "It took %time% seconds to notify MSN.com, maybe you want to disable this " +#~ "feature to reduce the building time." +#~ msgstr "" +#~ "Il a fallu %time% secondes pour informer MSN, vous pouvez désactivez " +#~ "cette fonction pour réduire la durée du processus." +#~ msgid "" +#~ "There was a problem while notifying MSN.com. View result" +#~ msgstr "Problème pour informer MSN.Voir le résultat" +#~ msgid "" +#~ "No registration required, but you can join the MSN Live " +#~ "Webmaster Tools to check crawling statistics." +#~ msgstr "" +#~ "Pas d'inscription nécessaire, mais vous pouvez vous inscrire sur MSN Live Webmaster Tools pour connaître les statistiques de " +#~ "passage de google" +#~ msgid "XML-Sitemap Generator" +#~ msgstr "XML-Sitemap Generator" +#~ msgid "XML-Sitemap" +#~ msgstr "XML-Sitemap" +#~ msgid "Sitemap FAQ" +#~ msgstr "Ma FAQ" +#~ msgid "Robots.txt file saved" +#~ msgstr "Robots.txt sauvegardé" +#~ msgid "Error while saving Robots.txt file" +#~ msgstr "Erreur lors de l'enregistrement du fichier robots.txt" +#~ msgid "" +#~ "Modify or create %s file in blog root which contains the sitemap location." +#~ msgstr "" +#~ "Modifier ou créer le fichier %s à la racine du blog qui contient " +#~ "l'adresse du sitemap" +#~ msgid "File permissions: " +#~ msgstr "Permission :" +#~ msgid "OK, robots.txt is writable." +#~ msgstr "OK, robots.txt est en écriture" +#~ msgid "Error, robots.txt is not writable." +#~ msgstr "Erreur, robots.txt n'est pas en écriture" +#~ msgid "OK, robots.txt doesn't exist but the directory is writable." +#~ msgstr "OK, robots.txt n'existe pas mais peut être créé" +#~ msgid "Error, robots.txt doesn't exist and the directory is not writable" +#~ msgstr "Erreur, robots.txt n'existe pas et ne peut être créé." +#~ msgid "Manual location" +#~ msgstr "Emplacement manuel" +#~ msgid "OR" +#~ msgstr "OU" +#~ msgid "Error" +#~ msgstr "Erreur" +#~ msgid "" +#~ "A new page was added. Click on "Save page changes" to save your " +#~ "changes." +#~ msgstr "" +#~ "Une nouvelle page a été ajoutée. Cliquez sur "Enregistrer les " +#~ "modifications" pour enregistrer vos modifications" +#~ msgid "" +#~ "The page was deleted. Click on "Save page changes" to save your " +#~ "changes." +#~ msgstr "" +#~ "La page a été effacée. Cliquez sur "Entregistrer les " +#~ "modifications" pour enregistrer vos modifications." +#~ msgid "You changes have been cleared." +#~ msgstr "Vos modifications ont été remises à zero." +#~ msgid "Manual rebuild" +#~ msgstr "Reconstruction manuelle" +#~ msgid "" +#~ "If you want to build the sitemap without editing a post, click on here!" +#~ msgstr "" +#~ "Si vous voulez construire le fichier sitemap sans modifier un article, " +#~ "cliquez ici!" +#~ msgid "Rebuild Sitemap" +#~ msgstr "Reconstruire le fichier Sitemap" +#~ msgid "Save page changes" +#~ msgstr "Enregistrer les modifications de page" +#~ msgid "Undo all page changes" +#~ msgstr "Annuler toutes les modifications de page" +#~ msgid "Delete marked page" +#~ msgstr "Effacer la page marquée" +#~ msgid "" +#~ "Enable automatic priority calculation for posts based on comment count" +#~ msgstr "" +#~ "Autoriser le calcul de priorité automatique pour les articles en fonction " +#~ "du nombre de commentaires" +#~ msgid "Write debug comments" +#~ msgstr "Ecrire des commentaires de debug" +#~ msgid "Auto-Ping Google Sitemaps" +#~ msgstr "Effectuer un ping automatique de Google Sitemaps" +#~ msgid "This option will automatically tell Google about changes." +#~ msgstr "" +#~ "Cette option préviendra automatiquement Google lors de modifications." +#~ msgid "Includings" +#~ msgstr "Inclusions" +#~ msgid "Informations and support" +#~ msgstr "Informations et support" +#~ msgid "" +#~ "Check %s for updates and comment there if you have any problems / " +#~ "questions / suggestions." +#~ msgstr "" +#~ "Allez sur %s pour les mises à jour et pour poster un commentaire en cas " +#~ "de probleme / question / suggestion." +#~ msgid "URL:" +#~ msgstr "URL:" +#~ msgid "Path:" +#~ msgstr "Chemin:" +#~ msgid "Could not write into %s" +#~ msgstr "Impossible d'écrire dans %s" +#~ msgid "Successfully built sitemap file:" +#~ msgstr "Sitemap généré avec succès:" +#~ msgid "Successfully built gzipped sitemap file:" +#~ msgstr "Sitemap gzippé généré avec succès:" +#~ msgid "Could not ping to Google at %s" +#~ msgstr "Ping de Google impossible à %s" +#~ msgid "Successfully pinged Google at %s" +#~ msgstr "Ping de Google réussi à %s" + diff --git a/plugins/google-sitemap-generator/lang/sitemap-hi_IN.mo b/plugins/google-sitemap-generator/lang/sitemap-hi_IN.mo new file mode 100644 index 0000000000000000000000000000000000000000..97c7241da83ec1d8712845081885880473e0a071 GIT binary patch literal 39342 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 bOL&5fuwM{r(9iz^B4{X| literal 0 HcmV?d00001 diff --git a/plugins/google-sitemap-generator/lang/sitemap-hi_IN.po b/plugins/google-sitemap-generator/lang/sitemap-hi_IN.po new file mode 100644 index 0000000..b76e666 --- /dev/null +++ b/plugins/google-sitemap-generator/lang/sitemap-hi_IN.po @@ -0,0 +1,1030 @@ +msgid "" +msgstr "" +"Project-Id-Version: google-sitemap\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-11-20 22:53+0100\n" +"PO-Revision-Date: \n" +"Last-Translator: Ashish \n" +"Language-Team: Outshine Solutions \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Hindi\n" +"X-Poedit-Country: INDIA\n" +"X-Poedit-SourceCharset: utf-8\n" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:846 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:525 +msgid "Comment Count" +msgstr "टिप्पणी गिनती" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:858 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:537 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "पद की टिप्पणियों की संख्या का उपयोग करते हुए प्राथमिकता की गणना करो " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:918 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:597 +msgid "Comment Average" +msgstr "टिप्पणी औसत" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:930 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:609 +msgid "Uses the average comment count to calculate the priority" +msgstr "औसत टिप्पणी गिनती का उपयोग प्राथमिकता की गणना के लिए करो. " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:993 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:672 +msgid "Popularity Contest" +msgstr "लोकप्रियता प्रतियोगिता" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:1005 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:684 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "सक्रिय का उपयोग करता है लोकप्रियता प्रतियोगिता प्लगइन से एलेक्स राजा . देखे सेटिंग्स और सर्वाधिक लोकप्रिय डाक" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1118 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1084 +msgid "Always" +msgstr "हमेशा" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1119 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1085 +msgid "Hourly" +msgstr "प्रति घंटा" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1120 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1086 +msgid "Daily" +msgstr "दैनिक" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1087 +msgid "Weekly" +msgstr "साप्ताहिक" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1122 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1088 +msgid "Monthly" +msgstr "मासिक" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1123 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1089 +msgid "Yearly" +msgstr "वार्षिक" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1090 +msgid "Never" +msgstr "कभी नहीं" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:107 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "आपको अपने दान के लिए बहुत बहुत धन्यवाद. तुम मेरी समर्थन और इस प्लगइन और अन्य मुक्त सॉफ्टवेयर के विकास को जारी रखने के लिए मदद करो !" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:107 +msgid "Hide this notice" +msgstr "नोटिस छुपाएँ" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:113 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and you are satisfied with the results, isn't it worth at least a few dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "इस प्लगइन का उपयोग करने के लिए धन्यवाद! तुम एक महीने पहले इस प्लगइन को स्थापित चुके हो. अगर यह काम करता है और तुम परिणाम से संतुष्ट हो, दान समर्थन और इस का विकास जारी रखने के लिए मेरी मदद करो free सॉफ्टवेयर! बेशक, कोई समस्या नहीं है! " + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:113 +msgid "Sure, but I already did!" +msgstr "यकीन है, लेकिन मैं इसे पहले ही कर चूका हु!." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:113 +msgid "No thanks, please don't bug me anymore!" +msgstr "नहीं, धन्यवाद,, कृपया मुझे अब और परेशान नहीं करो!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:120 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin some time ago. If it works and your are satisfied, why not rate it and recommend it to others? :-)" +msgstr "इस प्लगइन का उपयोग करने के लिए धन्यवाद! आप इस प्लगइन को कुछ समय पहले स्थापित कर चुके हो.अगर यह काम करता है और आपके संतुष्ट करता है, क्यों नहीं यह दर और यह अनुशंसा to others? :-)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:120 +msgid "Don't show this anymore" +msgstr "अब यह मत दिखाओ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:67 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:132 +msgid "Your sitemap is being refreshed at the moment. Depending on your blog size this might take some time!" +msgstr "आपका साइटमैप पल में ताजा किया जा रहा है. निरभर है अपने ब्लॉग के आकार पर यह कुछ समय ले सकता है!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:69 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:134 +#, php-format +msgid "Your sitemap will be refreshed in %s seconds. Depending on your blog size this might take some time!" +msgstr "साइटमैप ताजा हो जाएगा %s सेकंड में, यह कुछ समय ले सकता है! निरभर है आपके ब्लॉग के आकार पर !" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2635 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2835 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:163 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:480 +msgid "XML Sitemap Generator for WordPress" +msgstr "XML साइटमैप WordPress के लिए जेनरेटर है " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2740 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:323 +msgid "Configuration updated" +msgstr "विन्यास नवनिर्मित " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2741 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:324 +msgid "Error while saving options" +msgstr "विकल्प बचाते समय त्रुटि आई " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2743 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:326 +msgid "Pages saved" +msgstr "पृष्ठों सुरक्षित " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2744 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:327 +msgid "Error while saving pages" +msgstr "पन्ने बचाते समय त्रुटि आई " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2758 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:334 +msgid "The default configuration was restored." +msgstr "डिफ़ॉल्ट कॉन्फ़िगरेशन बहाल कर दी गई." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:374 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:496 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here." +msgstr "वहाँ एक नया संस्करण %1$s उपलब्ध है. डाउनलोड संस्करण %3$s here." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:376 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:498 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here automatic upgrade unavailable for this plugin." +msgstr "वहाँ एक नया संस्करण %1$s उपलब्ध है. डाउनलोड संस्करण %3$s hereस्वत: उन्नयन इस प्लगइन के लिए अनुपलब्ध ." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:378 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:500 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here or upgrade automatically." +msgstr "वहाँ एक नया संस्करण %1$s उपलब्ध है. डाउनलोड संस्करण %3$s here या स्वतः उन्नत." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:508 +#, php-format +msgid "Your blog is currently blocking search engines! Visit the privacy settings to change this." +msgstr "वर्तमान में आपके ब्लॉग खोज इंजन बाधा डाल रही है! गोपनीयता सेटिंग्स इसे बदलते हैं." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2851 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2868 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:529 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:546 +msgid "open" +msgstr "खुला होना" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2852 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2869 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:530 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:547 +msgid "close" +msgstr "खुला होना" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2853 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2870 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:531 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:548 +msgid "click-down and drag to move this box" +msgstr "नीचे क्लिक करें और इस को बॉक्स ड्रैग करे. " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2854 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2871 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:532 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:549 +msgid "click to %toggle% this box" +msgstr "क्लिक करे %toggle%इस बॉक्स पर " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2855 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2872 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:533 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:550 +msgid "use the arrow keys to move this box" +msgstr "तीर कुंजी का उपयोग इस बॉक्स पर करे. " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2856 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2873 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:534 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:551 +msgid ", or press the enter key to %toggle% it" +msgstr ", या इंटर के दबाये %टॉगल % करने में " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2884 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:580 +msgid "About this Plugin:" +msgstr "इस प्लगइन के बारे में:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2886 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:581 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:181 +msgid "Plugin Homepage" +msgstr "प्लगइन मुखपृष्ठ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:421 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:582 +msgid "Suggest a Feature" +msgstr "एक फीचर का सुझाव है" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2887 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:583 +msgid "Notify List" +msgstr "सूचित सूची" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:584 +msgid "Support Forum" +msgstr "समर्थन फोरम" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:424 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:585 +msgid "Report a Bug" +msgstr "एक बग रिपोर्ट" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2889 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:587 +msgid "Donate with PayPal" +msgstr "पेपैल के साथ दान" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2890 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:588 +msgid "My Amazon Wish List" +msgstr "मेरे अमेज़न इच्छा सूची" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:589 +msgid "translator_name" +msgstr "Outshine Solutions" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:589 +msgid "translator_url" +msgstr "http://outshinesolutions.com" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2895 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:593 +msgid "Sitemap Resources:" +msgstr "साइटमैप संसाधन:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2897 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:594 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:600 +msgid "Webmaster Tools" +msgstr "वेबमास्टर उपकरण" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:595 +msgid "Webmaster Blog" +msgstr "वेबमास्टर ब्लॉग" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2900 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:597 +msgid "Site Explorer" +msgstr "साइट एक्सप्लोरर" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2901 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:598 +msgid "Search Blog" +msgstr "खोज ब्लॉग" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3010 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:601 +msgid "Webmaster Center Blog" +msgstr "वेबमास्टर केंद्र ब्लॉग" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2903 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:603 +msgid "Sitemaps Protocol" +msgstr "साइटमैप प्रोटोकॉल" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2904 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:604 +msgid "Official Sitemaps FAQ" +msgstr "सरकारी साइटमैप फैक्स" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2905 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:605 +msgid "My Sitemaps FAQ" +msgstr "मेरा साइटमैप फैक्स " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2910 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:608 +msgid "Recent Donations:" +msgstr "हाल ही में दान" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2914 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:611 +msgid "List of the donors" +msgstr "दानदाताओं की सूची" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2916 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:613 +msgid "Hide this list" +msgstr "सूची छिपाएँ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2919 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:616 +msgid "Thanks for your support!" +msgstr "आपके समर्थन के लिए धन्यवाद!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:638 +msgid "The sitemap wasn't generated yet." +msgstr "साइटमैप अभी तक सृजित नहीं किया गया." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:641 +msgid "Result of the last build process, started on %date%." +msgstr "पिछले निर्माण प्रक्रिया के परिणाम, शुरू में % तिथि%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2941 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:650 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "साइटमैप अभी तक नहीं बनाई गई थी. यहां क्लिक करें पहली बार निर्माण करने में " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2947 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:656 +msgid "Your sitemap was last built on %date%." +msgstr "आपका साइटमैप पिछले पर बनाया गया था %तिथि ." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:657 +msgid "The last build succeeded, but the file was deleted later or can't be accessed anymore. Did you move your blog to another server or domain?" +msgstr "पिछले सफल बनाने, लेकिन बाद में नष्ट कर दिया फ़ाइल या अब तक पहुँचा नहीं जा सकता था. क्या तुम एक सर्वर या डोमेन को अपने ब्लॉग में ला सकते हो?" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:659 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn more" +msgstr "वहाँ एक अपने साइटमैप फ़ाइल लेखन समस्या थी. सुनिश्चित करें कि फ़ाइल मौजूद है और लिखने योग्य है.अधिक जानें" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2956 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:666 +msgid "Your sitemap (zipped) was last built on %date%." +msgstr "आपका साइटमैप(zipped) पिछले पर बनाया गया था %तिथि%." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:667 +msgid "The last zipped build succeeded, but the file was deleted later or can't be accessed anymore. Did you move your blog to another server or domain?" +msgstr "पिछले ज़िपित सफल बनी, लेकिन बाद में फ़ाइल नष्ट कर दिया या अब तक पहुँचा नहीं जा सकता था." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:669 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn more" +msgstr "वहाँ एक ज़िपित साइटमैप फ़ाइल लेखन में समस्या थी. सुनिश्चित करें कि फ़ाइल मौजूद है और लिखने योग्य है. अधिक जानें" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2964 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:675 +msgid "Google was successfully notified about changes." +msgstr "गूगल थी सफलतापूर्वक अधिसूचित परिवर्तन के बारे में." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:678 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "इसे लेकर % समय% सेकंड के लिए Google को सूचित करे,शायद आप इस सुविधा को अक्षम करने का निर्माण समय को कम के लिए करे." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3011 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:681 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "वहाँ थोड़ी देर के लिए गूगल सूचित समस्या थी. देखें परिणाम" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:687 +msgid "YAHOO was successfully notified about changes." +msgstr "याहू परिवर्तन के बारे में सफलतापूर्वक अधिसूचित था" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2979 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:690 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "यह याहू %समय% सेकंड में सूचित करे,शायद आप इस सुविधा को अक्षम करने का निर्माण समय को कम करने के लिए करे." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3023 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:693 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "यहाँ याहू को सूचित करने में समस्या थी, देखें परिणाम " + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:699 +msgid "Bing was successfully notified about changes." +msgstr "बिंग सफलतापूर्वक / b> परिवर्तन के बारे में <अधिसूचित था." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:702 +msgid "It took %time% seconds to notify Bing, maybe you want to disable this feature to reduce the building time." +msgstr "यह बिंग को %समय% सेकंड में सूचित करे,शायद आप इस सुविधा को अक्षम करने का निर्माण समय को कम करने के लिए करे." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:705 +#, php-format +msgid "There was a problem while notifying Bing. View result" +msgstr "यहाँ बिंग को सूचित करने में समस्या थी, देखें परिणाम " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:711 +msgid "Ask.com was successfully notified about changes." +msgstr "अश्क.कॉम सफलतापूर्वक / b> परिवर्तन के बारे में <अधिसूचित था." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:714 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "यह अश्क.कॉम को %समय% सेकंड में सूचित करे,शायद आप इस सुविधा को अक्षम करने का निर्माण समय को कम करने के लिए करे." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3035 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:717 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "यहाँ अश्क.कॉम को सूचित करने में समस्या थी, देखें परिणाम " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3002 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:725 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "निर्माण की प्रक्रिया % समय% सेकंड लेगी पूरी तरह पूरा करने में और इस्तेमाल% स्मृति % MB स्मृति करेगी. " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3004 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:727 +msgid "The building process took about %time% seconds to complete." +msgstr "निर्माण की प्रक्रिया % समय% सेकंड लेगी पूरी तरह पूरा करने में" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3008 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:731 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "आपके साइटमैप की सामग्री नहीं बदल पिछली बार के बाद से तो फाइल लिखा नहीं खोज इंजन pinged नहीं था और थे." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:586 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:739 +msgid "The building process might still be active! Reload the page in a few seconds and check if something has changed." +msgstr "निर्माण की प्रक्रिया अब भी सक्रिय हो सकती है! कुछ ही सेकंड में पृष्ठ पुनः लोड करे और जांच करे अगर कुछ बदल गया है." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3012 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:742 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "पिछले भाग समाप्त नहीं किया! यद तुम्हें याद हो या समय PHP लिपियों के लिए सीमा बढ़ा सकते हैं अधिक जानें" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3014 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:744 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "स्क्रिप्ट थी की अंतिम ज्ञात मेमोरी उपयोग %memused%MB,पने सर्वर की सीमा% memlimit% है." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3018 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:748 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "स्क्रिप्ट की अंतिम ज्ञात निष्पादन समय %timeused% seconds, अपने सर्वर की सीमा% timelimit% सेकंड है." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3022 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:752 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "स्क्रिप्ट के बाद आसपास की संख्या रोका %lastpost% (+/- 100)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3025 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:755 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "यदि सर्वर या ब्लॉग पर कुछ बदल गया है ,आपका <साइटमैप पुनर्निर्माण / a> मैन्युअल रूप से होना चाहिए." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3027 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:757 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "यदि आप किसी भी समस्याओं का सामना प्रक्रिया बनाने के साथ सकते हैं आप उपयोग कर सकते हैं समारोह डिबग के बारे में अधिक जानकारी पाने के लिए." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3040 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:764 +msgid "Basic Options" +msgstr "मूलभूत विकल्प" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:766 +msgid "Sitemap files:" +msgstr "साइटमैप फ़ाइलें हैं:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3104 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:766 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:781 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:801 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:834 +msgid "Learn more" +msgstr "अधिक जानें" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3049 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:771 +msgid "Write a normal XML file (your filename)" +msgstr "एक सामान्य XML फ़ाइल लिखना (आपकी फ़ाइल नाम)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3055 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:777 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "लिखें gzipped फ़ाइल (फ़ाइल नाम आपके + gz.)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:781 +msgid "Building mode:" +msgstr "निर्माण मोड:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3064 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:786 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "पुनर्निर्माण साइटमैप यदि आप अपने ब्लॉग की सामग्री को बदलते है " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3071 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:793 +msgid "Enable manual sitemap building via GET Request" +msgstr "सक्षम मैनुअल के जरिए साइटमैप निर्माण अनुरोध प्राप्त" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:797 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the result box above to see if sitemap was successfully built." +msgstr "यह आप अपने साइटमैप ताज़ा करने की अनुमति देगा अगर एक बाह्य उपकरण WordPress API का उपयोग किए बिना WordPress डेटाबेस में लिखा था. निम्नलिखित यूआरएल का प्रयोग करें प्रक्रिया शुरू करने के %1 लिए: कृपया ऊपर परिणाम बॉक्स को चेक करें यदि साइटमैप सफलतापूर्वक बनाया गया था देखने" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:801 +msgid "Update notification:" +msgstr "अद्यतन सूचना:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:805 +msgid "Notify Google about updates of your Blog" +msgstr "सूचित करे आपके ब्लॉग के अद्यतन के बारे में गूगल" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:806 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "कोई पंजीकरण की आवश्यकता नहीं है, लेकिन आप शामिल हो सकते हैं गूगल वेबमास्टर उपकरण आँकड़ों को खंगालने की जाँच करें." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:810 +msgid "Notify Bing (formerly MSN Live Search) about updates of your Blog" +msgstr "बिंग सूचित करे आपके ब्लॉग के अद्यतन के बारे में (पूर्व MSN लाइव खोज)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:811 +#, php-format +msgid "No registration required, but you can join the Bing Webmaster Tools to check crawling statistics." +msgstr "कोई पंजीकरण की आवश्यकता नहीं है, लेकिन आप शामिल हो सकते हैं गूगल वेबमास्टर उपकरण आँकड़ों को खंगालने की जाँच करें." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:815 +msgid "Notify Ask.com about updates of your Blog" +msgstr "अश्क.कॉम को सूचित करे आपके ब्लॉग के अद्यतन के बारे में " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3089 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:816 +msgid "No registration required." +msgstr "कोई पंजीकरण की आवश्यकता नहीं है," + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3093 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:820 +msgid "Notify YAHOO about updates of your Blog" +msgstr "याहू को सूचित करे आपके ब्लॉग के अद्यतन के बारे में " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:821 +msgid "Your Application ID:" +msgstr "आपका आवेदन आईडी:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:822 +#, php-format +msgid "Don't you have such a key? Request one here! %s2" +msgstr "क्या नहीं है?यहाँ एक अनुरोध करे! %s2" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:827 +msgid "Add sitemap URL to the virtual robots.txt file." +msgstr "जोड़ें आभासी robots.txt फ़ाइल के लिए URL साइटमैप." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:831 +msgid "The virtual robots.txt generated by WordPress is used. A real robots.txt file must NOT exist in the blog directory!" +msgstr "आभासी WordPress द्वारा उत्पन्न robots.txt प्रयोग किया जाता है. एक असली robots.txt फ़ाइल ब्लॉग निर्देशिका में मौजूद नहीं होगा!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:834 +msgid "Advanced options:" +msgstr "उन्नत विकल्प हैं:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:837 +msgid "Limit the number of posts in the sitemap:" +msgstr "साइटमैप में पदों की संख्या सीमा:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:837 +msgid "Newer posts will be included first" +msgstr "नए पदों को पहले शामिल किया जाएगा" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:840 +msgid "Try to increase the memory limit to:" +msgstr "स्मृति सीमा बढ़ाने की कोशिश करें:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:840 +msgid "e.g. \"4M\", \"16M\"" +msgstr "e.g. \"4M\", \"16M\"" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:843 +msgid "Try to increase the execution time limit to:" +msgstr "स्मृति सीमा बढ़ाने की कोशिश करें:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:843 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "सेकंड में, e.g. \"60\" or \"0\" के लिए असीमित" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:847 +msgid "Include a XSLT stylesheet:" +msgstr "एक XSLT stylesheet शामिल करें:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:848 +msgid "Full or relative URL to your .xsl file" +msgstr "पूर्ण या अपने रिश्तेदार. Xsl फ़ाइल के लिए URL" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:848 +msgid "Use default" +msgstr " डिफ़ॉल्ट का प्रयोग करें" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:854 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "सक्षम MySQL मानक मोड. यह सिर्फ अगर हो रही है MySQL त्रुटियों का प्रयोग करें. (आवश्यकताओं अधिक स्मृति!)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:855 +msgid "Upgrade WordPress at least to 2.2 to enable the faster MySQL access" +msgstr "अद्यतन में कम से कम 2.2 के लिए WordPress तेजी से सक्षम करने के लिए MySQL का उपयोग" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:862 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "निर्माण की प्रक्रिया में एक पृष्ठभूमि साइटमैप (आप के लिए इंतजार करना तुम एक के बाद जब बचाने के लिए नहीं है)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:863 +msgid "Upgrade WordPress at least to 2.1 to enable background building" +msgstr "अद्यतन में कम से कम 2.1 के लिए WordPress पृष्ठभूमि निर्माण सक्षम करने के लिए" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3144 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:870 +msgid "Additional pages" +msgstr "अतिरिक्त पृष्ठों" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3149 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:873 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "यहाँ आप फ़ाइलों या यूआरएल जो साइटमैप में शामिल किया जाना चाहिए निर्दिष्ट कर सकते हैं, लेकिन आपके ब्लॉग /WordPress का नहीं.
उदाहरण के लिए,यदि आपके डोमेन www.foo.com और अपने ब्लॉग पर स्थित www.foo.com / ब्लॉग आप www.foo.com पर अपने मुखपृष्ठ शामिल करना चाहते हो " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3151 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3462 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:875 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1083 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1097 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1106 +msgid "Note" +msgstr "नोट" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:876 +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "यदि आपका ब्लॉग एक subdirectory में है और आप पृष्ठों जो ब्लॉग निर्देशिका या नीचे में नहीं जोड़ना चाहते हैं, तुम जरूरी रूट निर्देशिका में आपके साइटमैप फ़ाइल स्थान (आपके साइटमैप फ़ाइल \"स्थान पर देखो इस पृष्ठ पर\" अनुभाग)!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3300 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:878 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:917 +msgid "URL to the page" +msgstr "पृष्ठ के यूआरएल" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:879 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "पृष्ठ के URL दर्ज करें. उदाहरण: http://www.foo.com/index.html or www.foo.com/home " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3157 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3301 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:881 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:918 +msgid "Priority" +msgstr "प्राथमिकता" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3158 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:882 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "ष्ठ की प्राथमिकता के अन्य पन्नों के सापेक्ष चुनें. उदाहरण के लिए, अपने होमपेज पर अपनी छाप से एक उच्च प्राथमिकता होगी." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3160 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3303 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:884 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:920 +msgid "Last Changed" +msgstr "पिछले परिवर्तित" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3161 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:885 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "पिछले परिवर्तन के रूप में की तारीख दर्ज करें YYYY-MM-DD (उदाहरण के लिए 2005/12/31)(वैकल्पिक)." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3302 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:919 +msgid "Change Frequency" +msgstr "बदलें आवृत्ति" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3304 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:921 +msgid "#" +msgstr "#" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3309 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:926 +msgid "No pages defined." +msgstr "कोई परिभाषित पृष्ठों नहीं." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3314 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:931 +msgid "Add new page" +msgstr "नया पृष्ठ जोड़ें" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3325 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:936 +msgid "Post Priority" +msgstr "पोस्ट प्राथमिकता" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3329 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:938 +msgid "Please select how the priority of each post should be calculated:" +msgstr "कृपया चयन करे कैसे प्रत्येक पोस्ट की प्राथमिकता की गणना की जानी चाहिए:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:940 +msgid "Do not use automatic priority calculation" +msgstr "स्वचालित प्राथमिकता गणना का प्रयोग न करें" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:940 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "सभी पदों को ही प्राथमिकता होगी जो परिभाषित है में " प्राथमिकताओं "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3348 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:951 +msgid "Location of your sitemap file" +msgstr "आपके साइटमैप के स्थान फाइल" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3353 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:954 +msgid "Automatic detection" +msgstr "स्वचालित पहचान" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3357 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:958 +msgid "Filename of the sitemap file" +msgstr "साइटमैप फ़ाइल का फ़ाइल नाम" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3360 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:961 +msgid "Detected Path" +msgstr "पता पथ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3360 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:961 +msgid "Detected URL" +msgstr "पता पथ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3365 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:966 +msgid "Custom location" +msgstr "पसंदीदा स्थान" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3369 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:970 +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "निरपेक्ष या रिश्तेदार साइटमैप फ़ाइल के पथ, नाम भी शामिल है." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3371 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3380 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:972 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:981 +msgid "Example" +msgstr "उदाहरण" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3378 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:979 +msgid "Complete URL to the sitemap file, including name." +msgstr "पूरा साइटमैप फ़ाइल यूआरएल, नाम भी शामिल है." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3397 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:992 +msgid "Sitemap Content" +msgstr "साइटमैप सामग्री" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3405 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:998 +msgid "Include homepage" +msgstr "शामिल मुखपृष्ठ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3411 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1004 +msgid "Include posts" +msgstr "शामिल पदों" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1010 +msgid "Include following pages of multi-page posts (Increases build time and memory usage!)" +msgstr "शामिल बहु के अगले पृष्ठ का पद (वृद्धि समय और स्मृति के उपयोग का निर्माण!)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3417 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1016 +msgid "Include static pages" +msgstr "शामिल स्थैतिक पृष्ठों" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3423 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1022 +msgid "Include categories" +msgstr "शामिल श्रेणियां" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3429 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1028 +msgid "Include archives" +msgstr "शामिल अभिलेखागार" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3436 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1035 +msgid "Include tag pages" +msgstr "शामिल टैग पृष्ठ" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1051 +#, php-format +msgid "Include taxonomy pages for %s" +msgstr "शामिल पृष्ठों के वर्गीकरण के लिए %s" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3443 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1061 +msgid "Include author pages" +msgstr "शामिल लेखक पृष्ठ" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1065 +msgid "Further options" +msgstr "इसके अलावा विकल्प" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1070 +msgid "Include the last modification time." +msgstr "अंतिम संशोधन का समय शामिल करें." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1072 +msgid "This is highly recommended and helps the search engines to know when your content has changed. This option affects all sitemap entries." +msgstr "यह अत्यधिक की सिफारिश की है और खोज इंजन में मदद करता है पता है जब आपके सामग्री बदल गया है. इस विकल्प को प्रभावित करता है सभी साइटमैप दर्ज की हैं." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1079 +msgid "Excluded items" +msgstr "अपवर्जित आइटम" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1081 +msgid "Excluded categories" +msgstr "अपवर्जित श्रेणियां" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1083 +msgid "Using this feature will increase build time and memory usage!" +msgstr "इस सुविधा का उपयोग समय और मेमोरी उपयोग के निर्माण में वृद्धि होगी!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1090 +#, php-format +msgid "This feature requires at least WordPress 2.5.1, you are using %s" +msgstr "इस सुविधा की आवश्यकता कम से कम 2.5.1 WordPress,तुम प्रयोग कर रहे हैं %s" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1093 +msgid "Exclude posts" +msgstr "बाहर निकालने के पदों" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1095 +msgid "Exclude the following posts or pages:" +msgstr "निम्नलिखित पदों या पेज बाहर निकालें:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1095 +msgid "List of IDs, separated by comma" +msgstr "आईडी की सूची, अल्पविराम के द्वारा अलग" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1097 +msgid "Child posts won't be excluded automatically!" +msgstr "बच्चे के पदों को स्वचालित रूप से बाहर नहीं जाएगा!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3457 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1103 +msgid "Change frequencies" +msgstr "बदलें आवृत्तियों" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3463 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1107 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "कृपया ध्यान दें कि इस टैग का मूल्य एक और संकेत एक आदेश माना जाता है.हालांकि खोज इंजन crawlers जब इस निर्णय की जानकारी विचार,वे चिह्नित पृष्ठों क्रॉल कर सकते हैं \"प्रति घंटा \" है कि कम से अक्सर, और वे पृष्ठ क्रॉल के रूप में चिह्नित कर सकते हैं \"वार्षिक \" अधिक से अधिक है कि अक्सर.यह भी संभावना है कि crawlers समय समय पर पृष्ठों क्रॉल जाएगा चिह्नित \"कभी \" ताकि वे उन पृष्ठों को अप्रत्याशित परिवर्तन संभाल सकता हूँ." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3469 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3535 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1113 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1170 +msgid "Homepage" +msgstr "मुखपृष्ठ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3475 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1119 +msgid "Posts" +msgstr "डाक" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3481 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3553 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1125 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1188 +msgid "Static pages" +msgstr "स्थैतिक पृष्ठों" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3487 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3559 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1131 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1194 +msgid "Categories" +msgstr "श्रेणियाँ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3493 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1137 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "इस महीने की मौजूदा संग्रह (करना चाहिए अपने होमपेज की तरह ही)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3499 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1143 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "पुराने अभिलेखागार (परिवर्तन केवल अगर तुम एक पुरानी पोस्ट संपादित करें)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3506 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3572 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1150 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1207 +msgid "Tag pages" +msgstr "टैग पृष्ठ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3513 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3579 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1157 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1214 +msgid "Author pages" +msgstr "लेखक पृष्ठ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3527 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1165 +msgid "Priorities" +msgstr "प्राथमिकताएं" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3541 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1176 +msgid "Posts (If auto calculation is disabled)" +msgstr "पदों (यदि स्वत: गणना अक्षम है)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3547 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1182 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "न्यूनतम पोस्ट प्राथमिकता (अगर ऑटो गणना सक्षम है)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3565 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1200 +msgid "Archives" +msgstr "अभिलेखागार" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3590 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1225 +msgid "Update options" +msgstr "अद्यतन विकल्प" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3591 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1226 +msgid "Reset options" +msgstr "रीसेट विकल्प" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:95 +msgid "XML-Sitemap Generator" +msgstr "XML-साइटमैप जनरेटर" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:95 +msgid "XML-Sitemap" +msgstr "XML - साइटमैप" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:109 +msgid "Settings" +msgstr "सेटिंग्स" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:110 +msgid "FAQ" +msgstr "फैक्स " + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:111 +msgid "Support" +msgstr "सहायता" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:112 +msgid "Donate" +msgstr "दान" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:182 +msgid "Sitemap FAQ" +msgstr "साइटमैप फैक्स" + diff --git a/plugins/google-sitemap-generator/lang/sitemap-hu_HU.mo b/plugins/google-sitemap-generator/lang/sitemap-hu_HU.mo new file mode 100644 index 0000000000000000000000000000000000000000..ccbf36ac1ef182aa6df1ba64eb2adbf652a4b9eb GIT binary patch literal 19572 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 literal 0 HcmV?d00001 diff --git a/plugins/google-sitemap-generator/lang/sitemap-hu_HU.po b/plugins/google-sitemap-generator/lang/sitemap-hu_HU.po new file mode 100644 index 0000000..6d4744e --- /dev/null +++ b/plugins/google-sitemap-generator/lang/sitemap-hu_HU.po @@ -0,0 +1,596 @@ +# [Countryname] Language File for sitemap (sitemap-[localname].po) +# Copyright (C) 2005 [name] : [URL] +# This file is distributed under the same license as the WordPress package. +# [name] <[mail-address]>, 2005. +# $Id: sitemap.pot 2502 2005-07-03 20:50:38Z arnee $ +# +msgid "" +msgstr "" +"Project-Id-Version: sitemap\n" +"Report-Msgid-Bugs-To: <[mail-address]>\n" +"POT-Creation-Date: 2005-06-15 00:00+0000\n" +"PO-Revision-Date: 2007-11-05 23:44+0100\n" +"Last-Translator: Cenzi \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language-Team: \n" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:846 +msgid "Comment Count" +msgstr "Kommentek számolása" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:858 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "Kommentek számának felhasználása a fontosság kiszámításához" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:918 +msgid "Comment Average" +msgstr "Kommentek" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:930 +msgid "Uses the average comment count to calculate the priority" +msgstr "Kommentek számolása, hogy a fontosságot megállapíthassa" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:993 +msgid "Popularity Contest" +msgstr "Gyakori tartalom" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:1005 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" + +msgid "XML-Sitemap Generator" +msgstr "Oldaltérkép generátor" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +msgid "XML-Sitemap" +msgstr "XML-Oldaltérkép" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "Köszönjük a támogatást. Segíthez a plugin fejlesztésében, hogy mindez ingyenes maradhasson!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +msgid "Hide this notice" +msgstr "Tanács elrejtése" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and your are satisfied with the results, isn't it worth at least one dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "Köszönjük, hogy ezt a plugint használja! Kb. egy hónapja telepítette a plugint. Ha jól működik, és elégedett az eredményekkel, akkor nem adományozna a fejlesztéshez egy keveset? Adományok segíthetnek a fejleszésekben, hogy ez a plugin ingyenes maradhasson! Persze, nem probléma!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +msgid "No thanks, please don't bug me anymore!" +msgstr "Köszönöm, nem. Ne jelenjen meg többet." + +msgid "XML Sitemap Generator for WordPress" +msgstr "Oldaltérkép generátor WordPresshez" + +msgid "Configuration updated" +msgstr "Beállítások frissítve!" + +msgid "Error while saving options" +msgstr "Hiba az oldalak mentésekor" + +msgid "Pages saved" +msgstr "Oldalak mentve" + +msgid "Error while saving pages" +msgstr "Hiba az oldalak mentésekor" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2748 +#, php-format +msgid "Robots.txt file saved" +msgstr "Robots.txt fájl elmentve" + +msgid "Error while saving Robots.txt file" +msgstr "Hiba aa Robots.txt fájl mentésekor" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2758 +msgid "The default configuration was restored." +msgstr "Alap beállítás visszaállítva." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2851 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2868 +msgid "open" +msgstr "megnyit" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2852 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2869 +msgid "close" +msgstr "bezár" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2853 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2870 +msgid "click-down and drag to move this box" +msgstr "kattintson rá, és ragadja meg ezt a dobozt" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2854 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2871 +msgid "click to %toggle% this box" +msgstr "kattintson, hogy %toggle% ezt a dobozt" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2855 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2872 +msgid "use the arrow keys to move this box" +msgstr "használja a mozgatáshoz a jobbra, balra, fel és le billentyűket" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2856 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2873 +msgid ", or press the enter key to %toggle% it" +msgstr ", vagy nyomja meg az enter gombot az %toggle% -hez." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2884 +msgid "About this Plugin:" +msgstr "Pluginról:" + +msgid "Plugin Homepage" +msgstr "Plugin főoldal" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2887 +msgid "Notify List" +msgstr "Értesítések" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +msgid "Support Forum" +msgstr "Fórum" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2889 +msgid "Donate with PayPal" +msgstr "Adományozás (PayPal)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2890 +msgid "My Amazon Wish List" +msgstr "My Amazon kívánságlista" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +msgid "translator_name" +msgstr "Cenzi" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +msgid "translator_url" +msgstr "http://blog.cenzi.hu" + +msgid "Sitemap Resources:" +msgstr "Oldaltérkép eredmények:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2897 +msgid "Webmaster Tools" +msgstr "Webmaster Tools" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +msgid "Webmaster Blog" +msgstr "Webmaster Blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2900 +msgid "Site Explorer" +msgstr "Oldal böngészése" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2901 +msgid "Search Blog" +msgstr "Kereső blog" + +msgid "Sitemaps Protocol" +msgstr "Oldaltérkép protokol" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2904 +msgid "Official Sitemaps FAQ" +msgstr "Hivatalos oldaltérképek GYIK" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2905 +msgid "My Sitemaps FAQ" +msgstr "Oldaltérképek GYIK" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2910 +msgid "Recent Donations:" +msgstr "Adományok:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2914 +msgid "List of the donors" +msgstr "Adományozók listája" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2916 +msgid "Hide this list" +msgstr "Lista elrejtése" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2919 +msgid "Thanks for your support!" +msgstr "Köszönjük a támogatást!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2931 +msgid "Status" +msgstr "Állapot" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2941 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "Az oldaltérkép még nem készült el. Kattints ide az elkészítéséhez." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2947 +msgid "Your sitemap was last built on %date%." +msgstr "Az oldaltérkép legutóbbi felépítése: %date%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2949 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn moreTovábbzipped) was last built on %date%." +msgstr "Az oldaltérképed (tömörésének) ideje: %date%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2958 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn moreTovábbsuccessfully notified
about changes." +msgstr "Google sikeresen értesítve lett a változásokról." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "%time% másodpercbe telt a Google értesítése, de kikapcsolható ez a funkció." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3011 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "Probléma merült fel a Google értesítésénél. Eredmény megtekintése" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976 +msgid "YAHOO was successfully notified about changes." +msgstr "YAHOO sikeresen értesítve lett a változásokról." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2979 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "%time% másodpercbe telt a YAHOO értesítése, de kikapcsolható ez a funkció." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3023 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "Probléma merült fel a YAHOO értesítésénél. Eredmény megtekintése" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988 +msgid "Ask.com was successfully notified about changes." +msgstr "Ask.com sikeresen értesítve lett a változásokról." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "%time% másodpercbe telt a Ask.com értesítése, de kikapcsolható ez a funkció." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3035 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "Probléma merült fel a Ask.com értesítésénél. Eredmény megtekintése" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3002 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "Felépítési folyamat kb. %time% másodperc ami %memory% MB memóriát használ fel." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3004 +msgid "The building process took about %time% seconds to complete." +msgstr "Felépítési folyamat kb. %time% másodperc." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3008 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "Az oldaltérkép tartalma nem változott, ezért nem lesznek a keresők megpingelve." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3012 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "Nem sikerült! Talán kevés a memória. Tovább" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3014 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "Az utolsó memóriahasználat %memused%MB volt, a memórialimit: %memlimit%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3018 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "Az utolsó script használat %timeused% másodperc, a szervered limite: %timelimit% másodperc." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3022 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "A script megállt megközelítőleg a következő bejegyzési számnál: %lastpost% (+/- 100)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3025 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "Ha valamilyen változás történik a blogodon vagy szervereden, akkor ajánlatos az oldaltérkép újraépítése kézzel." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3027 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "Ha felmerül valamilyen probléma a felépítési folyamat során, akkor futtasd le a debug funkciót a további információért." + +msgid "Basic Options" +msgstr "Alap beállítások" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +msgid "Sitemap files:" +msgstr "Oldaltérkép fájlok:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3104 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +msgid "Learn more" +msgstr "Tovább" + +msgid "Write a normal XML file (your filename)" +msgstr "Normál XML fájl írása (fájlnév)" + +msgid "Write a gzipped file (your filename + .gz)" +msgstr "Gzippelt fájl írása (fájlév + .gz)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +msgid "Building mode:" +msgstr "Felépítési mód:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3064 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "Oldaltérkép újraépítése, ha a blogod tartalma megváltozott" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3071 +msgid "Enable manual sitemap building via GET Request" +msgstr "Kézi oldaltérkép engedélyezése a GET Request segítségével" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3075 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the logfile above to see if sitemap was successfully built." +msgstr "Ez engedélyezni fogja az oldaltérkép frissülését a WordPress adatbázisban. Használd a következő címet a folyamat elindításához: %1 Ellenőrizd a naplózó fájlt, hogy a folyamat befejeződött-e." + +msgid "Update notification:" +msgstr "Frissítési értesítések" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +msgid "Notify Google about updates of your Blog" +msgstr "Google értesítése a blogod frissülésekor" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "Nincs szükség a regisztráláshoz, de csatlakozhatsz a Google Webmaster Tools programhoz, hogy ellenőrizhesd a robotok statisztikáját." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088 +msgid "Notify Ask.com about updates of your Blog" +msgstr "Ask.com értesítése a blogod frissítésekor" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3089 +msgid "No registration required." +msgstr "Nincs szükség a regisztrációhoz." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3093 +msgid "Notify YAHOO about updates of your Blog" +msgstr "YAHOO értesítése a blogod frissítésekor" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3094 +#, php-format +msgid "No registration required, but you can sign up for the YAHOO Site Explorer to view the crawling progress." +msgstr "Nincs szükség a regisztráláshoz, de csatlakozhatsz a YAHOO Site Explorer programhoz, hogy ellenőrizhesd a robotok statisztikáját." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3099 +#, php-format +msgid "Modify or create %s file in blog root which contains the sitemap location." +msgstr "%s fájl elkészítése vagy módosítása." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3102 +msgid "File permissions: " +msgstr "Fájl engedélyek:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3107 +msgid "OK, robots.txt is writable." +msgstr "OK, robots.txt írható." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3109 +msgid "Error, robots.txt is not writable." +msgstr "Hiba, robots.txt nem írható." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3113 +msgid "OK, robots.txt doesn't exist but the directory is writable." +msgstr "OK, robots.txt nem létezik, de a könyvtár írható." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3115 +msgid "Error, robots.txt doesn't exist and the directory is not writable" +msgstr "Hiba, robots.txt nem létezik és a könyvtár nem írható." + +msgid "Advanced options:" +msgstr "Haladó beállítások:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +msgid "Limit the number of posts in the sitemap:" +msgstr "Bejegyzések számának limitálása az oldaltérképben:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +msgid "Newer posts will be included first" +msgstr "Újabb bejegyzések előre kerülnek" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +msgid "Try to increase the memory limit to:" +msgstr "Próbáld meg a memória limit emelését:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +msgid "e.g. \"4M\", \"16M\"" +msgstr "pl. \"4M\", \"16M\"" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +msgid "Try to increase the execution time limit to:" +msgstr "Próbáld meg a végrehajtási idő emelését:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "másodpercekben pl. \"60\" vagy \"0\" a korlátlanért" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Include a XSLT stylesheet:" +msgstr "XSLT stíluslap mellékelése:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Use Default" +msgstr "Alapbeállítás használata" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Full or relative URL to your .xsl file" +msgstr "Teljes vagy relatív URL elérése a .xsl fájlhoz" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "Alap MySQL mód engedélyezése. Ezt csak akkor használd, ha MySQL hibákat tapasztalsz. (Sokkal több memóriára lesz szükség!)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "Háttérfolyamatként építse fel az oldaltérképet (Nem kell várni, amíg a bejegyzést elmented)" + +msgid "Additional pages" +msgstr "Oldalak" + +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Be tudod állítani azokat a fájlokat, amelyek nem tartoznak a blogodhoz.
Például, ha a domainod www.akarmi.hu és a blogod a www.akarmi.hu/blog címen van, beleteheted a www.akarmi.hu címet is az oldaltérképbe." + +msgid "Note" +msgstr "Megjegyzés" + +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "Ha a blogod egy alkönyvtárban van és olyan oldalakat szeretnél felvenni, amelyek nincsennek a blog könyvtárában, akkor a gyökér könyvtárban kell elhelyeznek az oldaltérképet." + +msgid "URL to the page" +msgstr "Oldal URL-je" + +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "Írd be az oldal URL-jét. Például: http://www.akarmi.hu/index.html vagy www.akarmi.hu/home" + +msgid "Priority" +msgstr "Fontosság" + +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "Válaszd ki az oldalak fontosságát. Például, a kezdőlapod lehet, hogy fontosabb, mint az aloldalak." + +msgid "Last Changed" +msgstr "Utolsó módosítás" + +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Írd be az utolsó módosítást YYYY-MM-DD (példaként: 2007-08-12) (ajánlott)." + +msgid "Change Frequency" +msgstr "Változások gyakorisága" + +msgid "#" +msgstr "#" + +msgid "No pages defined." +msgstr "Nincs oldal beállítva." + +msgid "Add new page" +msgstr "Új oldal felvétele" + +msgid "Post Priority" +msgstr "Bejegyzés fontossága" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3329 +msgid "Please select how the priority of each post should be calculated:" +msgstr "Válaszd ki, hogyan működjön a fontosság kalkulálása" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +msgid "Do not use automatic priority calculation" +msgstr "Ne használja az automatikus fontosság kalkulálását" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "Minden bejegyzés azonos fontosságú ami a "Fontosságok" alatt lett beállítva" + +msgid "Location of your sitemap file" +msgstr "Oldaltérkép fájl elérése" + +msgid "Automatic detection" +msgstr "Automatikus megállapítás" + +msgid "Filename of the sitemap file" +msgstr "Oldaltérkép fájl neve" + +msgid "Detected Path" +msgstr "Elérés" + +msgid "Detected URL" +msgstr "URL megállapítása" + +msgid "Custom location" +msgstr "Egyéni elérés" + +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "Abszolút vagy relatív elérése az oldaltérkép fájlnak (fájl-névvel együtt)." + +msgid "Example" +msgstr "Példa" + +msgid "Complete URL to the sitemap file, including name." +msgstr "Teljes URL-je az oldaltérkép fájlnak (fájl-névvel együtt)." + +msgid "Sitemap Content" +msgstr "Oldaltérkép tartalma" + +msgid "Include homepage" +msgstr "Főoldal mellékelése" + +msgid "Include posts" +msgstr "Bejegyzések mellékelése" + +msgid "Include static pages" +msgstr "Statikus oldalak mellékelése" + +msgid "Include categories" +msgstr "Kategóriák mellékelése" + +msgid "Include archives" +msgstr "Arhívumok mellékelése" + +msgid "Include tag pages" +msgstr "Címkék oldalak melléklése" + +msgid "Include author pages" +msgstr "Szerző oldalak melléklése" + +msgid "Change frequencies" +msgstr "Változások gyakorisága" + +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." + +msgid "Homepage" +msgstr "Főoldal" + +msgid "Posts" +msgstr "Bejegyzések" + +msgid "Static pages" +msgstr "Statikus oldal" + +msgid "Categories" +msgstr "Kategóriák" + +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "Jelenlegi hónap arhívuma (Megegyezik az oldaladéval)" + +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Régi archívumok (Ha egy régi bejegyzést módosítottál)" + +msgid "Tag pages" +msgstr "Címkék oldalak" + +msgid "Author pages" +msgstr "Szerző oldalak" + +msgid "Priorities" +msgstr "Fontosságok" + +msgid "Posts (If auto calculation is disabled)" +msgstr "Bejegyzések (Ha az automatikus kalkulálás ki van kapcsolva)" + +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "Minimum bejegyzések fontossága (Ha az automatikus kalkulálás engedélyezve van)" + +msgid "Archives" +msgstr "Archívumok" + +msgid "Update options" +msgstr "Beállítások frissítése" + +msgid "Reset options" +msgstr "Beállítások visszaállítása" + diff --git a/plugins/google-sitemap-generator/lang/sitemap-it_IT.mo b/plugins/google-sitemap-generator/lang/sitemap-it_IT.mo new file mode 100644 index 0000000000000000000000000000000000000000..ee8edc7289e9ae9e3bf78c0dfea6698928d10a36 GIT binary patch literal 26015 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\n" +"Language-Team: Gianni Diurno | http://gidibao.net/ \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Italian\n" +"X-Poedit-Country: ITALY\n" +"X-Poedit-SourceCharset: utf-8\n" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:846 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:642 +msgid "Comment Count" +msgstr "Numero dei commenti" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:858 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:654 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "Utilizza per calcolare la priorità il numero dei commenti all'articolo" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:918 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:714 +msgid "Comment Average" +msgstr "Media dei commenti" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:930 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:726 +msgid "Uses the average comment count to calculate the priority" +msgstr "Utilizza per calcolare la priorità la media dei commenti" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:993 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:789 +msgid "Popularity Contest" +msgstr "Popularity Contest" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:1005 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:801 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "Utilizza il plugin attivato a nomePopularity Contest di Alex King. Vai sotto Impostazioni quindi Most Popular Posts" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1191 +msgid "Always" +msgstr "sempre" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1192 +msgid "Hourly" +msgstr "ogni ora" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1193 +msgid "Daily" +msgstr "ogni giorno" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1194 +msgid "Weekly" +msgstr "settimanalmente" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1195 +msgid "Monthly" +msgstr "mensilmente" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1196 +msgid "Yearly" +msgstr "annualmente" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1197 +msgid "Never" +msgstr "mai" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:97 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "Grazie per la tua donazione. Mi hai aiutato nel proseguire lo sviluppo ed il supporto per questo plugin e per dell'altro software gratuito!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:97 +msgid "Hide this notice" +msgstr "Nascondi questo annuncio" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:103 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and your are satisfied with the results, isn't it worth at least one dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "Grazie per l'utilizzo di questo plugin! Tu hai installato questo plugin più di un mese fa. Qualora funzionasse correttamente e tu fossi soddisfatto per i risultati, perché non donarmi un dollaro? Le donazioni mi aiuteranno nel proseguire lo sviluppo ed il supporto per questo plugin gratuito! Ecco la mia offerta!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:103 +msgid "No thanks, please don't bug me anymore!" +msgstr "No grazie. Non scocciarmi più!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:67 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:114 +msgid "Your sitemap is being refreshed at the moment. Depending on your blog size this might take some time!" +msgstr "La tua sitemap sta per essere rigenerata. In relazione alla dimensione del tuo blog potrebbe occorrere un po' di tempo!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:69 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:116 +#, php-format +msgid "Your sitemap will be refreshed in %s seconds. Depending on your blog size this might take some time!" +msgstr "La tua sitemap verrà rigenerata in %s secondi. In relazione alla dimensione del tuo blog potrebbe occorrere un po' di tempo!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:145 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:448 +msgid "XML Sitemap Generator for WordPress" +msgstr "XML Sitemap Generator per WordPress" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:293 +msgid "Configuration updated" +msgstr "Configurazione aggiornata" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:294 +msgid "Error while saving options" +msgstr "Errore durante il savataggio delle opzioni" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:296 +msgid "Pages saved" +msgstr "Pagine salvate" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:297 +msgid "Error while saving pages" +msgstr "Errore durante il salvataggio delle pagine" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2758 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:304 +msgid "The default configuration was restored." +msgstr "La configurazione predefinita é stata ripristinata." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:374 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:461 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here." +msgstr "E' disponibile una nuova versione di %1$s. Scarica qui la versione %3$s." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:376 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:463 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here automatic upgrade unavailable for this plugin." +msgstr "E' disponibile una nuova versione di %1$s. Scarica qui la versione %3$s l'aggiornamento automatico non é disponibile per questo plugin." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:378 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:465 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here or upgrade automatically." +msgstr "E' disponibile una nuova versione di %1$s. Scarica qui la versione %3$s oppure aggiorna in automatico." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2851 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2868 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:488 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:505 +msgid "open" +msgstr "apri" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2852 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2869 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:489 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:506 +msgid "close" +msgstr "chiudi" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2853 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2870 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:490 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:507 +msgid "click-down and drag to move this box" +msgstr "clicca verso il basso e trascina per spostare questo riquadro" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2854 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2871 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:491 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:508 +msgid "click to %toggle% this box" +msgstr "clicca per %toggle% questo riquadro" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2855 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2872 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:492 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:509 +msgid "use the arrow keys to move this box" +msgstr "udsa il tasto freccia per spostare questo riquadro" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2856 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2873 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:493 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:510 +msgid ", or press the enter key to %toggle% it" +msgstr ", oppure premi il tasto Invio per %toggle%" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2884 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:528 +msgid "About this Plugin:" +msgstr "Info plugin:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:529 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:153 +msgid "Plugin Homepage" +msgstr "Plugin Homepage" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:421 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:530 +msgid "Suggest a Feature" +msgstr "Suggerimenti" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2887 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:531 +msgid "Notify List" +msgstr "Lista notifiche" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:532 +msgid "Support Forum" +msgstr "Forum di supporto" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:424 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:533 +msgid "Report a Bug" +msgstr "Segnala un errore" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2889 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:535 +msgid "Donate with PayPal" +msgstr "Dona con PayPal" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2890 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:536 +msgid "My Amazon Wish List" +msgstr "La mia Amazon Wish List" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:537 +msgid "translator_name" +msgstr "Gianni Diurno" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:537 +msgid "translator_url" +msgstr "http://gidibao.net/" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:540 +msgid "Sitemap Resources:" +msgstr "Risorse Sitemap:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2897 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:541 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:547 +msgid "Webmaster Tools" +msgstr "Webmaster Tools" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:542 +msgid "Webmaster Blog" +msgstr "Webmaster Blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2900 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:544 +msgid "Site Explorer" +msgstr "Site Explorer" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2901 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:545 +msgid "Search Blog" +msgstr "Search Blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3010 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:548 +msgid "Webmaster Center Blog" +msgstr "Webmaster Center Blog" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:550 +msgid "Sitemaps Protocol" +msgstr "Protocollo Sitemap" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2904 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:551 +msgid "Official Sitemaps FAQ" +msgstr "FAQ ufficiale Sitemap" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2905 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:552 +msgid "My Sitemaps FAQ" +msgstr "La mia Sitemaps FAQ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2910 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:555 +msgid "Recent Donations:" +msgstr "Contributi recenti:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2914 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:559 +msgid "List of the donors" +msgstr "Lista dei donatori" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2916 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:561 +msgid "Hide this list" +msgstr "Nascondi questa lista" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2919 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:564 +msgid "Thanks for your support!" +msgstr "Grazie per il tuo supporto!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:584 +msgid "The sitemap wasn't generated yet." +msgstr "La sitemap non é stata ancora generata." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:587 +msgid "Result of the last build process, started on %date%." +msgstr "Risultato dell'ultimo processo di generazione, avviato il %date%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2941 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:596 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "La sitemap non é stata ancora generatat. Clicca qui per costruirla la prima volta." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2947 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:602 +msgid "Your sitemap was last built on %date%." +msgstr "La tua sitemap é stata generata il %date%." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:603 +msgid "The last build succeeded, but the file was deleted later or can't be accessed anymore. Did you move your blog to another server or domain?" +msgstr "La generazione é avvenuta con successo ma pare che il file é stato cancellato oppure non sia più accessibile. Hai forse spostato il tuo blog su di un altro server oppure hai cambiato il dominio?" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2949 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:605 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn more" +msgstr "Si é verificato un problema durante la scrittura del file sitemap. Assicurati che il file esista e sia scrivibile. Info" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2956 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:612 +msgid "Your sitemap (zipped) was last built on %date%." +msgstr "La tua sitemap (archivio .zip) é stata generata il %date%." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:613 +msgid "The last zipped build succeeded, but the file was deleted later or can't be accessed anymore. Did you move your blog to another server or domain?" +msgstr "La creazione del file .zip é avvenuta con successo ma pare che il file é stato cancellato oppure non sia più accessibile. Hai forse spostato il tuo blog su di un altro server oppure hai cambiato il dominio?" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2958 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:615 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn more" +msgstr "Si é verificato un problema durante la scrittura del file .zip della sitemap. Assicurati che il file esista e sia scrivibile . Info" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2964 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:621 +msgid "Google was successfully notified about changes." +msgstr "Google ha ricevuto con successo la notifica dei cambiamenti." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:624 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "Sono stati necessari %time% secondi per la notifica a Google, meglio disattivare questa funzione in modo tale da poter ridurre i tempi di generazione." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3011 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:627 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "Si é verificato un errore durante la notifica a Google. Vedi risultato" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:633 +msgid "YAHOO was successfully notified about changes." +msgstr "YAHOO ha ricevuto con successo la notifica dei cambiamenti." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2979 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:636 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "Sono stati necessari %time% secondi per la notifica a YAHOO, meglio disattivare questa funzione in modo tale da poter ridurre i tempi di generazione." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3023 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:639 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "Si é verificato un errore durante la notifica a YAHOO. Vedi risultato" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3097 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:645 +msgid "Bing was successfully notified about changes." +msgstr "Bing ha ricevuto con successo la notifica dei cambiamenti." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:648 +msgid "It took %time% seconds to notify Bing, maybe you want to disable this feature to reduce the building time." +msgstr "Sono stati necessari %time% secondi per la notifica a Bing, meglio disattivare questa funzione in modo tale da poter ridurre i tempi di generazione." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3011 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:651 +#, php-format +msgid "There was a problem while notifying Bing. View result" +msgstr "Si é verificato un errore durante la notifica a Bing. Vedi risultato" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:657 +msgid "Ask.com was successfully notified about changes." +msgstr "Ask.com ha ricevuto con successo la notifica dei cambiamenti." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:660 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "Sono stati necessari %time% secondi per la notifica a Ask.com, meglio disattivare questa funzione in modo tale da poter ridurre i tempi di generazione." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3035 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:663 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "Si é verificato un errore durante la notifica a Ask.com. Vedi risultato" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3002 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:671 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "Sono stati necessari circa %time% secondi per completare il processo di costruzione e sono stati utilizzati %memory% MB di memoria." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3004 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:673 +msgid "The building process took about %time% seconds to complete." +msgstr "Sono stati necessari circa %time% secondi per completare il processo." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3008 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:677 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "Il contenuto della tua sitemap non cambierà sino all'ultimo momento in modo tale che i file non scritti e nessun motore di ricerca ricevano il ping." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:586 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:685 +msgid "The building process might still be active! Reload the page in a few seconds and check if something has changed." +msgstr "La procedura di costruzione é ancora in atto! Ricarica tra alcuni secondi la pagina e verifica quindi se qualcosa fosse cambiato." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3012 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:688 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "L'ultima operazione non é ancora conclusa! Forse é necessario che tu aumenti la memoria oppure il limite di tempo per gli scripts PHP. Info" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3014 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:690 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "L'ultimo utilizzo di memoria conosciuto per lo script é %memused%MB, il limite del tuo server é %memlimit%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3018 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:694 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "L'ultimo tempo di esecuzione dello script é stato di %timeused% secondi, il limite del tuo server é di %timelimit% secondi." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3022 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:698 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "Lo script si é fermato intorno al post numero %lastpost% (+/- 100)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3025 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:701 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "Qualora avessi modificato qualcosa nel tuo blog o server dovrai rigenerare la sitemap manualmente." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3027 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:703 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "Nel caso in cui rilevassi un qualche problema durante il processo di generazione, utilizza la funzione debug per ottenere maggiori informazioni." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:710 +msgid "Basic Options" +msgstr "Opzioni di Base" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:712 +msgid "Sitemap files:" +msgstr "File Sitemap:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3104 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:712 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:727 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:747 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:780 +msgid "Learn more" +msgstr "altre info" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:717 +msgid "Write a normal XML file (your filename)" +msgstr "Scrivi un normale file XML (nome del file)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:723 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "Scrivi un file gzip (il nome del file + .gz)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:727 +msgid "Building mode:" +msgstr "Modalità generazione:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3064 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:732 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "Rigenera la sitemap quando cambi il contenuto del tuo blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3071 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:739 +msgid "Enable manual sitemap building via GET Request" +msgstr "Abilita la generazione manuale della sitemap via GET Request" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3075 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:743 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the result box above to see if sitemap was successfully built." +msgstr "Questa operazione ti permetterà di rigenerare la sitemap qualora uno strumento esterno abbia operato una scrittura nel database di WordPress senza l'utilizzo della WordPress API. Utilizza l'URL a seguire per avviare il processo: %1 Verifica nel registro qui sopra se la generazione della sitemap é avvenuta con successo." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:747 +msgid "Update notification:" +msgstr "Notifica aggiornamenti:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:751 +msgid "Notify Google about updates of your Blog" +msgstr "Segnala a Google gli aggiornamenti del tuo blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:752 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "Non é richiesta alcuna registrazione, vedi Google Webmaster Tools per le relative informazioni." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3209 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:756 +msgid "Notify Bing (formerly MSN Live Search) about updates of your Blog" +msgstr "Segnala a Bing (ex MSN Live Search) gli aggiornamenti del tuo blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:757 +#, php-format +msgid "No registration required, but you can join the Bing Webmaster Tools to check crawling statistics." +msgstr "Non é richiesta alcuna registrazione, vai alla pagina Bing Webmaster Tools per verificare le statistiche." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:761 +msgid "Notify Ask.com about updates of your Blog" +msgstr "Segnala ad Ask.com gli aggiornamenti del tuo blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3089 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:762 +msgid "No registration required." +msgstr "Nessuna registrazione necessaria." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3093 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:766 +msgid "Notify YAHOO about updates of your Blog" +msgstr "Segnala a YAHOO gli aggiornamenti del tuo blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:767 +msgid "Your Application ID:" +msgstr "La tua ID applicazione:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:768 +#, php-format +msgid "Don't you have such a key? Request one here! %s2" +msgstr "Non hai una chiave? Richiedine qui una! %s2" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:773 +msgid "Add sitemap URL to the virtual robots.txt file." +msgstr "Aggiungi l'URL della sitemap al file virtuale robot.txt " + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:777 +msgid "The virtual robots.txt generated by WordPress is used. A real robots.txt file must NOT exist in the blog directory!" +msgstr "Verrà utilizzato il robots.txt virtuale generato da WordPress. Un file robots.txt reale NON deve esistere nella cartella del blog!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:780 +msgid "Advanced options:" +msgstr "Opzioni avanzate:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:783 +msgid "Limit the number of posts in the sitemap:" +msgstr "Numero limite di articoli presenti nella sitemap:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:783 +msgid "Newer posts will be included first" +msgstr "gli articoli più recenti verranno inclusi per primi" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:786 +msgid "Try to increase the memory limit to:" +msgstr "Prova ad aumentare il limite di memoria a:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:786 +msgid "e.g. \"4M\", \"16M\"" +msgstr "es. \"4M\", \"16M\"" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:789 +msgid "Try to increase the execution time limit to:" +msgstr "Prova ad aumentare il limite del tempo di esecuzione a:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:789 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "in secondi, es. \"60\" o \"0\" per nessun limite" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:793 +msgid "Include a XSLT stylesheet:" +msgstr "Includi un foglio di stile XSLT: " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:794 +msgid "Full or relative URL to your .xsl file" +msgstr "URL al tuo file .xsl " + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:794 +msgid "Use default" +msgstr "Utilizza predefinito" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:800 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "Abilita la modalità MySQL standard. Solo in caso di errori MySQL. (ampio utilizzo della memoria!)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:801 +msgid "Upgrade WordPress at least to 2.2 to enable the faster MySQL access" +msgstr "Aggiorna almeno a WordPress 2.2 per attivare un accesso MySQL più veloce" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:808 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "Costruisci la sitemap con una procedura in background (nessuna attesa durante il salvataggio di un articolo)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:809 +msgid "Upgrade WordPress at least to 2.1 to enable background building" +msgstr "Aggiorna almeno a WordPress 2.1 per attivare la generazione in background" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:816 +msgid "Additional pages" +msgstr "Pagine aggiuntive" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:819 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Qui è possibile specificare file o URL che dovranno venir incluse nella sitemap ma che non appartengono al vostro Blog/WordPress.
Ad esempio, se il vostro dominio è www.foo.com ed il vostro blog è posizionato in www.foo.com/blog potreste voler includere la vostra homepage in www.foo.com" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:821 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1010 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1024 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1033 +msgid "Note" +msgstr "Nota" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:822 +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "Se il tuo blog fosse allocato in una sottodirectory e desiderassi aggiungere delle pagine che NON si trovano nella directory del blog o sotto di essa, DOVRAI posizionare il tuo file di sitemap nella directory radice (vedi la sezione "Posizione del file di sitemap" su questa pagina)!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:824 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:863 +msgid "URL to the page" +msgstr "URL della pagina" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:825 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "inserire la URL della pagina. Ad esempio: http://www.foo.com/index.html oppure www.foo.com/home " + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:827 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:864 +msgid "Priority" +msgstr "Priorità" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:828 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "scegli la priorità di questa pagina in relazione alle altre. Ad esempio, la tua homepage dovrebbe avere una priorità maggiore rispetto alle altre pagine." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:830 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:866 +msgid "Last Changed" +msgstr "Ultima modifica" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:831 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Inserisci la data dell'ultima modifica nel formato YYYY-MM-DD (ad esempio 2005-12-31) (opzionale)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:865 +msgid "Change Frequency" +msgstr "Cambia frequenza" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:867 +msgid "#" +msgstr "#" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:872 +msgid "No pages defined." +msgstr "Nessuna pagina definita" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:877 +msgid "Add new page" +msgstr "Aggiungi nuova pagina" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:882 +msgid "Post Priority" +msgstr "Priorità articolo" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3329 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:884 +msgid "Please select how the priority of each post should be calculated:" +msgstr "Seleziona come deve essere calcolata la priorità per ogni articolo:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:886 +msgid "Do not use automatic priority calculation" +msgstr "Non utilizzare il calcolo automatico della priorità" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:886 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "Tutti gli articoli hanno la stessa priorità definita in "Prioritià"" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:897 +msgid "Location of your sitemap file" +msgstr "Posizione del file di sitemap" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:900 +msgid "Automatic detection" +msgstr "Rilevazione automatica" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:904 +msgid "Filename of the sitemap file" +msgstr "Nome del file di sitemap" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:907 +msgid "Detected Path" +msgstr "Percorso determinato" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:907 +msgid "Detected URL" +msgstr "URL determinata" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:912 +msgid "Custom location" +msgstr "Località personalizzata" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:916 +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "Percorso" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:918 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:927 +msgid "Example" +msgstr "Esempio" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:925 +msgid "Complete URL to the sitemap file, including name." +msgstr "URL completa al file di sitemap, compreso il nome del file" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:938 +msgid "Sitemap Content" +msgstr "Contenuto sitemap" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:944 +msgid "Include homepage" +msgstr "Includi homepage" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:950 +msgid "Include posts" +msgstr "Includi articoli" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:911 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:956 +msgid "Include following pages of multi-page posts (Increases build time and memory usage!)" +msgstr "Includi le seguenti pagine di articoli pagina-multipla (incrementa il tempo di generazione e l'utilizzo di memoria!)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:962 +msgid "Include static pages" +msgstr "Includi pagine statiche" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:968 +msgid "Include categories" +msgstr "Includi categorie" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:974 +msgid "Include archives" +msgstr "Includi gli archivi" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:981 +msgid "Include tag pages" +msgstr "Includi pagine tag" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:988 +msgid "Include author pages" +msgstr "Includi pagine autore" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:992 +msgid "Further options" +msgstr "Opzioni aggiuntive" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:997 +msgid "Include the last modification time." +msgstr "Includi ora dell'ultima modifica." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:999 +msgid "This is highly recommended and helps the search engines to know when your content has changed. This option affects all sitemap entries." +msgstr "Questa operazione é altamente raccomandata poiché aiuta i motori di ricerca a conoscere quando sono stati modificati i contenuti. Questa opzione avrà influenza su tutti i contenuti della sitemap." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1006 +msgid "Excluded items" +msgstr "Escludi elementi" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1008 +msgid "Excluded categories" +msgstr "Categorie escluse" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1010 +msgid "Using this feature will increase build time and memory usage!" +msgstr "l'utilizzo di questa funzione aumenterà il tempo di generazione e l'utilizzo di memoria!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1017 +#, php-format +msgid "This feature requires at least WordPress 2.5.1, you are using %s" +msgstr "Questa funzione richiede come minimo WordPress 2.5.1, tu stai usando %s" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1020 +msgid "Exclude posts" +msgstr "Escludi articoli" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1022 +msgid "Exclude the following posts or pages:" +msgstr "Escludi i seguenti articoli o pagine:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1022 +msgid "List of IDs, separated by comma" +msgstr "separa tra loro con una virgola i vari ID" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1024 +msgid "Child posts won't be excluded automatically!" +msgstr "gli articoli child non saranno automaticamente esclusi!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1030 +msgid "Change frequencies" +msgstr "Modifica frequenze" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1034 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Si noti che il valore di questo tag è da considerarsi un suggerimento e non un comando. Anch se i motori di ricerca prendono in considerazione questa informazione quando decidono cosa indicizzare, potrebbero comunque indicizzare le pagine marcate \"ogni ora\" meno frequentemente così come potrebbero analizzare le pagine marcate come \"annualmente\" più frequentemente. È anche probabile che i moori analizzino periodicamente anche le pagine marcate con \"mai\" per gestire eventuali modifiche inaspettate in queste pagine." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1040 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1097 +msgid "Homepage" +msgstr "Homepage" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1046 +msgid "Posts" +msgstr "Articoli" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1052 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1115 +msgid "Static pages" +msgstr "Pagine statiche" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1058 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1121 +msgid "Categories" +msgstr "Categorie" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1064 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "Archivo del mese corrente (dovrebbe avere lo stesso valore della homepage)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1070 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Archivi precedenti (cambia solo se modificato un vecchio articolo)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1077 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1134 +msgid "Tag pages" +msgstr "Pagine tag" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1084 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1141 +msgid "Author pages" +msgstr "Pagine autore" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1092 +msgid "Priorities" +msgstr "Priorità" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1103 +msgid "Posts (If auto calculation is disabled)" +msgstr "Articoli (se disabilitato il calcolo automatico)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1109 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "Priorità minima degli articoli (anche se fosse stato abilitato il calcolo automatico)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1127 +msgid "Archives" +msgstr "Archivi" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1152 +msgid "Update options" +msgstr "Aggiorna le opzioni" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1153 +msgid "Reset options" +msgstr "Ripristina le opzioni" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:87 +msgid "XML-Sitemap Generator" +msgstr "XML-Sitemap Generator" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:87 +msgid "XML-Sitemap" +msgstr "XML-Sitemap" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:101 +msgid "Settings" +msgstr "Impostazioni" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:102 +msgid "FAQ" +msgstr "FAQ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:103 +msgid "Support" +msgstr "Supporto" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:104 +msgid "Donate" +msgstr "Donazione" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:154 +msgid "Sitemap FAQ" +msgstr "Sitemap FAQ" + diff --git a/plugins/google-sitemap-generator/lang/sitemap-ja.mo b/plugins/google-sitemap-generator/lang/sitemap-ja.mo new file mode 100644 index 0000000000000000000000000000000000000000..a9357b486f69ff6b4c9dde6281ece158fb16845b GIT binary patch literal 26271 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, 2005. +# Naoko McCracken , 2009 +msgid "" +msgstr "" +"Project-Id-Version: Google Sitemaps 3.1.4\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-07 01:15+0100\n" +"PO-Revision-Date: 2009-07-02 23:37-0500\n" +"Last-Translator: Naoko McCracken \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: _e;__\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-Language: Japanese\n" +"X-Poedit-Country: JAPAN\n" +"X-Poedit-SourceCharset: utf-8\n" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:846 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:642 +msgid "Comment Count" +msgstr "コメント数" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:858 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:654 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "コメント数から投稿の優先順位を計算する" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:918 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:714 +msgid "Comment Average" +msgstr "平均コメント数" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:930 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:726 +msgid "Uses the average comment count to calculate the priority" +msgstr "平均コメント数を使って優先順位を計算する" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:993 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:789 +msgid "Popularity Contest" +msgstr "Popularity Contest (人気コンテスト)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:1005 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:801 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "有効化済みの、Alex King によるPopularity Contest (人気コンテスト) プラグインを使用します。設定人気の投稿をご覧ください。" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1187 +msgid "Always" +msgstr "常時" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1188 +msgid "Hourly" +msgstr "毎時" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1189 +msgid "Daily" +msgstr "毎日" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1190 +msgid "Weekly" +msgstr "毎週" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1191 +msgid "Monthly" +msgstr "毎月" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1192 +msgid "Yearly" +msgstr "毎年" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1193 +msgid "Never" +msgstr "更新なし" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:102 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "寄付をありがとうございます。あなたの協力により、このプラグインやその他の無料ソフトのサポートや開発を続けることができます !" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:102 +msgid "Hide this notice" +msgstr "この通知を隠す" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:108 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and your are satisfied with the results, isn't it worth at least one dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "このプラグインを使ってくれてありがとうございます ! 1ヶ月以上前にインストールしてくれたようですね。もしうまく動作していて、結果に満足しているなら、1ドルの価値はありませんか ? あなたの寄付が、この無料のソフトウェアのサポートと開発を続ける支援になります。もちろん !" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:108 +msgid "No thanks, please don't bug me anymore!" +msgstr "結構です。もううるさく言わないでください !" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:67 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:119 +msgid "Your sitemap is being refreshed at the moment. Depending on your blog size this might take some time!" +msgstr "サイトマップを更新しています。ブログのサイズによってはしばらく時間がかかるでしょう。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:69 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:121 +#, php-format +msgid "Your sitemap will be refreshed in %s seconds. Depending on your blog size this might take some time!" +msgstr "%s秒後にサイトマップを更新します。ブログのサイズによってはしばらく時間がかかるでしょう。" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:146 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:453 +msgid "XML Sitemap Generator for WordPress" +msgstr "XML Sitemap Generator for WordPress" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:298 +msgid "Configuration updated" +msgstr "設定を更新しました。" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:299 +msgid "Error while saving options" +msgstr "設定の保存中にエラーが発生しました。" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:301 +msgid "Pages saved" +msgstr "追加ページの設定を保存しました。" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:302 +msgid "Error while saving pages" +msgstr "追加ページの設定の保存中にエラーが発生しました。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2758 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:309 +msgid "The default configuration was restored." +msgstr "初期設定に戻しました。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:374 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:466 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here." +msgstr "新しいバージョンの %1$s があります。バージョン %3$s をダウンロード" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:376 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:468 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here automatic upgrade unavailable for this plugin." +msgstr "新しいバージョンの %1$s があります。バージョン %3$s をダウンロードこのプラグインでは自動アップグレードは使えません。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:378 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:470 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here or upgrade automatically." +msgstr "新しいバージョンの %1$s があります。バージョン %3$s をダウンロードするか、自動アップグレードを行ってください。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2851 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2868 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:493 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:510 +msgid "open" +msgstr "開く" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2852 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2869 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:494 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:511 +msgid "close" +msgstr "閉じる" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2853 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2870 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:495 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:512 +msgid "click-down and drag to move this box" +msgstr "クリック&ドラッグでこのボックスを移動" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2854 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2871 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:496 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:513 +msgid "click to %toggle% this box" +msgstr "クリックしてこのボックスを %toggle%" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2855 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2872 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:497 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:514 +msgid "use the arrow keys to move this box" +msgstr "矢印を使ってこのボックスを移動" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2856 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2873 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:498 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:515 +msgid ", or press the enter key to %toggle% it" +msgstr "または Enter キーを押して%toggle% " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2884 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:533 +msgid "About this Plugin:" +msgstr "このプラグインについて:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:534 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:141 +msgid "Plugin Homepage" +msgstr "プラグインのホームページ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:421 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:535 +msgid "Suggest a Feature" +msgstr "機能を提案" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2887 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:536 +msgid "Notify List" +msgstr "通知一覧" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:537 +msgid "Support Forum" +msgstr "サポートフォーラム" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:424 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:538 +msgid "Report a Bug" +msgstr "バグを報告" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2889 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:540 +msgid "Donate with PayPal" +msgstr "PayPal で寄付" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2890 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:541 +msgid "My Amazon Wish List" +msgstr "Amazon ほしい物リスト" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:542 +msgid "translator_name" +msgstr "translator_name" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:542 +msgid "translator_url" +msgstr "translator_url" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2897 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:545 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:546 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:552 +msgid "Webmaster Tools" +msgstr "ウェブマスターツール" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:547 +msgid "Webmaster Blog" +msgstr "Webmaster Blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2900 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:549 +msgid "Site Explorer" +msgstr "サイトエクスプローラー" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2901 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:550 +msgid "Search Blog" +msgstr "ブログ検索" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3010 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:553 +msgid "Webmaster Center Blog" +msgstr "Webmaster Center Blog" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:555 +msgid "Sitemaps Protocol" +msgstr "サイトマッププロトコル" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2904 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:556 +msgid "Official Sitemaps FAQ" +msgstr "Sitemaps プラグイン公式 FAQ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2905 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:557 +msgid "My Sitemaps FAQ" +msgstr "Sitemaps プラグイン FAQ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2910 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:560 +msgid "Recent Donations:" +msgstr "最近の寄付:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2914 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:564 +msgid "List of the donors" +msgstr "寄付者一覧" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2916 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:566 +msgid "Hide this list" +msgstr "一覧を隠す" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2919 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:569 +msgid "Thanks for your support!" +msgstr "サポートありがとうございます !" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2931 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:587 +msgid "Status" +msgstr "現在の状態" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2941 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:595 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "サイトマップはまだ構築されていません。こちらをクリックしてまず構築してください。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2947 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:601 +msgid "Your sitemap was last built on %date%." +msgstr "あなたのサイトマップが最後に構築されたのは%date%です。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2949 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:603 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn moreさらに詳しくzipped) was last built on %date%." +msgstr "サイトマップ (Zip 圧縮) が最後に構築されたのは%date%です。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2958 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:612 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn moreさらに詳しくsuccessfully notified
about changes." +msgstr "Google に更新を通知しました。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:621 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "Google への通知に%time%秒かかりました。構築時間を短縮するため、この機能を無効にした方が良いかもしれません。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3011 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:624 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "Google への通知中に問題が発生しました。結果を表示" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:630 +msgid "YAHOO was successfully notified about changes." +msgstr "Yahoo! に更新を通知しました。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2979 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:633 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "Yahoo! への通知に%time%秒かかりました。構築時間を短縮するため、この機能を無効にした方が良いかもしれません。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3023 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:636 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "Yahoo! への通知中に問題が発生しました。結果を表示" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:642 +msgid "Bing was successfully notified about changes." +msgstr "Bing に更新を通知しました。" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:645 +msgid "It took %time% seconds to notify Bing, maybe you want to disable this feature to reduce the building time." +msgstr "Bing への通知に%time%秒かかりました。構築時間を短縮するため、この機能を無効にした方が良いかもしれません。" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:648 +#, php-format +msgid "There was a problem while notifying Bing. View result" +msgstr "Bing への通知中に問題が発生しました。結果を表示" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:654 +msgid "Ask.com was successfully notified about changes." +msgstr "Ask.com に更新を通知しました。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:657 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "Ask.com への通知に%time%秒かかりました。構築時間を短縮するため、この機能を無効にした方が良いかもしれません。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3035 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:660 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "Ask.com への通知中に問題が発生しました。結果を表示" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3002 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:668 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "構築処理に約%time%秒かかり、%memory% MB のメモリを使用しました。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3004 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:670 +msgid "The building process took about %time% seconds to complete." +msgstr "構築処理に約%time%秒かかりました。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3008 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:674 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "サイトマップのコンテンツは前回から変更がありませんので、ファイルは更新されず、検索エンジンに通知は送信されていません。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:586 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:682 +msgid "The building process might still be active! Reload the page in a few seconds and check if something has changed." +msgstr "構築処理はまだ終了していないかもしれません。数秒待ったあとにこのページを再読み込みし、何か変更がないか確認してみてください。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3012 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:685 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "前回の作業実行が完了していません。PHP スクリプトのメモリーの最大値を上げてみると良いかもしれません。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3014 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:687 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "このスクリプトの最後のメモリ利用値は%timeused%MBでした。あなたのサーバーの制限値は%memlimit%です。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3018 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:691 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "このスクリプトの最後の既知実行時間は%timeused%秒でした。あなたのサーバーの実行時間最大値は%timelimit%秒です。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3022 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:695 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "投稿 ID %lastpost% (誤差 +/- 100) のあたりでスクリプトが停止しました。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3025 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:698 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "サーバーまたはブログ上で何か変更をした場合は、手動でサイトマップを最構築するべきです。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3027 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:700 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "もし構築処理の間に何か問題が発生したら、デバッグ機能を使ってさらに多くの情報を得ることができます。" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:707 +msgid "Basic Options" +msgstr "基本的な設定" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:709 +msgid "Sitemap files:" +msgstr "サイトマップファイル:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3104 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:709 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:724 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:744 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:777 +msgid "Learn more" +msgstr "さらに詳しく" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:714 +msgid "Write a normal XML file (your filename)" +msgstr "標準の XML ファイルを出力する (filename)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:720 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "gz 圧縮されたファイルを出力する (filename + .gz)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:724 +msgid "Building mode:" +msgstr "構築モード:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3064 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:729 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "ブログのコンテンツを変更したらサイトマップを再構築する" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3071 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:736 +msgid "Enable manual sitemap building via GET Request" +msgstr "GET リクエストによる手動のサイトマップ作成を許可する" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3075 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:740 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the logfile above to see if sitemap was successfully built." +msgstr "WordPress API を使わない外部ツールが WordPress データベースに書き込みをした場合にサイトマップを更新することができます。処理を行うには、以下の URL をクリックしてください: %1 サイトマップの構築が成功したかどうか知るには、上記のログファイルを確認してください。" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:744 +msgid "Update notification:" +msgstr "通知を更新:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:748 +msgid "Notify Google about updates of your Blog" +msgstr "Google にブログの更新を通知" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:749 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "登録は必要ありませんが、Google ウェブマスターツール でクロール関連の統計を見ることができます。" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:753 +msgid "Notify Bing (formerly MSN Live Search) about updates of your Blog" +msgstr "Bing (旧名 MSN Live サーチ) にブログの更新を通知" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:754 +#, php-format +msgid "No registration required, but you can join the Bing Webmaster Tools to check crawling statistics." +msgstr "登録は必要ありませんが、Bing ウェブマスターツール でクロール関連の統計を見ることができます。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:758 +msgid "Notify Ask.com about updates of your Blog" +msgstr "Ask.com にブログの更新を通知" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3089 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:759 +msgid "No registration required." +msgstr "登録は必要ありません。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3093 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:763 +msgid "Notify YAHOO about updates of your Blog" +msgstr "Yahoo! にブログの更新を通知" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:764 +msgid "Your Application ID:" +msgstr "アプリケーション ID:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:765 +#, php-format +msgid "Don't you have such a key? Request one here! %s2" +msgstr "キーを持っていませんか ? こちらでリクエストしてください ! %s2" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:770 +msgid "Add sitemap URL to the virtual robots.txt file." +msgstr "サイトマップの URL を仮想 robots.txt ファイルに追加" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:774 +msgid "The virtual robots.txt generated by WordPress is used. A real robots.txt file must NOT exist in the blog directory!" +msgstr "WordPress が生成した仮想 robots.txt ファイルを使用しています。実際の robots.txt ファイルをブログディレクトリに置かないでください。" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:777 +msgid "Advanced options:" +msgstr "高度な設定:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:780 +msgid "Limit the number of posts in the sitemap:" +msgstr "サイトマップ内の投稿数を制限:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:780 +msgid "Newer posts will be included first" +msgstr "新しい投稿を最初に含める" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:783 +msgid "Try to increase the memory limit to:" +msgstr "メモリの最大値を以下に増加:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:783 +msgid "e.g. \"4M\", \"16M\"" +msgstr "例: \"4M\"、\"16M\"" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:786 +msgid "Try to increase the execution time limit to:" +msgstr "実行時間制限を以下に増加:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:786 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "秒で指定(例: \"60\" など、または無制限の場合は \"0\")" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:790 +msgid "Include a XSLT stylesheet:" +msgstr "XSLT スタイルシートを含める:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:791 +msgid "Full or relative URL to your .xsl file" +msgstr ".xsl ファイルへの絶対または相対パス" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:791 +msgid "Use default" +msgstr "デフォルト設定を使用" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:797 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "MySQL スタンダードモードを有効化する。MySQL エラーが発生しているときのみ使用してください (より大量のメモリーが必要になります !) 。" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:798 +msgid "Upgrade WordPress at least to 2.2 to enable the faster MySQL access" +msgstr "MySQL への高速なアクセスを有効にするため、WordPress をバージョン 2.2 以上にアップグレード" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:805 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "サイトマップをバックグラウンド処理で構築する (投稿を保存する際に待つ必要がありません)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:806 +msgid "Upgrade WordPress at least to 2.1 to enable background building" +msgstr "バックグラウンドでの構築を有効にするため、WordPress をバージョン 2.1 以上にアップグレード" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:813 +msgid "Additional pages" +msgstr "追加ページの設定" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:816 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "WordPress ブログの URL 以外でサイトマップに含める URL を指定できます
例えばドメインが www.foo.com でブログの URL が www.foo.com/blog の場合、www.foo.com を指定してサイトマップに含めることが可能です。" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:818 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:997 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1011 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1020 +msgid "Note" +msgstr "メモ" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:819 +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "もしこのブログがサブディレクトリに配置されていて、ブログディレクトリ以外のページをサイトマップに含めたいときは、サイトマップファイルを必ずルートディレクトリに配置しなくてはなりません (このページの "サイトマップファイルの場所" 設定を確認して下さい) 。" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:821 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:860 +msgid "URL to the page" +msgstr "ページの URL" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:822 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "ページの URL を入力して下さい。 例: http://www.foo.com/index.html や www.foo.com/home " + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:824 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:861 +msgid "Priority" +msgstr "優先順位の設定 (priority)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:825 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "他のページに対し、相対的な優先順位を選んでください。 例えば、ホームページの優先順位を他のページより高くできます。" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:827 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:863 +msgid "Last Changed" +msgstr "最終更新日" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:828 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "最終更新日を YYYY-MM-DD 形式で入力して下さい。" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:862 +msgid "Change Frequency" +msgstr "更新頻度の設定 (changefreq)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:864 +msgid "#" +msgstr "#" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:869 +msgid "No pages defined." +msgstr "追加ページは定義されていません。" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:874 +msgid "Add new page" +msgstr "新しいページの追加" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:879 +msgid "Post Priority" +msgstr "投稿の優先順位" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3329 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:881 +msgid "Please select how the priority of each post should be calculated:" +msgstr "投稿の優先順位の計算方法を選択してください:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:883 +msgid "Do not use automatic priority calculation" +msgstr "優先順位を自動的に計算しない" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:883 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "すべての投稿が "優先順位" で定義されたのと同じ優先度を持つようになります。" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:894 +msgid "Location of your sitemap file" +msgstr "サイトマップファイルの場所" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:897 +msgid "Automatic detection" +msgstr "自動検出" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:901 +msgid "Filename of the sitemap file" +msgstr "サイトマップファイル名" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:904 +msgid "Detected Path" +msgstr "パスの直接設定" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:904 +msgid "Detected URL" +msgstr "検出された URL" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:909 +msgid "Custom location" +msgstr "手動配置" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:913 +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "ファイル名を含むサイトマップファイルへの相対もしくは絶対パス" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:915 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:924 +msgid "Example" +msgstr "例" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:922 +msgid "Complete URL to the sitemap file, including name." +msgstr "ファイル名を含む Sitemap ファイルへの完全な URL" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:935 +msgid "Sitemap Content" +msgstr "Sitemap コンテンツ" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:941 +msgid "Include homepage" +msgstr "ホームページ" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:947 +msgid "Include posts" +msgstr "投稿 (個別記事) を含める" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:953 +msgid "Include following pages of multi-page posts (Increases build time and memory usage!)" +msgstr "複数ページにわたる投稿の全ページを含める (構築時間とメモリー使用量が増加します)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:959 +msgid "Include static pages" +msgstr "固定ページを含める" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:965 +msgid "Include categories" +msgstr "カテゴリーページを含める" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:971 +msgid "Include archives" +msgstr "アーカイブページを含める" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:978 +msgid "Include tag pages" +msgstr "タグページを含める" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:985 +msgid "Include author pages" +msgstr "投稿者ページを含める" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:993 +msgid "Excluded items" +msgstr "含めない項目" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:995 +msgid "Excluded categories" +msgstr "含めないカテゴリー" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:997 +msgid "Using this feature will increase build time and memory usage!" +msgstr "この機能を使用すると、構築時間および使用メモリが増加します。" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1004 +#, php-format +msgid "This feature requires at least WordPress 2.5.1, you are using %s" +msgstr "お使いの WordPress のバージョンは %s です。この機能には 2.5.1 以降へのアップグレードが必要です。" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1007 +msgid "Exclude posts" +msgstr "投稿 (個別記事) を含めない" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1009 +msgid "Exclude the following posts or pages:" +msgstr "以下の投稿または固定ページを含めない:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1009 +msgid "List of IDs, separated by comma" +msgstr "カンマ区切りの ID 一覧" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1011 +msgid "Child posts won't be excluded automatically!" +msgstr "子カテゴリーは自動的に除外されません。" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1017 +msgid "Change frequencies" +msgstr "更新頻度の設定 (changefreq)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1021 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "このタグの値は絶対的な命令ではなくヒントとみなされます。検索エンジンのクローラはこの設定を考慮に入れますが、\"1時間おき\" の設定にしてもその頻度でクロールしないかもしれないし、\"年に1度\" の設定にしてもより頻繁にクロールされるかもしれません。また \"更新なし\" に設定されたページも、予想外の変更に対応するため、おそらく定期的にクロールが行われるでしょう。" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1027 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1084 +msgid "Homepage" +msgstr "ホームページ" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1033 +msgid "Posts" +msgstr "投稿 (個別記事) " + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1039 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1102 +msgid "Static pages" +msgstr "固定ページ" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1045 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1108 +msgid "Categories" +msgstr "カテゴリー別" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1051 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "今月のアーカイブ (たいていは\"ホームページ\"と同じでしょう)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1057 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "古いアーカイブ (古い投稿を編集したときにのみ変更されます)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1064 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1121 +msgid "Tag pages" +msgstr "タグページ" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1071 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1128 +msgid "Author pages" +msgstr "投稿者ページ" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1079 +msgid "Priorities" +msgstr "優先順位の設定 (priority)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1090 +msgid "Posts (If auto calculation is disabled)" +msgstr "投稿 (個別記事) (\"基本的な設定\"で自動計算に設定していない場合に有効)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1096 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "投稿優先度の最小値 (\"基本的な設定\"で自動計算に設定している場合に有効)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1114 +msgid "Archives" +msgstr "アーカイブ別" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1139 +msgid "Update options" +msgstr "設定を更新 »" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1140 +msgid "Reset options" +msgstr "設定をリセット" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:84 +msgid "XML-Sitemap Generator" +msgstr "XML-Sitemap Generator" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:84 +msgid "XML-Sitemap" +msgstr "XML-Sitemap" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:142 +msgid "Sitemap FAQ" +msgstr "Sitemap プラグイン FAQ" + +#~ msgid "Manual location" +#~ msgstr "手動配置" +#~ msgid "OR" +#~ msgstr "もしくは" +#~ msgid "Error" +#~ msgstr "エラーです。" +#~ msgid "" +#~ "A new page was added. Click on "Save page changes" to save your " +#~ "changes." +#~ msgstr "" +#~ "新しい追加ページ(の設定欄)が加わりました。 (ページの情報を入力後)" +#~ ""変更の保存" を押下して設定を保存して下さい。" +#~ msgid "" +#~ "The page was deleted. Click on "Save page changes" to save your " +#~ "changes." +#~ msgstr "" +#~ "指定された追加ページ(の設定欄)を削除しました。 "変更の保存" を" +#~ "押下して設定を保存して下さい。" +#~ msgid "You changes have been cleared." +#~ msgstr "変更は既に削除されています。" +#~ msgid "Manual rebuild" +#~ msgstr "手動による Sitemap ファイルの再構築" +#~ msgid "" +#~ "If you want to build the sitemap without editing a post, click on here!" +#~ msgstr "" +#~ "もし投稿の編集なしに Sitemap ファイルを再構築したい場合はこのボタンを押下" +#~ "してください!" +#~ msgid "Rebuild Sitemap" +#~ msgstr "Sitemap の再構築" +#~ msgid "Save page changes" +#~ msgstr "変更の保存" +#~ msgid "Undo all page changes" +#~ msgstr "ページの変更を元に戻す" +#~ msgid "Delete marked page" +#~ msgstr "マークされたページの削除" +#~ msgid "" +#~ "Enable automatic priority calculation for posts based on comment count" +#~ msgstr "" +#~ "投稿に対するコメント数で、投稿(各エントリ)の優先順位(priority)を自動計算" +#~ "する機能を有効にする" +#~ msgid "Write debug comments" +#~ msgstr "デバッグ用コメント出力を行う" +#~ msgid "Auto-Ping Google Sitemaps" +#~ msgstr "Google Sitemap に更新 ping を送る" +#~ msgid "This option will automatically tell Google about changes." +#~ msgstr "このオプションは、変更を Google に自動的に通知します。" +#~ msgid "Includings" +#~ msgstr "Sitemap に含める 項目の設定" +#~ msgid "Informations and support" +#~ msgstr "情報とサポート" +#~ msgid "" +#~ "Check %s for updates and comment there if you have any problems / " +#~ "questions / suggestions." +#~ msgstr "" +#~ "もし、問題や疑問、提案があれば %s のアップデート情報やコメントを確認して下" +#~ "さい。" +#~ msgid "URL:" +#~ msgstr "URL:" +#~ msgid "Path:" +#~ msgstr "Path:" +#~ msgid "Could not write into %s" +#~ msgstr "%s に書き込むことができません。" +#~ msgid "Successfully built sitemap file:" +#~ msgstr "構築に成功した Sitemap ファイル:" +#~ msgid "Successfully built gzipped sitemap file:" +#~ msgstr "構築に成功した gz 圧縮された Sitemap ファイル:" +#~ msgid "Could not ping to Google at %s" +#~ msgstr "Google への更新 ping の送信ができませんでした。 %s" +#~ msgid "Successfully pinged Google at %s" +#~ msgstr "Google への更新 ping の送信が成功しました。 %s" + diff --git a/plugins/google-sitemap-generator/lang/sitemap-ja_EUC.mo b/plugins/google-sitemap-generator/lang/sitemap-ja_EUC.mo new file mode 100644 index 0000000000000000000000000000000000000000..0d879f408f2d7ef3e1bf2bbbaad9714a9de82e6e GIT binary patch literal 8584 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 HxR3o0j1JJ3 literal 0 HcmV?d00001 diff --git a/plugins/google-sitemap-generator/lang/sitemap-ja_EUC.po b/plugins/google-sitemap-generator/lang/sitemap-ja_EUC.po new file mode 100644 index 0000000..b6f6407 --- /dev/null +++ b/plugins/google-sitemap-generator/lang/sitemap-ja_EUC.po @@ -0,0 +1,322 @@ +# Japanese Language File for sitemap (sitemap-ja_JP.UTF-8.po) +# Copyright (C) 2005 hiromasa : http://hiromasa.zone.ne.jp/ +# This file is distributed under the same license as the WordPress package. +# hiromasa , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: sitemap\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-06-09 02:00+0900\n" +"PO-Revision-Date: 2005-07-03 23:17+0900\n" +"Last-Translator: hiromasa \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=EUC-JP\n" +"Content-Transfer-Encoding: 8bit\n" +"Language-Team: \n" + +#: sitemap.php:375 +msgid "always" +msgstr "Ĥ" + +msgid "hourly" +msgstr "" + +msgid "daily" +msgstr "" + +msgid "weekly" +msgstr "轵" + +msgid "monthly" +msgstr "" + +msgid "yearly" +msgstr "ǯ" + +msgid "never" +msgstr "ʤ" + +msgid "Detected Path" +msgstr "ѥľ" + +msgid "Example" +msgstr "" + +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "ե̾ޤ Sitemap եؤФ⤷Хѥ" + +msgid "Complete URL to the sitemap file, including name." +msgstr "ե̾ޤ Sitemap եؤδ URL" + +msgid "Automatic location" +msgstr "ư" + +msgid "Manual location" +msgstr "ư" + +msgid "OR" +msgstr "⤷" + +msgid "Location of your sitemap file" +msgstr "Sitemap եξ" + +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "⤷ʤΥ֥֥ǥ쥯ȥ֤Ƥˡ֥ǥ쥯ȥʳΥڡ Sitemap ˴ޤ᤿ȤϡSitemap ե롼ȥǥ쥯ȥ֤٤ǤʤΥڡ "Sitemap եξ" ǧƲ" + +#: sitemap.php:512 +msgid "Configuration updated" +msgstr "򹹿ޤ" + +#: sitemap.php:513 +msgid "Error" +msgstr "顼Ǥ" + +#: sitemap.php:521 +msgid "A new page was added. Click on "Save page changes" to save your changes." +msgstr "ɲåڡʤˤäޤ ʥڡξϸ"ѹ¸" 򲡲¸Ʋ" + +#: sitemap.php:527 +msgid "Pages saved" +msgstr "ɲåڡ¸ޤ" + +#: sitemap.php:528 +msgid "Error while saving pages" +msgstr "ɲåڡ¸˥顼ȯޤ" + +#: sitemap.php:539 +msgid "The page was deleted. Click on "Save page changes" to save your changes." +msgstr "ꤵ줿ɲåڡʤˤޤ "ѹ¸" 򲡲¸Ʋ" + +#: sitemap.php:542 +msgid "You changes have been cleared." +msgstr "ѹϴ˺Ƥޤ" + +#: sitemap.php:555 +msgid "Sitemap Generator" +msgstr "Sitemap Generator" + +#: sitemap.php:558 +msgid "Manual rebuild" +msgstr "ưˤ Sitemap եκƹ" + +#: sitemap.php:559 +msgid "If you want to build the sitemap without editing a post, click on here!" +msgstr "⤷ƤԽʤ Sitemap եƹۤϤΥܥ򲡲Ƥ!" + +#: sitemap.php:560 +msgid "Rebuild Sitemap" +msgstr "Sitemap κƹ" + +#: sitemap.php:564 +msgid "Additional pages" +msgstr "ɲåڡ" + +#: sitemap.php:566 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "ǡSitemap ˴ޤޤ٤Ǥ URL ꤹ뤳ȤǤޤ ǻꤹ URL WordPress/Blog °ƤϤޤ
㤨Хɥᥤ www.foo.com ǥ֥ www.foo.com/blog ä硢ʤ www.foo.com Sitemap ˴ޤߤȻפ⤷ޤ󡣡: ιܤ WordPress ʳ URL ꤷץ饰ǽϤ Sitemap ˴ޤ뤳ȤǤޤ" + +#: sitemap.php:568 +msgid "URL to the page" +msgstr "ΥڡURL" + +#: sitemap.php:569 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "ΥڡURL ϤƲ : http://www.foo.com/index.html www.foo.com/home " + +#: sitemap.php:571 +msgid "Priority" +msgstr "ͥ(priority)" + +#: sitemap.php:572 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "¾Υڡ㤷ڡͥ(priority)Ǥ 㤨СʤΥۡڡϡõΥڡ⤤ͥ٤뤫⤷ޤ" + +#: sitemap.php:574 +msgid "Last Changed" +msgstr "ǽ" + +#: sitemap.php:575 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "ǽ YYYY-MM-DD ϤƲ" + +#: sitemap.php:583 +msgid "Change Frequency" +msgstr "(changefreq)" + +#: sitemap.php:585 +msgid "#" +msgstr "#" + +#: sitemap.php:609 +msgid "No pages defined." +msgstr "ɲåڡƤޤ" + +#: sitemap.php:616 +msgid "Add new page" +msgstr "ڡɲ" + +#: sitemap.php:617 +msgid "Save page changes" +msgstr "ѹ¸" + +#: sitemap.php:618 +msgid "Undo all page changes" +msgstr "ڡѹ򸵤᤹" + +#: sitemap.php:621 +msgid "Delete marked page" +msgstr "ޡ줿ڡκ" + +#: sitemap.php:627 +msgid "Basic Options" +msgstr "Ū" + +#: sitemap.php:632 +msgid "Enable automatic priority calculation for posts based on comment count" +msgstr "ƤФ륳ȿǡơʳƥȥˤͥ(priority)ư׻뵡ǽͭˤ" + +#: sitemap.php:638 +msgid "Write debug comments" +msgstr "ǥХåѥȽϤԤ" + +#: sitemap.php:643 +msgid "Filename of the sitemap file" +msgstr "Sitemap Υե̾" + +#: sitemap.php:650 +msgid "Write a normal XML file (your filename)" +msgstr "ɸ XML եϤ (filename)" + +#: sitemap.php:652 +msgid "Detected URL" +msgstr "Detected URL" + +#: sitemap.php:657 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "gz ̤줿եϤ (filename + .gz)" + +#: sitemap.php:664 +msgid "Auto-Ping Google Sitemaps" +msgstr "Google Sitemap ˹ ping " + +#: sitemap.php:665 +msgid "This option will automatically tell Google about changes." +msgstr "Υץϡѹ Google ˼ưŪΤޤ" + +#: sitemap.php:672 +msgid "Includings" +msgstr "Sitemap ˴ޤ ܤ" + +#: sitemap.php:677 +msgid "Include homepage" +msgstr "ۡڡ" + +#: sitemap.php:683 +msgid "Include posts" +msgstr "ơʳƥȥ" + +#: sitemap.php:689 +msgid "Include static pages" +msgstr "Ūʥڡ" + +#: sitemap.php:695 +msgid "Include categories" +msgstr "ƥ" + +#: sitemap.php:701 +msgid "Include archives" +msgstr "" + +#: sitemap.php:708 +msgid "Change frequencies" +msgstr "(changefreq)" + +#: sitemap.php:709 +msgid "Note" +msgstr "" + +#: sitemap.php:710 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Υͤ̿ǤϤʤҥȤȹͤޤ󥸥ΥϤθޤ\"1֤\" ˤƤ⤽٤ǥ뤷ʤ⤷ʤ\"ǯ٤\" ˤƤ⤽ˤ˥뤵뤫⤷ޤ󡣤ޤ \"ʤ\" ꤵ줿ڡ⡢פʤѲ򤳤Υڡ뤿ˡ餯Ū˥뤹Ǥ礦" + +#: sitemap.php:715 +msgid "Homepage" +msgstr "ۡڡ" + +#: sitemap.php:721 +msgid "Posts" +msgstr "ơʳƥȥ" + +#: sitemap.php:727 +msgid "Static pages" +msgstr "Ūʥڡ" + +#: sitemap.php:733 +msgid "Categories" +msgstr "ƥ" + +#: sitemap.php:739 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "Υ (\"ۡڡ\" Ʊˤ٤Ǥ)" + +#: sitemap.php:745 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Ť (ŤƤԽȤѹƤ)" + +#: sitemap.php:752 +msgid "Priorities" +msgstr "ͥ(priority)" + +#: sitemap.php:763 +msgid "Posts (If auto calculation is disabled)" +msgstr "ơʳƥȥ (\"Ū\"Ǽư׻ꤷƤʤͭ)" + +#: sitemap.php:769 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "ơʳƥȥˤκǾ (\"Ū\"Ǽư׻ꤷƤͭ)" + +#: sitemap.php:787 +msgid "Archives" +msgstr "" + +#: sitemap.php:793 +msgid "Informations and support" +msgstr "ȥݡ" + +#: sitemap.php:794 +msgid "Check %s for updates and comment there if you have any problems / questions / suggestions." +msgstr "⤷䵿䡢Ƥ %s ΥåץǡȾ䥳ȤǧƲ" + +#: sitemap.php:797 +msgid "Update options" +msgstr "򹹿 »" + +#: sitemap.php:1033 +msgid "URL:" +msgstr "URL:" + +#: sitemap.php:1034 +msgid "Path:" +msgstr "Path:" + +#: sitemap.php:1037 +msgid "Could not write into %s" +msgstr "%s ˽񤭹ळȤǤޤ" + +#: sitemap.php:1048 +msgid "Successfully built sitemap file:" +msgstr "ۤ Sitemap ե:" + +#: sitemap.php:1048 +msgid "Successfully built gzipped sitemap file:" +msgstr "ۤ gz ̤줿 Sitemap ե:" + +#: sitemap.php:1062 +msgid "Could not ping to Google at %s" +msgstr "Google ؤι ping ǤޤǤ %s" + +#: sitemap.php:1064 +msgid "Successfully pinged Google at %s" +msgstr "Google ؤι ping ޤ %s" + diff --git a/plugins/google-sitemap-generator/lang/sitemap-ja_SJIS.mo b/plugins/google-sitemap-generator/lang/sitemap-ja_SJIS.mo new file mode 100644 index 0000000000000000000000000000000000000000..33386d88b7b6f022533bd36a32a387da159b6af3 GIT binary patch literal 8587 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 MJLBE>nc2$z7v3T)@&Et; literal 0 HcmV?d00001 diff --git a/plugins/google-sitemap-generator/lang/sitemap-ja_SJIS.po b/plugins/google-sitemap-generator/lang/sitemap-ja_SJIS.po new file mode 100644 index 0000000..9e3ffaa --- /dev/null +++ b/plugins/google-sitemap-generator/lang/sitemap-ja_SJIS.po @@ -0,0 +1,322 @@ +# Japanese Language File for sitemap (sitemap-ja_JP.UTF-8.po) +# Copyright (C) 2005 hiromasa : http://hiromasa.zone.ne.jp/ +# This file is distributed under the same license as the WordPress package. +# hiromasa , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: sitemap\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-06-09 02:00+0900\n" +"PO-Revision-Date: 2005-07-03 23:17+0900\n" +"Last-Translator: hiromasa \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=Shift_JIS\n" +"Content-Transfer-Encoding: 8bit\n" +"Language-Team: \n" + +#: sitemap.php:375 +msgid "always" +msgstr "‚" + +msgid "hourly" +msgstr "" + +msgid "daily" +msgstr "" + +msgid "weekly" +msgstr "T" + +msgid "monthly" +msgstr "" + +msgid "yearly" +msgstr "N" + +msgid "never" +msgstr "XVȂ" + +msgid "Detected Path" +msgstr "pX̒ڐݒ" + +msgid "Example" +msgstr "" + +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "t@C܂ Sitemap t@Cւ̑΂͐΃pX" + +msgid "Complete URL to the sitemap file, including name." +msgstr "t@C܂ Sitemap t@Cւ̊S URL" + +msgid "Automatic location" +msgstr "zu" + +msgid "Manual location" +msgstr "蓮zu" + +msgid "OR" +msgstr "" + +msgid "Location of your sitemap file" +msgstr "Sitemap t@C̏ꏊ" + +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "Ȃ̃uOTufBNgɔzuĂꍇɁAuOfBNgȊÕy[W Sitemap Ɋ܂߂Ƃ́ASitemap t@C[gfBNgɔzuׂłBĩy[W "Sitemap t@C̏ꏊ" ݒmFĉj" + +#: sitemap.php:512 +msgid "Configuration updated" +msgstr "ݒXV܂B" + +#: sitemap.php:513 +msgid "Error" +msgstr "G[łB" + +#: sitemap.php:521 +msgid "A new page was added. Click on "Save page changes" to save your changes." +msgstr "Vljy[Wi̐ݒ藓j܂B iy[W̏͌j"ύX̕ۑ" ĐݒۑĉB" + +#: sitemap.php:527 +msgid "Pages saved" +msgstr "ljy[W̐ݒۑ܂B" + +#: sitemap.php:528 +msgid "Error while saving pages" +msgstr "ljy[W̐ݒ̕ۑɃG[܂B" + +#: sitemap.php:539 +msgid "The page was deleted. Click on "Save page changes" to save your changes." +msgstr "w肳ꂽljy[Wi̐ݒ藓j폜܂B "ύX̕ۑ" ĐݒۑĉB" + +#: sitemap.php:542 +msgid "You changes have been cleared." +msgstr "ύX͊ɍ폜Ă܂B" + +#: sitemap.php:555 +msgid "Sitemap Generator" +msgstr "Sitemap Generator" + +#: sitemap.php:558 +msgid "Manual rebuild" +msgstr "蓮ɂ Sitemap t@C̍č\z" + +#: sitemap.php:559 +msgid "If you want to build the sitemap without editing a post, click on here!" +msgstr "e̕ҏWȂ Sitemap t@Cč\zꍇ͂̃{^Ă!" + +#: sitemap.php:560 +msgid "Rebuild Sitemap" +msgstr "Sitemap ̍č\z" + +#: sitemap.php:564 +msgid "Additional pages" +msgstr "ljy[W̐ݒ" + +#: sitemap.php:566 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "ŁASitemap Ɋ܂܂ׂł URL w肷邱Ƃł܂B AŎw肷 URL WordPress/Blog ɑĂ͂܂B
Ⴆ΃hC www.foo.com ŃuO www.foo.com/blog ꍇAȂ www.foo.com Sitemap Ɋ܂݂Ǝv܂Bi: ̍ڂ WordPress ȊO URL w肵AvOCŏo͂ Sitemap Ɋ܂߂邱Ƃł܂j" + +#: sitemap.php:568 +msgid "URL to the page" +msgstr "̃y[WURL" + +#: sitemap.php:569 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "̃y[WURL ͂ĉB : http://www.foo.com/index.html www.foo.com/home " + +#: sitemap.php:571 +msgid "Priority" +msgstr "D揇(priority)̐ݒ" + +#: sitemap.php:572 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "̃y[WɔႵy[W̗D揇(priority)IłB Ⴆ΁AȂ̃z[y[ẂAL̃y[W荂Dx邩܂B" + +#: sitemap.php:574 +msgid "Last Changed" +msgstr "ŏIXV" + +#: sitemap.php:575 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "ŏIXV YYYY-MM-DD `œ͂ĉB" + +#: sitemap.php:583 +msgid "Change Frequency" +msgstr "XVpx(changefreq)̐ݒ" + +#: sitemap.php:585 +msgid "#" +msgstr "#" + +#: sitemap.php:609 +msgid "No pages defined." +msgstr "ljy[W͒`Ă܂B" + +#: sitemap.php:616 +msgid "Add new page" +msgstr "Vy[W̒lj" + +#: sitemap.php:617 +msgid "Save page changes" +msgstr "ύX̕ۑ" + +#: sitemap.php:618 +msgid "Undo all page changes" +msgstr "y[W̕ύXɖ߂" + +#: sitemap.php:621 +msgid "Delete marked page" +msgstr "}[Nꂽy[W̍폜" + +#: sitemap.php:627 +msgid "Basic Options" +msgstr "{IȐݒ" + +#: sitemap.php:632 +msgid "Enable automatic priority calculation for posts based on comment count" +msgstr "eɑ΂RgŁAeieGgj̗D揇(priority)vZ@\Lɂ" + +#: sitemap.php:638 +msgid "Write debug comments" +msgstr "fobOpRgo͂s" + +#: sitemap.php:643 +msgid "Filename of the sitemap file" +msgstr "Sitemap ̃t@C" + +#: sitemap.php:650 +msgid "Write a normal XML file (your filename)" +msgstr "W XML t@Co͂ (filename)" + +#: sitemap.php:652 +msgid "Detected URL" +msgstr "Detected URL" + +#: sitemap.php:657 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "gz kꂽt@Co͂ (filename + .gz)" + +#: sitemap.php:664 +msgid "Auto-Ping Google Sitemaps" +msgstr "Google Sitemap ɍXV ping 𑗂" + +#: sitemap.php:665 +msgid "This option will automatically tell Google about changes." +msgstr "̃IvV́AύX Google ɎIɒʒm܂B" + +#: sitemap.php:672 +msgid "Includings" +msgstr "Sitemap Ɋ܂߂ ڂ̐ݒ" + +#: sitemap.php:677 +msgid "Include homepage" +msgstr "z[y[W" + +#: sitemap.php:683 +msgid "Include posts" +msgstr "eieGgj" + +#: sitemap.php:689 +msgid "Include static pages" +msgstr "ÓIȃy[W" + +#: sitemap.php:695 +msgid "Include categories" +msgstr "JeS" + +#: sitemap.php:701 +msgid "Include archives" +msgstr "A[JCu" + +#: sitemap.php:708 +msgid "Change frequencies" +msgstr "XVpx(changefreq)̐ݒ" + +#: sitemap.php:709 +msgid "Note" +msgstr "" + +#: sitemap.php:710 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "̃^O̒l͖߂ł͂Ȃqgƍl܂BT[`GW̃N[͂̐ݒlɓ܂A\"1Ԃ\" ̐ݒɂĂ̕pxŃN[ȂȂA\"Nx\" ݒɂĂpɂɃN[邩܂B܂ \"XVȂ\" ɐݒ肳ꂽy[WAvȂω̃y[W瓾邽߂ɁA炭N[͒IɃN[ł傤B" + +#: sitemap.php:715 +msgid "Homepage" +msgstr "z[y[W" + +#: sitemap.php:721 +msgid "Posts" +msgstr "eieGgj" + +#: sitemap.php:727 +msgid "Static pages" +msgstr "ÓIȃy[W" + +#: sitemap.php:733 +msgid "Categories" +msgstr "JeS" + +#: sitemap.php:739 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "̃A[JCu (\"z[y[W\" ̐ݒƓɂׂł)" + +#: sitemap.php:745 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "ÂA[JCu (ÂeҏWƂύXĂ)" + +#: sitemap.php:752 +msgid "Priorities" +msgstr "D揇(priority)̐ݒ" + +#: sitemap.php:763 +msgid "Posts (If auto calculation is disabled)" +msgstr "eieGgj (\"{IȐݒ\"ŎvZɐݒ肵ĂȂꍇɗL)" + +#: sitemap.php:769 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "eieGgj̍ŏl (\"{IȐݒ\"ŎvZɐݒ肵ĂꍇɗL)" + +#: sitemap.php:787 +msgid "Archives" +msgstr "A[JCu" + +#: sitemap.php:793 +msgid "Informations and support" +msgstr "ƃT|[g" + +#: sitemap.php:794 +msgid "Check %s for updates and comment there if you have any problems / questions / suggestions." +msgstr "A^AĂ %s ̃Abvf[gRgmFĉB" + +#: sitemap.php:797 +msgid "Update options" +msgstr "ݒXV »" + +#: sitemap.php:1033 +msgid "URL:" +msgstr "URL:" + +#: sitemap.php:1034 +msgid "Path:" +msgstr "Path:" + +#: sitemap.php:1037 +msgid "Could not write into %s" +msgstr "%s ɏނƂł܂B" + +#: sitemap.php:1048 +msgid "Successfully built sitemap file:" +msgstr "\zɐ Sitemap t@C:" + +#: sitemap.php:1048 +msgid "Successfully built gzipped sitemap file:" +msgstr "\zɐ gz kꂽ Sitemap t@C:" + +#: sitemap.php:1062 +msgid "Could not ping to Google at %s" +msgstr "Google ւ̍XV ping ̑Mł܂łB %s" + +#: sitemap.php:1064 +msgid "Successfully pinged Google at %s" +msgstr "Google ւ̍XV ping ̑M܂B %s" + diff --git a/plugins/google-sitemap-generator/lang/sitemap-ja_UTF.mo b/plugins/google-sitemap-generator/lang/sitemap-ja_UTF.mo new file mode 100644 index 0000000000000000000000000000000000000000..1e1aa9d84250794f2fd5b4a6fe9086e47b89dd51 GIT binary patch literal 9953 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, 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: sitemap\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-06-09 02:00+0900\n" +"PO-Revision-Date: 2005-07-03 23:17+0900\n" +"Last-Translator: hiromasa \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language-Team: \n" + +#: sitemap.php:375 +msgid "always" +msgstr "いつも" + +msgid "hourly" +msgstr "毎時" + +msgid "daily" +msgstr "毎日" + +msgid "weekly" +msgstr "毎週" + +msgid "monthly" +msgstr "毎月" + +msgid "yearly" +msgstr "毎年" + +msgid "never" +msgstr "更新されない" + +msgid "Detected Path" +msgstr "パスの直接設定" + +msgid "Example" +msgstr "例" + +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "ファイル名を含む Sitemap ファイルへの相対もしくは絶対パス" + +msgid "Complete URL to the sitemap file, including name." +msgstr "ファイル名を含む Sitemap ファイルへの完全な URL" + +msgid "Automatic location" +msgstr "自動配置" + +msgid "Manual location" +msgstr "手動配置" + +msgid "OR" +msgstr "もしくは" + +msgid "Location of your sitemap file" +msgstr "Sitemap ファイルの場所" + +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "もしあなたのブログがサブディレクトリに配置されている場合に、ブログディレクトリ以外のページを Sitemap に含めたいときは、Sitemap ファイルをルートディレクトリに配置すべきです。(このページの "Sitemap ファイルの場所" 設定を確認して下さい)" + +#: sitemap.php:512 +msgid "Configuration updated" +msgstr "設定を更新しました。" + +#: sitemap.php:513 +msgid "Error" +msgstr "エラーです。" + +#: sitemap.php:521 +msgid "A new page was added. Click on "Save page changes" to save your changes." +msgstr "新しい追加ページ(の設定欄)が加わりました。 (ページの情報を入力後)"変更の保存" を押下して設定を保存して下さい。" + +#: sitemap.php:527 +msgid "Pages saved" +msgstr "追加ページの設定を保存しました。" + +#: sitemap.php:528 +msgid "Error while saving pages" +msgstr "追加ページの設定の保存中にエラーが発生しました。" + +#: sitemap.php:539 +msgid "The page was deleted. Click on "Save page changes" to save your changes." +msgstr "指定された追加ページ(の設定欄)を削除しました。 "変更の保存" を押下して設定を保存して下さい。" + +#: sitemap.php:542 +msgid "You changes have been cleared." +msgstr "変更は既に削除されています。" + +#: sitemap.php:555 +msgid "Sitemap Generator" +msgstr "Sitemap Generator" + +#: sitemap.php:558 +msgid "Manual rebuild" +msgstr "手動による Sitemap ファイルの再構築" + +#: sitemap.php:559 +msgid "If you want to build the sitemap without editing a post, click on here!" +msgstr "もし投稿の編集なしに Sitemap ファイルを再構築したい場合はこのボタンを押下してください!" + +#: sitemap.php:560 +msgid "Rebuild Sitemap" +msgstr "Sitemap の再構築" + +#: sitemap.php:564 +msgid "Additional pages" +msgstr "追加ページの設定" + +#: sitemap.php:566 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "ここで、Sitemap に含まれるべきである URL を指定することができます。 しかし、ここで指定する URL は WordPress/Blog に属してはいけません。
例えばドメインが www.foo.com でブログが www.foo.com/blog だった場合、あなたは www.foo.com を Sitemap に含みたいと思うかもしれません。(訳注: この項目で WordPress 以外の URL を指定し、プラグインで出力する Sitemap に含めることができます)" + +#: sitemap.php:568 +msgid "URL to the page" +msgstr "そのページのURL" + +#: sitemap.php:569 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "そのページのURL を入力して下さい。 例: http://www.foo.com/index.html や www.foo.com/home " + +#: sitemap.php:571 +msgid "Priority" +msgstr "優先順位(priority)の設定" + +#: sitemap.php:572 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "他のページに比例したページの優先順位(priority)を選んでください。 例えば、あなたのホームページは、銘記のページより高い優先度があるかもしれません。" + +#: sitemap.php:574 +msgid "Last Changed" +msgstr "最終更新日" + +#: sitemap.php:575 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "最終更新日を YYYY-MM-DD 形式で入力して下さい。" + +#: sitemap.php:583 +msgid "Change Frequency" +msgstr "更新頻度(changefreq)の設定" + +#: sitemap.php:585 +msgid "#" +msgstr "#" + +#: sitemap.php:609 +msgid "No pages defined." +msgstr "追加ページは定義されていません。" + +#: sitemap.php:616 +msgid "Add new page" +msgstr "新しいページの追加" + +#: sitemap.php:617 +msgid "Save page changes" +msgstr "変更の保存" + +#: sitemap.php:618 +msgid "Undo all page changes" +msgstr "ページの変更を元に戻す" + +#: sitemap.php:621 +msgid "Delete marked page" +msgstr "マークされたページの削除" + +#: sitemap.php:627 +msgid "Basic Options" +msgstr "基本的な設定" + +#: sitemap.php:632 +msgid "Enable automatic priority calculation for posts based on comment count" +msgstr "投稿に対するコメント数で、投稿(各エントリ)の優先順位(priority)を自動計算する機能を有効にする" + +#: sitemap.php:638 +msgid "Write debug comments" +msgstr "デバッグ用コメント出力を行う" + +#: sitemap.php:643 +msgid "Filename of the sitemap file" +msgstr "Sitemap のファイル名" + +#: sitemap.php:650 +msgid "Write a normal XML file (your filename)" +msgstr "標準の XML ファイルを出力する (filename)" + +#: sitemap.php:652 +msgid "Detected URL" +msgstr "Detected URL" + +#: sitemap.php:657 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "gz 圧縮されたファイルを出力する (filename + .gz)" + +#: sitemap.php:664 +msgid "Auto-Ping Google Sitemaps" +msgstr "Google Sitemap に更新 ping を送る" + +#: sitemap.php:665 +msgid "This option will automatically tell Google about changes." +msgstr "このオプションは、変更を Google に自動的に通知します。" + +#: sitemap.php:672 +msgid "Includings" +msgstr "Sitemap に含める 項目の設定" + +#: sitemap.php:677 +msgid "Include homepage" +msgstr "ホームページ" + +#: sitemap.php:683 +msgid "Include posts" +msgstr "投稿(各エントリ)" + +#: sitemap.php:689 +msgid "Include static pages" +msgstr "静的なページ" + +#: sitemap.php:695 +msgid "Include categories" +msgstr "カテゴリ別" + +#: sitemap.php:701 +msgid "Include archives" +msgstr "アーカイブ別" + +#: sitemap.php:708 +msgid "Change frequencies" +msgstr "更新頻度(changefreq)の設定" + +#: sitemap.php:709 +msgid "Note" +msgstr "メモ" + +#: sitemap.php:710 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "このタグの値は命令ではなくヒントだと考えられます。サーチエンジンのクローラはこの設定を考慮に入れますが、\"1時間おき\" の設定にしてもその頻度でクロールしないかもしれないし、\"年一度の\" 設定にしてもそれより頻繁にクロールされるかもしれません。また \"更新されない\" に設定されたページも、思いがけない変化をこれらのページから得るために、おそらくクローラは定期的にクロールするでしょう。" + +#: sitemap.php:715 +msgid "Homepage" +msgstr "ホームページ" + +#: sitemap.php:721 +msgid "Posts" +msgstr "投稿(各エントリ)" + +#: sitemap.php:727 +msgid "Static pages" +msgstr "静的なページ" + +#: sitemap.php:733 +msgid "Categories" +msgstr "カテゴリ別" + +#: sitemap.php:739 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "当月のアーカイブ (\"ホームページ\" の設定と同じにすべきです)" + +#: sitemap.php:745 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "古いアーカイブ (古い投稿を編集したときだけ変更してください)" + +#: sitemap.php:752 +msgid "Priorities" +msgstr "優先順位(priority)の設定" + +#: sitemap.php:763 +msgid "Posts (If auto calculation is disabled)" +msgstr "投稿(各エントリ) (\"基本的な設定\"で自動計算に設定していない場合に有効)" + +#: sitemap.php:769 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "投稿(各エントリ)の最小値 (\"基本的な設定\"で自動計算に設定している場合に有効)" + +#: sitemap.php:787 +msgid "Archives" +msgstr "アーカイブ別" + +#: sitemap.php:793 +msgid "Informations and support" +msgstr "情報とサポート" + +#: sitemap.php:794 +msgid "Check %s for updates and comment there if you have any problems / questions / suggestions." +msgstr "もし、問題や疑問、提案があれば %s のアップデート情報やコメントを確認して下さい。" + +#: sitemap.php:797 +msgid "Update options" +msgstr "設定を更新 »" + +#: sitemap.php:1033 +msgid "URL:" +msgstr "URL:" + +#: sitemap.php:1034 +msgid "Path:" +msgstr "Path:" + +#: sitemap.php:1037 +msgid "Could not write into %s" +msgstr "%s に書き込むことができません。" + +#: sitemap.php:1048 +msgid "Successfully built sitemap file:" +msgstr "構築に成功した Sitemap ファイル:" + +#: sitemap.php:1048 +msgid "Successfully built gzipped sitemap file:" +msgstr "構築に成功した gz 圧縮された Sitemap ファイル:" + +#: sitemap.php:1062 +msgid "Could not ping to Google at %s" +msgstr "Google への更新 ping の送信ができませんでした。 %s" + +#: sitemap.php:1064 +msgid "Successfully pinged Google at %s" +msgstr "Google への更新 ping の送信が成功しました。 %s" + diff --git a/plugins/google-sitemap-generator/lang/sitemap-ko_KR.mo b/plugins/google-sitemap-generator/lang/sitemap-ko_KR.mo new file mode 100644 index 0000000000000000000000000000000000000000..1fbbcc2e220fed4d06f2e2f3e5cebbbb47b882fc GIT binary patch literal 22824 zcmd6v3vkufedqsf9VfxoNd*X21{`C9Kp27L7z|EuDr3N~!R@Bq?xvHSPP;pso#|w<-O0{us{dczc6PSY zPAA*_e9t-m$CWUSAKUSr9KQO$&g1v~{myZIdi|B79>3$X&(fBC!1MkaSe(N@{C<9| z=UoB*1$Yw}f;WOUeAx4@2Rp#UU?=!%;2!WJ;34p%;CH|^;6?C5;I-Fz-ksnlK)wGU zcmwz~kgmNlxB>hI$S2-^0X3EX0jl5s1!`Pf{A=I_kXzniP~U$STnJtOKMscO`4vn? z&p!%k+|Pk6U@N!+d>B-}N5F1y5^M)Q#!by#i_)rtWP8MYm_c$HBwkH^8et z!5qM0Q1hsN(!ReJqzmr_P~)9*_x}jg`v1&5|2fDKy zUjGghAN~{+-F^ao4!nxNHO`ITZ-94$w}KnMd%)e`SHS-OvSjc2&scul2#QX3fSSjn zU=7>|ZUX-tWC(8q#FE@S0bU6n0yX|ouo?Uzcn$d1;6m^hpx&R)WbOesfOO^U10kLF zJK*i$AAZ6|HFz)hO>h<1c7^Bt z2$cN&9mLFm*MFXOz#8}z_&T@}T>b?+@25f0`E{@hY(+S?fKP)R;D->(_25!a-yH() z2Y=?STUq>lTyFw5gTD)EK6k*3Ynabju$Ai{w0Isvcz+3My*GT(%H`)lt@kcabh!^a z2CfC~0{<3V0xrDSzE=gsw{4*M83TF6I|(wh_n$$Q=>0u-4fr_**ZVhvw}VSS^|u+6 zUR(gb0{$_GNP3@Yv-7+S6n`HDrFV~k8fO5!5AU`{I17 z@2#NZ?;%k9`4-p-o&YtE{{w2AISXump8>zd^%uck19yU=`#umA_kIFi3;u71S0Ls4$#Mk`+P;zw+{1W)rU=Ey*vfK?m16~FG2!w^+ ze*(3h{|lm$-nDmHKD2_8yA9w12>m>$dHxAPBmMsGpy>7sa0fVt&JTlo!CQF0l}X56 zJqA;50Dl`4|M$7;?>YQ^Q2qWG{3Q549sUD2&h;l3*?!M}x?aPgo&%>reK)e$>hU3v zSG@0nKKOG`&#(SXyRJ`z%ecN9di&9Aa@_@r&))?_mw)5% zN1*KfPe94<-+-F;HGK4O@bjSfb~h+Kt^=uc9wOTYs7BKQa3D`4+eSu^wbI7}CRez4Z_=7N6(YCYGlv+KSQ)b%|MSA+kS z>u!)Gd0$`>Oxf!PMfVHfZ-9RS>bt)LZv%e?X59+j35xFrtgk|0zfxX~I zHdy*^0iWRdS@84Vm5*3E+6;=`kAtH36Cf()ZFBc8f*Su1K&|V)f?DU_fh^nnMDO_b z@%RrA(NBJ&xqe!s^yo2N@RP26jHb2er#0)h#e#PTTtfR6t&285o1p2(63v>MK}6Zx zN4ti02Td|Ok0zc=PPftYldNcc@lQI4NEllZ-@AuDBGx&Y7igmQF`9nj zo#f$pn&f9E?MB+ar2Q&QwA)G(jrHrMEu;0*j?lhI)9(e^oixdu_>`knY5LttTS&W7 z7yQIO{a}Il$!_R(FAZ@{e*cWW$~0K+9i&Mf^pl_bnZ;XbznK<&eZn)nE;y*y?=qd-hDrBO zfAcHxFDAzLEPKc1C+oOC)xA1xfqRe#pQTA3KS7fot)}VMXTiim`f~?u5A87RYTDzp zy|ho!^!us>V@uca_sz5#?YC*tyKm6e(-4AIzg+PLDnYgC*ZKlKDAj_BzcCo}Yh{04 zt=!vN4CeWTnztzD_f>+PFE!1pHZ6Xr+*Phs+iP2Di{|GR`#ptX;8$~-g1on+t6ZMqvvg;K9y z%Jm2B-jaOYF9nAJej< z&>IUalq-eWpuf4V(B0=V%Y4vNDDi!v_I5Qe$s{H|R0#@*az5zrmgZ_fFT`L@OU+FE6_wzLdQj>fjBoU~ z8}^-YxoRny5V722rm2OcoOMhs!&$fHc7FxS54Pm`2Z}+fCRXwL%Kd@)uD{UR=cbQ@ zaiOnbF4dTreZSDp%~Gx1TUze#M@ao8n}UiYBEDVs8p~7t7t|zPHTq3NcxO+@@EI;w>wS`F(?XBvc~d3udxKg{(qKOdDwT4j z+U_?$7zFvM->Q10D0{Z{EDQy{BB3a?LN4^1+t&zFL1#_9FX4BI9TJ6{mbBg2f!< zvI^&;osaTs>+Eb>w#;w7Wx;~m+ZNu^cI!gFCl$jMzu8)hT(PCyTdvj1CRjVB^`s`w z*riLo;!Mt^9$8&C-M0Fb#9E@PK~?G+Y$-5d_+%)QFI2DukXZ&v!n7G1C63yz8+w@W z26MO61Z6j^hW3<;#qwq?!&*WXXJ*vltS9+=EVFhjk(uVb#d7cb4dqIHjoe)OqOOWRe{q9JvRYB$`~Dop z78+*+&#=jK)I~>nXv_jrz+hzFn{OWTqHk^5<{V~v_M*eY`EJWin=x)u4iD6#X!bi-Ya)PlB=2hkLMjuY9dmAmRavnpm8Nk}p(^Z!#=(X6rgM;fei?St}5|45@fy5#=V ztKXZkR>>vW$S&`#3UZZ_Q8I5;p`Q>@bT8HWyJRVPoR@HV;sn2gHx+~Q_$!xHTVeV@ zjvxuE*EQ%vkp5iqTzwIR5-}bmX<*pAd=nuqW?LZ__9h9k zWGMm@4dq+B&T?K31x@d+AbEj5uWG!D)Y%woqtDjEAkwv5p=7h5Soh=juifiJ$oq3& zM`bq@s(rplqkC(uc31rsOTOwo7;J`|*5jJoBkQhu3Kc$iuEmU`oYb6>hB>dhA?WId*^IreTrO5)v)bJkbZ=zkxy?l>m(lSmYEDM- zZUz+-S1E;i?}jxKQmnrbK_h<8;X7b$g5yyzI+uyp0{tVl#_5>Nwru21+~Dl) zy;%GBO-HA4Z=2>|V>62Tz1xG%yH8{6_Bm&RC>^2GhpSyJJ8Zy)Bw5H%=KA_%OI z29>lQUZdAcJYaL${@g~1a-KlZM6a!)*r2?Q?ZPQnf3C8TnKUs}r8wB+<3~|^o6Oco zf=pVe1+|*k?y`LhGEwzmlA%lW(eC50m~5_CEfc(L4D0};BhoxA%Gd&8?gHirQ^j-h zXvSnq0byGc0iC92M1l8U4Qi1mw62$eEd88}9m#sw@x`2W0N#(pYq%grZel zw+eRih)A(KVCo-G!v>F*WqNE&F32cfm3wNNiGSyMW_YBZ5$jbGWJ$9I%vWP?t( z{9X;gM7FYhmX$~3ko*#ney+ESr1ww?^f#9)8LT{*|T$m4^C9)8d4w#*@7hqAV&b78w@JFDy<;kx51Hook6hTZv!e zgvQiYveYvCanu(XU7{lr#<`9OimhLu9@rQin?j&rq^n4YUL-|%f1WL=%=0_%l}y{K z_IE#m?P8|3#Co-e2!o_}alVjO0m9mlMf2TV>N!+VjlD3X6h-3J6a_9HC$u4AbhQce z(eNMgH5zi2Mh75Kkax4GS1Qs|=Y_OhBVksin%5?2y%fEwB7`ic)r~l3X)&ZBV9Fs+ zQjAQ!PU9hH)K20N&Ga{x%9~3RS%U7mDeIZ#n6Vk9yHXfHi22fROgxzv=QPHlFb9Rm zyl-W|Ce&z+dEY!tKCsKo3~Jd4r}3k9xs5~e+>F?H?^}$;i*~5Y5S4m~^wThqsx^V= zT)#8Pxa2GY>+?R%vc*=QAi_<(ox@QRQ=mm`j29VyI zD?!T*xCCOJmM^a|&u_kYew)8=!2-*(SoWZ`WKM;Gnm-uSvg4wPON#{p)ws|p>t{;} z@IYc=B4?KyqK1f}ct=&+Rw7*44$&kily|kq-_enwB^Cd93yrUH5uDB3^fsZ6 zsHCIgg!Fh%3b8Y zOa)XFO`>JTOuLXUGKEH zcd~!`$@`v7g(aPDXQT8{?F^=TvM$Mqx)B3)Xnd`8B~)V+cWEPNp5m=`&-AclU;vL| zM3UN7hrJnVO!LhCE$P&Ki*YQM?Z4Z&D!7=zZS5$5F?ZZ13G^uXY1enmhWHgbT$?`x@@+cOS zs_ZJ3E02lC*=vaA5nvec%(1PtSsRQdS8SXKxy<9FiES(MZ4Z;AN`3t~YgVsoTdGnS zmu<@+tGUcUX8 z>q2z!4S!L+)Pv0|mlpF@ske@1wXF+s{T)W8?BRn42;p++n|I&-hvBz-21X!cDomi4o4TxFrV=Jp7`(u-T2{aLrj?^ zPLIB#Wn%-P;a8_#I~z@Gjm9ss7L$BU?>rm6c4m5XEE+=)9Wm+k=rg<>9o?HQHrxl1 zkM0ehKIBht-^=Q~sq>TJYvRkXC?CS3=gx%tm^xh?++l}mB(Qese+- ztCu$q zZ|o0W9+TKkKmFv?>l0p-+?bmD9ai~HME=llG%;+H;>C;6&OJzgkwIw{TnwL@j5TGZ z+I|0+WO@hc^1^s@aY%}>gBchJkpw%vNpD1EfLN5W0`5<}HXLnZB*X*NeC}n@Rayq` zkL>Xt2nMYR3~>`CBVi-%aky|J1r(aQb!{>QX1|>ZzVvmOy zaXUA}eua*QXieKE#49A(ikBNZ+;yCOq=Z-z0(1NN!M!p(sC76wj%Yg(4o~dKtR$6? z=I|*5;l#JZ^YG>U>i;G4^)$--+4_|s#f(e5L$eV8>LzZo+q<+3KsZ}C!xkl1Pj#W({NVw}q{OwL{eb_O>NWc`G( z$wtQB?x(39XKd9kJ@D*vE|Qn%g)`AnY;+>%nC6!!{c!*OaNAi}p<-%6@om z#Bo^eYx~ye?c?I4@qq4tPImLe4Dic*345Z6aT!AtO_GwD5gXBQ;iLksgmRZ|;1`DCE%*iJt7aEV%g`&2!%$+?hI6T(Hj6 zH2Q~DANFDch*)H6GpAj+l#vV1@5i#5n1=a`exSCZrNmj*K}SOdhp+*^WI36pg-tzK(~danP2l>BMJ6BbYI$ zhH+)W)}T2v&=3GNh?HU0(Nosa$$mro8GbRIg$Z5oB^P13Vbp;$;eiSHw(!(>#9ZWy z&GfjNMLIACaHM>vhatJ~3A>JKI5R%J%{nFGf{Y1QtoGU&qZ|jmZ(ekwlc854m`Gn_&!gD4thlZ&) zBFEPG9^;1zDlQUS5%Gu$Hh#zAWCGtf5Whs&nmo$HhVi|u5GVKIAU(bzDVo@tt}nii z?VaA5i4WuZuCgk!Cc!lpLL7CQAJG|EaewO7^C7`qA|ylvR*mGxiG6n+k1bR~B;@$i zKwG!&-N?2fWpoU{%g>U-)VRL?=H}|Z?@z*+TFv`&YT*fm!QqJ~@xZb-?Z zbs=va3>d}N2`A0rU1q3f$H`ODK*c3b#3O!ltVlLnjk5~nV&f#8(}xJYNn@~MSTm9h zl1-d2*<_YV&ex_E2gB@=4wJ^k2Hg)|Jc(rz_2yL*)0-r?u`@KGOeTp7x1EX4O3A73 z#yKVQoG}lRDMMp(d@8c>b`qZ%XLb@-H{=XsrZkY4WaD&BkV;ZhNCHhl&cyV1;l5Y# z{l<>F6omI!1eupaYfo#Y;z(@e5;P)YLV*@((Z!y_aon_`PXvwX;$QRt12mHOSsySCfa6RCbg8ZWlNM(lY|l5 zO)PI?E|aq|!i6!aRZ1T)FyX|pjAocOTn&#b`}YXdOmR|0Jk>bALmGdqx{b7r1Wjc)Hz&oKGJpi$%1E2S z6UQ)H1RPD6O4SoFs^e*xB-O)jY0yqWurD9^|oS+#(eDo{T+ zNomI}3g7MivIW*g^Ml7E`;v=_i%mwmtX}#JdM-v$Rk2aAs$kA*+CYVf#?*j(#o^~C zVN5y@QyPl4KbZ*yq9bQz4xrZy<1jh%M4JY7Qt3_Idni34*Dxy=9L%bf>>sA<>75hN z8*DGkNH$E--PCzJ1PvnFvhS(z`HP-4B^ix_4R(bRJ}LJJdE&iHf+}YC(i@3&usN{t z_8B?gTA86TVk+X{sWah=#8+l^67ZuZMOF#f&ZnTR_6OpS2+dM9>S`XO_LMZJBmmK& zp{)0tYibHv;WMnlr7Fd-Lb_wWQ7JR;#LdoSS{EX!xUhfryy3R%0;NU5(8O@J_I6@f zOX7<}HhI=K4K(ZMGn7`T8z2OefQ+R?`Gr>z09YR#o{*_pNY`9x8u)x0H4nL}j4f;E zEsDUXuJsYned@xVhUzpSlnI*QybYRCmT)Z3(%u}*BgTaV3NR0!l(oSEOihkczR)~b zD}+zk!f+YVA09Hq%>*BF8>6^z_!!}fsfj4MiHT$n`Ni~xE_M_X*3A?q7}`*7k>VX1 zMsPG0oAjzOlpg#;=d|x6+D@7L7h<(Goc7Za8;atVx3gIJ)+1kL)MT;kzB#}3{y7kc zScRuY5O?Gk+Bb$MSxb#-Aqt1|M#KJ4i!lP)mrHhVLU#QQ@0}5j5Xzcd!Wava$YCN7 zG!rB2J~n;eN%8Py>)>G3OOw9!_wvE%p+FcaRWNKsaVeacc~6i#j?Z}C?9R_KAEZU= z#z|~Fm6=4M(}_4J9MZ{9cQ{Z3Q!Q^*yyFH=UX>A0zTv)bW2fV$S#x9-OIJ>GMJKsV z?Kq}6(p+;UP_7`Jqgkgdx!Bb@`x$TO#4{ieipEY6*WtLRaE+t+)F1bUN1uufa$0?~ zr#Wn3mPz1cBfRX`Vp8gI!{IR%UN3dTkS&8DHfUh7tZMl32o>OlptQk786qH1C$`G+ zDJaF{p#HPTG2?Wd-D*=jGQE|^@fA(jijN5hIf~cbxGfTLcy`33zvQ}I~hvJ5UGxH>Cq~4RR-=ui;p7cE<(RvSO-N24)@gjEb zQXf?=Q?jdO5_^hv_le`8aY-hLGv?jpaj{E^{d`am7#*DwF8^qlwv_WsB{M2^eO)>bBgs6N8+dVA*^wort4g1-LE* z6OY)EL(ykMYZ$boz-1z&gm@+}AV7A?N4R1u#V&f#-paAWIuQ`MUBU3gR#`u^JlsFY zh7O?qbl)Y4`{DV)@a(5kj5~p zW(L&I6gQZivbge~?JrwtB2%Ajc0FtOomV4ZHZDuke~H*_h);A($%L}gs)NpQEi&xs zt2$~FZU^d&mY-vXpjoGIONakdP^V-&FyLi^i7A(h8FER6Er-n9ISG<+ z3yHHcq@8i#}kWZ*>^H;C;r7I z)_nMm&WxoQLn<)NuxAao5i1$ThEu7=w#6G6aj;;_)2y&H9cShl*7Qlk;%A*^wR{Wr zp441g-pyQWv=c`<3L!}e*>=D*#D`x!6I3O)Bhs=Hq>X2s\n" +"Language-Team: Wordpress Korea \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Korean\n" +"X-Poedit-Country: KOREA, REPUBLIC OF\n" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:846 +msgid "Comment Count" +msgstr "코멘트 갯수" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:858 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "포스트의 코멘트 갯수를 이용해 우선순위를 계산합니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:918 +msgid "Comment Average" +msgstr "코멘트 평균" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:930 +msgid "Uses the average comment count to calculate the priority" +msgstr "코멘트의 평균 갯수를 이용해 우선순위를 계산합니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:993 +msgid "Popularity Contest" +msgstr "Popularity Contest" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:1005 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "활성화 된Alex KingPopularity Contest Plugin을 이용합니다. 설정Most Popular Posts를 확인하십시오." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +msgid "XML-Sitemap Generator" +msgstr "XML-사이트 맵 생성기" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +msgid "XML-Sitemap" +msgstr "XML-사이트 맵" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "기부에 정말 감사드립니다. 제가 이 플러그인이나 다른 무료 프로그램을 계속 작성하고 지원할 수 있도록 도와주십시오!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +msgid "Hide this notice" +msgstr "이 주의사항 숨기기." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and your are satisfied with the results, isn't it worth at least one dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "이 플러그인을 사용해 주셔서 감사합니다! 당신이 이 플러그인을 사용한 지 한달이 되었습니다. 만약 이 플러그인의 작동과 결과가 만족스러웠고 1달러 이상의 가치가 있다고 생각하십니까? 기부로 제가 이 무료 소프트웨어의 개발과 지원을 계속하도록 도움을 주십시오! 네, 문제없습니다!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +msgid "No thanks, please don't bug me anymore!" +msgstr "사양합니다, 더 이상 귀찮게 하지 말아주십시오." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2635 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2835 +msgid "XML Sitemap Generator for WordPress" +msgstr "워드프레스 용 XML 사이트 맵 생성기" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2740 +msgid "Configuration updated" +msgstr "설정이 업데이트 되었습니다" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2741 +msgid "Error while saving options" +msgstr "옵션을 저장하는 중에 에러가 발생했습니다" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2743 +msgid "Pages saved" +msgstr "페이지가 저장되었습니다" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2744 +msgid "Error while saving pages" +msgstr "페이지를 저장하는 중에 에러가 발생했습니다" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2748 +#, php-format +msgid "Robots.txt file saved" +msgstr "Robots.txt 파일이 저장되었습니다" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2750 +msgid "Error while saving Robots.txt file" +msgstr "Robots.txt 파일을 저장하는 중에 에러가 발생했습니다" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2758 +msgid "The default configuration was restored." +msgstr "기본 설정이 복원되었습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2851 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2868 +msgid "open" +msgstr "열기" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2852 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2869 +msgid "close" +msgstr "닫기" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2853 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2870 +msgid "click-down and drag to move this box" +msgstr "이 상자를 움직이려면 클릭하고 드래그 하십시오" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2854 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2871 +msgid "click to %toggle% this box" +msgstr "클릭하면 이 상자를 %toggle%" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2855 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2872 +msgid "use the arrow keys to move this box" +msgstr "방향키를 사용해서 이 상자를 이동" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2856 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2873 +msgid ", or press the enter key to %toggle% it" +msgstr ", 또는 엔터키를 눌러 %toggle%" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2884 +msgid "About this Plugin:" +msgstr "이 플러그인 대해:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2886 +msgid "Plugin Homepage" +msgstr "플러그인 홈페이지" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2887 +msgid "Notify List" +msgstr "메일 통지 리스트" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +msgid "Support Forum" +msgstr "서포트 포럼" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2889 +msgid "Donate with PayPal" +msgstr "PayPal 기부" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2890 +msgid "My Amazon Wish List" +msgstr "내 Amazon 위시 리스트" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +msgid "translator_name" +msgstr "번역자 김승엽" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +msgid "translator_url" +msgstr "http://unfusion.kunsan.ac.kr/word" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2895 +msgid "Sitemap Resources:" +msgstr "사이트맵 Resources:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2897 +msgid "Webmaster Tools" +msgstr "웹마스터 도구" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +msgid "Webmaster Blog" +msgstr "웹마스터 블로그" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2900 +msgid "Site Explorer" +msgstr "사이트 익스플로러" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2901 +msgid "Search Blog" +msgstr "블로그 검색" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +msgid "Webmaster Center Blog" +msgstr "웹마스터 센터 블로그" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2903 +msgid "Sitemaps Protocol" +msgstr "사이트 맵 프로토콜" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2904 +msgid "Official Sitemaps FAQ" +msgstr "사이트 맵 FAQ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2905 +msgid "My Sitemaps FAQ" +msgstr "사이트 맵 생성기 FAQ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2910 +msgid "Recent Donations:" +msgstr "최근 기부:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2914 +msgid "List of the donors" +msgstr "기부자 목록" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2916 +msgid "Hide this list" +msgstr "목록 숨기기" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2919 +msgid "Thanks for your support!" +msgstr "당신의 지원에 감사드립니다!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2931 +msgid "Status" +msgstr "상태" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2941 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "사이트 맵이 아직 만들어지지 않았습니다. 여기를 클릭하면 처음으로 사이트 맵을 생성합니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2947 +msgid "Your sitemap was last built on %date%." +msgstr "당신의 사이트 맵%date%에 마지막으로 생성되었습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2949 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn more정보 더 보기" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2956 +msgid "Your sitemap (zipped) was last built on %date%." +msgstr "당신의 사이트 맵(압축됨)은 %date%에 마지막으로 생성되었습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2958 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn more정보 더 보기" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2964 +msgid "Google was successfully notified about changes." +msgstr "Google에 변경사항을 성공적으로 통보하였습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "Google에 통보하는데 %time% 초가 걸렸습니다. 만약 이 기능을 사용하지 않으면 사이트 맵 작성시간을 줄일 수 있습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3011 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "Google에 통보하는 동안 문제가 발생했습니다. 결과 보기" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976 +msgid "YAHOO was successfully notified about changes." +msgstr "YAHOO에 변경사항을 성공적으로 통보하였습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2979 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "YAHOO에 통보하는데 %time% 초가 걸렸습니다. 만약 이 기능을 사용하지 않으면 사이트 맵 작성시간을 줄일 수 있습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3023 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "YAHOO에 통보하는 동안 문제가 발생했습니다. 결과 보기" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976 +msgid "MSN was successfully notified about changes." +msgstr "MSN에 변경사항을 성공적으로 통보하였습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991 +msgid "It took %time% seconds to notify MSN.com, maybe you want to disable this feature to reduce the building time." +msgstr "MSN.com에 통보하는데 %time% 초가 걸렸습니다. 만약 이 기능을 사용하지 않으면 사이트 맵 작성시간을 줄일 수 있습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3035 +#, php-format +msgid "There was a problem while notifying MSN.com. View result" +msgstr "MSN.com에 통보하는 동안 문제가 발생했습니다. 결과 보기" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988 +msgid "Ask.com was successfully notified about changes." +msgstr "Ask.com에 변경사항을 성공적으로 통보하였습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "Ask.com에 통보하는데 %time% 초가 걸렸습니다. 만약 이 기능을 사용하지 않으면 사이트 맵 작성시간을 줄일 수 있습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3035 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "Ask.com에 통보하는 동안 문제가 발생했습니다. 결과 보기" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3002 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "작성 과정을 완료하는데 약 %time% 초가 걸렸고, %memory% MB 의 메모리가 사용 되었습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3004 +msgid "The building process took about %time% seconds to complete." +msgstr "작성 과정을 완료하는데 %time% 초가 걸렸습니다. " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3008 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3012 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "마지막 실행이 완료되지 않았습니다! PHP 스크립트의 시간제한이나 메모리 한계를 올려 보시기 바랍니다. 정보 더 보기" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3014 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "최근에 스크립트가 사용한 메모리는 %memused%MB 이며, 서버의 메모리 한계는 %memlimit%입니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3018 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "최근에 스트립트가 실행하면서 걸린 시간은 %timeused%초 이고, 서버의 제한시간은 %timelimit%초 입니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3022 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "스크립트가 포스트 넘버 %lastpost% (+/- 100) 부근에서 멈추었습니다" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3025 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "만약 서버 또는 블로그에 변경사항이 있다면 수동으로 사이트 맵을 재작성해야 합니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3027 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "만약 작성 과정에 어떠한 문제가 발생한다면 디버그 기능을 이용하여 더 많은 정보를 얻을 수 있습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3040 +msgid "Basic Options" +msgstr "기본 옵션" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +msgid "Sitemap files:" +msgstr "사이트 맵 파일:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3104 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +msgid "Learn more" +msgstr "정보 더 보기" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3049 +msgid "Write a normal XML file (your filename)" +msgstr "표준 XML 파일 작성 ( 사용자 파일이름 )" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3055 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "압축 파일 작성 ( 사용자 파일이름 + .gz)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +msgid "Building mode:" +msgstr "작성 모드:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3064 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "블로그의 내용이 변경되었을 때 사이트 맵을 재작성함" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3071 +msgid "Enable manual sitemap building via GET Request" +msgstr "GET Request를 통해 수동 사이트 맵 작성이 가능토록 함" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3075 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the logfile above to see if sitemap was successfully built." +msgstr "이 항목은 워드프레스 API를 사용하지 않고 워드프레스 데이타 베이스에 내용을 작성하는 외부 프로그램이 있을 때 사이트 맵을 재생성할 수 있도록 해줍니다. 다음의 링크를 따라 가면 처리과정을 시작할 수 있습니다.: %1 사이트 맵을 성공적으로 작성했는지 확인하려면 위의 로그파일을 확인하시기 바랍니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +msgid "Update notification:" +msgstr "업데이트 통지:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +msgid "Notify Google about updates of your Blog" +msgstr "블로그의 업데이트를 Google에 통보" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "등록이 필요하진 않지만, 구글 웹마스터 툴 에 가입하면 수집 통계를 확인할 수 있습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +msgid "Notify MSN Live Search about updates of your Blog" +msgstr "블로그의 업데이트를 MSN Live에 통보" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#, php-format +msgid "No registration required, but you can join the MSN Live Webmaster Tools to check crawling statistics." +msgstr "등록이 필요하진 않지만, MSN Live 웹마스터 툴 에 가입하면 수집 통계를 확인할 수 있습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088 +msgid "Notify Ask.com about updates of your Blog" +msgstr "블로그의 업데이트를 Ask.com에 통보" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3089 +msgid "No registration required." +msgstr "등록 필요 없음." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3093 +msgid "Notify YAHOO about updates of your Blog" +msgstr "블로그의 업데이트를 YAHOO에 통보" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +msgid "Your Application ID:" +msgstr "당신의 Application ID:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155 +#, php-format +msgid "Don't you have such a key? Request one here! %s2" +msgstr "Key를 가지고 있지 않나요? 여기서 신청하세요! %s2" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3099 +#, php-format +msgid "Modify or create %s file in blog root which contains the sitemap location." +msgstr "사이트 맵 위치를 포함하고 있는 블로그 루트의 %s 파일을 생성 또는 변경합니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3102 +msgid "File permissions: " +msgstr "파일 권한:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3107 +msgid "OK, robots.txt is writable." +msgstr "OK, robox.txt가 쓰기 가능한 상태입니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3109 +msgid "Error, robots.txt is not writable." +msgstr "Error, robots.txt가 쓰기 불가능한 상태입니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3113 +msgid "OK, robots.txt doesn't exist but the directory is writable." +msgstr "OK, robots.txt 파일은 존재하지 않지만 디렉토리가 쓰기 가능한 상태입니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3115 +msgid "Error, robots.txt doesn't exist and the directory is not writable" +msgstr "Error, robots.txt 가 존재하지 않으며 디렉토리도 쓰기 불가능한 상태입니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +msgid "Advanced options:" +msgstr "고급 옵션:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +msgid "Limit the number of posts in the sitemap:" +msgstr "사이트 맵에 포함될 포스트의 갯수를 제한함:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +msgid "Newer posts will be included first" +msgstr "최근 포스트가 먼저 포함됩니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +msgid "Try to increase the memory limit to:" +msgstr "메모리 한계를 증가시킴:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +msgid "e.g. \"4M\", \"16M\"" +msgstr "예. \"4M\", \"16M\"" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +msgid "Try to increase the execution time limit to:" +msgstr "실행 시간 제한을 증가시키도록함:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "초 단위로 기입, 예.\"60\" 또는 \"0\" (제한 없음)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Include a XSLT stylesheet:" +msgstr "XSLT 스타일시트를 포함:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Use Default" +msgstr "기본설정 사용" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Full or relative URL to your .xsl file" +msgstr ".xsl 파일의 전체 또는 상대 주소" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "MySQL 스탠다드 모드를 가능하게 함. MySQL 에러가 발생할 때만 사용하십시오. (더 많은 메모리가 필요함!)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "백그라운드 작업으로 사이트 맵을 생성 (포스트를 저장할 때 기다리지 않아도 됩니다.)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +msgid "Exclude the following posts or pages:" +msgstr "다음의 포스트나 페이지를 제외:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +msgid "List of IDs, separated by comma" +msgstr "콤마로 구분된 ID 리스트" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3144 +msgid "Additional pages" +msgstr "페이지 추가" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3149 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "여기서 특정 파일이나 URL을 사이트 맵에 추가할 수 있지만 Blog/WordPress에 속해 있는 것은 추가 할 수 없습니다.
예를 들어, 도메인이 www.foo.com이고 블로그의 위치가 www.foo.com/blog 라면 www.foo.com을 홈페이지로 추가할 수 있습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3151 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3462 +msgid "Note" +msgstr "주의" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "블로그가 서브 디렉토리에 위치하는데 새 페이지를 추가하길 원한다면 사이트 맵 파일이 블로그 디렉토리나 그 아래에 있으면 안되고 root 디렉토리에 있어야 합니다. (이 페이지의 "사이트 맵 파일의 위치" 부분을 보십시오.)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3300 +msgid "URL to the page" +msgstr "페이지의 주소" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "페이지의 주소를 입력하십시오.예:http://www.foo.com/index.html or www.foo.com/home" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3157 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3301 +msgid "Priority" +msgstr "우선순위" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3158 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "다른 페이지에 비교하여 페이지의 우선 순위를 선택하십시오. 예를 들어 홈페이지는 다른 것에 비해 높은 우선 순위를 가져야 합니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3160 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3303 +msgid "Last Changed" +msgstr "마지막 변경" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3161 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "최근 변경된 날짜를 YYYY-MM-DD (예 : 2005-12-31 ) 형식으로 입력하십시오 ( 선택사항 )" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3302 +msgid "Change Frequency" +msgstr "변경 빈도" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3304 +msgid "#" +msgstr "#" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3309 +msgid "No pages defined." +msgstr "페이지가 지정되지 않았습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3314 +msgid "Add new page" +msgstr "새 페이지 추가" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3325 +msgid "Post Priority" +msgstr "포스트 우선순위" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3329 +msgid "Please select how the priority of each post should be calculated:" +msgstr "각 포스트의 우선순위를 어떻게 계산할 것인지 선택해 주십시오:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +msgid "Do not use automatic priority calculation" +msgstr "자동 우선순위 계산을 사용하지 않음" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "모든 포스트가 "우선권"에서 설정된 우선순위를 같게 됩니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3348 +msgid "Location of your sitemap file" +msgstr "사이트 맵 파일의 위치" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3353 +msgid "Automatic detection" +msgstr "자동 탐지" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3357 +msgid "Filename of the sitemap file" +msgstr "사이트 맵 파일의 이름" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3360 +msgid "Detected Path" +msgstr "탐지된 경로" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3360 +msgid "Detected URL" +msgstr "탐지된 주소" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3365 +msgid "Custom location" +msgstr "커스텀 로케이션" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3369 +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "파일이름을 포함한 사이트 맵 파일의 절대 또는 상대 경로" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3371 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3380 +msgid "Example" +msgstr "예제" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3378 +msgid "Complete URL to the sitemap file, including name." +msgstr "파일이름을 포함한 사이트 맵 파일의 완전한 주소." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3397 +msgid "Sitemap Content" +msgstr "사이트 맵 내용" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3405 +msgid "Include homepage" +msgstr "홈페이지 추가" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3411 +msgid "Include posts" +msgstr "포스트 추가" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3417 +msgid "Include static pages" +msgstr "정적 페이지 추가" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3423 +msgid "Include categories" +msgstr "카테고리 추가" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3429 +msgid "Include archives" +msgstr "아카이브 추가" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3436 +msgid "Include tag pages" +msgstr "태크 페이지 추가" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3443 +msgid "Include author pages" +msgstr "작성자 페이지 추가" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3457 +msgid "Change frequencies" +msgstr "수집 빈도 변경" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3463 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "각 태그에 있는 수치들은 고려할 수 있는 사항일 뿐 절대적인 명령은 아닙니다. 서치 엔진의 Crawler가 아래의 정보를 수집 결정을 내릴 때 고려한다고 해도 \"매시간\" 으로 된 페이지를 더 긴 주기로 수집할 수도 있고 \"매년\" 으로 된 페이지를 더 짧은 주기로 수집할 수도 있습니다. 이것은 \"하지않음\"으로 된 페이지도 마찬가지로 주기적 수집을 할 수도 있어서 그러한 페이지에 발생한 변화를 예기치 않게 수집할 수도 있습니다." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3469 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3535 +msgid "Homepage" +msgstr "홈페이지" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3475 +msgid "Posts" +msgstr "포스트들" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3481 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3553 +msgid "Static pages" +msgstr "정적 페이지들" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3487 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3559 +msgid "Categories" +msgstr "카테고리들" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3493 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "이번 달의 아카이브 ( 홈페이지와 같아야 합니다.)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3499 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "오래된 아카이브 ( 예전 포스트를 수정했을 때만 변경 하십시오.)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3506 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3572 +msgid "Tag pages" +msgstr "태그 페이지들" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3513 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3579 +msgid "Author pages" +msgstr "작성자 페이지들" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3527 +msgid "Priorities" +msgstr "우선권" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3541 +msgid "Posts (If auto calculation is disabled)" +msgstr "포스트 ( 만약 자동 계산이 중지 되었을 경우 )" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3547 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "최소 포스트 우선권 (만약 자동 계산이 활성화 되어있을 때도)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3565 +msgid "Archives" +msgstr "아카이브" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3590 +msgid "Update options" +msgstr "옵션 업데이트" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3591 +msgid "Reset options" +msgstr "옵션 초기화" + diff --git a/plugins/google-sitemap-generator/lang/sitemap-nl_NL.mo b/plugins/google-sitemap-generator/lang/sitemap-nl_NL.mo new file mode 100644 index 0000000000000000000000000000000000000000..d3e84e132ea3c9eb26bda40a2a8194b8b376c8e2 GIT binary patch literal 22052 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 literal 0 HcmV?d00001 diff --git a/plugins/google-sitemap-generator/lang/sitemap-nl_NL.po b/plugins/google-sitemap-generator/lang/sitemap-nl_NL.po new file mode 100644 index 0000000..6a3896a --- /dev/null +++ b/plugins/google-sitemap-generator/lang/sitemap-nl_NL.po @@ -0,0 +1,505 @@ +msgid "" +msgstr "" +"Project-Id-Version: sitemap\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2008-03-15 10:27+0100\n" +"Last-Translator: forkless \n" +"Language-Team: Arne Brachhold \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: German\n" +"X-Poedit-Country: GERMANY\n" + +msgid "Comment Count" +msgstr "Aantal Reacties" + +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "Gebruikt het aantal reacties van het bericht om de prioriteit te berekenen" + +msgid "Comment Average" +msgstr "Reactie Gemiddelde" + +msgid "Uses the average comment count to calculate the priority" +msgstr "Gebruik het reactie gemiddelde om de prioriteit te berekenen" + +msgid "Popularity Contest" +msgstr "Popularity Contest" + +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "Gebruikt het geactiveerde Popularity Contest Plugin van Alex King. Zie instellingen en meest populaire berichten" + +msgid "XML-Sitemap Generator" +msgstr "XML-Sitemap Generator" + +msgid "XML-Sitemap" +msgstr "XML-Sitemap" + +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "Hartelijke dank voor je donatie! Je helpt hierbij deze gratis plugin te ondersteunen en verder te ontwikkelen!" + +msgid "Hide this notice" +msgstr "Deze melding verbergen" + +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and your are satisfied with the results, isn't it worth at least one dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "Bedankt voor het gebruiken van deze plugin! Je hebt deze plugin meer dan een maand geleden geinstalleerd. Wanneer het naar behoren werkt en je met het resultaat tevreden bent is het dan niet minsten één dollar waard? Donaties helpen mij deze diese gratis software te ondersteunen en verder te ontwikkelen! Natuurlijk, geen probleem! " + +msgid "No thanks, please don't bug me anymore!" +msgstr "Nee dankjewel, val me hier niet meer mee lastig! " + +msgid "XML Sitemap Generator for WordPress" +msgstr "XML Sitemap Generator voor WordPress" + +msgid "Configuration updated" +msgstr "De instellingen zijn opgeslagen" + +msgid "Error while saving options" +msgstr "Bij het opslaan van de instellingen is een fout opgetreden." + +msgid "Pages saved" +msgstr "Pagina's opgeslagen" + +msgid "Error while saving pages" +msgstr "Bij het opslaan van de pagina's is een fout opgetreden" + +msgid "Robots.txt file saved" +msgstr "Robots.txt bestand opgeslagen" + +msgid "Error while saving Robots.txt file" +msgstr "Er is een fout opgetreden tijdens het opslaan van robots.txt" + +msgid "The default configuration was restored." +msgstr "De standaard instellingen zijn weer hersteld." + +msgid "open" +msgstr "openen" + +msgid "close" +msgstr "sluiten" + +msgid "click-down and drag to move this box" +msgstr "Klik en sleep om dit venster te verplaatsen" + +msgid "click to %toggle% this box" +msgstr "Klik om dit venster te %toggle%" + +msgid "use the arrow keys to move this box" +msgstr "gebruik de cursor toetsen om dit venster te verplaatsen" + +msgid ", or press the enter key to %toggle% it" +msgstr ", of druk op de enter toets om het te %toggle%" + +msgid "About this Plugin:" +msgstr "Over deze plugin:" + +msgid "Plugin Homepage" +msgstr "Plugin homepage" + +msgid "Notify List" +msgstr "E-Mail wanneer er een update is" + +msgid "Support Forum" +msgstr "Support Forum" + +msgid "Donate with PayPal" +msgstr "Met PayPal doneren" + +msgid "My Amazon Wish List" +msgstr "Amazon wensenlijst" + +msgid "translator_name" +msgstr "Mark Peters" + +msgid "translator_url" +msgstr "http://www.zinloosverteld.nl" + +msgid "Sitemap Resources:" +msgstr "Sitemap informatie:" + +msgid "Webmaster Tools" +msgstr "Webmaster Tools" + +msgid "Webmaster Blog" +msgstr "Webmaster Blog" + +msgid "Site Explorer" +msgstr "Site Explorer" + +msgid "Search Blog" +msgstr "Doorzoek Blog" + +msgid "Webmaster Center Blog" +msgstr "Webmaster Center Blog" + +msgid "Sitemaps Protocol" +msgstr "Sitemaps Protocol" + +msgid "Official Sitemaps FAQ" +msgstr "Officiële Sitemaps FAQ" + +msgid "My Sitemaps FAQ" +msgstr "Mijn Sitemaps FAQ" + +msgid "Recent Donations:" +msgstr "Recente Donaties:" + +msgid "List of the donors" +msgstr "Lijst van donateurs" + +msgid "Hide this list" +msgstr "Lijst verbergen" + +msgid "Thanks for your support!" +msgstr "Bedankt voor je support!" + +msgid "Status" +msgstr "Status" + +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "De sitemap is nog niet gegenereerd. Klik hier om deze voor de eerste keer aan te maken." + +msgid "Your sitemap was last built on %date%." +msgstr "Jouw Sitemap werd voor het laatst op %date% gegenereerd." + +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn moreMeer informatiezipped) was last built on %date%." +msgstr "Jouw (gezipt) sitemap werd voor het laatst op %date% gegenereerd." + +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn moreMeer informatiesuccessfully notified about changes." +msgstr "Google is succesvol op de hoogte gesteld van de veranderingen." + +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "Het duurde %time% seconden om Google op de hoogte te stellen. Misschien wil je deze optie deactiveren om de doorlooptijd van de sitemap generatie te verkorten?" + +msgid "There was a problem while notifying Google. View result" +msgstr "Er was een probleem bij het informeren van Google. Resultaat weergeven" + +msgid "YAHOO was successfully notified about changes." +msgstr "Yahoo is succesvol op de hoogte gesteld van de veranderingen." + +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "Het duurde %time% seconden om Yahoo op de hoogte te stellen. Misschien wil je deze optie deactiveren om de doorlooptijd van de sitemap generatie te verkorten?" + +msgid "There was a problem while notifying YAHOO. View result" +msgstr "Er was een probleem bij het informeren van Yahoo. Resultaat weergeven" + +msgid "MSN was successfully notified about changes." +msgstr "MSN.com is succesvol op de hoogte gesteld van de veranderingen." + +msgid "It took %time% seconds to notify MSN.com, maybe you want to disable this feature to reduce the building time." +msgstr "Het duurde %time% seconden om MSN.com op de hoogte te stellen. Misschien wil je deze optie deactiveren om de doorlooptijd van de sitemap generatie te verkorten?" + +msgid "There was a problem while notifying MSN.com. View result" +msgstr "Er was een probleem bij het informeren van MSN.com. Resultaat weergeven" + +msgid "Ask.com was successfully notified about changes." +msgstr "Ask.com is succesvol op de hoogte gesteld van de veranderingen." + +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "Het duurde %time% seconden om Ask.com op de hoogte te stellen. Misschien wil je deze optie deactiveren om de doorlooptijd van de sitemap generatie te verkorten?" + +msgid "There was a problem while notifying Ask.com. View result" +msgstr "Er was een probleem bij het informeren van Ask.com. Resultaat weergeven" + +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "Het sitemap genereren duurde %time% seconden en gebruikte %memory%MB geheugen." + +msgid "The building process took about %time% seconds to complete." +msgstr "Het sitemap genereren duurde %time% seconden." + +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "De inhoud van de sitemap heeft zich niet gewijzigd sinds de laatste keer, als gevolgd zijn er geen bestanden weggeschreven en zijn de zoekmachines niet op de hoogte gesteld." + +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "De laatste generatie van de sitemap is niet afgesloten! Het kan helpen de geheugenlimiet voor PHP scripts te verhogen. Meer informatie" + +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "Het laatst bekende geheugengebruik van het script lag op %memused%MB, het limiet voor PHP scripts op deze server is %memlimit%." + +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "De laatst bekende doorlooptijd lag op %timeused% seconden, het limiet voor PHP scripts voor deze server is %timelimit% seconden." + +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "Het script is ongeveer gestopt bij bericht nummer %lastpost% (+/- 100)" + +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "Wanneer er iets gewijzigd is op de server of aan het Blog, dan kan men de sitemap met de hand opnieuw genereren." + +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "Indien er bij het genereren van de sitemap problemen zijn kan men de Debug Functie gebruiken om meer informatie over de opgetreden fout te achterhalen." + +msgid "Basic Options" +msgstr "Basisinstellingen" + +msgid "Sitemap files:" +msgstr "Sitemap bestanden:" + +msgid "Learn more" +msgstr "Meer informatie" + +msgid "Write a normal XML file (your filename)" +msgstr "Sitemap als XML bestand aanmaken (bestandsnaam)" + +msgid "Write a gzipped file (your filename + .gz)" +msgstr "Gezipte sitemap aanmaken (bestandsnaam + .gz)" + +msgid "Building mode:" +msgstr "Generatie mode::" + +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "Sitemap opnieuw genereren wanneer je de inhoud van je Blog wijzigt" + +msgid "Enable manual sitemap building via GET Request" +msgstr "Handmatig genereren van de sitemap via GET aanvragen toestaan" + +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the logfile above to see if sitemap was successfully built." +msgstr "Hiermee kun je je sitemap opnieuw genereren indien een externe tool in de database van WordPress geschreven heeft zonder gebruik te maken van de API. Gebruik de volgende URL om het process te starten: %1 Controleer het logbestand hierboven om te kijken of de sitemap succesvol is gegenereerd." + +msgid "Update notification:" +msgstr "Wijzigings notificatie:" + +msgid "Notify Google about updates of your Blog" +msgstr "Google YAHOO op de hoogte stellen van de Blog wijzigingen" + +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "Registratie niet noodzakelijk, maar je kunt je optioneel aanmelden bij de Google Webmaster Tools om de indexeringsstatistieken van de site te bekijken." + +msgid "Notify MSN Live Search about updates of your Blog" +msgstr "MSN Live Search op de hoogte stellen van de Blog wijzigingen" + +msgid "No registration required, but you can join the MSN Live Webmaster Tools to check crawling statistics." +msgstr "Registratie niet noodzakelijk, maar je kunt je optioneel aanmelden bij de MSN Live Webmaster Tools om de indexeringsstatistieken van de site te bekijken." + +msgid "Notify Ask.com about updates of your Blog" +msgstr "Ask.com YAHOO op de hoogte stellen van de Blog wijzigingen" + +msgid "No registration required." +msgstr "Geen registratie noodzakelijk" + +msgid "Notify YAHOO about updates of your Blog" +msgstr "YAHOO op de hoogte stellen van de Blog wijzigingen" + +msgid "Your Application ID:" +msgstr "Jouw Application ID:" + +msgid "Don't you have such a key? Request one here! %s2" +msgstr "Nog geen key? Hier aanvragen! %s2" + +msgid "Modify or create %s file in blog root which contains the sitemap location." +msgstr "Maak of wijzig het %s bestand in de root directory van je Blog." + +msgid "File permissions: " +msgstr "Bestands permissies:" + +msgid "OK, robots.txt is writable." +msgstr "OK, robots.txt kan weggeschreven worden." + +msgid "Error, robots.txt is not writable." +msgstr "Error, robots.txt kan niet weggeschreven worden." + +msgid "OK, robots.txt doesn't exist but the directory is writable." +msgstr "OK, robots.txt bestaat nog niet, maar de directory kan beschreven worden." + +msgid "Error, robots.txt doesn't exist and the directory is not writable" +msgstr "Error, robots.txt bestaat niet en de directory is niet beschrijfbaar" + +msgid "Advanced options:" +msgstr "Uitgebreide instellingen" + +msgid "Limit the number of posts in the sitemap:" +msgstr "Het aantal berichten in de sitemap limiteren:" + +msgid "Newer posts will be included first" +msgstr "Nieuwe berichten worden het eerst opgenomen" + +msgid "Try to increase the memory limit to:" +msgstr "Probeer de geheugenlimiet te verhogen naar: " + +msgid "e.g. \"4M\", \"16M\"" +msgstr "bijv. \"4M\", \"16M\"" + +msgid "Try to increase the execution time limit to:" +msgstr "Probeer de tijdslimiet van de generatie aan te passen naar:" + +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "in seconden, bijv. \"60\" of \"0\" voor geen limiet" + +msgid "Include a XSLT stylesheet:" +msgstr "XSLT stylesheet toevoegen:" + +msgid "Use Default" +msgstr "Gebruik de standaard" + +msgid "Full or relative URL to your .xsl file" +msgstr "Volledige of relatieve pad naar het .xsl bestand" + +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "MySQL standaard mode activeren. Gebruik deze optie indien MYSQL fouten optreden (gebruikt meer geheugen!)" + +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "Genereer de sitemap in de achtergrond (Hierdoor is er geen wachttijd wanneer er een bericht wordt geplaatst)" + +msgid "Exclude the following posts or pages:" +msgstr "Volgende berichten of pagina's uitsluiten:" + +msgid "List of IDs, separated by comma" +msgstr "Lijst van de IDs, gescheiden door komma" + +msgid "Additional pages" +msgstr "Addtionele pagina's" + +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Hier kunnen de bestanden of URLHier können Sie zusätzliche Seiten in Form von URLs angeben, welche mit in Ihre Sitemap aufgenommen werden sollen aber nicht von WordPress erzeugt werden. Falls Sie z.B. Ihre Homepage auf www.beispiel.com haben, Ihr Blog aber unter www.beispiel.com/blog zu erreichen ist, tragen Sie Ihre Homepage als http://www.beispiel.com hier ein." + +msgid "Note" +msgstr "Notitie" + +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "Indien het Blog in een subdirectory staat en je wilt pagina's toevoegen die NIET in de Blog of onderliggende directories liggen, dan MOET je je sitemap bestand in de root direcotry van de webserver plaatsten. (Kijk naar de "Locatie van het sitemap bestand" sectiew op deze pagina)!" + +msgid "URL to the page" +msgstr "URL naar de pagina" + +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "Vul hier de URL naar de pagina in. Voorbeeld: http://www.zinloosverteld.nl of http://www.zinloosverteld.nl/blog" + +msgid "Priority" +msgstr "Prioriteit" + +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "Kies hier de prioriteit van de pagina relatief ten opzichte van andere pagina's. Bijvoorbeeld, de homepage heeft een hogere prioriteit dan een colofon pagina." + +msgid "Last Changed" +msgstr "Laatste wijziging" + +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Voer hier de laatste wijziging in in het formaat JJJJ-MM-DD (bijv. 2005-12-31). Dit veld is optioneel en hoeft niet ingevuld te worden." + +msgid "Change Frequency" +msgstr "Wijzigingsfrequentie" + +msgid "#" +msgstr "#" + +msgid "No pages defined." +msgstr "Er zijn geen pagina's gedefiniëerd." + +msgid "Add new page" +msgstr "Nieuwe pagina toevoegen" + +msgid "Post Priority" +msgstr "Bericht prioriteit" + +msgid "Please select how the priority of each post should be calculated:" +msgstr "Kies hier de berekeningsmethode voor de prioriteit van de berichten." + +msgid "Do not use automatic priority calculation" +msgstr "Geen automatische prioriteitsberekening gebruiken" + +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "Alle berichten hebben dezelfde prioriteit die onder "Prioriteiten" is ingesteld." + +msgid "Location of your sitemap file" +msgstr "Locatie van het sitemap bestand" + +msgid "Automatic detection" +msgstr "Automatische herkenning" + +msgid "Filename of the sitemap file" +msgstr "Bestandsnaam van de sitemap" + +msgid "Detected Path" +msgstr "Herkend pad" + +msgid "Detected URL" +msgstr "Herkende URL" + +msgid "Custom location" +msgstr "Handmatig ingesteld pad" + +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "Absoluut of relatief pad naar het sitemap bestand inclusief bestandsnaam." + +msgid "Example" +msgstr "Voorbeeld" + +msgid "Complete URL to the sitemap file, including name." +msgstr "Absolute URL naar het sitemap bestand inclusief de bestandsnaam." + +msgid "Sitemap Content" +msgstr "Sitemap inhoud" + +msgid "Include homepage" +msgstr "Bevat homepage" + +msgid "Include posts" +msgstr "Bevat berichten" + +msgid "Include static pages" +msgstr "Bevat statische pagina's" + +msgid "Include categories" +msgstr "Bevat categorieën" + +msgid "Include archives" +msgstr "Bevat archieven" + +msgid "Include tag pages" +msgstr "Bevag tag pagina's" + +msgid "Include author pages" +msgstr "Bevat auteur pagina's" + +msgid "Change frequencies" +msgstr "Wijzigingsfrequentie" + +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Let er op dat de waarde van deze tag als tip gezien wordt en niet als commando. Zoekmachines kunnen deze tip oppakken, echter hoeven zij zich er niet aan te houden. Ze kunnen pagina's per \"Hourly\" gemarkeerd minder bezoeken. En pagina's gemarkeerd \"Yearly\" kunnen frequentere controles krijgen. Ook pagina's gemarkeerd \"Never\" kunnen worden bezocht om zo onverwachte veranderingen op te pakken." + +msgid "Homepage" +msgstr "Homepage" + +msgid "Posts" +msgstr "Berichten" + +msgid "Static pages" +msgstr "Statische pagina's" + +msgid "Categories" +msgstr "Categorieën" + +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "Het archief van de huidige maand (Zou hetzelfde moeten zijn als de homepage)" + +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Archieven van voorgaande maanden" + +msgid "Tag pages" +msgstr "Tag pagina's" + +msgid "Author pages" +msgstr "Auteur pagina's" + +msgid "Priorities" +msgstr "Prioriteiten" + +msgid "Posts (If auto calculation is disabled)" +msgstr "Berichten (Wanneer automatische berekening is geactiveerd)" + +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "Minimale prioriteit voor berichten (ook wanneer de automatische berekening is geactiveerd)" + +msgid "Archives" +msgstr "Archieven" + +msgid "Update options" +msgstr "Instellingen opslaan" + +msgid "Reset options" +msgstr "Instellingen herstellen" + diff --git a/plugins/google-sitemap-generator/lang/sitemap-pl_PL.mo b/plugins/google-sitemap-generator/lang/sitemap-pl_PL.mo new file mode 100644 index 0000000000000000000000000000000000000000..8e7168b041fa3f603e80a3d2ee34b967902c8717 GIT binary patch literal 21595 zcmchf3y@^jS>LZfmZkMWwqzTOUuVaRG-J*5&aNJoN2`(dDXp}#JKovVN^7ukr~A&# zo$kK3-M4#tyDjrrv>Do_5T)#+pD`o#HqUdX2V;lc) z{rPL6=o;`Zz+1tugSUV;zcz|)0_VX6a1nep_)+k6;Cb-%;IDv7;4|R$;A?J-qIZLD z0#*MAcr*BZkfx&?JPCdn;sR37r+VdufgvEZ)Wh{30A;8 z;QgT9e*}Cb_|L&f@Hap{iM|So&i@k>9k;z9itYk;f;T|ubx`weGkAs`{U9j1{S>$X zUI0G~UiT)(06qa~9Nq8m^*;vEMD!U@{rzTm{s*Au|JCsR&q1abeG_bgH!_I^_+e1@ ze+kyXN8aq|brIA${4prH{R#LE@H#qIKevEy1K$JQ4xR+>0e=j95d1xmDMvTG#jn>b zpy+fLsBt_BcECD#8vM^7T|_4#miX?2;I-g+Q2qZLI0gPb_$u&!gFC@*f~voR!Q2C$ z1ZgVzI0)&Ye+k|RZi4#m8{n@&_gB8%uitMnDe=?aftuI#&eQEJAfgdXgVsJMdYlBc zJ}cl|U>($aegPD{e*;uMzZ>rV2vqxj0;>K00cySfAE@tMyWP{WtaR0^WD58t#uRzWB=689% zd?%>+-VKT__k*7Wm%+QizXSJxJ8$##3Q+5I7F0Vw15zdWWst6;e-ARn=o{dxz<1EO z>fZ+53GM;aUJsO9d>(ud{38&SjNUx!$9V^+^?ekS+&u=WpB8v6cmY)Zp9VGlUkBCi z?|}Dx8}tF0e)P_{DB2EAg5t;f!EIn4ybpW=lpI_HUk83A-2Vmm2>0IvUkN_U$6AjM zfa>==h^R*Y4AggD1hqb20$&Zjb(iOlX;AfU5BL!HQSPgt`u%J0_29J#spR8LpycBi zsP`GD_h&)T^AjLLiarhQ1OFHl-QIXd6g>{kf$stT1$Ywt@8A-6AH-*9(Z@iRCi-0v zl1G099s}QkuvEYdyaD_a2o1w_z%-v+)J+yTA@JOq9xcoJ0mEieOr z7;J)n6Yi_Kz25v1coWa>yVvvCG0<_p1|pi#kAQmrt01Bl{Wi#yqCW$T9t)ms8L0k# z2NeCk48mH`pMo0SjWE%Z;57IV@Lz#%2k&{W*Sn`c@y}0yyTG3YwGMv(-VA;N6kpxA z$FJ*y;1TXW1WKO%HK_jo52$+AqfA7Hec&tL^X~x}O0=@y)9*8&>VF;-UH>g8Irs2KKIrqVEUa!2RFe@9F(&l$z-J82C@Y9|u)`Cqkv?9|v3D7s2lV zccC8A+tpWtn&%Ao7H|RlHSiS35=1w=&+E&>;A^=*2WlNY0g7I~0^S0C0hC<* zX?VX4W)r;~sQNSD-QZr3DMTLvUjzOg_%QfoP;xV~?D^;rc!TPJ>gOD|3;bkw{`=s~ z+?UbFAYjwl*P7h{Z^z%o<{a#Q!T3+AFkDPLn@{cKN6kY#> zB3)2k4Sq-_CMX}Eq!jV4t_LZzl!0!zK0)~f%0bFMqBx4KeI73R_a}KGzFMXHH08S} zpQK0!T~FCgX;Z|bk5lfXNPd2d@>Ys2$s1x~exzi!yk1fM0N+m$-%gJ`tMmJQ$`4Uy zD34Nf{hWs=0l$NCfbs(r=|RNUu8e;VQQq!v?cXQ)7q&P3-Ua9EX%yAKpQ7xbyovHU z%2A50bq^+!`gxA>QOX6%4U`Sa$0%>6=z5AOzuCOi4sS|gcsX(!qpyY+Umdhf(!F|lwgU&%W~rE{jUdq=$B zR?|k}iuiO=i}tMK-3~3Kga$2YNi%L) zGczvDs*P?f&DLBNHH4xmlvJF z^-_MWGc4Z=tufIwZ>OEU>#e8Nb;l@c$!ePMeVVyjKG@AW_bmA;X;S$6XivMk&XDP= zs8_0a)Ai!Q?Os_Zy45OVTkSR)eV65(bTv(CyLYTCxY&qLU5~T1q+kZ!&bo-q1Zbq& z$(zuiO3$67szFD4JGM(4|bER+Aklhh6lb* zo)?~yLn7v@HcU-yw6bAQb5=IYx#A8o{p3vCY&DV@4Xo|f^JZe-HPf~AFnltYKAew-AK?<++T_t(Sa;pK?E23 z%kMkvicXx>;&#o}x#CXPs=?`b2A`&@qUWvc#H}Trj<~^pl(gGNAm0nJ`I!Rs;2XQbjxFI}lhP&rq6IU_0UmTQQ!2I7A~p5*gZ8t=}j-8t9hf5_cRT! z37MRYXg)fqDYlY!Gc5|!m(CtZ)t0m@msVOmI*4}LqPW9qnh;mc6b(y!S2+&EUqMtoVlZk zY?yl+`PzYw6#wc58JjQsoOxDl}4e6z+1%`ma7^}C# zUQ^L|oz{y{Q;fkIG@Iv`-iuk~5!*)(q_%Ww9L^ZKm0_tS(E~wWMu$v*1FzRy!E>xF zvt=+g$RcT@8bv>i$JDJ0Vu&b(IN3M zGo9?DO}s(IpJx~emd@Osz6+kwjBCbyWORH{YH4A%$!59=xx1_iU$&E47g7%yNGz=8 zS@`Gc%`2O4QD=+GM`V}2MZG<`=YgX~U!J}W%OrZwt`;3m;&x_279CETxQL>A)@`mx zQ>+Fn5#%H={ya71gRHtk`->SCy%pmmq4ie!4uUk};d`}(7mEK7U6uVKX!)W|#A2GI z&2H0%IC2c94xGltMQzLFLf;IXENP0wyrJ53w3ydqP>}R$8_rAIWMS4t;%v&=*)RRSO0)=*H{$^!donH7ok*i+%U-$*cW}@9q9aKUa(atvvB$W%T20%0 zawHELDuf*sJ!vOvG#5Njx!kw|HE+;LZMu<%#Tltn!mwa!vBYMv5TuOq#Su?NE(Y$NT{w(>CL}Shio;+r*tk*TIB)gDcR)BI$9IwPHlWF#?+taUCuLNrvVJd@fyEhuHs|3OmeT~JnHBMuk}b_09ZRZuX0fov zF+3^oBg>d92(4)WNd-Y?tAPq>M?prMO^B31dC&K-3wf3K;Uh&rqgygs?Yxs$^G38h z?l0-4TSUvA3WoxkRilysF4rfv9^i@)Uu9vs#@VocErD5ogSrp2Djlu$At!|@( zLQgH?_1~$X4)Q49MA?lRfoj~|lK+@k7%r+=vX?@X-RXkJuzN?kFe1fRD1z-=#t)sr ze=P$V%dd=6%ho4QUt|n{j!0O>I_4C6yFfm0t9NXPKwHR=krKTKifV4sr&K20;$HEz zzpMQHd+<$MDlMg4?Z(3(C|;d4JL`f}-rrT~yPJ*ik>-tzGiodR*N5Jbh8ocQw{UyPFYy+5(cb#u44_ z7Kag+j72+6L);z4f!N#R{gk8ymL6CNG$7qKawoBrlM@T0I6<;!gb(zB#;q3I8;2CM z%s>brCN+Iol}R^s+m2bcb8gPBS;>3QT0EyjLC5uz&Un9w;=V?Tqgp09rTu(Lfi)0Y znCBc~L&Oj^)Y_5N_L+!~wu3cs3MHMvFTA9ahg0?tyiO{o_Pi~5zwu>gCu3Jc4P+Bh4Qp7bgnwjVm0S7#S-%jF~;?{|zCj~gq7J=A=;ZTPtQ^$GsL~}_{OE-3l=uV? zUai#ZeEG0+!cNfhey_J9e*4%uCii#R5(y*a0|hR3HNys?5oWc`Zp^6uu8D;`jpU4b z2$t6Sid%**qxZLC-~IN6kA`J?M{n<#SXeYK)_b>3F0IuY8zioe6u4p+*)Pk0ilRer zIV`5%P8@wW%Bh4;Eh4prSC`M-!YG` zo48|fV#ZDEylZhHBIXK7)fwks-ZeL&ywwC?u6t&Z$j)TmO0tM#QC6_4n71F(8js&Y zv$DZRzOo*?mg3(ctWU7G~br2Hf0Tvper}b93`^bGOZL zQE~QIa@xZ9QN4HDM%|p-xoiH;UAN8QNNhWdZ!vp(INy2qPG9Inhr{T2WkE^yGKrNo1pRD6UPtE-aV?P z&Q_E5>;X1Dw6{6$?p{edj3is@q7-J2CvkJ$Ez|FQb`&lhz$3FuxzZ}LW&L>+44XRZ z+lFs!ue#mm#nHoij_e=3Shfh1M2&_u@4B5;#x?xxp`=gfRV$RGns<*qcF$wU=p|B-&{qAx z61u4x>W?2JQO*ANL6TlPJV#Q_9v#-ooBhoTjf_rPY~03dL?S?a3nFtjXr^&S>ZU^C zK~uIgOZ(ZUd*x{oNS5_nuU~KX89Q3iszKi#^X2eIt-B$zT|6J=?nn>eSxl)< zLXxx?xauIO#}}V;%)Qq4i_&Fw16TB(eR{*lfn(q9ui&7g==$@~LrAzCB8g5lS)(Ut z;^KKig-#>w<(n5SKKY!_Pxe<>w84m;qhaMW##E$9mg;m1PE6J(XJRW>aYy9%5Bl}Z zvoSexdx-tpJPS2om1e&A4AV&yX3^_!KEqOu^^m2T&(ItSwHb>(IC?pws6?ATOZ=E| zf}zfKD*FI*!0twMfTkIHvXpF|Rp2XKr_E`p_ZP^H(L-g}THT1DY`w!FigX}$iKCOu zrC{)lysn1~jb~cR&KU29Cw+As9bwJ7o6oS=8|9%Bu>ecq*qvqIFoEb4ShZ^(utzW; zU(4cBt={NTYfIt{cpkR5L9fu%`I<)I52j2F{6t-? zJK($Y;`wT_LB_MGU+H!ZZ*+x57q38H5u%%oqfAH&|ZR5X*Vu4C01eOHD93(rrKlhn73ozH_-XS`F@L7!oaH8vfc zKtZBYsE2a}j6E2tc%ClHVva0C^q`*+kBkCDcAFPmSUIz_Xa_RWq=rS_XZl(*WIINKHkJNF$9$`=dyOqca?u zsaH2r_5j!u^}5o!mc!M>VKKv9s>dM#(&31nbCFQRc`b-*m(^rlv^+K3C&u9U$h$h6 zra5$=Tw+$m)_C}(C#RU!#DkMM<*OOT*_uPkr^c7MfLUqc5{IPxqFnlZ(@hO>PQFT4 zFnty~oS`{9vXx_uU;2chl9&~VusNhUVsi>-(+m|Ggk2`7Gd5j2Zi7}h<=sf1tHw<$ z?*j?6wPik6`JBO`2RJ~xwdOeE4&Rt3IlPleFnb-yJNCldJ2qA2+%1)!pc$-kyL*5; zdVce)LeOv;r_Pz+5%b{o*c`<{W`J-7FP>+o6Gj=}=5+CYwX$YDT3y_QIvxj%vbDQX zr+sUB3kg!p!?$E|K0Wad*4a^S^GE8WPvk+2QiJ16SIc)vHgGZ7XTU8_8|EvUgDuae zC%H%oMHK19;EG<+`vpP;tsKR+)ROIFpRq@SbvJtG+maxeV0tbQqMCfn%0i#^jC@MHq7L8rKuDc z$ibK-qg(nC9B22@&zeY4>Y-q2AXpsUR{~8?q69R=B>vz|#1S1IUDi_$hV+U-=_#z> zaH5L_K{;q&(wsDwpsi}r-gaEy65*BMNOTNuhf&F8Hw$aAV6Wed*Kq8SIRdQG-WBqJ z82J{(PDmUCZItjE9paJ5*4ce+=j5}!Hb!xvwD1mePP%S^YZ_Nxj&TgnyZi%;gh`|c z7BW^KGUG&r^YxVdWFs2!I~0^3go*c}L732#5g?GTLq9RbG$<&To~orb%v~8vX$@GH z(mj(o+WJW#^z(e-Mb0AbA-8zV=sO;gDV#8Pp613s^;+k7KF~QIWBupwtvyo(Ly4Za zs%!0!4PDyYo76 zEDP>?UXUbkJ(%E}QUvlpT(=jm$x6xpgCE!}@hZ_`Mi@u#6$v0OUpPAh6kYw|IjCVQ zG>q$-$`FjHA%e?6x1Q1XbcQUsTYe>=-}9}ZKIfU5E+@!b~9~~C$N_BEMhm2rE9f5 z$>=S_@-wx3L8*A&h*YuH|Y)U?7<9~unvY|sh5SME-fD4DtnADV6oUV;w6bWmQH`(xn<6Yf~_ z+y|IWl`TPT%wFm9k~=l8AuN^-b18}(t1&#-bjeAkEv_gcuhUHAj_uHGGw092jM`*$ zyjyw_KSbHlpv9S)>lGXhCY&R6!e3CVDegg+xAQ?S-4IvE54FT@ogaBS9w@0t3vnA6 zQ{uIqueD<@Z=6}$@9l$H_Q@X+P@cSRBi-&!%6~>51ofhnnm@xNkwqsG^6~di$|BEBReFKwKHwz#Z@9cxP_J%&33DX;xH&F{x4@ ztZiN9-gN_vm3VwhN=;{(Y;7%6BYg&KEbJjcf?e-tUB+8ALRo^5Sfw${b2f$ zRbUd;^^DYBhW-&%l*dLVvM*{nk|R%noNKwAdkQq|ZXb&yaW@_$)rcNg;Sa>fr&ZT4 zo>$JspMDynd%2?9rLPGH#{*S{#w5r^jURfdS1egAbx_Y?d>mJ5jGuKXb9R*%*QA1@ zkvSOVI0($m9b8*5>0+(P?y{`rVDAX8aGQq-IGkX}+C|IB#RxeT`&KEs&9mA%sM$7z zm}2vpxCSGQX+&>mh78v#gELr-Kk>ALE{x+%C8A@CQgR@sQ}r{>OYuko5o5fxpTNJD zrp)DhdLbUAEv5+|{0@OK(%}S@oX*jBpm`6I!ucr16LgE5WIS~X^|UTo$om!KPFfwM zUbFPsrwbO!N0W9kNuhRSCLDq)-6@}{6G5`PNPTVFlAN^aWrs)(J@T(O6ooKM)LK_L zJrTE#AAt%73_?z=>;=hEE#JX#Hp*AB&r|x^!>N-_&k21voF8)@%60(C3ZLfZ45_{-MZl}}f_ z^x>JG{!&MW7iZ#DCc0S^A9u40VhWvn6g=s@JoC)QvgVh2=EhECrhI%%S7pX4t?DHM z!(uBDlwnn;I3MCj#22I&HKG?jUi>rmDldycUidhV`#lI*?18rQl`_t2n-@ry-~~%N zkNGcUYC$PgY`Gg?A2DBTHoo|-jr)sjmpg?#%Ofx`>tX8bDT)x;8y;dYE^l&(Qrk%I z_~?Z{$%X!6_c$KgSHOT+Iv$PTstI{R{F@g3ff^7AWG1^;KG(Hu9{%PRd}OE0yF`rr z$z;O|=~!|=E(VhxQ|)<8@~90;omMUr&{FfXi}Q@bdAXjuf^Ore*Hu0!%`^1lAQ!uv zW<&9COG9U|!llvcJmxuUW-<)hL61%t?Sj!p)v|A3o7>Re-VsTT(mz9|ZcLe7@i>^d zP}uWPR{Zi)V5clsJgUJtF#eEVd0pZhYk&hI!~e*Fb6{*&m?xzDxiV%5A*^XLO@-lZ zUa+crsz8e`MK9kxHYtVjPJi=10P literal 0 HcmV?d00001 diff --git a/plugins/google-sitemap-generator/lang/sitemap-pl_PL.po b/plugins/google-sitemap-generator/lang/sitemap-pl_PL.po new file mode 100644 index 0000000..e59e399 --- /dev/null +++ b/plugins/google-sitemap-generator/lang/sitemap-pl_PL.po @@ -0,0 +1,640 @@ +# Polish Language File for Google XML Sitemaps - sitemap-pl_PL.po) +# Copyright (C) 2007 Kuba Zwolinski : http://kubazwolinski.com +# This file is distributed under the same license as the WordPress package. +# kuba , 2007. +# $Id: sitemap-pl_PL.po 2504 2007-10-03 09:19:18Z +# +msgid "" +msgstr "" +"Project-Id-Version: Google Sitemap Generator PL\n" +"Report-Msgid-Bugs-To: <[mail-address]>\n" +"POT-Creation-Date: 2005-06-15 00:00+0000\n" +"PO-Revision-Date: 2007-12-30 12:52+0100\n" +"Last-Translator: Kuba Zwolinski \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language-Team: SnowDog \n" +"X-Poedit-Language: Polish\n" +"X-Poedit-Country: POLAND\n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-KeywordsList: __;_e\n" +"X-Poedit-Basepath: .\n" +"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:846 +msgid "Comment Count" +msgstr "Liczba komentarzy" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:858 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "Używa liczbę komentarzy do obliczania priorytetu wpisu" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:918 +msgid "Comment Average" +msgstr "Średnia komentarzy" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:930 +msgid "Uses the average comment count to calculate the priority" +msgstr "Używa średnią liczbę komentarzy do obliczania priorytetu wpisu" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:993 +msgid "Popularity Contest" +msgstr "Konkurs popularności" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:1005 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "Używa włączonej wtyczki Popularity Contest od Alex King. Zobaczustawienia i najbardziej popularne wpisy" + +msgid "XML-Sitemap Generator" +msgstr "Generator XML-Sitemap" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2397 +msgid "XML-Sitemap" +msgstr "XML-Sitemap" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2582 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "Wielkie dzięki za wsparcie. Pomagasz mi rozwijać tę wtyczkę oraz inne darmowe oprogramowanie!" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2582 +msgid "Hide this notice" +msgstr "Ukryj tę informację" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2606 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and your are satisfied with the results, isn't it worth at least one dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "Dzięki za używanie tej wtyczki! Wtyczka została zainstalowana ponad miesiąc temu. Jeśli działa dobrze i rezultaty sa zgodne z Twoimi oczekiwaniami, czy nie jest to wart paru złotych? Dotacje pomagają mi kontynuowac rozwój wtyczki oraz zapewnić pomoc techniczną użytkownikom tego darmowego programu! Jasne, bardzo chętnie!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2606 +msgid "No thanks, please don't bug me anymore!" +msgstr "Nie, dzięki. I nie zawracaj mi więcej tym głowy!" + +msgid "XML Sitemap Generator for WordPress" +msgstr "Generator XML-Sitemap" + +msgid "Configuration updated" +msgstr "Konfiguracja zaktualizowana" + +msgid "Error while saving options" +msgstr "Wystąpił błąd podczas zapisywania opcji" + +msgid "Pages saved" +msgstr "Strony zostały zapisane" + +msgid "Error while saving pages" +msgstr "Wystąpił błąd podczas zapisywania stron." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2711 +#, php-format +msgid "Robots.txt file saved" +msgstr "Plik Robots.txt został zapisany" + +msgid "Error while saving Robots.txt file" +msgstr "Wystąpił błąd podczas zapisu pliku Robots.txt" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2721 +msgid "The default configuration was restored." +msgstr "Domyślna konfiguracja została przywrócona." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2814 +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2831 +msgid "open" +msgstr "otworzyć" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2815 +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2832 +msgid "close" +msgstr "zamknąć" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2816 +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2833 +msgid "click-down and drag to move this box" +msgstr "wciśnik klawisz i przeciągnij żeby przesunąć" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2817 +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2834 +msgid "click to %toggle% this box" +msgstr "kliknij aby %toggle% to pole" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2818 +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2835 +msgid "use the arrow keys to move this box" +msgstr "użyj kursorów aby przesunąć ten blok" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2819 +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2836 +msgid ", or press the enter key to %toggle% it" +msgstr ", lub wciśnij enter aby %toggle%" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2847 +msgid "About this Plugin:" +msgstr "O wtyczce:" + +msgid "Plugin Homepage" +msgstr "Strona główna wtyczki" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2850 +msgid "Notify List" +msgstr "Lista zmian wtyczki" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2851 +msgid "Support Forum" +msgstr "Forum pomocy" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2852 +msgid "Donate with PayPal" +msgstr "Wspomóż nas przez PayPal" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2853 +msgid "My Amazon Wish List" +msgstr "Lista życzeń Amazon" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2854 +msgid "translator_name" +msgstr "Strona tłumaczenia" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2854 +msgid "translator_url" +msgstr "http://kubazwolinski.com/wordpress/tlumaczenie-wtyczki-google-xml-sitemaps/" + +msgid "Sitemap Resources:" +msgstr "O mapie strony:" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2860 +msgid "Webmaster Tools" +msgstr "Webmaster Tools" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2861 +msgid "Webmaster Blog" +msgstr "Webmaster Blog" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2863 +msgid "Site Explorer" +msgstr "Site Explorer" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2864 +msgid "Search Blog" +msgstr "Search Blog" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2861 +msgid "Webmaster Center Blog" +msgstr "Webmaster Center Blog" + +msgid "Sitemaps Protocol" +msgstr "Sitemaps Protocol" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2867 +msgid "Official Sitemaps FAQ" +msgstr "Official Sitemaps FAQ" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2868 +msgid "My Sitemaps FAQ" +msgstr "FAQ wtyczki" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2873 +msgid "Recent Donations:" +msgstr "Ostatnie dotacje:" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2877 +msgid "List of the donors" +msgstr "Lista darczyńców" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2879 +msgid "Hide this list" +msgstr "Ukryj tę listę" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2882 +msgid "Thanks for your support!" +msgstr "Dzięki za wsparcie!" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2894 +msgid "Status" +msgstr "Status" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2904 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "Mapa strony nie została jeszcze zbudowana. Kliknij tutaj, aby ją zbudować po raz pierwszy." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2910 +msgid "Your sitemap was last built on %date%." +msgstr "Ostatnia modyfikacja twojej mapy strony: %date%." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2912 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn moreDowiedz się więcejzipped) was last built on %date%." +msgstr "Ostatnia modyfikacja twojej spakowanej mapy strony: %date%." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2921 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn moreDowiedz się więcejsuccessfully notified about changes." +msgstr "Google został pomyślnie powiadomiony o zmianach." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2930 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "Powiadomienie Google zajęło %time% sekund, możesz wyłączyć tę opcję, aby zredukować czas publikacji." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2933 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "Wystąpił problem z powiadomieniem Google. Obejrzyj rezultat" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2939 +msgid "YAHOO was successfully notified about changes." +msgstr "YAHOO został pomyślnie powiadomiony o zmianach." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2942 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "Powiadomienie YAHOO zajęło %time% sekund, możesz wyłączyć tę opcję, aby zredukować czas publikacji." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2945 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "Wystąpił problem z powiadomieniem YAHOO. Obejrzyj rezultat" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2939 +msgid "MSN was successfully notified about changes." +msgstr "MSN został pomyślnie powiadomiony o zmianach." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2954 +msgid "It took %time% seconds to notify MSN.com, maybe you want to disable this feature to reduce the building time." +msgstr "Powiadomienie MSN.com zajęło %time% sekund, możesz wyłączyć tę opcję, aby zredukować czas publikacji." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2957 +#, php-format +msgid "There was a problem while notifying MSN.com. View result" +msgstr "Wystąpił problem z powiadomieniem MSN.com. Obejrzyj rezultat" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2951 +msgid "Ask.com was successfully notified about changes." +msgstr "Ask.com został pomyślnie powiadomiony o zmianach." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2954 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "Powiadomienie Ask.com zajęło %time% sekund, możesz wyłączyć tę opcję, aby zredukować czas publikacji." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2957 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "Wystąpił problem z powiadomieniem Ask.com. Obejrzyj rezultat" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2965 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "Proces budowy mapy zajął %time% sek. i wykorzystał %memory% MB pamięci." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2967 +msgid "The building process took about %time% seconds to complete." +msgstr "Proces budowy mapy zajął %time% sek." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2971 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "Zawartość twojej mapy nie zmieniła się /strong> od ostatniego razu, więc pliki nie zostały nadpisane i żadna wyszukiwarka nie została powiadomiona." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2975 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "Ostatnia operacja nie została zakończona! Może należy zwiększyć limit pamieci lub czasu wykonywania dla skryptów PHP. Dowiedz się więcej" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2977 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "Ostatnie znane zużycie pamięci wyniosło %memused%MB, limit twojego serwera to %memlimit%." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2981 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "Ostatni znany czas wykonywania skryptu wyniósł %timeused% sek., limit twojego serwera wynosi %timelimit% sek." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2985 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "Skrypt przerwał wykonywanie w okolicach wpisu nr %lastpost% (+/- 100)" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2988 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "Jeśli na blogu coś zostało zmienione, należy przebudować mapę ręcznie." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:2990 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "Jeśli napotkasz jakiś problem podczas procesu budowy mapy, możesz użyć funkcji debugowania aby uzyskać więcej informacji." + +msgid "Basic Options" +msgstr "Opcje podstawowe" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3007 +msgid "Sitemap files:" +msgstr "Pliki mapy strony:" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3007 +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3022 +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3042 +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3067 +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3084 +msgid "Learn more" +msgstr "Dowiedz się więcej" + +msgid "Write a normal XML file (your filename)" +msgstr "Zapisz normalny plik XML (własna nazwa)" + +msgid "Write a gzipped file (your filename + .gz)" +msgstr "Zapisz plik gzip (własna nazwa + .gz)" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3022 +msgid "Building mode:" +msgstr "Tryb budowy:" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3027 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "Przebudowuj mapę przy zmianie zawartości bloga" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3034 +msgid "Enable manual sitemap building via GET Request" +msgstr "Włącz manualne przebudowywanie mapy przez polecenie GET" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3038 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the logfile above to see if sitemap was successfully built." +msgstr "Ta opcja pozwoli na odświeżenie mapy strony jeśli jakieś zewnętrzne narzędzie dokona zapisu w bazie danych WordPress z pominięciem WordPress API. Użyj następującego adresu w celu rozpoczęcia procesu: %1 Sprawdź plik logu powyżej, aby sprawdzić czy mapa została odpowiednio przebudowana." + +msgid "Update notification:" +msgstr "Powiadomienia o aktualizacjach:" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3046 +msgid "Notify Google about updates of your Blog" +msgstr "Powiadamiaj Google o aktualizacjach twojego bloga" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3047 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "Rejestracja nie jest wymagana, ale możesz sprawdzić Google Webmaster Tools aby kontrolować statystyki indeksowania." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3046 +msgid "Notify MSN Live Search about updates of your Blog" +msgstr "Powiadamiaj MSN Live Search o aktualizacjach twojego bloga" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3047 +#, php-format +msgid "No registration required, but you can join the MSN Live Webmaster Tools to check crawling statistics." +msgstr "Rejestracja nie jest wymagana, ale możesz sprawdzić MSN Live Webmaster Tools aby kontrolować statystyki indeksowania." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3051 +msgid "Notify Ask.com about updates of your Blog" +msgstr "Powiadamiaj Ask.com o aktualizacjach twojego bloga" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3052 +msgid "No registration required." +msgstr "Rejestracja nie jest konieczna" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3056 +msgid "Notify YAHOO about updates of your Blog" +msgstr "Powiadamiaj YAHOO o aktualizacjach twojego bloga" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +msgid "Your Application ID:" +msgstr "ID aplikacji:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155 +#, php-format +msgid "Don't you have such a key? Request one here! %s2" +msgstr "Nie masz takiego klucza? Zamów go tutaj! %s2" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3062 +#, php-format +msgid "Modify or create %s file in blog root which contains the sitemap location." +msgstr "Modyfikuj lub utwórz plik %s w katalogu strony gdzie znajduje się mapa strony." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3065 +msgid "File permissions: " +msgstr "Status pliku: " + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3070 +msgid "OK, robots.txt is writable." +msgstr "OK, plik robots.txt ma prawa do zapisu." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3072 +msgid "Error, robots.txt is not writable." +msgstr "Błąd, plik robots.txt nie ma praw do zapisu." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3076 +msgid "OK, robots.txt doesn't exist but the directory is writable." +msgstr "OK, plik robots.txt nie istnieje, ale katalog ma prawa do zapisu przez serwer." + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3078 +msgid "Error, robots.txt doesn't exist and the directory is not writable" +msgstr "Błąd, plik robots.txt nie istnieje i katalog nie ma prawa do zapisu przez serwer" + +msgid "Advanced options:" +msgstr "Zaawansowane opcje:" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3087 +msgid "Limit the number of posts in the sitemap:" +msgstr "Limituj ilość wpisów w mapie:" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3087 +msgid "Newer posts will be included first" +msgstr "Nowsze wpisy będą załączone jako pierwsze" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3090 +msgid "Try to increase the memory limit to:" +msgstr "Spróbuj zwiększyć limit pamięci do:" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3090 +msgid "e.g. \"4M\", \"16M\"" +msgstr "np. \"4M\", \"16M\"" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3093 +msgid "Try to increase the execution time limit to:" +msgstr "Spróbuj zwiększyć limit czasu wykonywania do:" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3093 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "w sekundach, np. \"60\" lub \"0\" dla nieograniczonego" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3096 +msgid "Include a XSLT stylesheet:" +msgstr "Załącz arkusz stylu XSLT: " + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3096 +msgid "Use Default" +msgstr "Użyj wartości domyślnych" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3096 +msgid "Full or relative URL to your .xsl file" +msgstr "Absolutna lub relatywna ścieżka to twojego plik .xsl " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "Włącz standardowy tryb MySQL. Użyj tego tylko w przypadku występowania błędów MySQL (zużywa duzo więcej pamięci!)." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "Buduj mapę strony w tle (nie musisz czekać kiedy zapisujesz swój wpis)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +msgid "Exclude the following posts or pages:" +msgstr "Wyłącz następujące wpisy lub strony:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +msgid "List of IDs, separated by comma" +msgstr "Lista ID, oddzielonych przecinkami" + +msgid "Additional pages" +msgstr "Dodatkowe strony" + +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Tutaj możesz podąć pliki lub adresy URL, które powinny znaleźć się w twojej mapie strony, chociaż nie należą do blogu/WordPress'a.
Na przykład, jeśli twoja domena to www.foo.com i twój blog znajduje się na www.foo.com/blog, możesz chcieć umieścić także stronę główną (czyli www.foo.com)" + +msgid "Note" +msgstr "Notatka" + +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "Jeśli twój blog znajduje się w podkatalogu i chcesz dodać strony które NIE znajdują się katalogu blogu lub jego subkatalogu, MUSISZ umieścić swoją mapę strony w katalogu głównym (zobacz sekcję " Lokalizacja twojej mapy strony" na tej stronie)!" + +msgid "URL to the page" +msgstr "URL strony" + +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "Wpisz adres URL strony. Przykłady: http://www.foo.com/index.html lub www.foo.com/home " + +msgid "Priority" +msgstr "Priorytet" + +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "Wybierz priorytet strony w odniesieniu do innych stron. Na przykład, strona główna może mieć wyższy priorytet niż informacje o tobie." + +msgid "Last Changed" +msgstr "Ostatnio zmieniony" + +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Wpisz datę ostatniej zmiany jako YYYY-MM-DD (na przykład: 2005-12-31) (opcja)." + +msgid "Change Frequency" +msgstr "Zmień częstotliwość" + +msgid "#" +msgstr "#" + +msgid "No pages defined." +msgstr "Brak zdefiniowanych stron" + +msgid "Add new page" +msgstr "Dodaj nową stronę" + +msgid "Post Priority" +msgstr "Priorytet wpisu" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3292 +msgid "Please select how the priority of each post should be calculated:" +msgstr "Wybierz sposób obliczania priorytetu poszczególnych wpisów:" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3294 +msgid "Do not use automatic priority calculation" +msgstr "Nie używaj automatycznego obliczania priorytetu" + +# F:\apache\htdocs\wordpress2-3\wp-content\plugins\google-sitemap-generator/sitemap.php:3294 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "Wszystkie wpisy mają ten sam priorytet, który jest zdefiniowany "Priorytety"" + +msgid "Location of your sitemap file" +msgstr "Lokalizacja twojego pliku mapy strony" + +msgid "Automatic detection" +msgstr "Automatycznw wykrywanie" + +msgid "Filename of the sitemap file" +msgstr "Nazwa pliku mapy strony" + +msgid "Detected Path" +msgstr "Wykryta ścieżka" + +msgid "Detected URL" +msgstr "Wykryty URL" + +msgid "Custom location" +msgstr "Własna lokalizacja" + +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "Absolutna ścieżka do pliku mapy strony, zawierający nazwę. " + +msgid "Example" +msgstr "Przykład" + +msgid "Complete URL to the sitemap file, including name." +msgstr "Pełen adres URL to pliku mapy strony, zawierający nazwę." + +msgid "Sitemap Content" +msgstr "Zawartość mapy strony" + +msgid "Include homepage" +msgstr "Zawiera stronę główną" + +msgid "Include posts" +msgstr "Zawiera wpisy" + +msgid "Include static pages" +msgstr "Zawiera statyczne strony" + +msgid "Include categories" +msgstr "Zawiera kategorie" + +msgid "Include archives" +msgstr "Zawiera archiwa" + +msgid "Include tag pages" +msgstr "Zawiera strony tagów" + +msgid "Include author pages" +msgstr "Zawiera strony autorów" + +msgid "Change frequencies" +msgstr "Zmień częstotliwość" + +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Proszę wziąść pod uwagę, że zawartość tego znacznika jest wskazówką, a nie poleceniem. Nawet jeśli wyszukiwarki biorą tą informację pod uwagę podczas podejmowania decyzji, to mogą one przeglądać strony zaznaczone jako \"co godzinę\" rzadziej. Jest również prawdopodobne, że strony oznaczone jako \"co rok\" będą przeglądane częściej. Również jest możliwe, że mimo oznaczenia \"nigdy\", wyszukiwarki mogą takie strony czasem przeglądać i wychwytywać nieoczekiwanie zmiany na tych stronach." + +msgid "Homepage" +msgstr "Strona główna" + +msgid "Posts" +msgstr "Wpisy" + +msgid "Static pages" +msgstr "Statyczne strony" + +msgid "Categories" +msgstr "Kategorie" + +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "Aktualne archiwum tego miesiąca (powinno mieć taką samą częstotliwość jak strona główna)" + +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Starsz archiwa (zmień tylko jeśli edytujesz stare wpisy)" + +msgid "Tag pages" +msgstr "Strony tagów" + +msgid "Author pages" +msgstr "Strony autorów" + +msgid "Priorities" +msgstr "Priorytety" + +msgid "Posts (If auto calculation is disabled)" +msgstr "Wpisy (jeśli automatyczne przeliczanie jest wyłączone)" + +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "Minimalny priorytet wpisu (nawet jeśli automatyczne przeliczanie jest włączone)" + +msgid "Archives" +msgstr "Archiwa" + +msgid "Update options" +msgstr "Zaktualizuj opcje" + +msgid "Reset options" +msgstr "Reset opcji" + diff --git a/plugins/google-sitemap-generator/lang/sitemap-pt_BR.mo b/plugins/google-sitemap-generator/lang/sitemap-pt_BR.mo new file mode 100644 index 0000000000000000000000000000000000000000..2c7283e2e64393440ec8be22b39d496de1cda873 GIT binary patch literal 8909 zcmb`Md5k32UB{nIi1BhK0Ro%g=W!fnveP{?yICJ&XXDw^>+I}Ic4y-RD_AvMHQkl1 zu4>mYv$F^yg-GB;NFcyKgpgK?WI4zjvW$@bKncwu_ydF#6p(<#82;ct1c>V|KHv9V zb@z-{1_Y(8`PQp?$L~IR|K=TU`#Hn)QSSF}|H|FQ48g^3^#*Rz3&58~iDdBh5>o z`29`rUKsonQ1t)BHyd*Sd>#BpaDmN5@Aq+-&OHWddEjQ>`#%lu|2*Jdfv>~w z8z5kQpG|w34@%$1AVPLgg6{-B2a5k+2Is&RLD}OUgOG0i4wRh!6_j4?`fhX!-Ut2= zxC-6^e-V5Le2mTYy#$xRp9C%VJD~LZHBkHhJBTXH5netEz8m}qcmtGu{~jp0-3Kv} z&-*~}eF4 z@lo98{dNzOy}ksBj#ojQ|0PiR_zEa`|1G?~$71u0kAe??Pk{?y4l2(40{9I0Rd5YF zalf~>1{9s21vUS9Q1rb5irzl}r7s=Y0an2GfzN`n!_R`E^Ya0JKHzOo_WA3e{Nz zYp=V*!#PlV$~KO3i}qD+`G)LAwkChpCB2L1B@Je-dwKpKxA^>Mc>e^52;Fsozl+?` z2V!vYeGHV|WJ8kw`?+;VhnL-x*Oz=>mu%}BxG@)ViMzcX=0S1jL)>S$PjKscl3V`t zAh-0q!Y%zB6+N)X&FQFOxG~b8GH0SX=@(_nE@vD+_I#N<*CcswzkRV2 zUidi)!g#QU~@6__0(n5nqs8p`*Mcy7oNeBsZerNK$kv7!d+by`sr$wyBYd>~V%^Nv~_qd8t;bc2L)&)upAqy}j;E zQFPg1Db3^LMt4vTGa2~o7m44_>?=!Y)tN{BN*C;W;p{ca7P{tKSr(=LYxf5DjT}!R7QvMX1e^1Gkr%b6&U%`8QdTMx?V?n(R zA@>H*r2y)D47Hw+uK z;kbQ4z-?n|`>KsflSR%gC!?x%vDzE5UxTD8zT?7ja6+~dU)798MOm9mawQ+QWAm0g znDr=cNF9?r5XNQVG;P+?JRLSer_*VCoIkglV3s>B!r&~^m;(Q}7r`f9FqeycnhZF&kM-U}+^|=RK)7S)T2;Swi*%Q?|g~B#s5MDMxncH0HS;teVX%A#%yb zlp%uVcB8Bb?hQ3{+*q^$Wcivi_A;*dA;wq2m%RVe2$~aY=6#X!~q);YK;h7 z{t-iqj?A~*V;@4b$FRUZ?zBhOUaS=*qO2-xmR?W%0mRytsl7C#cu2^8af&ke?mitN zHcxhwa?Y|zD{AJUAaZ3)v~BX_1`$&UDbzVWO)7gk%k7#?B^&?O&J$RapAK73oL0en zHhnf$eGwk_%@uE!Z6#ygRCbxGp>n!FFd+4k60XjA&()^aL)bfwxRi<4wtq7nji7qg zwO7p@Ccec4<#M(-kjl4+BE6<8RsRH2_elp`42zs%Z~p2ejVR<)N=s7E!O*;5w39^W z>d)9!0{_=5nnR_4#;fL9PO4+2Co{}7*IXqS zj;YMkuA+%10#|Ws=UrIUqsz+2Y`1@NVKOyWe9P>|*Dtv=d}ww%FUBhRZS7K-Pbh)= zD%=-%+X=4OBUa%4T@z({(SBv(D9!eb_dw(H!O+>b*-Mh^47_Jye8s1*>(0fv^D#mI zZoS&t%8@IH;%#TW>Zft%bknaoTg9q<{29`A)**o@!GH49k*&Y64 z>Ls#fnm;BHmQ_-J=-Sr#&Lh)#I&>!~JLmEq;Ue#^+DEq28jA9MgN=5!l4!VUH}EmXlS0wRKOBFe-;#6c$j3XIg@SyiUCJti+4N}zlId3p=DaTV`M7aq>)M62OVdwR z37@^>jHh$eHuVmKPPRQwHdmmfM(wODo_utXzy9CD?SmU0p~t(1*z#hR+GTu;fFDt2 zrgVB~4~0c>)U{Xfx}HXfO@?;vLK*EwWU!0^IU2t>el@A)u>BI_ZlW^QCk5Q;*RG|f z8m9RGH}TD1VKLLty(m$#mT%>AO}b0Z=%ZL@{ivsz4S~M-^Hh}w2{xOaa*hpTr)mY= zb_7smCFkPfTeN)~)OvS_mz66Mvh=37xy^UA4sLE_Hb$O9dwP6}CNY|}hdjEzaQwx* zhni!UUYlXszUk|*iKBe{BJ=2U@~UC7+D6BHR8xp}0uZMqc*1X9k8hC&Nc&`Xx?0J+ zuX@C{j?tp;97QtXq;sTkWI#Jm^@?l|!Km+j;wYXpi=uR*>7WA5B+iwP7HpvE${y(- z6FR?wOw9JvWzy{aYRHYqO|gX6c*K0{%`b; z+rY)z>Y@fcDV;7&srzGNeh47aa!g;b!z)h?(^?yoJr7jL)B(z; z2ZMoG!bBFHM!+2*Ja2YVUD9_`c2oX zE_!EzsIsLxmF?Zh?G7%tZS<2>5sF4pX0A#ERq`p-_jy&94SP+wuh>Az2La|uJ|Ln* z&iq{8DzQWe`+jXQl?P%M6S+KnL;{XrQN&InE?yQXdw9WK9{<>eTY`MaD1HT;x8jwy zpn@K_oIUrkbC9cM%n^%p4;g`WDx>r!QYWIg-g*3r3y||08D%1$=|{bF&8hR7 zhV*dsp$+HYU#tW(T)5x*wo{UCvxjRrc@a9-@yn5VPk#5{U063G`1Xqz=$mE|*(FA@ zP`gW|^w~DEo^*=g1`nfK9Dl((<0P-#E)J!tJ9x@L#)q!OrFRI1;ExDzeQV*egEM2N zTXJ!r-p;Ql6|VnWLzkl@e8+I+4TJJ-w^*>|vNNcONHIg&-&FCrsL7_+CTW@G&WF5t z&s}M&@hfsHStiyovC1%!7Pw9FzRbX-+el0^Ohnp=c8d}l4qd9VPl%=^<|FPPo2^rf zmIvIG12i?sC`&>laIcU}Ty*UL)|GelGee)8OnO!XPb!?GitPNIo8^TG9TCo^vqQh^ z72uM-exMX(^vkk>MN6GUOeDw+Eoms-aWQT-Ooj}kRvf*|;ojsUJ1EL%POmIAg9M>p zr+rz%o>nEbe4Uh(ve|BO)188i=gRCeQFwNHcGr(1szQ>v?)Z7j&$(eZlVTMu6lbOc z9|-FQH_V&72cf=Hgg+c86xoDs9RhZtc*&9LTkWQ%l=3Q+zBn1dPC znmM=-+H5J~MqS6pUn;P}rN$&bWBvI)($vLQDFM#LlY$dA7|T$6TXM zneFSvnYHTHL*wq2%+xXqs>}TXls~QRi6(I}qD1minRgvMp>&PHzd6hcKYHS9xMn8* m=o)hQs7y?p%DJ8J%uG};ys3iM8s~mm5b^(IVd})i&3^&PAHvT7 literal 0 HcmV?d00001 diff --git a/plugins/google-sitemap-generator/lang/sitemap-pt_BR.po b/plugins/google-sitemap-generator/lang/sitemap-pt_BR.po new file mode 100644 index 0000000..f13e0fb --- /dev/null +++ b/plugins/google-sitemap-generator/lang/sitemap-pt_BR.po @@ -0,0 +1,327 @@ +# [Countryname] Language File for sitemap (sitemap-[localname].po) +# Copyright (C) 2005 [name] : [URL] +# This file is distributed under the same license as the WordPress package. +# [name] <[mail-address]>, 2005. +# $Id: sitemap-es_ES.po 2504 2005-07-03 22:19:18Z arnee $ +# +msgid "" +msgstr "" +"Project-Id-Version: sitemap\n" +"Report-Msgid-Bugs-To: <[mail-address]>\n" +"POT-Creation-Date: 2005-06-15 00:00+0000\n" +"PO-Revision-Date: 2006-11-24 18:57-0300\n" +"Last-Translator: Rafael Lima \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language-Team: Pedro Polonia \n" +"X-Poedit-Language: Portuguese\n" +"X-Poedit-Country: PORTUGAL\n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-Bookmarks: -1,59,-1,-1,-1,71,-1,-1,-1,-1\n" + +#: sitemap.php:375 +msgid "always" +msgstr "sempre" + +msgid "hourly" +msgstr "a cada hora" + +msgid "daily" +msgstr "diariamente" + +msgid "weekly" +msgstr "semanalmente" + +msgid "monthly" +msgstr "mensalmente" + +msgid "yearly" +msgstr "anualmente" + +msgid "never" +msgstr "nunca" + +msgid "Detected Path" +msgstr "Caminho detectado" + +msgid "Example" +msgstr "Exemplo" + +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "Caminho absoluto ou relativo para o arquivo sitemap, incluindo o nome." + +msgid "Complete URL to the sitemap file, including name." +msgstr "URL completo para o arquivo sitemap, incluindo o nome." + +msgid "Automatic location" +msgstr "Localização automática" + +msgid "Manual location" +msgstr "Localização manual" + +msgid "OR" +msgstr "OU" + +msgid "Location of your sitemap file" +msgstr "Localização do arquivo sitemap" + +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "Se o seu blog está numa pasta e quer adicionar paginas que NÃO estão na pasta do seu blog ou em sub-pastas, DEVE colocar o seu arquivo sitemap na raiz dos directórios (Olhe na secção \"Localização do seu arquivo sitemap\" nesta página)! " + +#: sitemap.php:512 +msgid "Configuration updated" +msgstr "Configuração actualizada" + +#: sitemap.php:513 +msgid "Error" +msgstr "Erro" + +#: sitemap.php:521 +msgid "A new page was added. Click on "Save page changes" to save your changes." +msgstr "Uma nova página foi adicionada. Seleccione em \"Gravar alterações\" para guardar as alterações. " + +#: sitemap.php:527 +msgid "Pages saved" +msgstr "Páginas guardadas" + +#: sitemap.php:528 +msgid "Error while saving pages" +msgstr "Erro durante a gravação das páginas " + +#: sitemap.php:539 +msgid "The page was deleted. Click on "Save page changes" to save your changes." +msgstr "A página foi eliminada. Seleccione em \"Gravar alterações\" para guardar as alterações. " + +#: sitemap.php:542 +msgid "You changes have been cleared." +msgstr "As suas alterações foram anuladas." + +#: sitemap.php:555 +msgid "Sitemap Generator" +msgstr "Gerador Sitemap" + +#: sitemap.php:558 +msgid "Manual rebuild" +msgstr "Reconstrução manual" + +#: sitemap.php:559 +msgid "If you want to build the sitemap without editing a post, click on here!" +msgstr "Se deseja construir o sitemap sem editar nenhum artigo, clique aqui!" + +#: sitemap.php:560 +msgid "Rebuild Sitemap" +msgstr "Reconstruir Sitemap" + +#: sitemap.php:564 +msgid "Additional pages" +msgstr "Páginas adicionais" + +#: sitemap.php:566 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Aqui pode especificar os arquivos ou URLs que devem ser incluídas no sitemap mas que não pertencem ao seu blog/WordPress.
Por exemplo: se o teu domínio é www.foo.com e o teu blog está localizado em www.foo.com/blog, deve querer incluir a sua página inicial em www.foo.com " + +#: sitemap.php:568 +msgid "URL to the page" +msgstr "URL da página" + +#: sitemap.php:569 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "URL da página. Exemplos: http://www.foo.com/index.html ou www.foo.com/home" + +#: sitemap.php:571 +msgid "Priority" +msgstr "Prioridade" + +#: sitemap.php:572 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "Escolha a prioridade relativa da página relativa a outras páginas. Por exemplo, a sua página inicial deve ter uma maior prioridade que os seus dados pessoais." + +#: sitemap.php:574 +msgid "Last Changed" +msgstr "Última Alteração" + +#: sitemap.php:575 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Entre a data da última alteração como AAAA-MM-DD (por exemplo: 2005-12-31) (opcional). " + +#: sitemap.php:583 +msgid "Change Frequency" +msgstr "Frequência das Alterações " + +#: sitemap.php:585 +msgid "#" +msgstr "#" + +#: sitemap.php:609 +msgid "No pages defined." +msgstr "Nenhuma página definida" + +#: sitemap.php:616 +msgid "Add new page" +msgstr "Adicionar nova página " + +#: sitemap.php:617: +msgid "Save page changes" +msgstr "Guardar as alterações da página" + +#: sitemap.php:618: +msgid "Undo all page changes" +msgstr "Desfazer todas as alterações da página" + +#: sitemap.php:621: +msgid "Delete marked page" +msgstr "Apagar a página marcada" + +#: sitemap.php:627 +msgid "Basic Options" +msgstr "Opções Básicas" + +#: sitemap.php:632 +msgid "Enable automatic priority calculation for posts based on comment count" +msgstr "Activar o cálculo automático de prioridades para artigos baseado no número de comentários. " + +#: sitemap.php:638 +msgid "Write debug comments" +msgstr "Escrever comentários de depuração (debug) " + +#: sitemap.php:643 +msgid "Filename of the sitemap file" +msgstr "Nome do arquivo sitemap" + +#: sitemap.php:650 +msgid "Write a normal XML file (your filename)" +msgstr "Escrever um arquivo XML normal (nome do arquivo)" + +#: sitemap.php:652 +msgid "Detected URL" +msgstr "URL detectada" + +#: sitemap.php:657 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "Gravar um arquivo comprimido com gzip (nome_arquivo +.gz)" + +#: sitemap.php:664 +msgid "Auto-Ping Google Sitemaps" +msgstr "Ping automático a Google Sitemaps" + +#: sitemap.php:665 +msgid "This option will automatically tell Google about changes." +msgstr "Esta opção indicará automaticamente as alterações ao Google." + +#: sitemap.php:672 +msgid "Includings" +msgstr "Inclusões" + +#: sitemap.php:677 +msgid "Include homepage" +msgstr "Incluir página principal" + +#: sitemap.php:683 +msgid "Include posts" +msgstr "Incluir artigos" + +#: sitemap.php:689 +msgid "Include static pages" +msgstr "Incluir páginas estáticas" + +#: sitemap.php:695 +msgid "Include categories" +msgstr "Incluir categorías" + +#: sitemap.php:701 +msgid "Include archives" +msgstr "Incluir arquivos" + +#: sitemap.php:708 +msgid "Change frequencies" +msgstr "Frequência das mudanças " + +#: sitemap.php:709 +msgid "Note" +msgstr "Nota" + +#: sitemap.php:710 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Por favor, considere que o valor desta etiqueta é um conselho e não um comando. Mesmo quando alguns agentes de pesquisa (search engine crawlers) consideram esta informação para tomar decisões, eles podem verificar as páginas marcadas como \"a cada hora\" com menor frequência, e visitar varias vezes por ano, as páginas marcadas com \"anualmente\".É igualmente possível que sejam verificadas páginas marcadas com \"nunca\" para gerir possíveis mudanças inesperadas nas mesmas." + +#: sitemap.php:715 +msgid "Homepage" +msgstr "Página principal" + +#: sitemap.php:721 +msgid "Posts" +msgstr "Artigos" + +#: sitemap.php:727 +msgid "Static pages" +msgstr "Páginas estáticas" + +#: sitemap.php:733 +msgid "Categories" +msgstr "Categorias" + +#: sitemap.php:739 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "Arquivo deste mês (Deve ser igual ao da sua pagina principal)" + +#: sitemap.php:745 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Arquivos antigos (Alterar só se editou um artigo antigo)" + +#: sitemap.php:752 +msgid "Priorities" +msgstr "Prioridades" + +#: sitemap.php:763 +msgid "Posts (If auto calculation is disabled)" +msgstr "Artigos (Se o calculo automático está inativo) " + +#: sitemap.php:769 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "Prioridade mínima para artigos (Mesmo quando o cálculo automático está ativo) " + +#: sitemap.php:787 +msgid "Archives" +msgstr "Arquivos" + +#: sitemap.php:793 +msgid "Informations and support" +msgstr "Informação e suporte" + +#: sitemap.php:794 +msgid "Check %s for updates and comment there if you have any problems / questions / suggestions." +msgstr "Consulte %s para atualizações e comentários se tiver algum problema, questão ou sugestão." + +#: sitemap.php:797 +msgid "Update options" +msgstr "Atualizar opções" + +#: sitemap.php:1033 +msgid "URL:" +msgstr "URL:" + +#: sitemap.php:1034 +msgid "Path:" +msgstr "Caminho:" + +#: sitemap.php:1037 +msgid "Could not write into %s" +msgstr "Não foi possivel escrever em %s" + +#: sitemap.php:1048 +msgid "Successfully built sitemap file:" +msgstr "Arquivo sitemap criado com sucesso:" + +#: sitemap.php:1048 +msgid "Successfully built gzipped sitemap file:" +msgstr "Arquivo sitemap comprimido criado com sucesso:" + +#: sitemap.php:1062 +msgid "Could not ping to Google at %s" +msgstr "Não foi possível realizar ping no Google em %s" + +#: sitemap.php:1064 +msgid "Successfully pinged Google at %s" +msgstr "Ping a Google realizado com sucesso em %s" + diff --git a/plugins/google-sitemap-generator/lang/sitemap-ru_RU.mo b/plugins/google-sitemap-generator/lang/sitemap-ru_RU.mo new file mode 100644 index 0000000000000000000000000000000000000000..d4f8c3729cce84cc207c9cd11cc68223a0689871 GIT binary patch literal 27041 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 k~#a;7bj&SMe0 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, 2005. +# $Id: sitemap.pot 24948 2007-11-18 16:37:44Z arnee $ +# +msgid "" +msgstr "" +"Project-Id-Version: sitemap\n" +"Report-Msgid-Bugs-To: <[mail-address]>\n" +"POT-Creation-Date: 2005-06-15 00:00+0000\n" +"PO-Revision-Date: 2007-11-27 12:24+0300\n" +"Last-Translator: Sergey Ryvkin \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language-Team: \n" +"X-Poedit-KeywordsList: _e;__\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-SearchPath-0: C:\\Inetpub\\wwwroot\\wp\\wp-content\\plugins\\sitemap_beta\n" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:846 +msgid "Comment Count" +msgstr "Количество комментариев" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:858 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "Использует количество комментариев к статье для вычисления приоритета" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:918 +msgid "Comment Average" +msgstr "Среднее количество комментариев" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:930 +msgid "Uses the average comment count to calculate the priority" +msgstr "Использует среднее количество комментариев для вычисления приоритета" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:993 +msgid "Popularity Contest" +msgstr "Популярность дискуссии" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:1005 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "Используйте активированный Плагин популярности дискуссий от Alex King. См. Настройки и Самые популярные записи" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +msgid "XML-Sitemap Generator" +msgstr "Генератор XML-карты сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +msgid "XML-Sitemap" +msgstr "XML-карта сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "Премного благодарю за пожертвования. Вы помогаете мне в продалжении поддержки и разработки этого плагина и другого свободного ПО!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +msgid "Hide this notice" +msgstr "Скрыть это замечание" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and your are satisfied with the results, isn't it worth at least one dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "Благодарю Вас за использование этого плагина! Вы установили его свыше месяца назад. Если он работает и Вы удовлетворены его результатами, вышлите мне хотя бы $1? Пожертвования помогут мне в поддержке и разработке этого бесплатного ПО! Конечно, без проблем!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +msgid "No thanks, please don't bug me anymore!" +msgstr "Нет, спасибо. Прошу меня больше не беспокоить!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2635 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2835 +msgid "XML Sitemap Generator for WordPress" +msgstr "Генератор XML-карты сайта для WordPress" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2740 +msgid "Configuration updated" +msgstr "Конфигурация обновлена" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2741 +msgid "Error while saving options" +msgstr "Ошибка при сохранении параметров" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2743 +msgid "Pages saved" +msgstr "Страницы сохранены" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2744 +msgid "Error while saving pages" +msgstr "Ошибка при сохранении страниц" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2748 +#, php-format +msgid "Robots.txt file saved" +msgstr "Файл Robots.txt сохранен" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2750 +msgid "Error while saving Robots.txt file" +msgstr "Ошибка при сохранении файла Robots.txt" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2758 +msgid "The default configuration was restored." +msgstr "Конфигурация по умолчанию восстановлена." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2851 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2868 +msgid "open" +msgstr "открыть" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2852 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2869 +msgid "close" +msgstr "закрыть" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2853 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2870 +msgid "click-down and drag to move this box" +msgstr "Нажмите кнопку мыши и тащите для перемещения этого блока" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2854 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2871 +msgid "click to %toggle% this box" +msgstr "Нажмите для %toggle% на этот блок" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2855 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2872 +msgid "use the arrow keys to move this box" +msgstr "используйте стрелки для перемещения этого блока" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2856 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2873 +msgid ", or press the enter key to %toggle% it" +msgstr ", или нажмите копку ввод (enter) для %toggle% его" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2884 +msgid "About this Plugin:" +msgstr "Об это плагине:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2886 +msgid "Plugin Homepage" +msgstr "Домашняя страница плагина" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2887 +msgid "Notify List" +msgstr "Список напоминания" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +msgid "Support Forum" +msgstr "Форум технической поддержки" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2889 +msgid "Donate with PayPal" +msgstr "Пожертвовать через PayPal" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2890 +msgid "My Amazon Wish List" +msgstr "Мой список пожеланий на Amazon" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +msgid "translator_name" +msgstr "Перевёл Сергей Рывкин" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +msgid "translator_url" +msgstr "http://ryvkin.ru" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2895 +msgid "Sitemap Resources:" +msgstr "Ресурсы карыт сайта:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2897 +msgid "Webmaster Tools" +msgstr "Инструменты веб-мастера" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +msgid "Webmaster Blog" +msgstr "Дневник веб-мастера" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2900 +msgid "Site Explorer" +msgstr "Просмотр сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2901 +msgid "Search Blog" +msgstr "Искать в дневнике" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2903 +msgid "Sitemaps Protocol" +msgstr "Протокол использования карты сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2904 +msgid "Official Sitemaps FAQ" +msgstr "Официальный ЧАВО по картам сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2905 +msgid "My Sitemaps FAQ" +msgstr "Мой ЧАВО по картам сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2910 +msgid "Recent Donations:" +msgstr "Последние пожертвования:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2914 +msgid "List of the donors" +msgstr "Список спонсоров" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2916 +msgid "Hide this list" +msgstr "Скрыть этот список" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2919 +msgid "Thanks for your support!" +msgstr "Спасибо за Вашу поддержку!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2931 +msgid "Status" +msgstr "Статус" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2941 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "Карта сайта ещё не построена. Нажмите здесь для создания её впервые." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2947 +msgid "Your sitemap was last built on %date%." +msgstr "Ваша карта сайта последний раз была построена: %date%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2949 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn moreПочитать ещё" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2956 +msgid "Your sitemap (zipped) was last built on %date%." +msgstr "Ваша карта сайта (сжатая) последний раз была построена: %date%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2958 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn moreПочитать ещё" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2964 +msgid "Google was successfully notified about changes." +msgstr "Google был успешно проинформирован об изменениях." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "%time% секунд заняло информирование Google; возможно, Вас стоит отключить эту функцию, чтобы снизить время построения карты." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3011 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "При информировании Google произошла ошибка. Посмотреть результат" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976 +msgid "YAHOO was successfully notified about changes." +msgstr "YAHOO был успешно проинформирован об изменениях." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2979 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "%time% секунд заняло информирование YAHOO; возможно, Вас стоит отключить эту функцию, чтобы снизить время построения карты." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3023 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "При информировании YAHOO произошла ошибка. Посмотреть результат" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988 +msgid "Ask.com was successfully notified about changes." +msgstr "Ask.com был успешно проинформирован об изменениях." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "%time% секунд заняло информирование Ask.com; возможно, Вас стоит отключить эту функцию, чтобы снизить время построения карты." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3035 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "При информировании Ask.com произошла ошибка. Посмотреть результат" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3002 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "Процесс построения занял примерно %time% секунд и использовал %memory% MB памяти." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3004 +msgid "The building process took about %time% seconds to complete." +msgstr "Процесс построения занял примерно %time% секунд." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3008 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "Содержание Вашей карты сайта не изменялось за последнее время, поэтому файлы не записывались и поисковые системы не информировались." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3012 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "Последний запуск не был завершен! Возможно, Вы превысили лимиты памяти или времени исполнения. Почитать ещё" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3014 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "Последний раз скрипт использовал %memused%MB памяти, лимит памяти Вашего сервера составляет %memlimit%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3018 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "Последний раз скрипт работал %timeused% секунд, ограничение времени на Вашем сервере составляет %timelimit% секунд." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3022 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "Скрипт остановился около статьи номер %lastpost% (+/- 100)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3025 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "Если Вы что-то поменяли на Вашем сервре или в дневнике, Вам необходимо заново построить карту сайта вручную." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3027 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "Если Вы столкнулись с какими-либо проблемами в процессе построения, Вы можете воспользоваться функцией отладки для получения дополнительной информации." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3040 +msgid "Basic Options" +msgstr "Базовые параметры" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +msgid "Sitemap files:" +msgstr "Файлы карты сайта:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3104 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +msgid "Learn more" +msgstr "Почитать ещё" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3049 +msgid "Write a normal XML file (your filename)" +msgstr "Записать обычный XML файл (Ваше имя файла)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3055 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "Записать запакованный XML файл (Ваше имя файла + .gz)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +msgid "Building mode:" +msgstr "Режим построения карты:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3064 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "Постройте заново карту сайта, если Вы изменили содержание Вашего дневника" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3071 +msgid "Enable manual sitemap building via GET Request" +msgstr "Разрешить ручное построение карты сайта с помощью запроса GET" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3075 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the logfile above to see if sitemap was successfully built." +msgstr "Это разрешит Вам обновить карту сайта, если внешний инструмент будет писать в базу WordPress? не используя WordPress API. Используйте следующий URL для выполнения процесса: %1 Посмотрите протокол (см. выше) для проверки, построена ли карта сайта." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +msgid "Update notification:" +msgstr "Обновить уведомление:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +msgid "Notify Google about updates of your Blog" +msgstr "Уведомить Google об изменениях в Вашем дневнике" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "Регистрация не требуется, но Вы можете присоединиться к Инструментам веб-мастера Google для просмотра статистики поисковых роботов." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088 +msgid "Notify Ask.com about updates of your Blog" +msgstr "Уведомить Asc.com об изменениях в Вашем дневнике" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3089 +msgid "No registration required." +msgstr "Регистрация не требуется." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3093 +msgid "Notify YAHOO about updates of your Blog" +msgstr "Уведомить YAHOO об изменениях в Вашем дневнике" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +msgid "Your Application ID:" +msgstr "Ваш идентификатор приложения (Application ID):" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155 +#, php-format +msgid "Don't you have such a key? Request one here! %s2" +msgstr "У Вас нет такого ключа?? Запросите здесь! %s2" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3099 +#, php-format +msgid "Modify or create %s file in blog root which contains the sitemap location." +msgstr "Изменить или создать файл %s в дневнике, который содержит информацию о расположении карты сайта." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3102 +msgid "File permissions: " +msgstr "Разрешения на доступ к файлам: " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3107 +msgid "OK, robots.txt is writable." +msgstr "OK, robots.txt открыт на запись." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3109 +msgid "Error, robots.txt is not writable." +msgstr "Ошибка, robots.txt не открыт на запись." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3113 +msgid "OK, robots.txt doesn't exist but the directory is writable." +msgstr "OK, robots.txt не существует, но каталог открыт на запись." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3115 +msgid "Error, robots.txt doesn't exist and the directory is not writable" +msgstr "Ошибка, robots.txt не существует, и каталог не открыт на запись" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +msgid "Advanced options:" +msgstr "Расширенные параметры:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +msgid "Limit the number of posts in the sitemap:" +msgstr "Ограничить количество статей в карте сайта:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +msgid "Newer posts will be included first" +msgstr "Более новые статьи будут включены первыми" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +msgid "Try to increase the memory limit to:" +msgstr "Попытаться увеличить лимит памяти до:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +msgid "e.g. \"4M\", \"16M\"" +msgstr "например, \"4M\", \"16M\"" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +msgid "Try to increase the execution time limit to:" +msgstr "Попытаться увеличить ограничение времени исполнения до:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "в секундах, например, \"60\" или \"0\" для неограниченного времени" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Include a XSLT stylesheet:" +msgstr "Включить таблицу стилей XSLT:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Use Default" +msgstr "Использовать значение по умолчанию" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +msgid "Full or relative URL to your .xsl file" +msgstr "Полный или относительный URL к Вашему файлу .xsl" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "Разрешить стандартный режим MySQL. Использовать только в случае ошибок MySQL. (Требует намного больше памяти!)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "Строить карту сайта в фоновом процессе (Вам не надо ждать сохранения статьи)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +msgid "Exclude the following posts or pages:" +msgstr "Исключить следующие статьи или страницы:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +msgid "List of IDs, separated by comma" +msgstr "Список идентификаторов (ID), разделенных запятыми" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3144 +msgid "Additional pages" +msgstr "Дополнительные страницы" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3149 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Здесь Вы можете указать файлы или URL, которые должны быть включены в карту сайта, но не принадлежащие Вашему дневнику/WordPress.
Например,если Ваш домен www.foo.com, а Ваш дневник расположен в www.foo.com/blog, Вам может понадобиться добавить домашнюю страницу из www.foo.com" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3151 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3462 +msgid "Note" +msgstr "Замечание" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "Если Ваш дневник расположен в подкаталоге, и Вы хотите добавить страницы, которые находятся ВЫШЕ в структуре каталогов, Вам НЕОБХОДИМО поместить карту сайта в корневой каталог (См. секцию "Размещение файла с картой сайта" на этой странице)!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3300 +msgid "URL to the page" +msgstr "URL страницы" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "Введите URL этой страницы. Примеры: http://www.foo.com/index.html или www.foo.com/home " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3157 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3301 +msgid "Priority" +msgstr "Приоритет" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3158 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "Выберите приоритет этой страницы относительно других страниц. Например, Ваша главная страница может иметь более высокий приоритет, чем страница с информацией о сайте." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3160 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3303 +msgid "Last Changed" +msgstr "Последний раз изменялась" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3161 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Введите дату последнего изменения в формате YYYY-MM-DD (2005-12-31, например) (не обязательно)." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3302 +msgid "Change Frequency" +msgstr "Частота изменений" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3304 +msgid "#" +msgstr "№" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3309 +msgid "No pages defined." +msgstr "Нет страниц." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3314 +msgid "Add new page" +msgstr "Добавить новую страницу" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3325 +msgid "Post Priority" +msgstr "Приоритет статьи" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3329 +msgid "Please select how the priority of each post should be calculated:" +msgstr "Выберите, как будет вычисляться приоритет каждой статьи:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +msgid "Do not use automatic priority calculation" +msgstr "Не использовать автоматическое вычисление приоритета" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "Все статьи будут иметь одинаковый приоритет, который определен в "Приоритетах"" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3348 +msgid "Location of your sitemap file" +msgstr "Расположение Вашего файла с картой сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3353 +msgid "Automatic detection" +msgstr "Автоматическое определение" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3357 +msgid "Filename of the sitemap file" +msgstr "Имя файла с картой сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3360 +msgid "Detected Path" +msgstr "Обнаруженный путь" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3360 +msgid "Detected URL" +msgstr "Обнаруженный URL" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3365 +msgid "Custom location" +msgstr "Пользовательское расположение" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3369 +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "Абсолютный или относительный путь к файлу с картой сайта, включая имя файла." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3371 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3380 +msgid "Example" +msgstr "Пример" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3378 +msgid "Complete URL to the sitemap file, including name." +msgstr "Заполните URL к файлу с картой сайта, включая имя файла." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3397 +msgid "Sitemap Content" +msgstr "Содержание карты сайта" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3405 +msgid "Include homepage" +msgstr "Включить домашнюю страницу" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3411 +msgid "Include posts" +msgstr "Включить статьи" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3417 +msgid "Include static pages" +msgstr "Включить статические страницы" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3423 +msgid "Include categories" +msgstr "Включить категории" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3429 +msgid "Include archives" +msgstr "Включить архивы" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3436 +msgid "Include tag pages" +msgstr "Включить страницы меток" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3443 +msgid "Include author pages" +msgstr "Включить страницы авторов" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3457 +msgid "Change frequencies" +msgstr "Изменить частоты" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3463 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Обратите внимание, что значение этой метки считается рекомендацией и не является командой. Даже когда поисковые роботы берут эту информацию к сведению для принятия решений, они могут осматривать страницы, помеченные \"раз в час\" реже, чем запрошено, и они могут осматривать страницы, помеченные как \"раз в год\" чаще, чем запрошено. Также бывает, что поисковые роботы осматривают страницы, помеченные как \"никогда\", отмечая не предусмотренные изменения на этих страницах." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3469 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3535 +msgid "Homepage" +msgstr "Главная страница" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3475 +msgid "Posts" +msgstr "Статьи" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3481 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3553 +msgid "Static pages" +msgstr "Статичные страницы" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3487 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3559 +msgid "Categories" +msgstr "Категории" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3493 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "Текущий архив за этот месяц (Должен быть тем же, что и Главная страница)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3499 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Старые архивы (Изменяются только в случае, если Вы редактируете старые статьи)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3506 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3572 +msgid "Tag pages" +msgstr "Страницы меток" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3513 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3579 +msgid "Author pages" +msgstr "Страницы авторов" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3527 +msgid "Priorities" +msgstr "Приоритеты" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3541 +msgid "Posts (If auto calculation is disabled)" +msgstr "Статьи (Если автоматическое вычисление запрещено)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3547 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "Минимальный приоритет статьи (Даже если автоматическое вычисление разрешено)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3565 +msgid "Archives" +msgstr "Архивы" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3590 +msgid "Update options" +msgstr "Обновить параметры" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3591 +msgid "Reset options" +msgstr "Вернуть исходные значения" + diff --git a/plugins/google-sitemap-generator/lang/sitemap-sl_SI.mo b/plugins/google-sitemap-generator/lang/sitemap-sl_SI.mo new file mode 100644 index 0000000000000000000000000000000000000000..823312b373dd75037745889b0efa3130bdee6ed9 GIT binary patch literal 8586 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 literal 0 HcmV?d00001 diff --git a/plugins/google-sitemap-generator/lang/sitemap-sl_SI.po b/plugins/google-sitemap-generator/lang/sitemap-sl_SI.po new file mode 100644 index 0000000..0a7a57f --- /dev/null +++ b/plugins/google-sitemap-generator/lang/sitemap-sl_SI.po @@ -0,0 +1,325 @@ +msgid "" +msgstr "" +"Project-Id-Version: sitemap-sl_SI\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2006-11-13 09:33+0100\n" +"Last-Translator: m2-j \n" +"Language-Team: Milan Jungic \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Slovenian\n" +"X-Poedit-Country: SLOVENIA\n" + +#: sitemap.php:375 +msgid "always" +msgstr "vedno" + +msgid "hourly" +msgstr "vsako uro" + +msgid "daily" +msgstr "dnevno" + +msgid "weekly" +msgstr "tedensko" + +msgid "monthly" +msgstr "mesečno" + +msgid "yearly" +msgstr "letno" + +msgid "never" +msgstr "nikoli" + +msgid "Detected Path" +msgstr "Zaznana pot:" + +msgid "Example" +msgstr "Primer" + +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "Absolutna ali relativna pot do datoteke načrta strani (vključno z imenom datoteke)" + +msgid "Complete URL to the sitemap file, including name." +msgstr "URL naslov datoteke načrta strani (vključno z imenom datoteke)." + +msgid "Automatic location" +msgstr "Samodejno lociranje" + +msgid "Manual location" +msgstr "Ročno lociranje" + +msgid "OR" +msgstr "ALI" + +msgid "Location of your sitemap file" +msgstr "Ime datoteke načrta strani" + +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "Če je vaš blog v podimeniku in želite v načrt strani dodatki datoteke, ki se nahajajo izven tega podimenika, morate datoteko načrta strani shraniti v korenski imenik, ki se nahaja nad vsemi imeniki katere želite v načrt strani vključiti (glejte sekcijo "Ime datoteke načrta strani" na tej strani)!" + +#: sitemap.php:512 +msgid "Configuration updated" +msgstr "Nastavitve so posodobljene" + +#: sitemap.php:513 +msgid "Error" +msgstr "Napaka" + +#: sitemap.php:521 +msgid "A new page was added. Click on "Save page changes" to save your changes." +msgstr "Nova stran je dodana. Za uveljavitev sprememb, izberite "Shrani stran"." + +#: sitemap.php:527 +msgid "Pages saved" +msgstr "Strani so shranjene." + +#: sitemap.php:528 +msgid "Error while saving pages" +msgstr "Napaka pri shranjevanju strani" + +#: sitemap.php:539 +msgid "The page was deleted. Click on "Save page changes" to save your changes." +msgstr "Stran je izbrisana. Za uveljavitev sprememb, izberite "Shrani stran"." + +#: sitemap.php:542 +msgid "You changes have been cleared." +msgstr "Spremembe so razveljavljene." + +#: sitemap.php:555 +msgid "Sitemap Generator" +msgstr "Generator načrta strani" + +#: sitemap.php:558 +msgid "Manual rebuild" +msgstr "Ročno" + +#: sitemap.php:559 +msgid "If you want to build the sitemap without editing a post, click on here!" +msgstr "Izberite to možnost, če želite takoj ustvariti načrt strani." + +#: sitemap.php:560 +msgid "Rebuild Sitemap" +msgstr "Ustvari načrt strani" + +#: sitemap.php:564 +msgid "Additional pages" +msgstr "Dodatne strani" + +#: sitemap.php:566 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Tukaj lahko navedete datoteke in URL naslove, ki niso del vaše Wordpress namestitve, želite jih pa vključiti v načrt strani.
Primer: Vaša domena je www.foo.com, blog se nahaja na naslovu www.foo.com/blog, medtem, ko vi v načrt strani želite vključiti tudi naslov www.foo.com s pripadajočo vsebino." + +#: sitemap.php:568 +msgid "URL to the page" +msgstr "URL naslov strani" + +#: sitemap.php:569 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "Vnestite URL naslov strani. Primer: www.foo.com ali www.foo.com/home" + +#: sitemap.php:571 +msgid "Priority" +msgstr "Prioriteta" + +#: sitemap.php:572 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "Izberi prioriteto strani, glede na ostale strani. Npr. za vašo domačo stran www.foo.com želite morda višjo prioriteto kot za vaš blog www.foo.com/blog? " + +#: sitemap.php:574 +msgid "Last Changed" +msgstr "Zadnjič spremenjeno" + +#: sitemap.php:575 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Vnesite datum zadnje spremembe JJJJ-MM-TT (oblika: 2005-12-31). (opcija)" + +#: sitemap.php:583 +msgid "Change Frequency" +msgstr "Spremeni frekvenco" + +#: sitemap.php:585 +msgid "#" +msgstr "#" + +#: sitemap.php:609 +msgid "No pages defined." +msgstr "Nobena stran ni bila še definirana." + +#: sitemap.php:616 +msgid "Add new page" +msgstr "Dodaj novo stran" + +# sitemap.php:617: +#: sitemap.php:617 +msgid "Save page changes" +msgstr "Shrani spremembe" + +# sitemap.php:618: +#: sitemap.php:618 +msgid "Undo all page changes" +msgstr "Razveljavi spremembe" + +# sitemap.php:621: +#: sitemap.php:621 +msgid "Delete marked page" +msgstr "Izbriši izbrane strani" + +#: sitemap.php:627 +msgid "Basic Options" +msgstr "Osnovne nastavitve" + +#: sitemap.php:632 +msgid "Enable automatic priority calculation for posts based on comment count" +msgstr "Določi prioriteto objav glede na število komentarjev pod posameznimi objavami" + +#: sitemap.php:638 +msgid "Write debug comments" +msgstr "Zapiši komentarje za iskanje in odpravljanje napak" + +#: sitemap.php:643 +msgid "Filename of the sitemap file" +msgstr "Ime datoteke načrta strani" + +#: sitemap.php:650 +msgid "Write a normal XML file (your filename)" +msgstr "Shrani načrt strani kot standardno XML datoteko" + +#: sitemap.php:652 +msgid "Detected URL" +msgstr "Zaznan URL naslov" + +#: sitemap.php:657 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "Shrani kot stisnjeno (gzip) datoteko (ime datoteke + .gz)" + +#: sitemap.php:664 +msgid "Auto-Ping Google Sitemaps" +msgstr "Samodejno obvesti Google o spremembah (ping)" + +#: sitemap.php:665 +msgid "This option will automatically tell Google about changes." +msgstr "Če izberete to možnost, bodo morebitne spremembe v načrtu strani samodejno posredovane Googlu." + +#: sitemap.php:672 +msgid "Includings" +msgstr "Vsebina" + +#: sitemap.php:677 +msgid "Include homepage" +msgstr "Vključi osnovno (prvo) stran" + +#: sitemap.php:683 +msgid "Include posts" +msgstr "Vključi objave" + +#: sitemap.php:689 +msgid "Include static pages" +msgstr "Vključi statične strani" + +#: sitemap.php:695 +msgid "Include categories" +msgstr "Vključi kategorije" + +#: sitemap.php:701 +msgid "Include archives" +msgstr "Vključi zgodovino (arhivi)" + +#: sitemap.php:708 +msgid "Change frequencies" +msgstr "Spremeni frekvenco" + +#: sitemap.php:709 +msgid "Note" +msgstr "Opomba" + +#: sitemap.php:710 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Ta nastavitev je zgolj predlagana. Čeprav spletni iskalniki nastavljeno frekvenco upoštevajo, se zna zgoditi, da bodo strani nastavljene na urno osveževanje pregledovali redkeje, kot strani nastavljene na letno osveževanje. Ravno tako se zna zgoditi, da bodo iskalniki pregledovali strani, katerim ste nastavili, da se ne osvežujejo." + +#: sitemap.php:715 +msgid "Homepage" +msgstr "Osnovna stran" + +#: sitemap.php:721 +msgid "Posts" +msgstr "Objave" + +#: sitemap.php:727 +msgid "Static pages" +msgstr "Statične strani" + +#: sitemap.php:733 +msgid "Categories" +msgstr "Kategorije" + +#: sitemap.php:739 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "Aktualni arhiv tega meseca (enako kot za osnovno stran)" + +#: sitemap.php:745 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Starejši arhivi" + +#: sitemap.php:752 +msgid "Priorities" +msgstr "Prioritete" + +#: sitemap.php:763 +msgid "Posts (If auto calculation is disabled)" +msgstr "Število objav (v primeru, ko je samodejno seštevanje onemogočeno)" + +#: sitemap.php:769 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "Najmanjša prioriteta za objave (tudi, ko je izbrana možnost samodejnega izračunavanja prioritet)" + +#: sitemap.php:787 +msgid "Archives" +msgstr "Arhivi" + +#: sitemap.php:793 +msgid "Informations and support" +msgstr "Informacije in podpora" + +#: sitemap.php:794 +msgid "Check %s for updates and comment there if you have any problems / questions / suggestions." +msgstr "Popravke in pomoč za vtičnik boste našli na %s." + +#: sitemap.php:797 +msgid "Update options" +msgstr "Shrani nastavitve" + +#: sitemap.php:1033 +msgid "URL:" +msgstr "URL:" + +#: sitemap.php:1034 +msgid "Path:" +msgstr "Pot:" + +# msgid "URL:" +# msgstr "" +# msgid "Path:" +# msgstr "" +#: sitemap.php:1037 +msgid "Could not write into %s" +msgstr "Napaka pri shranjevanju datoteke "%s"." + +#: sitemap.php:1048 +msgid "Successfully built sitemap file:" +msgstr "Načrt strani je bil uspešno zapisan:" + +#: sitemap.php:1048 +msgid "Successfully built gzipped sitemap file:" +msgstr "Načrt strani je bil uspešno zapisan v stisnjeno (gzip) datoteko:" + +#: sitemap.php:1062 +msgid "Could not ping to Google at %s" +msgstr "Napaka pri obveščanju Googla o spremembah (%s)" + +#: sitemap.php:1064 +msgid "Successfully pinged Google at %s" +msgstr "Google je uspešno obveščen o spremembah (%s)" + diff --git a/plugins/google-sitemap-generator/lang/sitemap-sv_SE.mo b/plugins/google-sitemap-generator/lang/sitemap-sv_SE.mo new file mode 100644 index 0000000000000000000000000000000000000000..aabe56576a94e7697083ee140001e405de372769 GIT binary patch literal 8710 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 E3kt<5`v3p{ literal 0 HcmV?d00001 diff --git a/plugins/google-sitemap-generator/lang/sitemap-sv_SE.po b/plugins/google-sitemap-generator/lang/sitemap-sv_SE.po new file mode 100644 index 0000000..0094df5 --- /dev/null +++ b/plugins/google-sitemap-generator/lang/sitemap-sv_SE.po @@ -0,0 +1,322 @@ +msgid "" +msgstr "" +"Project-Id-Version: Google Sitemap Generator Swedish Translation 1.0\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2008-01-08 12:16+0100\n" +"Last-Translator: Markus \n" +"Language-Team: Tobias Bergius \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Swedish\n" +"X-Poedit-Country: SWEDEN\n" +"X-Poedit-SourceCharset: iso-8859-1\n" + +#: sitemap.php:375 +msgid "always" +msgstr "alltid" + +msgid "hourly" +msgstr "varje timme" + +msgid "daily" +msgstr "dagligen" + +msgid "weekly" +msgstr "varje vecka" + +msgid "monthly" +msgstr "månatligen" + +msgid "yearly" +msgstr "Årligen" + +msgid "never" +msgstr "aldrig" + +msgid "Detected Path" +msgstr "Funnen sökväg" + +msgid "Example" +msgstr "Exempel" + +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "Absolut eller relativ sökväg till sajtkartan, inklusive namn." + +msgid "Complete URL to the sitemap file, including name." +msgstr "Komplett URL till sajtkartan, inklusive namn." + +msgid "Automatic location" +msgstr "Automatisk sökväg" + +msgid "Manual location" +msgstr "Manuell sökväg" + +msgid "OR" +msgstr "eller" + +msgid "Location of your sitemap file" +msgstr "Sökväg till din sajtkarta" + +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "Om din blogg är i en underkatalog och du vill lägga till sidor som inte är i blogg-katalogen, eller under, måste du placera din sajtkarta i root-katalogen (se "Sökväg till din sajtkarta" på den här sidan)!" + +#: sitemap.php:512 +msgid "Configuration updated" +msgstr "Konfiguration uppdaterad" + +#: sitemap.php:513 +msgid "Error" +msgstr "Fel" + +#: sitemap.php:521 +msgid "A new page was added. Click on "Save page changes" to save your changes." +msgstr "En ny sida tillagd. Klicka på "Spara ändringar" för att spara." + +#: sitemap.php:527 +msgid "Pages saved" +msgstr "Sidor sparade" + +#: sitemap.php:528 +msgid "Error while saving pages" +msgstr "Fel vid sparande av sida" + +#: sitemap.php:539 +msgid "The page was deleted. Click on "Save page changes" to save your changes." +msgstr "Sidan borttagen. Klicka på "Spara ändringar" för att spara." + +#: sitemap.php:542 +msgid "You changes have been cleared." +msgstr "Dina ändringar har rensats." + +#: sitemap.php:555 +msgid "Sitemap Generator" +msgstr "Sitemap Generator" + +#: sitemap.php:558 +msgid "Manual rebuild" +msgstr "Manuell återskapning" + +#: sitemap.php:559 +msgid "If you want to build the sitemap without editing a post, click on here!" +msgstr "Om du vill skapa sajtkartan utan att redigera en artikel, klicka här!" + +#: sitemap.php:560 +msgid "Rebuild Sitemap" +msgstr "Återskapa sajtkarta" + +#: sitemap.php:564 +msgid "Additional pages" +msgstr "Ytterligare sidor" + +#: sitemap.php:566 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Här kan du lägga till URL:er i sajtkartan, som inte tillhör Wordpress.
Till exempel, om din domän är www.foo.com och din blogg finns på www.foo.com/blogg, vill du nog lägga till din startsida på www.foo.com." + +#: sitemap.php:568 +msgid "URL to the page" +msgstr "URL till sidan" + +#: sitemap.php:569 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "Ange URL till sidan. Exempel: http://www.foo.com/index.html eller www.foo.com/home" + +#: sitemap.php:571 +msgid "Priority" +msgstr "Prioritet" + +#: sitemap.php:572 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "Välj prioritet relativt till de andra sidorna. Till exempel, din startsida kanske bör ha högre prioritet än dina undersidor." + +#: sitemap.php:574 +msgid "Last Changed" +msgstr "Senast ändrad" + +#: sitemap.php:575 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Ändra datum för senaste ändringar enligt ÅÅÅÅ-MM-DD (2005-12-31 t.ex.) (valfritt)." + +#: sitemap.php:583 +msgid "Change Frequency" +msgstr "Ändra frekvens" + +#: sitemap.php:585 +msgid "#" +msgstr "#" + +#: sitemap.php:609 +msgid "No pages defined." +msgstr "Inga sidor tillagda." + +#: sitemap.php:616 +msgid "Add new page" +msgstr "Lägg till sida" + +# sitemap.php:617: +#: sitemap.php:617 +msgid "Save page changes" +msgstr "Spara ändringar" + +# sitemap.php:618: +#: sitemap.php:618 +msgid "Undo all page changes" +msgstr "Ångra alla ändringar" + +# sitemap.php:621: +#: sitemap.php:621 +msgid "Delete marked page" +msgstr "Ta bort markerad sida" + +#: sitemap.php:627 +msgid "Basic Options" +msgstr "Generella ändringar" + +#: sitemap.php:632 +msgid "Enable automatic priority calculation for posts based on comment count" +msgstr "Aktivera automatisk prioritering för artiklar, baserat på antal kommentarer" + +#: sitemap.php:638 +msgid "Write debug comments" +msgstr "Skriv debuggkommentarer" + +#: sitemap.php:643 +msgid "Filename of the sitemap file" +msgstr "Filnamn på sajtkartan" + +#: sitemap.php:650 +msgid "Write a normal XML file (your filename)" +msgstr "Skapa en vanlig XML-fil (ditt filnamn)" + +#: sitemap.php:652 +msgid "Detected URL" +msgstr "Funnen URL" + +#: sitemap.php:657 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "Skapa en gzippad fil (filnamn + .gz)" + +#: sitemap.php:664 +msgid "Auto-Ping Google Sitemaps" +msgstr "Auto-pinga Google Sitemaps" + +#: sitemap.php:665 +msgid "This option will automatically tell Google about changes." +msgstr "Det här gör att Google automatiskt notifieras om uppdateringar" + +#: sitemap.php:672 +msgid "Includings" +msgstr "Inkluderingar" + +#: sitemap.php:677 +msgid "Include homepage" +msgstr "Inkludera startsida" + +#: sitemap.php:683 +msgid "Include posts" +msgstr "Inkludera artiklar" + +#: sitemap.php:689 +msgid "Include static pages" +msgstr "Inkludera statiska sidor" + +#: sitemap.php:695 +msgid "Include categories" +msgstr "Inkludera kategorier" + +#: sitemap.php:701 +msgid "Include archives" +msgstr "Inkluder arkiv" + +#: sitemap.php:708 +msgid "Change frequencies" +msgstr "Ändra frekvenser" + +#: sitemap.php:709 +msgid "Note" +msgstr "Observera" + +#: sitemap.php:710 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Den här inställningen ska ses som en ledtråd och inte ett kommando. Även om sökmotorerna lägger märke till den här informationen, så kan de indexera sidor markerade \"per timme\" mer sällan än det. Och dom kan indexera sidor markerade \"årligen\" oftare än så. Det är också vanligt att sökmotorer regelbundet kontrollerar sidor markerade \"aldrig\", så att de kan hantera oväntade händelser." + +#: sitemap.php:715 +msgid "Homepage" +msgstr "Startsida" + +#: sitemap.php:721 +msgid "Posts" +msgstr "Artiklar" + +#: sitemap.php:727 +msgid "Static pages" +msgstr "Statiska sidor" + +#: sitemap.php:733 +msgid "Categories" +msgstr "Kategorier" + +#: sitemap.php:739 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "Aktuellt arkiv för denna månad (borde vara samma som din startsida)" + +#: sitemap.php:745 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Äldre arkiv (ändras bara om du ändrar en äldre artikel)" + +#: sitemap.php:752 +msgid "Priorities" +msgstr "Prioriteringar" + +#: sitemap.php:763 +msgid "Posts (If auto calculation is disabled)" +msgstr "Artiklar (om autoprioritering är avaktiverat)" + +#: sitemap.php:769 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "Minsta artikeprioritet (även om autoprioritering är aktiverat)" + +#: sitemap.php:787 +msgid "Archives" +msgstr "Arkiv" + +#: sitemap.php:793 +msgid "Informations and support" +msgstr "Information och support" + +#: sitemap.php:794 +msgid "Check %s for updates and comment there if you have any problems / questions / suggestions." +msgstr "Kontrollera %s efter uppdateringar och kommentera om du har några problem, frågor eller förslag." + +#: sitemap.php:797 +msgid "Update options" +msgstr "Uppdatera inställningar" + +#: sitemap.php:1033 +msgid "URL:" +msgstr "URL:" + +#: sitemap.php:1034 +msgid "Path:" +msgstr "Sökvg:" + +#: sitemap.php:1037 +msgid "Could not write into %s" +msgstr "Kan inte skriva till %s" + +#: sitemap.php:1048 +msgid "Successfully built sitemap file:" +msgstr "Sajtkarta skapad:" + +#: sitemap.php:1048 +msgid "Successfully built gzipped sitemap file:" +msgstr "Gzippad sajtkarta skapad:" + +#: sitemap.php:1062 +msgid "Could not ping to Google at %s" +msgstr "Kan inte pinga Google på %s" + +#: sitemap.php:1064 +msgid "Successfully pinged Google at %s" +msgstr "Google pingad på %s" + diff --git a/plugins/google-sitemap-generator/lang/sitemap-tr_TR.mo b/plugins/google-sitemap-generator/lang/sitemap-tr_TR.mo new file mode 100644 index 0000000000000000000000000000000000000000..20659501d88eeacda7b39470bcd4587c929060e0 GIT binary patch literal 24328 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 Al>h($ literal 0 HcmV?d00001 diff --git a/plugins/google-sitemap-generator/lang/sitemap-tr_TR.po b/plugins/google-sitemap-generator/lang/sitemap-tr_TR.po new file mode 100644 index 0000000..fe75997 --- /dev/null +++ b/plugins/google-sitemap-generator/lang/sitemap-tr_TR.po @@ -0,0 +1,913 @@ +msgid "" +msgstr "" +"Project-Id-Version: sitemap\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-07 01:15+0100\n" +"PO-Revision-Date: 2009-06-08 17:31+0200\n" +"Last-Translator: Baris Unver \n" +"Language-Team: Stefano Aglietti \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Italian\n" +"X-Poedit-Country: ITALY\n" +"X-Poedit-SourceCharset: utf-8\n" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:846 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:642 +msgid "Comment Count" +msgstr "Yorum Sayımı" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:858 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:654 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "Önceliği belirlemek için yazıya yapılmış yorum sayısını kullan" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:918 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:714 +msgid "Comment Average" +msgstr "Yorum Ortalaması" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:930 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:726 +msgid "Uses the average comment count to calculate the priority" +msgstr "Önceliği hesaplamak için yazıların ortalama yorum sayısını kullanır" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:993 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:789 +msgid "Popularity Contest" +msgstr "Popularity Contest" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:1005 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:801 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "Alex King tarafından yaratılmış Popularity Contest Eklentisi ile uyumlu olarak çalışır, öncelikleri Popularity Contest'in raporlarına göre hesaplar. Ayarlar için buraya, en popüler yazılar içinse buraya tıklayın." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1118 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1187 +msgid "Always" +msgstr "Her zaman" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1119 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1188 +msgid "Hourly" +msgstr "Saatte bir" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1120 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1189 +msgid "Daily" +msgstr "Günde bir" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1190 +msgid "Weekly" +msgstr "Haftada bir" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1122 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1191 +msgid "Monthly" +msgstr "Ayda bir" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1123 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1192 +msgid "Yearly" +msgstr "Yılda bir" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1193 +msgid "Never" +msgstr "Hiçbir zaman" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:102 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "Bağışınız için çok teşekkürler. Bu eklenti üzerinde çalışmam ve destek sunabilmem için yardım sağlamış oldunuz!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:102 +msgid "Hide this notice" +msgstr "Bu bildiriyi sakla" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2606 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:108 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and your are satisfied with the results, isn't it worth at least one dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "" +"Bu eklentiyi kullandığınız için teşekkürler! Bu eklentiyi bir aydan daha uzun süredir kullanıyorsunuz. Eğer eklenti sizin işinize yaradıysa ve sevdiyseniz, sizce bu en azından bir dolar etmez mi? Yapılan bağışlar, bu ücretsiz eklentiyi geliştirmeye devam etmemi ve eklenti hakkında destek sunmamı sağlıyor!\n" +"Tabii canım, ne demek!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2606 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:108 +msgid "No thanks, please don't bug me anymore!" +msgstr "Yok teşekkürler, lütfen beni bir daha rahatsız etme!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:67 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:119 +msgid "Your sitemap is being refreshed at the moment. Depending on your blog size this might take some time!" +msgstr "Site haritanız şu anda yenileniyor. Blog'unuzun büyüklüğüne göre bu işlem biraz zaman alabilir!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:69 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:121 +#, php-format +msgid "Your sitemap will be refreshed in %s seconds. Depending on your blog size this might take some time!" +msgstr "Site haritanız %s saniye içinde yenilenecek. Blog'unuzun büyüklüğüne göre bu işlem biraz zaman alabilir!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:146 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:453 +msgid "XML Sitemap Generator for WordPress" +msgstr "Wordpress için XML Site Haritası Oluşturucusu" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:298 +msgid "Configuration updated" +msgstr "Ayarlar kaydedildi" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:299 +msgid "Error while saving options" +msgstr "Seçenekler kaydedilirken hata oluştu" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:301 +msgid "Pages saved" +msgstr "Sayfalar kaydedildi" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:302 +msgid "Error while saving pages" +msgstr "Sayfalar kaydedilirken hata oluştu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2758 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:309 +msgid "The default configuration was restored." +msgstr "Varsayılan seçenekler yüklendi" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:374 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:466 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here." +msgstr "%1$s eklentisinin yeni bir sürümü var. %3$s sürümünü buradan indirin." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:376 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:468 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here automatic upgrade unavailable for this plugin." +msgstr "%1$s eklentisinin yeni bir sürümü var. %3$s sürümünü buradan indirin. bu eklenti için otomatik güncelleme mümkün değil." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:378 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:470 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here or upgrade automatically." +msgstr "%1$s eklentisinin yeni bir sürümü var. %3$s sürümünü buradan indirin. veya otomatik güncelleyin." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2851 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2868 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:493 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:510 +msgid "open" +msgstr "açmak" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2852 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2869 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:494 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:511 +msgid "close" +msgstr "kapamak" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2853 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2870 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:495 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:512 +msgid "click-down and drag to move this box" +msgstr "kutuyu taşımak için tıklayıp sürükleyin" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2854 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2871 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:496 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:513 +msgid "click to %toggle% this box" +msgstr "kutuyu %toggle% için tıklayın" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2855 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2872 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:497 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:514 +msgid "use the arrow keys to move this box" +msgstr "bu kutuyu taşımak için yön tuşlarını kullanın" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2856 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2873 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:498 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:515 +msgid ", or press the enter key to %toggle% it" +msgstr "%toggle% için , veya enter tuşuna basın" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2884 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:533 +msgid "About this Plugin:" +msgstr "Bu Eklenti Hakkında:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:534 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:141 +msgid "Plugin Homepage" +msgstr "Eklenti Anasayfası" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:421 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:535 +msgid "Suggest a Feature" +msgstr "Bir Özellik Öner" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2887 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:536 +msgid "Notify List" +msgstr "Bildiri listesi" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:537 +msgid "Support Forum" +msgstr "Destek Forumu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:424 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:538 +msgid "Report a Bug" +msgstr "Bir Hata Raporla" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2889 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:540 +msgid "Donate with PayPal" +msgstr "PayPal ile Bağış Yap" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2890 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:541 +msgid "My Amazon Wish List" +msgstr "Amazon Wish List'im" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:542 +msgid "translator_name" +msgstr "Eklenti Çevirmeni: Barış Ünver" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:542 +msgid "translator_url" +msgstr "http://beyn.org" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:545 +msgid "Sitemap Resources:" +msgstr "Site Haritası Kaynakları:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2897 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:546 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:552 +msgid "Webmaster Tools" +msgstr "Webmaster Araçları" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:547 +msgid "Webmaster Blog" +msgstr "Webmaster Blog'u" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2900 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:549 +msgid "Site Explorer" +msgstr "Site Explorer" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2901 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:550 +msgid "Search Blog" +msgstr "Search Blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:553 +msgid "Webmaster Center Blog" +msgstr "Webmaster Merkezi Blog'u" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:555 +msgid "Sitemaps Protocol" +msgstr "Site Haritası Protokolü" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2904 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:556 +msgid "Official Sitemaps FAQ" +msgstr "Resmi Sitemap SSS'si" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2905 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:557 +msgid "My Sitemaps FAQ" +msgstr "Bu Eklentinin SSS'si" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2910 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:560 +msgid "Recent Donations:" +msgstr "Son Bağışlar:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2914 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:564 +msgid "List of the donors" +msgstr "Bağış Yapanların Listesi:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2916 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:566 +msgid "Hide this list" +msgstr "Bu listeyi sakla" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2919 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:569 +msgid "Thanks for your support!" +msgstr "Desteğiniz için teşekkürler!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2931 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:587 +msgid "Status" +msgstr "Durum" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2941 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:595 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "Site haritanız henüz oluşturulmamış. Oluşturmak için buraya tıklayın." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2947 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:601 +msgid "Your sitemap was last built on %date%." +msgstr "Site haritanız en son %date% tarihinde oluşturulmuş." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2949 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:603 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn moreDaha fazla" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2956 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:610 +msgid "Your sitemap (zipped) was last built on %date%." +msgstr "Sıkıştırılmış site haritanız" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2958 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:612 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn moreDaha fazla" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2964 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:618 +msgid "Google was successfully notified about changes." +msgstr "Google başarıyla bilgilendirildi." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:621 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "Google'ın bilgilendirilmesi %time% saniye sürdü, kurulum süresini düşürmek için bu seçeneği kaldırabilirsiniz" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2970 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:624 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "Google bilgilendirilirken hata oluştu. Hatayı göster" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:630 +msgid "YAHOO was successfully notified about changes." +msgstr "Yahoo! başarıyla bilgilendirildi." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2979 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:633 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "Yahoo!'nun bilgilendirilmesi %time% saniye sürdü, kurulum süresini düşürmek için bu seçeneği kaldırabilirsiniz" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2982 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:636 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "Yahoo! bilgilendirilirken hata oluştu. Hatayı göster" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:642 +msgid "Bing was successfully notified about changes." +msgstr "Bing başarıyla bilgilendirildi." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:645 +msgid "It took %time% seconds to notify Bing, maybe you want to disable this feature to reduce the building time." +msgstr "Bing'in bilgilendirilmesi %time% saniye sürdü, kurulum süresini düşürmek için bu seçeneği kaldırabilirsiniz" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2970 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:648 +#, php-format +msgid "There was a problem while notifying Bing. View result" +msgstr "Bing bilgilendirilirken hata oluştu. Hatayı göster" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:654 +msgid "Ask.com was successfully notified about changes." +msgstr "Ask.com başarıyla bilgilendirildi." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:657 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "Ask.com'un bilgilendirilmesi %time% saniye sürdü, kurulum süresini düşürmek için bu seçeneği kaldırabilirsiniz" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2994 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:660 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "Ask.com bilgilendirilirken hata oluştu. Hatayı göster" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3002 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:668 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "Kurulum toplam %time% saniye sürdü ve %memory% MB bellek kullandı." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3004 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:670 +msgid "The building process took about %time% seconds to complete." +msgstr "Kurulum toplam %time% saniye sürdü." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3008 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:674 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "Site haritanızın içeriği önceki güncellemeyle aynı olduğundan dolayı herhangi bir güncelleme yapılmadı ve herhangi bir arama motoru ping'lenmedi." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:586 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:682 +msgid "The building process might still be active! Reload the page in a few seconds and check if something has changed." +msgstr "Kurulum işlemi hala aktif olabilir! Bu sayfayı birkaç saniye sonra yenileyip bir şeyin değişip değişmediğini kontrol edin." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3012 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:685 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "Son güncelleme daha bitmedi! Kullanılan bellek miktarını yükseltebilir veya kurulum süresini uzatabilirsiniz. Daha fazla" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3014 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:687 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "Betiğin son bilinen bellek kullanımı %memused%MB oldu, sunucunuzun sağladığı bellek sınırı ise %memlimit%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3018 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:691 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "Betiğin son çalıştırılması %timeused% saniye sürdü, sunucunuzun sağladığı süre sınırı ise %timelimit% saniye." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3022 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:695 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "Betik, %lastpost% numaralı yazı civarında (+/- 100) durdu." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3025 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:698 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "Eğer sunucunuzda veya blog'unuzda bir değişiklik yaptıysanız, site haritanızı güncellemek isteyebilirsiniz." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3027 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:700 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "Eğer bir sorunla (veya sorunlarla) karşılaşırsanız, hata ayıklama kipini kullanıp sorun(lar) hakkında bilgi sahibi olabilirsiniz." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:707 +msgid "Basic Options" +msgstr "Temel Ayarlar" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:709 +msgid "Sitemap files:" +msgstr "Site haritası dosyaları:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3104 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:709 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:724 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:744 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:777 +msgid "Learn more" +msgstr "Daha fazla" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:714 +msgid "Write a normal XML file (your filename)" +msgstr "Normal bir XML dosyası oluştur (dosya isminiz.xml)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:720 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "Gzip ile sıkıştırılmış bir dosya oluştur (dosya isminiz.xml.gz)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:724 +msgid "Building mode:" +msgstr "Kurma kipi" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3064 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:729 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "Blog'un içeriği değiştiğinde site haritasını güncelle" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3071 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:736 +msgid "Enable manual sitemap building via GET Request" +msgstr "GET talebiyle site haritasının elle kurulumunu etkinleştir" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3075 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:740 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the logfile above to see if sitemap was successfully built." +msgstr "" +"Eğer blog'unuzu güncellemek için Wordpress API'sini kullanmayan üçüncü parti bir yazılım kullanıyorsanız bu araç işinize yarayacaktır. Başlatmak için aşağıdaki bağlantıyı kullanın:\n" +"%1\n" +"Lütfen site haritasının başarıyla kurulup kurulmadığını kontrol etmek için raporlara bakınız." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:744 +msgid "Update notification:" +msgstr "Güncelleme bildirisi:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:748 +msgid "Notify Google about updates of your Blog" +msgstr "Blog'unuzun güncellenimini Google'a bildir" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:749 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "Kayıt gerektirmez, ama Google Webmaster Tools'a katılarak crawl istatistiklerini görebilirsiniz." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:753 +msgid "Notify Bing (formerly MSN Live Search) about updates of your Blog" +msgstr "Blog'unuzun güncellenişini Bing'e bildir" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:754 +#, php-format +msgid "No registration required, but you can join the Bing Webmaster Tools to check crawling statistics." +msgstr "Kayıt gerektirmez, ama Bing Webmaster Tools'a katılarak taranma istatistiklerini görebilirsiniz." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:758 +msgid "Notify Ask.com about updates of your Blog" +msgstr "Blog'unuzun güncellenimini Ask.com'a bildir" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3089 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:759 +msgid "No registration required." +msgstr "Kayıt gerektirmez." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3093 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:763 +msgid "Notify YAHOO about updates of your Blog" +msgstr "Blog'unuzun güncellenimini Yahoo!'ya bildir" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:764 +msgid "Your Application ID:" +msgstr "Uygulama ID'niz:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:765 +#, php-format +msgid "Don't you have such a key? Request one here! %s2" +msgstr "Böyle bir anahtarınız yok mu? Buradan bir tane isteyin! %s2" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:770 +msgid "Add sitemap URL to the virtual robots.txt file." +msgstr "Sanal robots.txt dosyasına site haritası URL'ini ekle." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:774 +msgid "The virtual robots.txt generated by WordPress is used. A real robots.txt file must NOT exist in the blog directory!" +msgstr "WordPress'in oluşturduğu sanal robots.txt dosyası kullanılacaktır; gerçek bir robots.txt dosyası kök dizinde BULUNMAMALIDIR!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:777 +msgid "Advanced options:" +msgstr "Gelişmiş seçenekler:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:780 +msgid "Limit the number of posts in the sitemap:" +msgstr "Site haritasındaki yazı sayısını sınırlandır:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:780 +msgid "Newer posts will be included first" +msgstr "Yeni yazılar site haritasında ilk sıraya yerleştirilsin" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:783 +msgid "Try to increase the memory limit to:" +msgstr "Kullanılacak bellek sınırını şuna yükseltmeyi dene:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:783 +msgid "e.g. \"4M\", \"16M\"" +msgstr "(örn. \"4M\", \"16M\")" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:786 +msgid "Try to increase the execution time limit to:" +msgstr "İşlemi gerçekleştirmek için gereken zaman sınırını şuna yükseltmeyi dene:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:786 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "saniye olarak belirtin (örn. \"60\") (sınırsız için \"0\" kullanın)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:790 +msgid "Include a XSLT stylesheet:" +msgstr "Bir XSLT Sayfa Yönergesi (Stylesheet) Kullan:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:791 +msgid "Full or relative URL to your .xsl file" +msgstr ".xsl dosyanızın tam veya bağıl yolu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:791 +msgid "Use default" +msgstr "Varsayılanı kullan" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:797 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "MySQL standart kipini etkinleştirin. Yalnızca MySQL hataları alıyorsanız bunu kullanın, çok fazla belleğe ihtiyaç duyar!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:798 +msgid "Upgrade WordPress at least to 2.2 to enable the faster MySQL access" +msgstr "Daha hızlı MySQL erişimi için WordPress sürümünüzü en azından 2.2'ye yükseltin." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:805 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "Site haritasını bir arkaplan işleminde oluştur (Bir yazıyı kaydederken beklemek zorunda kalmazsınız)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:806 +msgid "Upgrade WordPress at least to 2.1 to enable background building" +msgstr "Haritanın arkaplanda oluşturulabilmesi için WordPress sürümünüzü en azından 2.1'e yükseltin." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:813 +msgid "Additional pages" +msgstr "Ek sayfalar" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:816 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Burada blog'unuza ait olmayan sayfaları site haritasında yer alacak şekilde ekleyebilirsiniz.
Örneğin, eğer sayfanız www.foo.com ise ve blog'unuz www.foo.com/blog ise, anasayfanız olan www.foo.com adresini de eklemek isteyebilirsiniz." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:818 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:997 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1011 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1020 +msgid "Note" +msgstr "Not" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:819 +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "Eğer blog'unuz bir alt klasördeyse ve blog'da OLMAYAN sayfalar eklemek istiyorsanız, site haritası dosyanızı KESİNLİKLE kök klasöre koymanız gereklidir (Bu sayfadaki "Site haritanızın konumu" bölümüne bakın)!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:821 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:860 +msgid "URL to the page" +msgstr "Sayfanın URL'i" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:822 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "Sayfanın URL'ini ekleyin. Örnekler: http://www.foo.com/index.html veya www.foo.com/home " + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:824 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:861 +msgid "Priority" +msgstr "Öncelik" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:825 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "Sayfanın, diğer sayfalara göre alacağı önceliği belirleyin. Örneğin, anasayfanızın daha yüksek bir öncelik alması gerekebilir." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:827 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:863 +msgid "Last Changed" +msgstr "Son Düzenlenen" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:828 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Son değişikliğin tarihini YYYY-AA-GG olarak yazın (örneğin 2005-12-31) (isteğe bağlı)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:862 +msgid "Change Frequency" +msgstr "Sıklık Değiştir" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:864 +msgid "#" +msgstr "#" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:869 +msgid "No pages defined." +msgstr "Hiç sayfa tanımlanmamış." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:874 +msgid "Add new page" +msgstr "Yeni sayfa ekle" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:879 +msgid "Post Priority" +msgstr "Yazı önceliği" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3329 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:881 +msgid "Please select how the priority of each post should be calculated:" +msgstr "Lütfen yazıların önceliklerinin nasıl hesaplanmasını istediğinizi seçin:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:883 +msgid "Do not use automatic priority calculation" +msgstr "Otomatik öncelik hesaplamasını kullanma" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:883 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr ""Öncelikler"de tanımlanmış tüm yazılar aynı önceliğe sahip olur." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:894 +msgid "Location of your sitemap file" +msgstr "Site haritanızın konumu" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:897 +msgid "Automatic detection" +msgstr "Otomatik tespit" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:901 +msgid "Filename of the sitemap file" +msgstr "Site haritası dosyasının ismi" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:904 +msgid "Detected Path" +msgstr "Bulunan Yol" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:904 +msgid "Detected URL" +msgstr "Bulunan URL" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:909 +msgid "Custom location" +msgstr "Özel konum" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:913 +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "Site haritasının tam veya bağıl yolu (ismi dahil)." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:915 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:924 +msgid "Example" +msgstr "Örnek" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:922 +msgid "Complete URL to the sitemap file, including name." +msgstr "Site haritasının tam URL'i (ismi dahil)." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:935 +msgid "Sitemap Content" +msgstr "Site Haritas İçeriği" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:941 +msgid "Include homepage" +msgstr "Anasayfayı dahil et" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:947 +msgid "Include posts" +msgstr "Blog yazılarını dahil et" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:1013 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:953 +msgid "Include following pages of multi-page posts (Increases build time and memory usage!)" +msgstr "Çoklu sayfalardan aşağıdakileri dahil et (Bellek kullanımını ve site haritası kurulum süresini uzatır!)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:959 +msgid "Include static pages" +msgstr "Sabit sayfaları dahil et" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:965 +msgid "Include categories" +msgstr "Kategorileri dahil et" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:971 +msgid "Include archives" +msgstr "Arşivleri dahil et" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:978 +msgid "Include tag pages" +msgstr "Etiket sayfalarını dahil et" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:985 +msgid "Include author pages" +msgstr "Yazar sayfalarını dahil et" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:993 +msgid "Excluded items" +msgstr "Hariç tutulacaklar" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:995 +msgid "Excluded categories" +msgstr "Hariç tutulan kategoriler" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:997 +msgid "Using this feature will increase build time and memory usage!" +msgstr "Bu özelliği kullanmak bellek kullanımını artırır ve harita oluşturma süresini uzatır!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1004 +#, php-format +msgid "This feature requires at least WordPress 2.5.1, you are using %s" +msgstr "Bu özellik WordPress 2.5.1 sürümünü gerektirir, sizinki %s" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1007 +msgid "Exclude posts" +msgstr "Blog yazılarını hariç tut" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1009 +msgid "Exclude the following posts or pages:" +msgstr "Şu yazı veya sayfaları hariç tut:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1009 +msgid "List of IDs, separated by comma" +msgstr "ID listesi, virgülle ayırın:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1011 +msgid "Child posts won't be excluded automatically!" +msgstr "Bu yazının altındaki iç yazılar otomatik olarak dahil edilmeyecektir!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1017 +msgid "Change frequencies" +msgstr "Sıklıkları değiştir" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1021 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Lütfen bu etiketin bir ipucu olduğuna, bir komut olmadığına dikkat edin. Her ne kadar arama motoru robotları bu bilgiyi karar verirken göz önünde bulunduruyor olsa da; "her saat" olarak işaretlenen sayfaları da daha az sıklıkla tarayabilir, "her yıl" olarak işaretlenen sayfaları da daha sık tarayabilir. Hatta robotlar bazen "hiçbir zaman" olarak işaretlenmiş sayfaları da, beklenmedik değişiklikleri ele alabilmek için tarayabilirler." + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1027 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1084 +msgid "Homepage" +msgstr "Anasayfa" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1033 +msgid "Posts" +msgstr "Blog yazıları" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1039 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1102 +msgid "Static pages" +msgstr "Sabit sayfalar" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1045 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1108 +msgid "Categories" +msgstr "Kategoriler" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1051 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "Bu ayın arşivi (anasayfanızla aynı olacaktır)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1057 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Daha eski arşivler (Yalnızca eski bir blog yazısını düzenlerseniz güncellenir)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1064 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1121 +msgid "Tag pages" +msgstr "Etiket sayfaları" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1071 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1128 +msgid "Author pages" +msgstr "Yazar sayfaları" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1079 +msgid "Priorities" +msgstr "Öncelikler" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1090 +msgid "Posts (If auto calculation is disabled)" +msgstr "Blog yazıları (yalnızca otomatik hesaplama devre dışıysa)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1096 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "En düşük blog yazısı önceliği (otomatik hesaplama devre dışı olsa bile)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1114 +msgid "Archives" +msgstr "Arşivler" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1139 +msgid "Update options" +msgstr "Seçenekleri güncelle" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1140 +msgid "Reset options" +msgstr "Seçenekleri sıfırla" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:84 +msgid "XML-Sitemap Generator" +msgstr "XML Site Haritası Oluşturucusu" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:84 +msgid "XML-Sitemap" +msgstr "XML-Sitemap" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2905 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:142 +msgid "Sitemap FAQ" +msgstr "Bu Eklentinin SSS'si" + diff --git a/plugins/google-sitemap-generator/lang/sitemap-uk_UA.mo b/plugins/google-sitemap-generator/lang/sitemap-uk_UA.mo new file mode 100644 index 0000000000000000000000000000000000000000..389fc4eeabeb2f99df73313ec06b8c463c8920ba GIT binary patch literal 27975 zcmdU%3y@uRecz8UA;G*-8NaHB z&-eHHpU2&MEn!>ZG+^ted(Qvy`~M!_-{YL)A6)v{FGc+CoBaDL{CoG$=$HTRBFGOf ziK0uP{|&khdeIxA=#9`1Lsvn!Kz|eWqtG`)e+*^o=(P;eK5v1FpBTCldKL6u=%=7>fj$rApXdet zSPgw0i@Xi`0jTcZ1l18g0oAxNlr5qLbOrS9K{r6Z4%I$Cgib>LFLV?-$s*$KLFhK< ze}VoI^ctA^+t80ee-_$=YW>eZmqR}f)p@@KWvS@9P|5o_=)0i*9r`}#FCfI%Bls;) zjk^sdxD`!7CC7QF?tkL#eb&~d2tISZ}o{x3w)cIaWK`r>2vdB#3)+Bw0NR579`x*na0jhI+ z9x6FK0u`UX3)OmyP}%3dg-SpF5h^|Y5GwvJ=kSu#d!d@Y0jmAR!|#tnwa=YU?Q<7Y zdjA4c^B;j~{_jJj_h-WO??AQQzk$9U`lry(L4ODx;T+rF>Gt>!QN|qCk3mb&%VW3i zd!S$7_a8!Ugno3HpXYI?UCBN@Rm<)}MLM4wsfyy5L6IAl}OXxMw zOHk@Y=&wN~#{LLY{H0D8>|*WXU)hxq+8RP$eeO7B1WZeRZ$P|0%y%0JQ7{J|E{ zC!riEx)-YTe-Em8r=YTze+kvRi{In>TmluJo1wo3EkP6LH=t$cr5sLvHV{Q0Tk6nuNlP$q069egq{xcd(d%y zKL^DWqRUsgU#y4XTG4js7U*8+BD4#|RHHpt`ZP|4-?tJwp(7y2=1 z6=Bao{{VUb`T?9u^8W*l;wX^^c&>LB9{ZjPc)KbItq5Yds!pTjz4#3)TE5 zpwiQG&|}cQ2-m-k@rtj12Sr5Y1gJQ=>cdg=&!C@zeiwSh`Y8Gy^uI#?DfH+D*T;^H z&e#3W>$tuM)jIzRx(xd6P3{+)p-1?AKlD=QmDf6-8=;r+y8+d?_CclBFG3M{^k>k& zfDW0q_Wbp`U~5`WKHGe*YM%@o!}l$#E1a`HVxCLw^&hd3&K+ z=gZI+pl6}Cz6M;l#qsM+w-N)mJ_h}5=w%;`qB`^&&>um6Q;H&3jovuvIQmJb&3r5GGlEd@R&p}^P=FHIDP>ve?OcF)^ z2YMUyA3$%J^7!!s=)L@|P7{-%{}T#CMQ@vNxom`LpE>AO=snPF(CCULXUN@h!Q z@l>Untc)wQ$!fb?sZGbV(rhvstuL43S~Aa!>BN4d!*9K1bGpKgN~6^-RpUl|qTXtb zwsy8`F`HazRq8eFX?~Lhc9d$9Nja|1>3S3Ps@$tLTg`aB!e3`faA#bxdpy^u)Ekx7 zLOefHnVg9^RXLfe)RQvTB1J~~;Sjps|v zcBmNx9YQqZW0Ds z$)tFXHk6wDzS$2FZIH-b>K+@~m1?<137o4GPn0INPdDoAS{Vt{#cn)&N4*`F>$NLd zK}2;ntF#bIQi~V3*OcH&Cdw6&tt*CR>*ZuD+E{8O(+Co2Y_#LW*ENz)x0BlBLV95; zT<|gCDk#OaoJitir|bgBmr_xbkl-@r*XvDJS*ES}l$}YU%S|p=TOH*FsgB0iA>d?Z zX?9MQ$0-`|Ono-7d9#)2nQ+!pJi`yoO3k6gDSUiomW#F4Xtc3DJDb#6@%kM}L#CSk z-iR1m`o$hNLBVQMLmq7R8|$^H%5=Md((ARjJy%ACX}^$l^94$^@66W3p78Y|AAvr%fhlsnUD^JDowF+mnTB;(7Icsx@Ie`*OC~iBx_fd)-8*dH`izhxWtig?(x#Xc&Qp)TPsaelX%O*){ktC zo2^oa0=y@oGTrXlp&pu#@D(nG{@qZR%>o- z)vEdV`O&F*T@JjeQY$ArM`v2IRY6(tj*KQQtSeo`!3e7*MCDE$g8+B%zmY9lMmBAV zhu2(r<$Fg~uNk>&bv%_D;);0K!KqYTF&bT~(+hqOA}*%$1n3%c%fTX?BD&UH#yu(f zrGrn^tJV6v7IQCS3!6HYjw;6(Sn9K39Y7DDZbsL^i?BI8VJdLhadaKH)`Rpx#^zk3 zJDXKQ=IHu*eVP-!RJ^(Yb2GG=#Q&Oe$z)|}!4|}Z8d4`HZb;pnskgxpaKqz?BevnX zN1K)L1c9pT-Z7C>>&OCxFg7<->(i@lt2fHy4WMsy?L;G9wXO#$+*TXRpDlrym~g=y zVvO7unqVQ_GG9QzU(9+kk_+!&)9DrJG57Oym0g`Wy3 zlSy<#z%l;PZU7NCns)_5EXPf5Gh5aafUKD`KrV?vK_6?DY72@Z;J~b+tRg=)=*y(>MPiUr1ys75?^zyNS7y)Yc&c5qz-QYb zCt$*Xpi;wq6dmiebay|6WN!hj*`6p@8pKTiBUKN^=khL*VVLy?+bLmVH{HBVGmTFv zF`q2~CA9>gbs25Bb?dfxu3DNj!)#>mBX3BTXw-q=e2L-B_4@W0g=%@v8a4+&mrt1u z7M;q6#7&R;(wHe;Jg-<5-DnAuV(;x+H*W)D7ph5fCP`Xj`K>e;$;K9Qi}Yf_4->T`&yFei0;;=a@#a zi>(q+B^II^jwQk3f3iZXPt~8Qq77ZDo@?#*Z z?13wV%RB2qRykfaht^pwa9c7li{#mPTfJUwrl>hNlT2=pCmW^ts?6NHt%<`?alDc( zLqNZ9n;JXHv$vyja%TW0)E|lkhA<0C1DC;eE72dy1=3>6Ybno~4Ymwa71+~}CZk~m zj)eFaZ`pbiDx`$jih)kftO(WExmE~AKL1u`8i7Ict8*=W^VC#jvO*r)V@Nkw%P3Nu zsiusF-JNc7NU zA~;^3qtvr*2DN323N9Mg?9jkiuwPC8Gae>i9E5@)f&znKn(Fmzgym?kftCa2Yp z4uEa7R3*c|d8Bg9=$2$s*Q|P!C5&-puHKNnZD{LulT0tIdfY!_b7i>*HQQVj9B4$r zVPZQSHFx@(`PdF!jIr#JlC%6Ly{bmNRiCU^qpii{LqFQhXlr|##6#R%=P3hM=8QjT zg7$2*Ez3=|39c;TK>e7qN>!}hk4j+j6g9p>HFi>+6N)L&Ad^ZBKWv6&P|NbsS-eaxb2*H@4#r>}cv@8>-M&rKzS>p2|}ukrm>>m8Kd*K2Hm^a92ft zwF=7AoTWxjGht|5rgIBVFGnbAE9)eNwW})Ya#0k@2g2c2(!7-bSXzWE(`H3!+1Y~h zCB{&kNQ7y9;w2h^(!+O&N@Pc}EWQOLmAr!{$MtGsigsn1mr8UVa&d;d>YAYy;I3aD z9lW6>xgJ~S8un(p)-E*530)=aLgiGBmwV2=Jl?Xwl67m5T!0;XiKX6~`uSS26bk5d zuR(k_d)WEGTxSEE!3#d+WZoUz0Ekpw&A zH;e}v(6Gx>QX=>Ap>=ucAN((49vRQgVZEi$b5>XiHNkQnUr}y(Jp7(jBk}4huXLTI zwuh``b1FSs@j}un?u+kltX4>O(>A5x){9hhAhWRSJJfpe`vFf9rm6O`dL!!!DNB&7 zN8|MvN&mA4z@J0hbn`YWMb*o|W`bc2rZ0P;b?z;a(Coth*I^Z| zi1wt9$jVzCL`%xm9?=n+@b6?N#iAaS5qhe~NtFWGzdxkQH>9~;nou>SPM)6jrMX5D z=Y!Ud-61yOaNg@H$oi3!X46Uv23?C|NvwYBb5BwbclVWHNBpB>z!d z4JIHz>Uq9qr~t;1j4_%pWQ{7@c?p0!hPCQr0|y7d%LgraauD5W&u6>^MO~o4FqU3S zGuK<^rW+-?wz-rtb;8`5(beM7+YH4gaE4b{JIkGW{+hykNo&fhe}9TnvZs#Gt*W9u z+Uf7q9SpQ&#yToFWTS=tf+0N9HRVh-cn+11Uo*6BeKpw`|2mxN{wRfXv5R{ZX_!CO z@lJ#?mVEZrL+iF!E#fswtir^`6__MLRfeUGkD|Ucmv!Q-<_QMnPi*svd2=aDwSIsZ zpSC>L3c?smDN;u?f6C0rBZ-AT9VZxxw>x=`pSEADRLOsCgnN?hC0DIS!=z+8t)<(* z88vjL1IC!q51Y&CulDfeJ@M%DT`RJoG`(hV-P^ZpHXw|9N3V!ph|ouNAX1 zbJUoTFsAtTI2#{%_d;&=Ql4brVP$u8hn}zII(N_wu4^WxbuHU5w^g58nXewEEmy`n z>MN|DnTQ~8O5)+`TCc;p*z zO6HQ9Jz`8BqNtn&jqXym%X}{yS{9P@h)|}ote0W4C@S}S6EcP6z?k>7U-l-+D3N~X z>McVn+cFffY*=$;>^I+c<&Ylt3_+}9tQow~Dx&3BYw}dM-uR?Ut@ssEOwsk9`2kOi#qprj&^r<&UT*Z9_a4roavm_kj2hX zCUlN5<~Y~RGQ#h4?_=P>?maQrS@CX0KE;*2skyFXQp`GMJI`{ldvE77Q=jP`j#=s1 zE4l|qqs}329`7tN=ya^L*@cn2HL1HxOm&{_?(H2W0Po*RTZu(x?dk4?lV`g7Q#J!* z#g|Nawtm|7g{_`_JEx2LrehfT?e0GIc?fYm$c)1=7xp3|4%T^^qwMQG#KDhp?Ra-D z%OyQ4!6a&WY}xm2vlAI^q}uPjQAtBzGd5g;V-7rT(d% z)8RFi&O_{StaB2pGo(%vQ=AZ z%qi3<&G24j=ZT`Gq{I7Bf+?@FD08wO>G?Uw8J!wdIOVah{F&~-sPh0Up9*T|JjPBY zVt+N}!f|_q9fD%mK3Lr&Y>fudK7V;i))VWWyBTW+DM{$UE`)Ism2miYxbq-`pOwjS z9trChcaKYh-TfHFL0S6=GY2dibCCHwBl&Q4N$@B`eL<$UCG^_R;qHMIQRne=PuGm` zZkwIP`X06uXq_kBTe=TL=-!pHC=M2bMZ?3n?%;&od*wQvGlR?-TMq}7MLvz8AF#E7 zh;UeB(XZ&U%Wx1T*il*CJfY9v`<%`k88bA`I0i=t5wh`hO1N3N4@^O$jE1r?n!BiIcM$nV)u}|`LF<`d!HMx zATqdd-+`C}x1E!L+3sPyqS3U+<79H0GQf66m|X)PJt3K+|$f$g)|5nIBfe7ES_>v5Wp${vUAz#jWIJu(}tEda1Ibu^qF4&7kV7AL&FLS6F$dY z&f8>5HZ(;ksvsb3=>D=l7zd1oXlfdWJCFPSM>>ym9vLA&Iz+IMD3@Sb{stOvoiPBB zA|we2p|Yq976{`#G&8qUZ(yJ;v?KvAGYvC+9w=^j{;S8%`h`d{Y>+gwu(=RzI!?EwAe z62XJ|209daA(rRomOzuk!L4)9pV?TzwWMvg!rZrV=~*^v2-H2G^PqAa%=JxrZ?YWp>3dkyrh+{E;Z}!-`CJ33BFCf{Oy! zTg!o=S%?7S(j!S5lI?C0nWfQ@`9_xWUm8N9qcXL4)W5rIaW8rAT;LcH@xyp%M?k8fkkb}zH z(io)(iO@*nl+2h7Xt@IgnV3LulJoe0L`NyezK)Ty1*LkZ%^eBDz;7%|v6@9}q{Vv= z_`+R|80Pgji|=mB32$A_t|I}iX~u$~E#=BbC9;U8GQ>?m1>vUIrIN@KrfdMX$oZ25 zMrF(RxmM}*^^Xq~a@rnHATwh{)dwy&R#4_w%rydBhD!W#NeQGRcXy|dKE-n(z0jo< zF%^;gG?ST<0g2_bZu@xBD<&VaH$p9drLY>jK{;Pq&LhU&yTu*3g^WW^EPw1AQ#|aQ z5ad;ihW%qORV|FIdJOL0MQQufIzNW3jFXN~Uz|oD!-y%fV&#>gM(uYwpwS?=*V(d4 z<9x{@63)?ZP+zA{4t?x)Eg$KXmL1$++cMLiX5l_raWbUs+W4A+qN=8+aN85deZlu{_9^Tc0Wtco*PI@6H#5T{iAWn-bg&NLHlDtbIWdZWp211y zL`2{4D7-7ROwG0jm4sm|*yrj>+_P*I%spapmvo2ip5{RXp-fprfOuQ`v>;9;7NY7N zSURQigq5sk@Z`|OTG~JfNV24XqBJ6u23f!(D5np06tIX(Y6lRSv-Y-5BzX5u3-F?h zzweOr@P@5779wGx-XG960WFAMc5414T{bu(tV`mwQIxXxWc*Z`-qazLx5^uut}H3Py#>g#2~vba*(hzlhy=lqDo;!lb%BhJ(IP4v5~TvY4$T*gBKO z>VV?JkkHZ(rKzEt==~%E<6;YoAas%)m64LJ72-J@EyiI|Z%WHJl}v{;+GM9}>>yrc zWsk(h-aWOL73AGRzKa-^0KG2C6G~;r_TqDAA2wiXqliK_?%>Vxr0gSRB2R^3N+)`A z%e2^#E%>7c^->gc!}c(t5X40tlno1wJ`n#=1+G`^*x_yMmwWJdeIcuU)lM!cDRU+- zRIR$Vdw{=NRUz1-CUDVmQTeg5D>R||-k)>Lc21BndNW0SwMWVj*t}>i5XB66<`ro;K#oKyHldAfq9^w-3 zpJT%D(&L0!uz%?}eM5gN{&J-DnEK|P=_4lLWiM<=s;RZ9#jko8ya~Cx<-+Kc8~I}t z#ix)%PD@1oU(4K)rg>q-VBiXEwMlK|lxTYpj9HPiQrZ5|o=tt$Ut8!M|Gk ztQm~Y(9T`n%RlQ27lF~BHsp)@2t}br^2VA$paSNToaUgI1rF0ri`+qMhB}i`FvKBY z$|^;Vs)`QGqazE}Fow|BQO8J6p0G`0kj=bY&S1&{w?X?^^<_+OG(m}dc$+0<3o{TUAHRt9h-h7P^!A{#T?8dM!sGsKpD-|ct3wF? zFvIOl3N%k+%%F+$3F>#*PS{WPFbHW7VRo6G;z&Q9Xq+aeuRB=pe!w^|F73*3$n>>< z?C`9i5Cs@`9+%eI%H5SsX3V4_RsNS;`{m`5ezsy|2@eh`~wm*IhowDW`+k@YBL$k_`fwus{x(HI^D zvKIgSDPcg@m<7U9u<(#ya3Bam04#_jWVaueUnte!B3lXamk#-=M!P@;-9`aerec$M zXcqK123ODB90?=Xf44Z*6MJ(JCc?~D%^<89%4HC~^GwwFs(gwYv}KQAaL2JzdnzfB zk$-E&B8>7g>#iI!Z3FJ6POZTEI8v9e!n#ZHA5UZlYY}XGP@Jio!2Nlk_nk}J;}WC@v{hS3T?#+97Hi#)Mt^Pl8T3C-f9`bNSc!Q2UO zH|fNSt%M@KE*L||8;XV?H9P;jDg--NkEJ@f z-Kwfm-oQYmH5w!kEGUETq6il{vwREy&f$Xd(QHZ zZOt1(%4Y0M7mSL7kg28Crp7dvn96gBK~{zPaG3t{g_`B8KT}}x zYmnxZOmIp^6qYQ0B8F7+7bsp5V}ckF+F@JC<{-NC4fUcAKMijYm{uD$TTpPvuyF9$EPxWd;CZeE^>b;m(*GF zK0AQE(R-;}=b!B@;nUiqX0S?&r2H(p%MH#b#JQV*hmT+iC(V0_k0yQTIPZa5?IByv zpkcpY)n4CLzK)UMu&z8ow@X}~{%LFB4Gy6u#IgQwtopj|s4Cz2ga?TyisF;mC~V`3 zIu!rHvrl2}fJTMRE(-$@x~} z*v2pX7ZBm;Nt2htl$>8D&>q(aO^>WEzh*)Ww!Ql|{LT@lC=o9Kxh^Irzd(0EcX3`lDJ|2^o}RCyJj?ORkOzd!+W5Uk*`E{JJFfC~ol zayvkpAq-zN+SjS_Q;Rf%F^wsFvD*2XFj&s7lExm@8KTNu6hftY%Yp*v$cPkj%pN@H z@wSY80%CxiK54KRs3h3B0LCdPXPVvdg8SYA&zP-VYJ_1m$iXc=rnO3{{|ITqlAqYV zd>stmg~qt7!-ASaGVe*cDf7;jq4g<&p@mor6-p<(Kgd;nbaxN_Vs>!DvA0sOu7kIM zTqlZs+3p6y2tXNw6B2~XRLK7%4TVM(d~{?KH`&s@1(qpe4H$pVi^n}liNM2vGIb4WlXxIZ zKQhV~dnwzmSt+DcxTb&l>>6q$khY_{xIsi`W{pAVGfZUKI z4E5OCbBcp(PyCY4I5e}fiYbyc*^HM&dIkt+YYZ3pVYL&vTv*1L(z^%t6hYIiS;8@- zDB8|Su3iZ*X76@<@Zg3eQ@S(p<=0tF+T&-+)}=Tz z_Tp*N^?N{tg!cg~faEtuJiRYcs47wSJsUvGLj(4XNB?NoS2XCIg%=`_3o{8{o@bvbrE6*@PNyi5zgML1 z&a?FFd@K8B>YXo2CN3$&&YFXsF{Jj9!Kr<+KA^Vq>p#_+;rn(AY8T|gR&*g95=>1C z4+<7~03alu{gKtsB8#r7u!=1#V6N9dEx=kAuJE}$)~6In0PR+W0jSC2wVLEg*s?Kb zweQRMUK8o=6-O&VW6lvIEuK+1K}-lHqgOs|Rjd%DpUbm@xs-SHOTjEKtacc0P2-$G zVpa=-#1DF?P&htmW+?OnM-4;Mj7lA~U1I8(sli#z>r`*~!-PGJ^9930dd~$z@9Q(q>$nU2{;i)t1Lw4TaOD@?YaA\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Poedit-Language: Ukrainian\n" +"X-Poedit-Country: UKRAINE\n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n" +"X-Poedit-Basepath: ../\n" +"X-Poedit-Bookmarks: \n" +"X-Poedit-SearchPath-0: .\n" +"X-Textdomain-Support: yes" + +#: sitemap-core.php:642 +#@ sitemap +msgid "Comment Count" +msgstr "Личільник коментарів" + +#: sitemap-core.php:654 +#@ sitemap +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "Використовує кількість коментарів до публікацій для калькуляції пріорітету" + +#: sitemap-core.php:714 +#@ sitemap +msgid "Comment Average" +msgstr "Коментарів Середнє" + +#: sitemap-core.php:726 +#@ sitemap +msgid "Uses the average comment count to calculate the priority" +msgstr "Використовує кількість коментарів у середньому для калькуляції пріорітету" + +#: sitemap-core.php:789 +#@ sitemap +msgid "Popularity Contest" +msgstr "Конкурс Популярності" + +#: sitemap-core.php:801 +#, php-format +#@ sitemap +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "Використовує активований Popularity Contest Plugin від Alex King< . Див. Налаштування та Популярні повідомлення " + +#: sitemap-core.php:1187 +#@ sitemap +msgid "Always" +msgstr "Завжди" + +#: sitemap-core.php:1188 +#@ sitemap +msgid "Hourly" +msgstr "Щочасу" + +#: sitemap-core.php:1189 +#@ sitemap +msgid "Daily" +msgstr "Щоденно" + +#: sitemap-core.php:1190 +#@ sitemap +msgid "Weekly" +msgstr "Щонедільно" + +#: sitemap-core.php:1191 +#@ sitemap +msgid "Monthly" +msgstr "Щомісячно" + +#: sitemap-core.php:1192 +#@ sitemap +msgid "Yearly" +msgstr "Щорічно" + +#: sitemap-core.php:1193 +#@ sitemap +msgid "Never" +msgstr "Ніколи" + +#: sitemap-ui.php:97 +#@ sitemap +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "Дякую вам дуже за ваше пожертвування. Ви допомагаете мені підтримувати та розробляти цій плагін та інше вільне програмне забеспечення." + +#: sitemap-ui.php:97 +#@ sitemap +msgid "Hide this notice" +msgstr "Приховати це повідомлення" + +#: sitemap-ui.php:103 +#, php-format +#@ sitemap +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and your are satisfied with the results, isn't it worth at least one dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "Дякую за використання цього плагіна! Ви встановили цей плагін більше місяця тому. Якщо він працює, і Ви задоволені результатами, чи не варто це щонайменше один долар? Пожертвування допомають мені продовжити підтримку і розвиток цього безкоштовного програмного забезпечення! Звичайно, немає проблем! " + +#: sitemap-ui.php:103 +#@ sitemap +msgid "No thanks, please don't bug me anymore!" +msgstr "Ні, дякую, будь ласка, не турбуйте мене!" + +#: sitemap-ui.php:114 +#@ sitemap +msgid "Your sitemap is being refreshed at the moment. Depending on your blog size this might take some time!" +msgstr "Ваша мапа сайту наразі оновлюється. В залежності від розміру вашого блогу це може зайняти деякий час!" + +#: sitemap-ui.php:116 +#, php-format +#@ sitemap +msgid "Your sitemap will be refreshed in %s seconds. Depending on your blog size this might take some time!" +msgstr "Ваша мапа сайту буде оновлена за % S секунд. В залежності від розміру вашого блогу це може зайняти деякий час!" + +#: sitemap-ui.php:145 +#: sitemap-ui.php:448 +#@ sitemap +msgid "XML Sitemap Generator for WordPress" +msgstr "XML Генератор Мапи сайту для WordPress" + +#: sitemap-ui.php:293 +#@ sitemap +msgid "Configuration updated" +msgstr "Конфігурація оновлена" + +#: sitemap-ui.php:294 +#@ sitemap +msgid "Error while saving options" +msgstr "Помилка при збереженні опцій" + +#: sitemap-ui.php:296 +#@ sitemap +msgid "Pages saved" +msgstr "Сторінка збережена" + +#: sitemap-ui.php:297 +#@ sitemap +msgid "Error while saving pages" +msgstr "Помилка при збереженні сторінок" + +#: sitemap-ui.php:304 +#@ sitemap +msgid "The default configuration was restored." +msgstr "Конфігурація за замовчуванням була відновлена." + +#: sitemap-ui.php:461 +#, php-format +#@ default +msgid "There is a new version of %1$s available. Download version %3$s here." +msgstr "" + +#: sitemap-ui.php:463 +#, php-format +#@ default +msgid "There is a new version of %1$s available. Download version %3$s here automatic upgrade unavailable for this plugin." +msgstr "" + +#: sitemap-ui.php:465 +#, php-format +#@ default +msgid "There is a new version of %1$s available. Download version %3$s here or upgrade automatically." +msgstr "" + +#: sitemap-ui.php:488 +#: sitemap-ui.php:505 +msgid "open" +msgstr "" + +#: sitemap-ui.php:489 +#: sitemap-ui.php:506 +msgid "close" +msgstr "" + +#: sitemap-ui.php:490 +#: sitemap-ui.php:507 +msgid "click-down and drag to move this box" +msgstr "" + +#: sitemap-ui.php:491 +#: sitemap-ui.php:508 +#, php-format +msgid "click to %toggle% this box" +msgstr "" + +#: sitemap-ui.php:492 +#: sitemap-ui.php:509 +msgid "use the arrow keys to move this box" +msgstr "" + +#: sitemap-ui.php:493 +#: sitemap-ui.php:510 +#, php-format +msgid ", or press the enter key to %toggle% it" +msgstr "" + +#: sitemap-ui.php:528 +#@ sitemap +msgid "About this Plugin:" +msgstr "Про цей Плагін:" + +#: sitemap-ui.php:529 +#: sitemap.php:153 +#@ sitemap +msgid "Plugin Homepage" +msgstr "Домашня сторінка Плагіну" + +#: sitemap-ui.php:530 +#@ sitemap +msgid "Suggest a Feature" +msgstr "Замовити Функціонал" + +#: sitemap-ui.php:531 +#@ sitemap +msgid "Notify List" +msgstr "Лист Повідомленнь" + +#: sitemap-ui.php:532 +#@ sitemap +msgid "Support Forum" +msgstr "Форум Підтримки " + +#: sitemap-ui.php:533 +#@ sitemap +msgid "Report a Bug" +msgstr "Повідомити про помилку" + +#: sitemap-ui.php:535 +#@ sitemap +msgid "Donate with PayPal" +msgstr "Пожертвувати через PayPal" + +#: sitemap-ui.php:536 +#@ sitemap +msgid "My Amazon Wish List" +msgstr "Мій ліст побажаннь на Amazon" + +#: sitemap-ui.php:537 +#@ sitemap +msgid "translator_name" +msgstr "Чеміс Олена" + +#: sitemap-ui.php:537 +#@ sitemap +msgid "translator_url" +msgstr "http://stereo-lisa.org.ua" + +#: sitemap-ui.php:540 +#@ sitemap +msgid "Sitemap Resources:" +msgstr "Ресурси Мапи сайту" + +#: sitemap-ui.php:541 +#: sitemap-ui.php:547 +#@ sitemap +msgid "Webmaster Tools" +msgstr "Інструмент Веб-майстрів" + +#: sitemap-ui.php:542 +#@ sitemap +msgid "Webmaster Blog" +msgstr "Блог Веб-майстера" + +#: sitemap-ui.php:544 +#@ sitemap +msgid "Site Explorer" +msgstr "Перегляд Сайту" + +#: sitemap-ui.php:545 +#@ sitemap +msgid "Search Blog" +msgstr "Пошук Блога" + +#: sitemap-ui.php:548 +#@ sitemap +msgid "Webmaster Center Blog" +msgstr "Блог Центра Веб-майстрів" + +#: sitemap-ui.php:550 +#@ sitemap +msgid "Sitemaps Protocol" +msgstr "Протокол Sitemaps" + +#: sitemap-ui.php:551 +#@ sitemap +msgid "Official Sitemaps FAQ" +msgstr "Офіційний Sitemaps FAQ" + +#: sitemap-ui.php:552 +#@ sitemap +msgid "My Sitemaps FAQ" +msgstr "Мій Sitemaps FAQ" + +#: sitemap-ui.php:555 +#@ sitemap +msgid "Recent Donations:" +msgstr "Останні Пожертвування" + +#: sitemap-ui.php:559 +#@ sitemap +msgid "List of the donors" +msgstr "Перелік Спонсорів" + +#: sitemap-ui.php:561 +#@ sitemap +msgid "Hide this list" +msgstr "Сховати цей перелік" + +#: sitemap-ui.php:564 +#@ sitemap +msgid "Thanks for your support!" +msgstr "Дякую за вашу підтримку!" + +#: sitemap-ui.php:582 +#@ sitemap +msgid "Status" +msgstr "Статус" + +#: sitemap-ui.php:590 +#, php-format +#@ sitemap +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "Мапа сайту ще не була побудована. Натисніть тут , щоб побудувати її в перший раз." + +#: sitemap-ui.php:596 +#, php-format +#@ sitemap +msgid "Your sitemap was last built on %date%." +msgstr "Ваша мапа сайту була в останнє побудована %date%." + +#: sitemap-ui.php:598 +#, php-format +#@ sitemap +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn moreДізнатись більше" + +#: sitemap-ui.php:605 +#, php-format +#@ sitemap +msgid "Your sitemap (zipped) was last built on %date%." +msgstr "Вашу (стиснуту) мапу сайту минулого разу побудовано %date%." + +#: sitemap-ui.php:607 +#, php-format +#@ sitemap +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn moreДізнатись більше" + +#: sitemap-ui.php:613 +#@ sitemap +msgid "Google was successfully notified about changes." +msgstr "Google був успішно повідомлений про зміни." + +#: sitemap-ui.php:616 +#, php-format +#@ sitemap +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "Це займе %time% секунд щоб повідомити Google, можливо, ви хочете вимкнути цю функцію для скорочення часу побудови." + +#: sitemap-ui.php:619 +#, php-format +#@ sitemap +msgid "There was a problem while notifying Google. View result" +msgstr "Виникла проблема при повідомленні Google. Дивитись результат" + +#: sitemap-ui.php:625 +#@ sitemap +msgid "YAHOO was successfully notified about changes." +msgstr "YAHOO був успішно повідомлений про зміни." + +#: sitemap-ui.php:628 +#, php-format +#@ sitemap +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "Це займе %time% секунд щоб повідомити YAHOO, можливо, ви хочете вимкнути цю функцію для скорочення часу побудови." + +#: sitemap-ui.php:631 +#, php-format +#@ sitemap +msgid "There was a problem while notifying YAHOO. View result" +msgstr "Виникла проблема при повідомленні YAHOO. Дивитись результат" + +#: sitemap-ui.php:637 +#@ sitemap +msgid "Bing was successfully notified about changes." +msgstr "Bing був успішно повідомлений про зміни." + +#: sitemap-ui.php:640 +#, php-format +#@ sitemap +msgid "It took %time% seconds to notify Bing, maybe you want to disable this feature to reduce the building time." +msgstr "Це займе %time% секунд щоб повідомити Bing, можливо, ви хочете вимкнути цю функцію для скорочення часу побудови." + +#: sitemap-ui.php:643 +#, php-format +#@ sitemap +msgid "There was a problem while notifying Bing. View result" +msgstr "Виникла проблема при повідомленні Bing. Дивитись результат" + +#: sitemap-ui.php:649 +#@ sitemap +msgid "Ask.com was successfully notified about changes." +msgstr "Ask.com був успішно повідомлений про зміни." + +#: sitemap-ui.php:652 +#, php-format +#@ sitemap +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "Це займе %time% секунд щоб повідомити Ask.com, можливо, ви хочете вимкнути цю функцію для скорочення часу побудови." + +#: sitemap-ui.php:655 +#, php-format +#@ sitemap +msgid "There was a problem while notifying Ask.com. View result" +msgstr "Виникла проблема при повідомленні Ask.com. Дивитись результат" + +#: sitemap-ui.php:663 +#, php-format +#@ sitemap +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "Процес побудови зайняв %time% секунд для завершення і використував %memory% MB пам'яті." + +#: sitemap-ui.php:665 +#, php-format +#@ sitemap +msgid "The building process took about %time% seconds to complete." +msgstr "Процес побудови зайняв близько %time% секунд до завершення." + +#: sitemap-ui.php:669 +#@ sitemap +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "Зміст Вашогої мапи сайту не змінився , оскільки останній раз, файли не було записано, і не відбувся пінг пошукової системи." + +#: sitemap-ui.php:677 +#@ sitemap +msgid "The building process might still be active! Reload the page in a few seconds and check if something has changed." +msgstr "Процес побудови може бути ще активним! Перезавантажте сторінку через кілька секунд, і перевірьте - чи відбулись зміни." + +#: sitemap-ui.php:680 +#, php-format +#@ sitemap +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "Останній запуск не закінчився! Можливо ви збільшите пам'ять або лімит часу для PHP скриптів. Дізнатися більше" + +#: sitemap-ui.php:682 +#, php-format +#@ sitemap +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "Останнє відоме використання пам'яті сценарієм було %memused%MB, межа для вашого сервера є %memlimit%. " + +#: sitemap-ui.php:686 +#, php-format +#@ sitemap +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "Останній відомий час виконання сценарію був %timeused% секунд, межа для вашого сервера є %timelimit% секунд. " + +#: sitemap-ui.php:690 +#, php-format +#@ sitemap +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "Сценарій зупинено біля публікації номер %lastpost% (+/- 100)" + +#: sitemap-ui.php:693 +#, php-format +#@ sitemap +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "Якщо ви змінювали які-небудь елементи на вашому сервері або блогі, потрібно відновити мапу сайту вручну." + +#: sitemap-ui.php:695 +#, php-format +#@ sitemap +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "Якщо у вас виникнуть проблеми з процесом побудови можна використовувати відлагоджувальна функції , щоб одержати більш докладну інформацію." + +#: sitemap-ui.php:702 +#@ sitemap +msgid "Basic Options" +msgstr "Базові Опції" + +#: sitemap-ui.php:704 +#@ sitemap +msgid "Sitemap files:" +msgstr "Файли Мапи сайту" + +#: sitemap-ui.php:704 +#: sitemap-ui.php:719 +#: sitemap-ui.php:739 +#: sitemap-ui.php:772 +#@ sitemap +msgid "Learn more" +msgstr "Дізнатись більше" + +#: sitemap-ui.php:709 +#@ sitemap +msgid "Write a normal XML file (your filename)" +msgstr "Запишіть нормальний XML файл (ваша назва файлу )" + +#: sitemap-ui.php:715 +#@ sitemap +msgid "Write a gzipped file (your filename + .gz)" +msgstr "Запишіть стиснутий файл (ваша назва файлу + .gz)" + +#: sitemap-ui.php:719 +#@ sitemap +msgid "Building mode:" +msgstr "Режим побудови:" + +#: sitemap-ui.php:724 +#@ sitemap +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "Перебудуйте мапу сайту, якщо ви змінили зміст вашого блогу" + +#: sitemap-ui.php:731 +#@ sitemap +msgid "Enable manual sitemap building via GET Request" +msgstr "Включити ручну побудову мапи сайту через GET запит" + +#: sitemap-ui.php:735 +#, php-format +#@ sitemap +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the logfile above to see if sitemap was successfully built." +msgstr "Це дозволить вам оновити ваш сайт, якщо зовнішній інструмент писав у WordPress бази даних без використання WordPress API. Використовуйте наступний URL, щоб розпочати цей процес: %1 Будь ласка, перевірте логи вище, щоб побачити, якщо мапа сайту була успішно побудована." + +#: sitemap-ui.php:739 +#@ sitemap +msgid "Update notification:" +msgstr "Повідомлення про оновлення:" + +#: sitemap-ui.php:743 +#@ sitemap +msgid "Notify Google about updates of your Blog" +msgstr "Повідомити Google про оновлення Вашого блогу\n" + +#: sitemap-ui.php:744 +#, php-format +#@ sitemap +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "Не потрібна реєстрація, але ви можете приєднатися до Google Інструменти для веб-майстрів , щоб перевірити статистику сканування." + +#: sitemap-ui.php:748 +#@ sitemap +msgid "Notify Bing (formerly MSN Live Search) about updates of your Blog" +msgstr "Повідомляти Бінго (колишній MSN Live Search) про оновлення Вашого блогу" + +#: sitemap-ui.php:749 +#, php-format +#@ sitemap +msgid "No registration required, but you can join the Bing Webmaster Tools to check crawling statistics." +msgstr "Не потрібна реєстрація, але ви можете приєднатися до Bing Інструменти для веб-майстрів , щоб перевірити статистику сканування." + +#: sitemap-ui.php:753 +#@ sitemap +msgid "Notify Ask.com about updates of your Blog" +msgstr "Повідомити Ask.com про оновлення Вашого блогу" + +#: sitemap-ui.php:754 +#@ sitemap +msgid "No registration required." +msgstr "Не потрібна реєстрація." + +#: sitemap-ui.php:758 +#@ sitemap +msgid "Notify YAHOO about updates of your Blog" +msgstr "Повідомити YAHOO про оновлення Вашого блогу" + +#: sitemap-ui.php:759 +#@ sitemap +msgid "Your Application ID:" +msgstr "Ваш идентифікатор :" + +#: sitemap-ui.php:760 +#, php-format +#@ sitemap +msgid "Don't you have such a key? Request one here! %s2" +msgstr "Ви не маєте такого ключа? Запитати його тут! %s2" + +#: sitemap-ui.php:765 +#@ sitemap +msgid "Add sitemap URL to the virtual robots.txt file." +msgstr "Додати URL файлу Sitemap в віртуальний файл robots.txt ." + +#: sitemap-ui.php:769 +#@ sitemap +msgid "The virtual robots.txt generated by WordPress is used. A real robots.txt file must NOT exist in the blog directory!" +msgstr "Використовується віртуальний robots.txt сгенерований WordPress. Реального файлу robots.txt НЕ ПОВИННО бути в каталозі блогу!" + +#: sitemap-ui.php:772 +#@ sitemap +msgid "Advanced options:" +msgstr "Додаткові опції:" + +#: sitemap-ui.php:775 +#@ sitemap +msgid "Limit the number of posts in the sitemap:" +msgstr "Обмеження кількості публікацій в Sitemap:" + +#: sitemap-ui.php:775 +#@ sitemap +msgid "Newer posts will be included first" +msgstr "Нові повідомлення мають бути включеними першими" + +#: sitemap-ui.php:778 +#@ sitemap +msgid "Try to increase the memory limit to:" +msgstr "Спробуйте збільшити ліміт пам'яті:" + +#: sitemap-ui.php:778 +#@ sitemap +msgid "e.g. \"4M\", \"16M\"" +msgstr "наприклад \"4M\", \"16M\"" + +#: sitemap-ui.php:781 +#@ sitemap +msgid "Try to increase the execution time limit to:" +msgstr "Спробуйте збільшити ліміт часу виконання до:" + +#: sitemap-ui.php:781 +#@ sitemap +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "у секундах, наприклад \"60\" або \"0\" для необмежного" + +#: sitemap-ui.php:785 +#@ sitemap +msgid "Include a XSLT stylesheet:" +msgstr "Додати таблиці стилів XSLT:" + +#: sitemap-ui.php:786 +#@ sitemap +msgid "Full or relative URL to your .xsl file" +msgstr "Повний або відносний URL до вашого. XSL-файлу" + +#: sitemap-ui.php:786 +#@ sitemap +msgid "Use default" +msgstr "Використовувати параметри за замовчуванням" + +#: sitemap-ui.php:792 +#@ sitemap +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "Увімкнути стандартний режим MySQL. Використовуйте це тільки якщо ви отримуєте помилки від MySQL. (Потрібно набагато більше пам'яті!)" + +#: sitemap-ui.php:793 +#@ sitemap +msgid "Upgrade WordPress at least to 2.2 to enable the faster MySQL access" +msgstr "Оновіть WordPress, принаймні до 2.2, з тим щоб увімкнути швидший доступ до MySQL " + +#: sitemap-ui.php:800 +#@ sitemap +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "Побудувати Мапу сайту у фоновому режимі (Вам не доведеться чекати, коли ви збережете публікацію)" + +#: sitemap-ui.php:801 +#@ sitemap +msgid "Upgrade WordPress at least to 2.1 to enable background building" +msgstr "Оновіть WordPress, принаймні до 2.1 щоб влючити побудову у фоновому режимі " + +#: sitemap-ui.php:808 +#@ sitemap +msgid "Additional pages" +msgstr "Додаткові сторінки" + +#: sitemap-ui.php:811 +#@ sitemap +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "Тут ви можете вказати файли, або URL-адрес, які повинні бути включені в Sitemap, але не належать до блогу/WordPress.
Наприклад, якщо ваш домен www.foo.com і ваш блог знаходиться на www.foo.com/blog можна включити в вашу домашню сторінку www.foo.com" + +#: sitemap-ui.php:813 +#: sitemap-ui.php:992 +#: sitemap-ui.php:1006 +#: sitemap-ui.php:1015 +#@ sitemap +msgid "Note" +msgstr "Примітка" + +#: sitemap-ui.php:814 +#@ sitemap +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "Якщо ваш блог знаходиться у підкаталозі, і ви хочете додати сторінок, які не в блозі, Ви повинні розмістити свій файл Sitemap в кореневий каталог (Подивіться на \\\"Місце знаходження вашого сайту файл"Розділ на цій сторінці) !" + +#: sitemap-ui.php:816 +#: sitemap-ui.php:855 +#@ sitemap +msgid "URL to the page" +msgstr "URL сторінки" + +#: sitemap-ui.php:817 +#@ sitemap +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "Введіть URL для сторінки. Приклади: http://www.foo.com/index.html or www.foo.com/home " + +#: sitemap-ui.php:819 +#: sitemap-ui.php:856 +#@ sitemap +msgid "Priority" +msgstr "Пріорітет" + +#: sitemap-ui.php:820 +#@ sitemap +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "Виберіть пріоритет сторінки в порівнянні з іншими сторінками. Наприклад, ваша домашня сторінка, можливо, має більш високий пріоритет, ніж інші." + +#: sitemap-ui.php:822 +#: sitemap-ui.php:858 +#@ sitemap +msgid "Last Changed" +msgstr "Останні Зміни" + +#: sitemap-ui.php:823 +#@ sitemap +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "Введіть дату останнього зміни як РРРР-ММ-ДД (наприклад, 2005-12-31) (не обов'язково)." + +#: sitemap-ui.php:857 +#@ sitemap +msgid "Change Frequency" +msgstr "Зміна частоти" + +#: sitemap-ui.php:859 +#@ sitemap +msgid "#" +msgstr "№" + +#: sitemap-ui.php:864 +#@ sitemap +msgid "No pages defined." +msgstr "Не зазначена жодна сторінка " + +#: sitemap-ui.php:869 +#@ sitemap +msgid "Add new page" +msgstr "Додати нову сторінку" + +#: sitemap-ui.php:874 +#@ sitemap +msgid "Post Priority" +msgstr "Пріорітет Публікації" + +#: sitemap-ui.php:876 +#@ sitemap +msgid "Please select how the priority of each post should be calculated:" +msgstr "Будь ласка, виберіть який пріоритет повинен бути розрахований для кожної публікації :" + +#: sitemap-ui.php:878 +#@ sitemap +msgid "Do not use automatic priority calculation" +msgstr "Не робити автоматичну калькуляцію приорітету" + +#: sitemap-ui.php:878 +#@ sitemap +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "Всі публікацї, будуть мати такий же пріоритет, який визначений в "пріоритети"" + +#: sitemap-ui.php:889 +#@ sitemap +msgid "Location of your sitemap file" +msgstr "Місце росташування вашого файлу Sitemap" + +#: sitemap-ui.php:892 +#@ sitemap +msgid "Automatic detection" +msgstr "Автоматичне виявлення" + +#: sitemap-ui.php:896 +#@ sitemap +msgid "Filename of the sitemap file" +msgstr "Ім'я Sitemap файлу" + +#: sitemap-ui.php:899 +#@ sitemap +msgid "Detected Path" +msgstr "Знайдений Путь" + +#: sitemap-ui.php:899 +#@ sitemap +msgid "Detected URL" +msgstr "Знайдений URL" + +#: sitemap-ui.php:904 +#@ sitemap +msgid "Custom location" +msgstr "Місце розташування зазначене користувачем" + +#: sitemap-ui.php:908 +#@ sitemap +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "Абсолютний або відносний шлях до файлу Sitemap, в тому числі ім'я." + +#: sitemap-ui.php:910 +#: sitemap-ui.php:919 +#@ sitemap +msgid "Example" +msgstr "Приклад" + +#: sitemap-ui.php:917 +#@ sitemap +msgid "Complete URL to the sitemap file, including name." +msgstr "Повний URL для файлу Sitemap, в тому числі ім'я." + +#: sitemap-ui.php:930 +#@ sitemap +msgid "Sitemap Content" +msgstr "Зміст мапи сайту" + +#: sitemap-ui.php:936 +#@ sitemap +msgid "Include homepage" +msgstr "Включити домашні сторінки" + +#: sitemap-ui.php:942 +#@ sitemap +msgid "Include posts" +msgstr "Включити публікації" + +#: sitemap-ui.php:948 +#@ sitemap +msgid "Include following pages of multi-page posts (Increases build time and memory usage!)" +msgstr "Включити наступні сторінки декількох публікацій (збільшує час побудови та використання пам'яті!)" + +#: sitemap-ui.php:954 +#@ sitemap +msgid "Include static pages" +msgstr "Включити статичні сторінки" + +#: sitemap-ui.php:960 +#@ sitemap +msgid "Include categories" +msgstr "Включити категорії" + +#: sitemap-ui.php:966 +#@ sitemap +msgid "Include archives" +msgstr "Включити архіви" + +#: sitemap-ui.php:973 +#@ sitemap +msgid "Include tag pages" +msgstr "Включити сторінки тегів" + +#: sitemap-ui.php:980 +#@ sitemap +msgid "Include author pages" +msgstr "Включити сторінки авторів" + +#: sitemap-ui.php:988 +#@ sitemap +msgid "Excluded items" +msgstr "" +"\t\n" +"Виключені пункти" + +#: sitemap-ui.php:990 +#@ sitemap +msgid "Excluded categories" +msgstr "Виключити категорії" + +#: sitemap-ui.php:992 +#@ sitemap +msgid "Using this feature will increase build time and memory usage!" +msgstr "Використання цієї функції збільшує час побудови та використання пам'яті!" + +#: sitemap-ui.php:999 +#, php-format +#@ sitemap +msgid "This feature requires at least WordPress 2.5.1, you are using %s" +msgstr "Ця функція вимагає, що найменьше WordPress 2.5.1, ви використовуєте %s" + +#: sitemap-ui.php:1002 +#@ sitemap +msgid "Exclude posts" +msgstr "Виключити публікації" + +#: sitemap-ui.php:1004 +#@ sitemap +msgid "Exclude the following posts or pages:" +msgstr "Виключити наступні публікації або сторінки:" + +#: sitemap-ui.php:1004 +#@ sitemap +msgid "List of IDs, separated by comma" +msgstr "Перелік ID, розділених комою" + +#: sitemap-ui.php:1006 +#@ sitemap +msgid "Child posts won't be excluded automatically!" +msgstr "Дочірні публікації не виключаються автоматично!" + +#: sitemap-ui.php:1012 +#@ sitemap +msgid "Change frequencies" +msgstr "Зміна частоти" + +#: sitemap-ui.php:1016 +#@ sitemap +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "Майте на увазі, що значення для цього тега розглядається як підказка, а не команда. Незважаючи на те, що сканери пошукової системи враховують цю інформацію при прийнятті рішень, вони можуть сканувати сторінки з позначкою \\\"щогодини \" рідше, ніж сторінки з позначкою \\ \\\"щорічно \". Імовірно також, що сканери будуть періодично сканувати сторінки з позначкою \\ \\\"ніколи \", з тим щоб вони могли знайти несподівані зміни на цих сторінках." + +#: sitemap-ui.php:1022 +#: sitemap-ui.php:1079 +#@ sitemap +msgid "Homepage" +msgstr "Домашня сторінка" + +#: sitemap-ui.php:1028 +#@ sitemap +msgid "Posts" +msgstr "Пулікації" + +#: sitemap-ui.php:1034 +#: sitemap-ui.php:1097 +#@ sitemap +msgid "Static pages" +msgstr "Статичні сторінки" + +#: sitemap-ui.php:1040 +#: sitemap-ui.php:1103 +#@ sitemap +msgid "Categories" +msgstr "Катергорії" + +#: sitemap-ui.php:1046 +#@ sitemap +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "Поточний архів за цей місяць (Повинен бути таким самим, як ваша головна сторінка)" + +#: sitemap-ui.php:1052 +#@ sitemap +msgid "Older archives (Changes only if you edit an old post)" +msgstr "Попередні архіви (змінються тільки тоді, коли ви редагуєте старі публікації)" + +#: sitemap-ui.php:1059 +#: sitemap-ui.php:1116 +#@ sitemap +msgid "Tag pages" +msgstr "Сторінки тегів" + +#: sitemap-ui.php:1066 +#: sitemap-ui.php:1123 +#@ sitemap +msgid "Author pages" +msgstr "Сторінки Автора" + +#: sitemap-ui.php:1074 +#@ sitemap +msgid "Priorities" +msgstr "Пріоритети" + +#: sitemap-ui.php:1085 +#@ sitemap +msgid "Posts (If auto calculation is disabled)" +msgstr "Публікації (Якщо авторозрахунок відключено)" + +#: sitemap-ui.php:1091 +#@ sitemap +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "Мінімальний пріоритет публікації (Навіть якщо автоматичний розрахунок було включено)" + +#: sitemap-ui.php:1109 +#@ sitemap +msgid "Archives" +msgstr "Архіви" + +#: sitemap-ui.php:1134 +#@ sitemap +msgid "Update options" +msgstr "Оновити опції" + +#: sitemap-ui.php:1135 +#@ sitemap +msgid "Reset options" +msgstr "Скинути опції" + +#: sitemap.php:87 +#@ sitemap +msgid "XML-Sitemap Generator" +msgstr "XML-Генератор Мапи сайту" + +#: sitemap.php:87 +#@ sitemap +msgid "XML-Sitemap" +msgstr "XML-Мапа сайту" + +#: sitemap.php:101 +msgid "Settings" +msgstr "" + +#: sitemap.php:102 +msgid "FAQ" +msgstr "" + +#: sitemap.php:103 +msgid "Support" +msgstr "" + +#: sitemap.php:104 +msgid "Donate" +msgstr "" + +#: sitemap.php:154 +msgid "Sitemap FAQ" +msgstr "" + diff --git a/plugins/google-sitemap-generator/lang/sitemap-zh_CN.mo b/plugins/google-sitemap-generator/lang/sitemap-zh_CN.mo new file mode 100644 index 0000000000000000000000000000000000000000..a5995796a6d7e31246f48d4b60a40588c18c8ec4 GIT binary patch literal 24069 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 Rmk@2MZfv|DLp(6#{6FAOt-t^P literal 0 HcmV?d00001 diff --git a/plugins/google-sitemap-generator/lang/sitemap-zh_CN.po b/plugins/google-sitemap-generator/lang/sitemap-zh_CN.po new file mode 100644 index 0000000..0384e2e --- /dev/null +++ b/plugins/google-sitemap-generator/lang/sitemap-zh_CN.po @@ -0,0 +1,1054 @@ +msgid "" +msgstr "" +"Project-Id-Version: 3.1.9\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-12-20 03:31+0800\n" +"PO-Revision-Date: 2009-12-21 17:59+0100\n" +"Last-Translator: Arne Brachhold\n" +"Language-Team: dupola \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Chinese\n" +"X-Poedit-Country: China\n" +"X-Poedit-Basepath: D:\\usr\\www\\wp-content\\plugins\\google-sitemap-generator\n" +"X-Poedit-KeywordsList: _e;__\n" +"X-Poedit-SearchPath-0: D:\\usr\\www\\wp-content\\plugins\\google-sitemap-generator\n" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:846 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:525 +msgid "Comment Count" +msgstr "评论数量" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:858 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:537 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "通过文章评论数量的多少来决定优先" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:918 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:597 +msgid "Comment Average" +msgstr "评论平均" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:930 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:609 +msgid "Uses the average comment count to calculate the priority" +msgstr "通过评论平均来决定计算优先" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:993 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:672 +msgid "Popularity Contest" +msgstr "热门内容" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:1005 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:684 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "使用已经激活的 Alex King热门日志插件。 查看 设置 and 最流行日志" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:1123 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:1084 +msgid "Always" +msgstr "总是" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:1124 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:1085 +msgid "Hourly" +msgstr "每小时" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:1125 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:1086 +msgid "Daily" +msgstr "每天" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:1126 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:1087 +msgid "Weekly" +msgstr "每周" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:1127 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:1088 +msgid "Monthly" +msgstr "每月" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:1128 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:1089 +msgid "Yearly" +msgstr "每月" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:1129 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-core.php:1090 +msgid "Never" +msgstr "从不" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2635 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2835 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:97 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:482 +msgid "XML Sitemap Generator for WordPress" +msgstr "XML 地图生成器" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2740 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:257 +msgid "Configuration updated" +msgstr "配置已更新" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2741 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:258 +msgid "Error while saving options" +msgstr "保存设置时出错" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2743 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:260 +msgid "Pages saved" +msgstr "页面已保存" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2744 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:261 +msgid "Error while saving pages" +msgstr "保存页面时出错" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2758 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:268 +msgid "The default configuration was restored." +msgstr "默认结构已经被修复。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:307 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "非常感谢你的捐赠,你的帮助可以使我继续开发该这个和其他项目!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:307 +msgid "Hide this notice" +msgstr "隐藏提示" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:313 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and you are satisfied with the results, isn't it worth at least a few dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "感谢使用本插件!你已经使用了一段时间了,现在看起来它运行的很不错,帮了你不少忙。你会考虑支持它的发展吗? 捐赠 几美元,作者就可以持续开发这个 免费软件了。没问题?点这里开始捐赠!" + +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:313 +msgid "Sure, but I already did!" +msgstr "当然,我已经做了。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:313 +msgid "No thanks, please don't bug me anymore!" +msgstr "不,请别再再骚扰我啦!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:320 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin some time ago. If it works and your are satisfied, why not rate it and recommend it to others? :-)" +msgstr "感谢你使用这个插件!你已经启用这个插件一段时间了。它运行得很不错并且你也很满意,可否 为它评分推荐 给你的朋友们? :-)" + +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:320 +msgid "Don't show this anymore" +msgstr "不要再显示" + +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:332 +msgid "Your sitemap is being refreshed at the moment. Depending on your blog size this might take some time!
Due to limitations of the WordPress scheduler, it might take another 60 seconds until the build process is actually started." +msgstr "你的 Sitemap 已经更新,完全应用到你的 blog 可能需要点时间。" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:69 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:334 +#, php-format +msgid "Your sitemap will be refreshed in %s seconds. Depending on your blog size this might take some time!" +msgstr "你的 sitemap 将在 %s 秒内更新,Blog 配置不同,它完全生效的时间也不同。" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:374 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:498 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here." +msgstr "XML Sitemap 有新版本 %1$s 发布了。 这里来下载 %3$s 版。" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:376 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:500 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here automatic upgrade unavailable for this plugin." +msgstr "XML Sitemap 的新版本 %1$s 发布了. 到这里下载 %3$s 版无法自动更新这个插件." + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:378 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:502 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here or upgrade automatically." +msgstr "XML Sitemap 新版 %1$s 发布了。 到这里下载 %3$s 版 或者 自动升级。" + +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:510 +#, php-format +msgid "Your blog is currently blocking search engines! Visit the privacy settings to change this." +msgstr "你的 Blog 现在正在屏蔽搜索引擎!如要更改请前去 隐私设置 页面。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2851 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2868 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:531 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:548 +msgid "open" +msgstr "打开" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2852 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2869 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:532 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:549 +msgid "close" +msgstr "关闭" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2853 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2870 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:533 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:550 +msgid "click-down and drag to move this box" +msgstr "点击并拖动它到这个区域" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2854 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2871 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:534 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:551 +msgid "click to %toggle% this box" +msgstr "点击并 %toggle% 这个区域" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2855 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2872 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:535 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:552 +msgid "use the arrow keys to move this box" +msgstr "使用箭头指向来移动这个区块" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2856 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2873 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:536 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:553 +msgid ", or press the enter key to %toggle% it" +msgstr ",或者按这里to %toggle% it" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2884 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:582 +msgid "About this Plugin:" +msgstr "关于这个插件:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2886 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:583 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap.php:187 +msgid "Plugin Homepage" +msgstr "插件主页" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:438 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:584 +msgid "Suggest a Feature" +msgstr "建议新功能" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2887 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:585 +msgid "Notify List" +msgstr "通告列表" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:586 +msgid "Support Forum" +msgstr "支持论坛" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:441 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:587 +msgid "Report a Bug" +msgstr "报告 Bug" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2889 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:589 +msgid "Donate with PayPal" +msgstr "通过 PayPal 捐赠" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2890 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:590 +msgid "My Amazon Wish List" +msgstr "我想要的东西(Amazon)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:591 +msgid "translator_name" +msgstr "肚破惊天(@dupola)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:591 +msgid "translator_url" +msgstr "http://dupola.net" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2895 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:595 +msgid "Sitemap Resources:" +msgstr "Sitemap 资源:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2897 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:596 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:602 +msgid "Webmaster Tools" +msgstr "Webmaster Tools" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:597 +msgid "Webmaster Blog" +msgstr "Webmaster Blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2900 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:599 +msgid "Site Explorer" +msgstr "Site Explorer" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2901 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:600 +msgid "Search Blog" +msgstr "Search Blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3010 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:603 +msgid "Webmaster Center Blog" +msgstr "Webmaster Center Blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2903 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:605 +msgid "Sitemaps Protocol" +msgstr "Sitemaps 协议" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2904 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:606 +msgid "Official Sitemaps FAQ" +msgstr "通用 Sitemaps FAQ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2905 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:607 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap.php:188 +msgid "My Sitemaps FAQ" +msgstr "我的 Sitemaps FAQ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2910 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:610 +msgid "Recent Donations:" +msgstr "最近捐赠者:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2914 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:613 +msgid "List of the donors" +msgstr "捐赠者列表" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2916 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:615 +msgid "Hide this list" +msgstr "隐藏这个列表" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2919 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:618 +msgid "Thanks for your support!" +msgstr "谢谢支持!" + +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:640 +msgid "The sitemap wasn't generated yet." +msgstr "Sitemap 还没生成。" + +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:643 +msgid "Result of the last build process, started on %date%." +msgstr "上一次执行的结果,始于 %date%." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2941 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:652 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "sitemap 还没建立,点击这里建立。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2947 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:658 +msgid "Your sitemap was last built on %date%." +msgstr "你的 sitemap 上一次建立是在%date%。" + +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:659 +msgid "The last build succeeded, but the file was deleted later or can't be accessed anymore. Did you move your blog to another server or domain?" +msgstr "Sitemap 上一次建立成功,不过文件被删除了或者是无法访问了。你是不是将 blog 转移到了其他主机或域名?" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2949 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:661 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn more" +msgstr "写入 sitemap 文件时发生错误。保证这个文件存在并且可写。学习更多" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2956 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:668 +msgid "Your sitemap (zipped) was last built on %date%." +msgstr "你的 sitemap (zipped) 上一次建立是在 %date%." + +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:669 +msgid "The last zipped build succeeded, but the file was deleted later or can't be accessed anymore. Did you move your blog to another server or domain?" +msgstr "Sitemap zipped 上一次执行成功,不过文件被删除了或者是无法访问了。你是不是将 blog 转移到了其他主机或域名?" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2958 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:671 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn more" +msgstr "在创建 zipped sitemap 文件时发生了错误。保证这个文件存在并且可写。学习更多" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2964 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:677 +msgid "Google was successfully notified about changes." +msgstr "更新已经成功通知 Google。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:680 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "通知 Google 用了%time% ,也许你应该禁用这一功能以减少创建时间。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3011 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:683 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "在通知 Google 时发生错误,查看结果" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:689 +msgid "YAHOO was successfully notified about changes." +msgstr "更新已经成功通知 YAHOO。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2979 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:692 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "通知 YAHOO 用了 %time% ,也许你应该禁用这项功能以减少建立时间。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3023 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:695 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "通知 YAHOO 时出错。查看结果" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3097 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:701 +msgid "Bing was successfully notified about changes." +msgstr "您的更改已经成功通知 Bing。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:704 +msgid "It took %time% seconds to notify Bing, maybe you want to disable this feature to reduce the building time." +msgstr "通知 Bing 用了%time% ,也许你应该禁用这一功能以减少创建时间。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3011 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:707 +#, php-format +msgid "There was a problem while notifying Bing. View result" +msgstr "在通知 Bing 时发生错误,查看结果" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:713 +msgid "Ask.com was successfully notified about changes." +msgstr "更新已经成功通知 Ask.com。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:716 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "通知 Ask.com 用了%time% ,也许你应该禁用这一功能以减少创建时间。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3035 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:719 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "通知 MSN.com 时出错。查看结果" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3002 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:727 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "此次建立大约用了 %time% 秒 完成,使用了 %memory% MB 内存。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3004 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:729 +msgid "The building process took about %time% seconds to complete." +msgstr "此次建立用了大约 %time% 秒 完成。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3008 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:733 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "从上次这个文件不可写以后,你的 sitemap 就没有更新 ,并且也没有通知任何搜索引擎。" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:586 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:741 +msgid "The building process might still be active! Reload the page in a few seconds and check if something has changed." +msgstr "这项处理将会生效!几秒钟后刷新这个页面,查看是否有所变化。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3012 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:744 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "上次运行没有完成!你应该为 PHP scripts 增加内存或时间限制。学习更多" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3014 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:746 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "上次执行用了 was %memused%MB, 你的服务器限制是 %memlimit%。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3018 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:750 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "上次执行时间 %timeused% 秒,你的服务器限制是 %timelimit% 秒." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3022 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:754 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "这个脚本停止于这篇日志: %lastpost% (+/- 100)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3025 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:757 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "如果你 Blog 或服务器更新了某些东西,你应该手动 重建 sitemap。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3027 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:759 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "如果在执行建立程序时遇到问题,你可以使用 debug function来获取更多信息。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3040 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:766 +msgid "Basic Options" +msgstr "基本设置" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:768 +msgid "Sitemap files:" +msgstr "sitemap 文件" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3104 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:768 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:783 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:803 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:836 +msgid "Learn more" +msgstr "学习更多" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3049 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:773 +msgid "Write a normal XML file (your filename)" +msgstr "创建一个 XML 文件 (你的文件名)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3055 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:779 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "创建一个 gzipped 文件 (你的文件名 + .gz)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:783 +msgid "Building mode:" +msgstr "建立模式:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3064 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:788 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "在你更改了 Blog 内容后重建 sitemap" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3071 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:795 +msgid "Enable manual sitemap building via GET Request" +msgstr "通过 GET Request 启用手动建立 sitemap" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3075 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:799 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the result box above to see if sitemap was successfully built." +msgstr "如果外部工具不是通过 WordPress API写入 WordPress 数据,那此项将允许你刷新你的 sitemap,。使用下面这个链接开始运行:%1 请检查上面的日志文件,看看 sitemap 有没有成功建立。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:803 +msgid "Update notification:" +msgstr "更新通知:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:807 +msgid "Notify Google about updates of your Blog" +msgstr "通知 Google 关于你 Blog 的更新" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:808 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "非必须注册,不过你可以使用Google 管理员工具查看爬虫统计。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3209 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:812 +msgid "Notify Bing (formerly MSN Live Search) about updates of your Blog" +msgstr "通知 Bing/MSN Live Search 关于你 Blog 的更新" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:813 +#, php-format +msgid "No registration required, but you can join the Bing Webmaster Tools to check crawling statistics." +msgstr "非必须注册,不过你可以使用 Bing 管理员工具查看爬虫统计。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:817 +msgid "Notify Ask.com about updates of your Blog" +msgstr "提醒 Ask.com 关于你 Blog 的更新" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3089 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:818 +msgid "No registration required." +msgstr "非必须注册。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3093 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:822 +msgid "Notify YAHOO about updates of your Blog" +msgstr "提醒 Yahoo 关于你 Blog 的更新" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:823 +msgid "Your Application ID:" +msgstr "你的 Application ID:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:824 +#, php-format +msgid "Don't you have such a key? Request one here! %s2" +msgstr "没有 key?点这里申请一个! %s2" + +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:829 +msgid "Add sitemap URL to the virtual robots.txt file." +msgstr "将 sitemap 地址添加到虚拟 robots.txt 文件中。" + +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:833 +msgid "The virtual robots.txt generated by WordPress is used. A real robots.txt file must NOT exist in the blog directory!" +msgstr "由 WordPress 生成的虚拟 robots.txt 文件已经启用,请确保 blog 文档中已无原来的 robots.txt 文件。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:836 +msgid "Advanced options:" +msgstr "高级设置:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:839 +msgid "Limit the number of posts in the sitemap:" +msgstr "sitemap 里日志数量的限制:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:839 +msgid "Newer posts will be included first" +msgstr "较早的日志将首先被包含进来" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:842 +msgid "Try to increase the memory limit to:" +msgstr "增加内存限制到:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:842 +msgid "e.g. \"4M\", \"16M\"" +msgstr "比如: \"4M\", \"16M\"" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:845 +msgid "Try to increase the execution time limit to:" +msgstr "增加执行时间限制到:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:845 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "按秒计算,比如 \"60\" or \"0\" 没有限制" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:849 +msgid "Include a XSLT stylesheet:" +msgstr "包含一个 XSLT 清单" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:850 +msgid "Full or relative URL to your .xsl file" +msgstr ".xsl 文件的绝对或相对路径" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:850 +msgid "Use default" +msgstr "使用默认的" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:856 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "启用 MySQL 标准模式。仅在 MySQL 发生错误的时候使用。(将会占用更多内存!)" + +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:857 +msgid "Upgrade WordPress at least to 2.2 to enable the faster MySQL access" +msgstr "MySQL 快速连接仅支持 WordPress 2.2 或以上版本,请升级。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:864 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "在后台建立 sitemap(你不需要在保存日志时等待)" + +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:865 +msgid "Upgrade WordPress at least to 2.1 to enable background building" +msgstr "后台生成仅支持 WordPress 2.1 或以上版本,请升级。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3144 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:872 +msgid "Additional pages" +msgstr "附加页面" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3149 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:875 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "在这里你可以为 sitemap 加入一些特殊的但并不存在于你 Blog/WordPress 的地址。比如,如果你的域名是 www.dupola.com,你的blog在 www.dupola.com/blog 上,你可以加入你的首页 www.dupola.com" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3151 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3462 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:877 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1085 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1099 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1108 +msgid "Note" +msgstr "注意" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:878 +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "如果你的 blog 在子目录里,你要添加 blog 目录或下级目录没有的页面,你必须将 sitemap 文件放到这个目录里(查看本页的 " sitemap 文件的位置 " 一节)!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3300 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:880 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:919 +msgid "URL to the page" +msgstr "这个页面的 URL" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:881 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "输入这个页面的地址,比如:http://dupola.com/dreamhost 或 https://twitter.com/dupola 或 http://caodan.net" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3157 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3301 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:883 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:920 +msgid "Priority" +msgstr "优先" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3158 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:884 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "选择该页面的相关页面的优先权。比如,你的主页应该拥有一个更高的优先权。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3160 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3303 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:886 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:922 +msgid "Last Changed" +msgstr "最近更改" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3161 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:887 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "输入最后更改的日期,格式为 YYYY-MM-DD (例如 2005-12-31) (可选的l)." + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3302 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:921 +msgid "Change Frequency" +msgstr "更改频率" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3304 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:923 +msgid "#" +msgstr "#" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3309 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:928 +msgid "No pages defined." +msgstr "没有页面" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3314 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:933 +msgid "Add new page" +msgstr "增加一个新的页面" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3325 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:938 +msgid "Post Priority" +msgstr "日志优先" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3329 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:940 +msgid "Please select how the priority of each post should be calculated:" +msgstr "请选择每篇日志可预设的优先权:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:942 +msgid "Do not use automatic priority calculation" +msgstr "不要使用默认优先计算" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:942 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "所有日志都将拥有 "优先权" 设定中设置的那样的优先权" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3348 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:953 +msgid "Location of your sitemap file" +msgstr "你的 sitemap 文件的位置" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3353 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:956 +msgid "Automatic detection" +msgstr "自动检查" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3357 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:960 +msgid "Filename of the sitemap file" +msgstr "sitemap 文件的名字" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3360 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:963 +msgid "Detected Path" +msgstr "检查路径" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3360 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:963 +msgid "Detected URL" +msgstr "检查地址" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3365 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:968 +msgid "Custom location" +msgstr "自定义位置" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3369 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:972 +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "sitemap 的绝对或相对路径,包括名字。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3371 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3380 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:974 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:983 +msgid "Example" +msgstr "例如" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3378 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:981 +msgid "Complete URL to the sitemap file, including name." +msgstr "sitemap 文件的完全地址,包括名字。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3397 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:994 +msgid "Sitemap Content" +msgstr "sitemap 内容" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3405 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1000 +msgid "Include homepage" +msgstr "包含首页" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3411 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1006 +msgid "Include posts" +msgstr "包含日志" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1013 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1012 +msgid "Include following pages of multi-page posts (Increases build time and memory usage!)" +msgstr "包括所有多重页面(这将增加使用内存和生成时间)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3417 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1018 +msgid "Include static pages" +msgstr "包含独立页面" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3423 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1024 +msgid "Include categories" +msgstr "包含分类" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3429 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1030 +msgid "Include archives" +msgstr "包含存档页面" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3436 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1037 +msgid "Include tag pages" +msgstr "包含 Tag 页面" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3436 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1053 +#, php-format +msgid "Include taxonomy pages for %s" +msgstr "包括 %s 的 tag 页面" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3443 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1063 +msgid "Include author pages" +msgstr "包含作者页面" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3590 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1067 +msgid "Further options" +msgstr "高级设置" + +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1072 +msgid "Include the last modification time." +msgstr "包括最后修改时间。" + +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1074 +msgid "This is highly recommended and helps the search engines to know when your content has changed. This option affects all sitemap entries." +msgstr "强烈推荐开启此项,它会在你的内容发生变动时帮你告诉搜索引擎。这个设置将影响到 所有 sitemap 日志。" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:981 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1081 +msgid "Excluded items" +msgstr "不包含的项目" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3423 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1083 +msgid "Excluded categories" +msgstr "不包含分类" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:985 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1085 +msgid "Using this feature will increase build time and memory usage!" +msgstr "使用这个特性将增大建立时间和使用内存!" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:992 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1092 +#, php-format +msgid "This feature requires at least WordPress 2.5.1, you are using %s" +msgstr "这个特性要求 WordPress 版本至少是 2.5,你正在使用 %s" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3411 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1095 +msgid "Exclude posts" +msgstr "不包含日志" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1097 +msgid "Exclude the following posts or pages:" +msgstr "不包括下面的日志或页面:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1097 +msgid "List of IDs, separated by comma" +msgstr "ID 列表,用英文逗号隔开" + +# D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:999 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1099 +msgid "Child posts won't be excluded automatically!" +msgstr "子日志不会被自动排除。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3457 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1105 +msgid "Change frequencies" +msgstr "更改频率" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3463 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1109 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "请注意,这些值仅仅是参考建立而并非是准确无误的。 " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3469 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3535 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1115 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1172 +msgid "Homepage" +msgstr "首页" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3475 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1121 +msgid "Posts" +msgstr "日志" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3481 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3553 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1127 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1190 +msgid "Static pages" +msgstr "独立页面" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3487 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3559 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1133 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1196 +msgid "Categories" +msgstr "分类" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3493 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1139 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "这个月的存档(应该和你的首页保持一致)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3499 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1145 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "较早的存档(只在你编辑了旧日志后才更新)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3506 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3572 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1152 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1209 +msgid "Tag pages" +msgstr "Tag 页" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3513 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3579 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1159 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1216 +msgid "Author pages" +msgstr "作者页" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3527 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1167 +msgid "Priorities" +msgstr "优先权" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3541 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1178 +msgid "Posts (If auto calculation is disabled)" +msgstr "日志(如果自动计算已禁用)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3547 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1184 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "日志最小优先(即使自动计算已经开启)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3565 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1202 +msgid "Archives" +msgstr "存档" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3590 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1227 +msgid "Update options" +msgstr "更新设置" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3591 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap-ui.php:1228 +msgid "Reset options" +msgstr "重置设置" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap.php:98 +msgid "XML-Sitemap Generator" +msgstr "XML-Sitemap 生成器" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap.php:98 +msgid "XML-Sitemap" +msgstr "XML-Sitemap" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3481 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3553 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap.php:112 +msgid "Settings" +msgstr "设置" + +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap.php:113 +msgid "FAQ" +msgstr "FAQ" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap.php:114 +msgid "Support" +msgstr "支持" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3151 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3462 +#: D:\usr\www\wp-content\plugins\google-sitemap-generator/sitemap.php:115 +msgid "Donate" +msgstr "捐赠" + diff --git a/plugins/google-sitemap-generator/lang/sitemap-zh_TW.mo b/plugins/google-sitemap-generator/lang/sitemap-zh_TW.mo new file mode 100644 index 0000000000000000000000000000000000000000..5ec9c55b2183c9539f752f5a351de8019de7a31e GIT binary patch literal 22594 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 QO?(5BJ$Q*sbpo0H9}zpXp8x;= literal 0 HcmV?d00001 diff --git a/plugins/google-sitemap-generator/lang/sitemap-zh_TW.po b/plugins/google-sitemap-generator/lang/sitemap-zh_TW.po new file mode 100644 index 0000000..87c8c04 --- /dev/null +++ b/plugins/google-sitemap-generator/lang/sitemap-zh_TW.po @@ -0,0 +1,980 @@ +# [Countryname] Language File for sitemap (sitemap-[localname].po) +# Copyright (C) 2005 [name] : [URL] +# This file is distributed under the same license as the WordPress package. +# [name] <[mail-address]>, 2005. +# $Id: sitemap.pot 123431 2009-06-07 00:17:10Z arnee $ +# +msgid "" +msgstr "" +"Project-Id-Version: sitemap\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-06-07 01:15+0100\n" +"PO-Revision-Date: 2009-06-08 12:10+0800\n" +"Last-Translator: \n" +"Language-Team: hugo5688 \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: _e;__\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-SearchPath-0: H:\\Webdev\\htdocs\\wp_plugins\\sitemap_beta\n" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:846 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:642 +msgid "Comment Count" +msgstr "迴響數目" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:858 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:654 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "使用迴響的數量來計算優先權" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:918 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:714 +msgid "Comment Average" +msgstr "迴響平均值" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:930 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:726 +msgid "Uses the average comment count to calculate the priority" +msgstr "使用迴響數量平均值來計算優先權" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:993 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:789 +msgid "Popularity Contest" +msgstr "熱門競賽" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:1005 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:801 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "使用 Alex King 提供的 Popularity Contest 外掛(需啟用)。詳見 選項 以及Most Popular Posts" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1118 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1187 +msgid "Always" +msgstr "隨時" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1119 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1188 +msgid "Hourly" +msgstr "每小時" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1120 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1189 +msgid "Daily" +msgstr "每日" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1190 +msgid "Weekly" +msgstr "每週" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1122 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1191 +msgid "Monthly" +msgstr "每月" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1123 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1192 +msgid "Yearly" +msgstr "每年" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1193 +msgid "Never" +msgstr "從不" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:102 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "非常感謝您的贊助。由於您的幫助,讓我能夠繼續支援開發這個外掛以及其他免費軟體!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:102 +msgid "Hide this notice" +msgstr "隱藏這個通知" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:108 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and your are satisfied with the results, isn't it worth at least one dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "感謝您使用此外掛!您已在一個月前安裝此外掛。如果它正常工作並讓您對於此結果感到安心,是不是至少價值一美元呢? 請贊助我來讓我有繼續開發及支援此免費 外掛軟體的動力。好的,沒問題!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:108 +msgid "No thanks, please don't bug me anymore!" +msgstr "不了,請不要再煩我!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:67 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:119 +msgid "Your sitemap is being refreshed at the moment. Depending on your blog size this might take some time!" +msgstr "您的網站地圖在此刻已開始更新。這完全取決於您的blog大小,或許會花上一點時間!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:69 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:121 +#, php-format +msgid "Your sitemap will be refreshed in %s seconds. Depending on your blog size this might take some time!" +msgstr "您的網站地圖將會在%s秒鐘後更新。這完全取決於您的blog大小,或許會花上一點時間!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2635 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2835 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:146 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:453 +msgid "XML Sitemap Generator for WordPress" +msgstr "WordPress 專用 XML 網站地圖產生器" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2740 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:298 +msgid "Configuration updated" +msgstr "設定已更新" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2741 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:299 +msgid "Error while saving options" +msgstr "儲存選項時產生錯誤" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2743 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:301 +msgid "Pages saved" +msgstr "頁面已儲存" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2744 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:302 +msgid "Error while saving pages" +msgstr "儲存頁面時產生錯誤" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2758 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:309 +msgid "The default configuration was restored." +msgstr "設定已重置為預設值。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:374 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:466 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here." +msgstr "有較新的版本 %1$s 可供下載。下載版本 %3$s" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:376 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:468 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here automatic upgrade unavailable for this plugin." +msgstr "有較新的版本 %1$s 可供下載。下載版本 %3$s 自動更新不可適用於此外掛程式。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:378 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:470 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here or upgrade automatically." +msgstr "有較新的版本 %1$s 可供下載。下載版本 %3$s或者自動更新。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2851 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2868 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:493 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:510 +msgid "open" +msgstr "打開" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2852 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2869 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:494 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:511 +msgid "close" +msgstr "關閉" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2853 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2870 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:495 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:512 +msgid "click-down and drag to move this box" +msgstr "按下並拖曳這個矩形" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2854 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2871 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:496 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:513 +msgid "click to %toggle% this box" +msgstr "按了「%toggle%」這個矩形" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2855 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2872 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:497 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:514 +msgid "use the arrow keys to move this box" +msgstr "使用方向鍵移動這個矩形" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2856 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2873 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:498 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:515 +msgid ", or press the enter key to %toggle% it" +msgstr ",或者按下 Enter 鍵來「%toggle%」它" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2884 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:533 +msgid "About this Plugin:" +msgstr "關於這個外掛:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2886 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:534 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:141 +msgid "Plugin Homepage" +msgstr "外掛首頁" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:421 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:535 +msgid "Suggest a Feature" +msgstr "功能推薦" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2887 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:536 +msgid "Notify List" +msgstr "郵件通知" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:537 +msgid "Support Forum" +msgstr "支援論壇" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:424 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:538 +msgid "Report a Bug" +msgstr "臭蟲回報" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2889 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:540 +msgid "Donate with PayPal" +msgstr "PayPal 贊助" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2890 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:541 +msgid "My Amazon Wish List" +msgstr "我的 Amazon 願望清單" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:542 +msgid "translator_name" +msgstr "Hugo5688" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:542 +msgid "translator_url" +msgstr "http://take-ez.com" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2895 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:545 +msgid "Sitemap Resources:" +msgstr "網站地圖資源:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2897 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:546 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:552 +msgid "Webmaster Tools" +msgstr "網站管理員工具" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:547 +msgid "Webmaster Blog" +msgstr "網站管理員網誌" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2900 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:549 +msgid "Site Explorer" +msgstr "Site Explorer" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2901 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:550 +msgid "Search Blog" +msgstr "Search Blog" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3010 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:553 +msgid "Webmaster Center Blog" +msgstr "網站管理員網誌" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2903 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:555 +msgid "Sitemaps Protocol" +msgstr "網站地圖通訊協定" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2904 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:556 +msgid "Official Sitemaps FAQ" +msgstr "官方版網站地圖答客問" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2905 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:557 +msgid "My Sitemaps FAQ" +msgstr "網站地圖答客問" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2910 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:560 +msgid "Recent Donations:" +msgstr "近期贊助清單:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2914 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:564 +msgid "List of the donors" +msgstr "贊助者清單" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2916 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:566 +msgid "Hide this list" +msgstr "隱藏本清單" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2919 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:569 +msgid "Thanks for your support!" +msgstr "感謝您的贊助!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2931 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:587 +msgid "Status" +msgstr "狀態" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2941 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:595 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "您的網站地圖還沒產生過。點這裡來產生它吧。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2947 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:601 +msgid "Your sitemap was last built on %date%." +msgstr "您的網站地圖上次發佈時間為:%date%。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2949 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:603 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn more更多資訊" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2956 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:610 +msgid "Your sitemap (zipped) was last built on %date%." +msgstr "網站地圖(壓縮檔)上回產生於:%date%。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2958 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:612 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn more更多資訊" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2964 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:618 +msgid "Google was successfully notified about changes." +msgstr "已經成功地通知 Google 您網站的更新。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:621 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "花了 %time% 秒來通知 Google,或許您想要關閉此功能來增加效能。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3011 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:624 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "通知 Google 時發生了問題。檢視結果" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:630 +msgid "YAHOO was successfully notified about changes." +msgstr "已經成功地通知 YAHOO 您網站的更新。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2979 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:633 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "花了 %time% 秒來通知 YAHOO,或許您想要關閉此功能來增加效能。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3023 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:636 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "通知 YAHOO 時發生了問題。檢視結果" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:642 +msgid "Bing was successfully notified about changes." +msgstr "已經成功地通知 Bing 您網站的更新。" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:645 +msgid "It took %time% seconds to notify Bing, maybe you want to disable this feature to reduce the building time." +msgstr "花了 %time% 秒來通知 Bing,或許您想要關閉此功能來增加效能。" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:648 +#, php-format +msgid "There was a problem while notifying Bing. View result" +msgstr "通知 Bing 時發生了問題。檢視結果" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:654 +msgid "Ask.com was successfully notified about changes." +msgstr "已經成功地通知 Ask.com 您網站的更新。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:657 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "花了 %time% 秒來通知 Ask.com,或許您想要關閉此功能來增加效能。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3035 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:660 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "通知 Ask.com 時發生了問題。檢視結果" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3002 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:668 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "整個建置過程大約花費 %time% 秒 來完成,並且使用了 %memory% MB 的記憶體。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3004 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:670 +msgid "The building process took about %time% seconds to complete." +msgstr "整個建置過程大約花費 %time% 秒 來完成。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3008 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:674 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "您的網站地圖內容與上次比較並沒有變更,所以沒有產生新檔案,而且搜尋引擎也沒有被通知。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:586 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:682 +msgid "The building process might still be active! Reload the page in a few seconds and check if something has changed." +msgstr "建立網站地圖的程序或許依然啟動著。頁面將在幾秒鐘後重新載入,並且確認是否改變。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3012 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:685 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "上次的執行並未結束!也許您需要替 PHP 增加記憶體或者時間限制。更多資訊" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3014 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:687 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "最後一次執行本程式使用 %memused% MB 記憶體,您伺服器的限制為 %memlimit%。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3018 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:691 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "最後一次執行本程式的時間花 %timeused% 秒,您伺服器的限制為 %timelimit% 秒。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3022 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:695 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "這支程式大約停在第 %lastpost% (+/- 100)篇文章" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3025 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:698 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "若是您對伺服器或者網誌做了某些更動,您應該手動重新產生網站地圖。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3027 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:700 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "如果您在建立的過程遇到了問題,您可以使用除錯功能來得知更多的訊息。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3040 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:707 +msgid "Basic Options" +msgstr "基本選項" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:709 +msgid "Sitemap files:" +msgstr "網站地圖檔案:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3104 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:709 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:724 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:744 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:777 +msgid "Learn more" +msgstr "更多資訊" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3049 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:714 +msgid "Write a normal XML file (your filename)" +msgstr "寫入 XML 檔案(檔案名稱)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3055 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:720 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "寫入壓縮檔(檔案名稱 + .gz)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:724 +msgid "Building mode:" +msgstr "產生模式:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3064 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:729 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "當修改網誌內容時重新建立網站地圖。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3071 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:736 +msgid "Enable manual sitemap building via GET Request" +msgstr "啟用透過發送 GET 要求手動建立網站地圖。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3075 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:740 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the logfile above to see if sitemap was successfully built." +msgstr "本選項允許您刷新您的網站地圖。當您使用外部工具直接將文章寫入 WordPress 資料庫,而非透過 WordPress API 時,使用以下網址啟動這個作業: %1 若是要知道是否成功請檢查紀錄檔案。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:744 +msgid "Update notification:" +msgstr "更新通知:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:748 +msgid "Notify Google about updates of your Blog" +msgstr "通知 Google 關於您網站的更新" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:749 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "不需要註冊,但您可加入 Google 網站管理員工具來檢查搜索統計。" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:753 +msgid "Notify Bing (formerly MSN Live Search) about updates of your Blog" +msgstr "" +"通知 Bing (前身為 MSN Live Search\r\n" +") 關於您網站的更新" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:754 +#, php-format +msgid "No registration required, but you can join the Bing Webmaster Tools to check crawling statistics." +msgstr "不需要註冊,但您可加入 Bing 網站管理員工具來檢查搜索統計。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:758 +msgid "Notify Ask.com about updates of your Blog" +msgstr "通知 Ask.com 關於您網站的更新" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3089 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:759 +msgid "No registration required." +msgstr "不需要註冊。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3093 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:763 +msgid "Notify YAHOO about updates of your Blog" +msgstr "通知 YAHOO 關於您網站的更新" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:764 +msgid "Your Application ID:" +msgstr "您的應用程式 ID:" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:765 +#, php-format +msgid "Don't you have such a key? Request one here! %s2" +msgstr "您沒有像一個這樣的金鑰嗎? 請擊點此處申請! %s2" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:770 +msgid "Add sitemap URL to the virtual robots.txt file." +msgstr "在虛擬 robots.txt 檔案中加入網站地圖位址" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:774 +msgid "The virtual robots.txt generated by WordPress is used. A real robots.txt file must NOT exist in the blog directory!" +msgstr "此虛擬的 robots.txt 將會由 WordPress 來使用。真實的 robots.txt 不得存在於部落格的目錄中!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:777 +msgid "Advanced options:" +msgstr "進階選項:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:780 +msgid "Limit the number of posts in the sitemap:" +msgstr "網站地圖裡文章數的最小值:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:780 +msgid "Newer posts will be included first" +msgstr "較新的文章將會優先包含" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:783 +msgid "Try to increase the memory limit to:" +msgstr "試著將記憶體限制增加至:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:783 +msgid "e.g. \"4M\", \"16M\"" +msgstr "例如:「4M」、「16M」" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:786 +msgid "Try to increase the execution time limit to:" +msgstr "試著將執行時間限制增加至:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:786 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "以秒為單位,例如:「60」或者「0」則不限制" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:790 +msgid "Include a XSLT stylesheet:" +msgstr "包含 XSLT 樣式:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:791 +msgid "Full or relative URL to your .xsl file" +msgstr "您 .xsl 檔案的絕對或者相對路徑" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:791 +msgid "Use default" +msgstr "使用預設" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:797 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "啟用 MySQL 標準模式。當您發現有 MySQL 錯誤時,可以使用此選項。 (需要較多的記憶體!)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:798 +msgid "Upgrade WordPress at least to 2.2 to enable the faster MySQL access" +msgstr "如要開啟較快的 MySQL 存取,請至少將 WordPress 升級成 2.2 版以上" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:805 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "自動在背景程序中建立網站地圖 (當儲存文章時,您就不需再次產生網站地圖)" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:806 +msgid "Upgrade WordPress at least to 2.1 to enable background building" +msgstr "如要啟用背景建立網站地圖,請至少將 WordPress 升級成 2.1 版以上" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3144 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:813 +msgid "Additional pages" +msgstr "其他的頁面" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3149 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:816 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "您可以在此指定那些應被納入網站地圖的檔案或者網址,但是不屬於您的部落格(Blog/WordPress)。
舉例來說,若是您的部落格是 www.foo.com/blog,而您想要將您 www.foo.com 下的網頁納入此網站地圖。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3151 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3462 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:818 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:997 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1011 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1020 +msgid "Note" +msgstr "注意" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:819 +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "若是您的部落格是在子目錄下而您想要增加的頁面並不在部落格的目錄下面,您必須將您的網站地圖置於網站的根目錄下。(請見本頁「網站地圖的位置」小節)!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3300 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:821 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:860 +msgid "URL to the page" +msgstr "頁面網址" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:822 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "輸入頁面的網址。例如:http://www.foo.com/index.html 或者 www.foo.com/home " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3157 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3301 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:824 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:861 +msgid "Priority" +msgstr "優先權 " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3158 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:825 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "選擇該頁面的優先權(相較於其他頁面而言)。例如:您的首頁或許會比版權說明頁的優先權來得高。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3160 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3303 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:827 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:863 +msgid "Last Changed" +msgstr "最近更動" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3161 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:828 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "輸入最近更動的日期,格式為 YYYY-MM-DD(例如:2005-12-31)(非必要)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3302 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:862 +msgid "Change Frequency" +msgstr "設定更新頻率" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3304 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:864 +msgid "#" +msgstr "#" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3309 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:869 +msgid "No pages defined." +msgstr "還沒有頁面已被設定" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3314 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:874 +msgid "Add new page" +msgstr "新增頁面" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3325 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:879 +msgid "Post Priority" +msgstr "文章優先權 " + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3329 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:881 +msgid "Please select how the priority of each post should be calculated:" +msgstr "請選擇每篇文章應該用多少優先權來計算:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:883 +msgid "Do not use automatic priority calculation" +msgstr "不使用自動優先權計算" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:883 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "所有的文章使用相同定義在"優先權"內的優先權。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3348 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:894 +msgid "Location of your sitemap file" +msgstr "網站地圖的位置" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3353 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:897 +msgid "Automatic detection" +msgstr "自動位置" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3357 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:901 +msgid "Filename of the sitemap file" +msgstr "網站地圖的檔名" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3360 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:904 +msgid "Detected Path" +msgstr "偵測到的路徑" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3360 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:904 +msgid "Detected URL" +msgstr "偵測到的網址" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3365 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:909 +msgid "Custom location" +msgstr "自定位置" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3369 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:913 +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "網站地圖的絕對或相對路徑,包括檔名。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3371 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3380 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:915 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:924 +msgid "Example" +msgstr "範例" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3378 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:922 +msgid "Complete URL to the sitemap file, including name." +msgstr "網站地圖的完整網址,包括檔名。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3397 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:935 +msgid "Sitemap Content" +msgstr "網站地圖內容" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3405 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:941 +msgid "Include homepage" +msgstr "包含首頁" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3411 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:947 +msgid "Include posts" +msgstr "包含文章" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:953 +msgid "Include following pages of multi-page posts (Increases build time and memory usage!)" +msgstr "包含下列頁面的分頁文章 (會增加建立時間及記憶體使用量!)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3417 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:959 +msgid "Include static pages" +msgstr "包含網誌分頁" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3423 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:965 +msgid "Include categories" +msgstr "包含分類" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3429 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:971 +msgid "Include archives" +msgstr "包含匯整" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3436 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:978 +msgid "Include tag pages" +msgstr "包含標籤頁面" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3443 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:985 +msgid "Include author pages" +msgstr "包含作者頁面" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:993 +msgid "Excluded items" +msgstr "排除的項目" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:995 +msgid "Excluded categories" +msgstr "排除的類型" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:997 +msgid "Using this feature will increase build time and memory usage!" +msgstr "使用此功能將會增加建立的時間及記憶體使用量!" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1004 +#, php-format +msgid "This feature requires at least WordPress 2.5.1, you are using %s" +msgstr "此功能至少需要 WordPress 2.5.1 版本,您目前使用的版本是 %s" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1007 +msgid "Exclude posts" +msgstr "包含文章" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1009 +msgid "Exclude the following posts or pages:" +msgstr "包含下列的文章或頁面:" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1009 +msgid "List of IDs, separated by comma" +msgstr "列出 IDs,以逗號區隔。" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1011 +msgid "Child posts won't be excluded automatically!" +msgstr "子文章不會自動包含!" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3457 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1017 +msgid "Change frequencies" +msgstr "更新頻率設定" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3463 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1021 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "請注意下列各設定值僅被視為提示而非命令。雖然搜尋引擎漫遊器會考慮這資訊做出決定,他們也許會較少漫遊被標記為「Hourly」的頁面,或者更加頻繁地漫遊被標記為「Yearly」的頁面。搜尋引擎漫遊機制會週期性地漫遊被標記為「Never」的頁面,以便他們能處理對那些頁面的變動。" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3469 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3535 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1027 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1084 +msgid "Homepage" +msgstr "首頁" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3475 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1033 +msgid "Posts" +msgstr "文章" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3481 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3553 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1039 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1102 +msgid "Static pages" +msgstr "網誌分頁" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3487 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3559 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1045 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1108 +msgid "Categories" +msgstr "分類" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3493 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1051 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "現有的每月彙整(應該與您的首頁相同)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3499 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1057 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "較舊的彙整(只有在您修改舊文章的時候才會改變)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3506 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3572 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1064 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1121 +msgid "Tag pages" +msgstr "標籤頁面" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3513 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3579 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1071 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1128 +msgid "Author pages" +msgstr "作者頁面" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3527 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1079 +msgid "Priorities" +msgstr "優先權" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3541 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1090 +msgid "Posts (If auto calculation is disabled)" +msgstr "文章(如果自動計算沒有打開)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3547 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1096 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "優先權最小值(即使自動計算有打開)" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3565 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1114 +msgid "Archives" +msgstr "彙整" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3590 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1139 +msgid "Update options" +msgstr "更新選項" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3591 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1140 +msgid "Reset options" +msgstr "重置選項" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:84 +msgid "XML-Sitemap Generator" +msgstr "XML 網站地圖產生器" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:84 +msgid "XML-Sitemap" +msgstr "XML 網站地圖" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:142 +msgid "Sitemap FAQ" +msgstr "網站地圖答客問" + diff --git a/plugins/google-sitemap-generator/lang/sitemap.pot b/plugins/google-sitemap-generator/lang/sitemap.pot new file mode 100644 index 0000000..8d44c42 --- /dev/null +++ b/plugins/google-sitemap-generator/lang/sitemap.pot @@ -0,0 +1,1036 @@ +# [Countryname] Language File for sitemap (sitemap-[localname].po) +# Copyright (C) 2005 [name] : [URL] +# This file is distributed under the same license as the WordPress package. +# [name] <[mail-address]>, 2005. +# $Id: sitemap.pot 175669 2009-11-20 21:55:02Z arnee $ +# +msgid "" +msgstr "" +"Project-Id-Version: sitemap\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-11-20 22:53+0100\n" +"PO-Revision-Date: 2009-11-20 22:53+0100\n" +"Last-Translator: Arne Brachhold\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: _e;__\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-SearchPath-0: H:\\Webdev\\htdocs\\wp_plugins\\sitemap_beta\n" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:846 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:525 +msgid "Comment Count" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:858 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:537 +msgid "Uses the number of comments of the post to calculate the priority" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:918 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:597 +msgid "Comment Average" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:930 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:609 +msgid "Uses the average comment count to calculate the priority" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:993 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:672 +msgid "Popularity Contest" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:1005 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:684 +msgid "Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1118 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1084 +msgid "Always" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1119 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1085 +msgid "Hourly" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1120 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1086 +msgid "Daily" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1087 +msgid "Weekly" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1122 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1088 +msgid "Monthly" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1123 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1089 +msgid "Yearly" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-core.php:1124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-core.php:1090 +msgid "Never" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:107 +msgid "Thank you very much for your donation. You help me to continue support and development of this plugin and other free software!" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2600 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:107 +msgid "Hide this notice" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:113 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin over a month ago. If it works and you are satisfied with the results, isn't it worth at least a few dollar? Donations help me to continue support and development of this free software! Sure, no problem!" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:113 +msgid "Sure, but I already did!" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2657 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:113 +msgid "No thanks, please don't bug me anymore!" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:120 +#, php-format +msgid "Thanks for using this plugin! You've installed this plugin some time ago. If it works and your are satisfied, why not rate it and recommend it to others? :-)" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:120 +msgid "Don't show this anymore" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:67 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:132 +msgid "Your sitemap is being refreshed at the moment. Depending on your blog size this might take some time!" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:69 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:134 +#, php-format +msgid "Your sitemap will be refreshed in %s seconds. Depending on your blog size this might take some time!" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2635 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2835 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:163 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:480 +msgid "XML Sitemap Generator for WordPress" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2740 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:323 +msgid "Configuration updated" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2741 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:324 +msgid "Error while saving options" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2743 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:326 +msgid "Pages saved" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2744 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:327 +msgid "Error while saving pages" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2758 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:334 +msgid "The default configuration was restored." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:374 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:496 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:376 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:498 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here automatic upgrade unavailable for this plugin." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:378 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:500 +#, php-format +msgid "There is a new version of %1$s available. Download version %3$s here or upgrade automatically." +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:508 +#, php-format +msgid "Your blog is currently blocking search engines! Visit the privacy settings to change this." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2851 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2868 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:529 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:546 +msgid "open" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2852 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2869 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:530 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:547 +msgid "close" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2853 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2870 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:531 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:548 +msgid "click-down and drag to move this box" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2854 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2871 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:532 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:549 +msgid "click to %toggle% this box" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2855 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2872 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:533 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:550 +msgid "use the arrow keys to move this box" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2856 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2873 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:534 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:551 +msgid ", or press the enter key to %toggle% it" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2884 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:580 +msgid "About this Plugin:" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2886 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:581 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:181 +msgid "Plugin Homepage" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:421 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:582 +msgid "Suggest a Feature" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2887 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:583 +msgid "Notify List" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2888 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:584 +msgid "Support Forum" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:424 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:585 +msgid "Report a Bug" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2889 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:587 +msgid "Donate with PayPal" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2890 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:588 +msgid "My Amazon Wish List" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:589 +msgid "translator_name" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2891 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:589 +msgid "translator_url" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2895 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:593 +msgid "Sitemap Resources:" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2897 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:594 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:600 +msgid "Webmaster Tools" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2898 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:595 +msgid "Webmaster Blog" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2900 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:597 +msgid "Site Explorer" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2901 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:598 +msgid "Search Blog" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3010 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:601 +msgid "Webmaster Center Blog" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2903 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:603 +msgid "Sitemaps Protocol" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2904 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:604 +msgid "Official Sitemaps FAQ" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2905 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:605 +msgid "My Sitemaps FAQ" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2910 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:608 +msgid "Recent Donations:" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2914 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:611 +msgid "List of the donors" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2916 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:613 +msgid "Hide this list" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2919 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:616 +msgid "Thanks for your support!" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:638 +msgid "The sitemap wasn't generated yet." +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:641 +msgid "Result of the last build process, started on %date%." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2941 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:650 +#, php-format +msgid "The sitemap wasn't built yet. Click here to build it the first time." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2947 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:656 +msgid "Your sitemap was last built on %date%." +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:657 +msgid "The last build succeeded, but the file was deleted later or can't be accessed anymore. Did you move your blog to another server or domain?" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:659 +msgid "There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn more" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2956 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:666 +msgid "Your sitemap (zipped) was last built on %date%." +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:667 +msgid "The last zipped build succeeded, but the file was deleted later or can't be accessed anymore. Did you move your blog to another server or domain?" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:669 +msgid "There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn more" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2964 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:675 +msgid "Google was successfully notified about changes." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2967 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:678 +msgid "It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3011 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:681 +#, php-format +msgid "There was a problem while notifying Google. View result" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2976 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:687 +msgid "YAHOO was successfully notified about changes." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2979 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:690 +msgid "It took %time% seconds to notify YAHOO, maybe you want to disable this feature to reduce the building time." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3023 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:693 +#, php-format +msgid "There was a problem while notifying YAHOO. View result" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:699 +msgid "Bing was successfully notified about changes." +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:702 +msgid "It took %time% seconds to notify Bing, maybe you want to disable this feature to reduce the building time." +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:705 +#, php-format +msgid "There was a problem while notifying Bing. View result" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2988 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:711 +msgid "Ask.com was successfully notified about changes." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2991 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:714 +msgid "It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3035 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:717 +#, php-format +msgid "There was a problem while notifying Ask.com. View result" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3002 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:725 +msgid "The building process took about %time% seconds to complete and used %memory% MB of memory." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3004 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:727 +msgid "The building process took about %time% seconds to complete." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3008 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:731 +msgid "The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap-ui.php:586 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:739 +msgid "The building process might still be active! Reload the page in a few seconds and check if something has changed." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3012 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:742 +msgid "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3014 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:744 +msgid "The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3018 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:748 +msgid "The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3022 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:752 +msgid "The script stopped around post number %lastpost% (+/- 100)" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3025 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:755 +#, php-format +msgid "If you changed something on your server or blog, you should rebuild the sitemap manually." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3027 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:757 +#, php-format +msgid "If you encounter any problems with the build process you can use the debug function to get more information." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3040 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:764 +msgid "Basic Options" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:766 +msgid "Sitemap files:" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3044 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3104 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:766 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:781 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:801 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:834 +msgid "Learn more" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3049 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:771 +msgid "Write a normal XML file (your filename)" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3055 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:777 +msgid "Write a gzipped file (your filename + .gz)" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3059 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:781 +msgid "Building mode:" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3064 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:786 +msgid "Rebuild sitemap if you change the content of your blog" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3071 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:793 +msgid "Enable manual sitemap building via GET Request" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:797 +msgid "This will allow you to refresh your sitemap if an external tool wrote into the WordPress database without using the WordPress API. Use the following URL to start the process: %1 Please check the result box above to see if sitemap was successfully built." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3079 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:801 +msgid "Update notification:" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3083 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:805 +msgid "Notify Google about updates of your Blog" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3084 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:806 +#, php-format +msgid "No registration required, but you can join the Google Webmaster Tools to check crawling statistics." +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:810 +msgid "Notify Bing (formerly MSN Live Search) about updates of your Blog" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:811 +#, php-format +msgid "No registration required, but you can join the Bing Webmaster Tools to check crawling statistics." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3088 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:815 +msgid "Notify Ask.com about updates of your Blog" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3089 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:816 +msgid "No registration required." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3093 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:820 +msgid "Notify YAHOO about updates of your Blog" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:821 +msgid "Your Application ID:" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:822 +#, php-format +msgid "Don't you have such a key? Request one here! %s2" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:827 +msgid "Add sitemap URL to the virtual robots.txt file." +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:831 +msgid "The virtual robots.txt generated by WordPress is used. A real robots.txt file must NOT exist in the blog directory!" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3121 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:834 +msgid "Advanced options:" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:837 +msgid "Limit the number of posts in the sitemap:" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3124 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:837 +msgid "Newer posts will be included first" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:840 +msgid "Try to increase the memory limit to:" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3127 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:840 +msgid "e.g. \"4M\", \"16M\"" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:843 +msgid "Try to increase the execution time limit to:" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3130 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:843 +msgid "in seconds, e.g. \"60\" or \"0\" for unlimited" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:847 +msgid "Include a XSLT stylesheet:" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3133 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:848 +msgid "Full or relative URL to your .xsl file" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:848 +msgid "Use default" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:854 +msgid "Enable MySQL standard mode. Use this only if you're getting MySQL errors. (Needs much more memory!)" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:855 +msgid "Upgrade WordPress at least to 2.2 to enable the faster MySQL access" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3166 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:862 +msgid "Build the sitemap in a background process (You don't have to wait when you save a post)" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:863 +msgid "Upgrade WordPress at least to 2.1 to enable background building" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3144 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:870 +msgid "Additional pages" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3149 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:873 +msgid "Here you can specify files or URLs which should be included in the sitemap, but do not belong to your Blog/WordPress.
For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3151 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3462 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:875 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1083 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1097 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1106 +msgid "Note" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3152 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:876 +msgid "If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3154 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3300 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:878 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:917 +msgid "URL to the page" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3155 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:879 +msgid "Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home " +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3157 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3301 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:881 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:918 +msgid "Priority" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3158 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:882 +msgid "Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3160 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3303 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:884 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:920 +msgid "Last Changed" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3161 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:885 +msgid "Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional)." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3302 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:919 +msgid "Change Frequency" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3304 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:921 +msgid "#" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3309 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:926 +msgid "No pages defined." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3314 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:931 +msgid "Add new page" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3325 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:936 +msgid "Post Priority" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3329 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:938 +msgid "Please select how the priority of each post should be calculated:" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:940 +msgid "Do not use automatic priority calculation" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3331 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:940 +msgid "All posts will have the same priority which is defined in "Priorities"" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3348 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:951 +msgid "Location of your sitemap file" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3353 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:954 +msgid "Automatic detection" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3357 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:958 +msgid "Filename of the sitemap file" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3360 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:961 +msgid "Detected Path" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3360 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:961 +msgid "Detected URL" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3365 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:966 +msgid "Custom location" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3369 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:970 +msgid "Absolute or relative path to the sitemap file, including name." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3371 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3380 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:972 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:981 +msgid "Example" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3378 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:979 +msgid "Complete URL to the sitemap file, including name." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3397 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:992 +msgid "Sitemap Content" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3405 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:998 +msgid "Include homepage" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3411 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1004 +msgid "Include posts" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1010 +msgid "Include following pages of multi-page posts (Increases build time and memory usage!)" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3417 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1016 +msgid "Include static pages" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3423 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1022 +msgid "Include categories" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3429 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1028 +msgid "Include archives" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3436 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1035 +msgid "Include tag pages" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1051 +#, php-format +msgid "Include taxonomy pages for %s" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3443 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1061 +msgid "Include author pages" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1065 +msgid "Further options" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1070 +msgid "Include the last modification time." +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1072 +msgid "This is highly recommended and helps the search engines to know when your content has changed. This option affects all sitemap entries." +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1079 +msgid "Excluded items" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1081 +msgid "Excluded categories" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1083 +msgid "Using this feature will increase build time and memory usage!" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1090 +#, php-format +msgid "This feature requires at least WordPress 2.5.1, you are using %s" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1093 +msgid "Exclude posts" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1095 +msgid "Exclude the following posts or pages:" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3206 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1095 +msgid "List of IDs, separated by comma" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1097 +msgid "Child posts won't be excluded automatically!" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3457 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1103 +msgid "Change frequencies" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3463 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1107 +msgid "Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked \"hourly\" less frequently than that, and they may crawl pages marked \"yearly\" more frequently than that. It is also likely that crawlers will periodically crawl pages marked \"never\" so that they can handle unexpected changes to those pages." +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3469 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3535 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1113 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1170 +msgid "Homepage" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3475 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1119 +msgid "Posts" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3481 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3553 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1125 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1188 +msgid "Static pages" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3487 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3559 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1131 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1194 +msgid "Categories" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3493 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1137 +msgid "The current archive of this month (Should be the same like your homepage)" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3499 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1143 +msgid "Older archives (Changes only if you edit an old post)" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3506 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3572 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1150 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1207 +msgid "Tag pages" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3513 +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3579 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1157 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1214 +msgid "Author pages" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3527 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1165 +msgid "Priorities" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3541 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1176 +msgid "Posts (If auto calculation is disabled)" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3547 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1182 +msgid "Minimum post priority (Even if auto calculation is enabled)" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3565 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1200 +msgid "Archives" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3590 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1225 +msgid "Update options" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:3591 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap-ui.php:1226 +msgid "Reset options" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:95 +msgid "XML-Sitemap Generator" +msgstr "" + +# C:\Inetpub\wwwroot\wp\wp-content\plugins\sitemap_beta/sitemap.php:2415 +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:95 +msgid "XML-Sitemap" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:109 +msgid "Settings" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:110 +msgid "FAQ" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:111 +msgid "Support" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:112 +msgid "Donate" +msgstr "" + +#: H:\Webdev\htdocs\wp_plugins\sitemap_beta/sitemap.php:182 +msgid "Sitemap FAQ" +msgstr "" + diff --git a/plugins/google-sitemap-generator/readme-ar_AR.txt b/plugins/google-sitemap-generator/readme-ar_AR.txt new file mode 100644 index 0000000..0c44d4b --- /dev/null +++ b/plugins/google-sitemap-generator/readme-ar_AR.txt @@ -0,0 +1,37 @@ +=== صانع خريطة الموقع لبرنامج ووردبريس === + + +المطورون: Arne, Michael, Rodney, Hirosama, James, John, Brad, Christian +ترجمة: سوار - http://www.sewar.be/wordpress/plugins/sitemap/ + +هذه الأداة ستشئ خريطة لموقعك متوافقة مع محرك البحث google لمدونة ووردبريس الخاصة بك. حالياً يتم إضافة الصفحة الرئيسية, التدوينات, الصفحات, التصنيفات و الأرشيف إلى الخريطة آلياً. أفضلية التدوينة تعتمد على عدد التعليقات عليها. تعليقات أكثر, أفضلية أعلى! إذا كان لديك صفحات خارجية لا تنتمي إلى مدونتك, تستطيع أيضاً إضافتهم إلى الخريطة. هذه الأداة ستخبر Google تلقائياً عندما يتم إعادة إنشاء خريطة الموقع. + +== التثبيت == + +1. ارفع المجلد بالكامل إلى مجلد wp-content/plugins في موقعك، يكفي رفع الملفات التالية: sitemap.php و sitemap-ar.mo لكي تعمل الإضافة باللغة العربية. +2. إجعل مجلد مدونتك الرئيسي قابل للكتابة أو إنشأ ملفين و سمهم: sitemap.xml و sitemap.xml.gz و أجعلهم قابلين للكتابة. +2. فعل الإضافة من لوحة تحكم مدونتك. +3. حرر أو إنشر تدوينة أو إضغط على زر "إعادة إنشاء خريطة الموقع" في إعدادات خريطة الموقع. + +== الأسئلة المتكررة == + += لا يوجد في مدونتي تعليقات (أو قمت بإلغائهم) و جميع تدويناتي لديها الأفضلية صفر! = +قم بتعطل حساب الأفضلية الآلية و حدد أفضلية ثابتة للتدوينات! + += هل يجب علي دائماً الضغط على زر "إعادة إنشاء خريطة الموقع" إذا قمت بتعديل تدوينة? = +A: لا! إذا قمت بتحرير أو نشر أو حذف تدوينة, سيتم إعادة إنشاء خريطة موقعك تلقائياً! + += الإعدادات كثيرة جداً … هل يجب عليّ تغييرهم كلهم? = +A: لا! فقط إذا أردت ذلك. الإعدادات الإفتراضية مناسبة! + += ما هي الإصدارات التي تعمل عليها هذه الإضافة في ووردبريس? = +A: هذه الإضافة تعمل على الإصدارة 1.5.1.1 و الإصدارات الأحدث بما في ذلك الإصدارة 2.0. بعض المستخدمين حصلت لهم مشاكل في الإصدارة 1.5. يجب أن تحدث مدونتك إلى آخر إصدار من برنامج ووردبريس لأنه يتضمن أيضاً على إغلاق ثغرات خطيرة. + += ظهرت لي رسالة خطأ "fopen error" و / أو "permission denied" = +A: إذا ظهرت لك أخطاء في الصلاحيات تأكد من إعدادات خريطة الموقع في لوحة التحكم. حاول أن تنشئ ملفين باسم sitemap.xml و sitemap.xml.gz يدوياً ثم أرفعهم إلى موقعك و غير الصلاحيات "CHMOD" إلى 666. ثم أعد إنشاء خارطة الموقع من لوحة التحكم. يوجد درس رائع لطريقة تغيير صلاحيات ملف تستطيع إيجاده في ووردبريس كوديكس. + += ما هي إصدارات قاعدة البيانات MySQL المدعومة? = +A: جميع إصدارات MySQL 4 تعمل, دعم إصدار MySQL 3 أضيف في الإصدارة 2.12 من هذه الإضافة. + += هل أنا أحتاج حقاً إلى إستخدام هذه الأداة? = +ربما لا إذا كان Google يعرف موقعك جيداً و يزوره يومياً. إذا لم يكن كذلك, ستكون أداة جيدة لإعلام Google بموقعك و التحديثات التي طرأت عليه. هذا سيجعل Google يحدث الصفحة فقط إذا تطلب الأمر ذلك و سوف يجعلك تحافظ على الـ Bandwith. diff --git a/plugins/google-sitemap-generator/readme-it_IT.txt b/plugins/google-sitemap-generator/readme-it_IT.txt new file mode 100644 index 0000000..3680440 --- /dev/null +++ b/plugins/google-sitemap-generator/readme-it_IT.txt @@ -0,0 +1,36 @@ +=== Google Sitemap Generator per WordPress === + +Tag: wordpress, sitemap, google, plugin +Contributi: Arne, Michael, Rodney, Hirosama, James, John, Brad, Christian + +Questo generatore crea una mappa del vostro blog WordPress (sitemap) secondo le specifiche di Google. Attualmente vengono gestiti la homepage, gli articoli, le pagine statiche, le categorie e gli archivi. La priorit degli articoli dipende dai loro commenti. Pi commenti, maggiore priorit! Se si hanno pagine esterne che non appartngono al blog, queste pagine possono venir incluse all'elenco. Questo plugin eseguira una notifica automatica a Google ogni qualvolta la sitemap viene rigenerata. + +== Installzione == + +1. Caricare tutti i file nella directory wp-content/plugins +2. Rendere la directory del blog scrivibile OPPURE creare due file denominati sitemap.xml e sitemap.xml.gz e renderli scrivibili tramite CHMOD. Nella maggior pate dei casi la direcotry del vostro blog gi scrivibile. +2. Attivare il plugin tramite il pannello di controllo Plugin +3. Modificare o pubblicare un articolo o fare click su Ricostruisci la Sitemap nel pannello di amministrazione Sitemap nella sezione Opzioni + +== FAQ == + += Non ho commenti (o sono disabilitati) e tutti i miei articoli hanno priorit zero! = +A: Disabilitare il calcolo automatico della priorit e definire una priorit statica per gli articoli! + += Devo far sempre click su "Ricostruisci la Sitemap" se modifico un articolo? = +A: No! Quando si modifica/pubblica/cancella un articolo la sitemap viene rigenerata automaticamente! + += Ci sono cos tante opzioni Devo cambiarle per forza? = +A: No! Solo se lo desiderate. I valori predfiniti dovrebbero gi essere ok! + += Funziona con tutte le versioni di WordPress? = +A: Spiacente, l'ho provata solo con la 1.5.1.1. Alcuni utenti hanno segnalato problemi con Wordpress 1.5. COnsiderate la possibilit di un aggiornamento del vostro blog alla Versione corrente di WordPress che contiene inoltre anche "un importante aggiornamento di sicurezza". + += Ottengo un fopen error e/o permesso negato = +A: Se ottenete un errore sui permessi assicuratevi che lo script abbia i diritti di scrittura sulla directory del vostro blog. Provate a creare manualmente i file sitemap.xml e sitemap.xml.gz e a caricarli con un programma ftp impostando i diritti di scrittura tramite CHMOD. Quindi riavviate la generazione della sitemap dalla pagina di amministrazione. Un valida guida per modificare i permessi si trova sul Codex di WordPress. + += Quale versione di MySQL supportata? = +A: MySQL 4 funziona con tutte le versioni, il supporto a MySQL 3 stato aggiunto nella versione 2.12 + += Devo usare per forza questo plugin? = +No se Google conosce bene il vostro blog e lo visita ogni giorno. Se non accade questo un ottimo metodo per informare Google riguardo alle vostre pagine ed i loro ultimi cambiamenti. Ci fa si che Google aggiorni le pagine solo se necessario dandovi un certo risparmio di banda. diff --git a/plugins/google-sitemap-generator/readme.txt b/plugins/google-sitemap-generator/readme.txt new file mode 100644 index 0000000..8371685 --- /dev/null +++ b/plugins/google-sitemap-generator/readme.txt @@ -0,0 +1,84 @@ +=== Google XML Sitemaps === +Contributors: arnee +Donate link: http://www.arnebrachhold.de/redir/sitemap-paypal +Tags: seo, google, sitemaps, google sitemaps, yahoo, msn, ask, live, xml sitemap, xml +Requires at least: 2.1 +Tested up to: 3.3 +Stable tag: 3.2.5 + +This plugin will generate a special XML sitemap which will help search engines to better index your blog. + +== Description == + +This plugin will generate a special XML sitemap which will help search engines like Google, Bing, Yahoo and Ask.com to better index your blog. With such a sitemap, it's much easier for the crawlers to see the complete structure of your site and retrieve it more efficiently. The plugin supports all kinds of WordPress generated pages as well as custom URLs. Additionally it notifies all major search engines every time you create a post about the new content. + +Related Links: + +* Plugin Homepage +* Changelog +* Plugin and sitemaps FAQ +* Support Forum + +*This release is not compatible with the new multisite feature of WordPress 3.0 yet. The plugin will remain inactive as long as this feature is enabled. If you are using this feature, try out the new Beta version which fully supports multisite mode as well as network activation!* + +*This release is compatible with all WordPress versions since 2.1. If you are still using an older one, use version 2.7.1 instead.* + +== Installation == + +1. Upload the full directory into your wp-content/plugins directory +2. Use your favorite FTP program to create two files in your WordPress directory (that's where the wp-config.php is) named sitemap.xml and sitemap.xml.gz and make them writable via CHMOD 666. More information about CHMOD and how to make files writable is available at the [WordPress Codex](http://codex.wordpress.org/Changing_File_Permissions) and on [stadtaus.com](http://www.stadtaus.com/en/tutorials/chmod-ftp-file-permissions.php). Making your whole blog directory writable is NOT recommended anymore due to security reasons. +4. Activate the plugin at the plugin administration page +5. Open the plugin configuration page, which is located under Options -> XML-Sitemap and build the sitemap the first time. If you get a permission error, check the file permissions of the newly created files. +6. The plugin will automatically update your sitemap of you publish a post, so theres nothing more to do :) + +== Frequently Asked Questions == + += There are no comments yet (or I've disabled them) and all my postings have a priority of zero! = + +Please disable automatic priority calculation and define a static priority for posts. + += Do I always have to click on "Rebuild Sitemap" if I modified a post? = + +No, if you edit/publish/delete a post, your sitemap is automatically regenerated + += So much configuration options... Do I need to change them? = + +No, only if you want to. Default values should be ok! + += Does this plugin work with all WordPress versions? = + +This version works with WordPress 2.1 and better. If you're using an older version, please check the [Google Sitemaps Plugin Homepage](http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/ "Google (XML) Sitemap Generator Plugin Homepage") for the legacy releases. There is a working release for every WordPress version since 1.5 + += I get an fopen and / or permission denied error or my sitemap files could not be written = + +If you get permission errors, make sure that the script has the right to overwrite the sitemap.xml and sitemap.xml.gz files. Try to create the sitemap.xml resp. sitemap.xml.gz at manually and upload them with a ftp program and set the rights with CHMOD to 666 (or 777 if 666 still doesn't work). Then restart sitemap generation on the administration page. A good tutorial for changing file permissions can be found on the [WordPress Codex](http://codex.wordpress.org/Changing_File_Permissions) and at [stadtaus.com](http://www.stadtaus.com/en/tutorials/chmod-ftp-file-permissions.php). + += My question isn't answered here = + +Most of the plugin options are described at the [plugin homepage](http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/) as well as the dedicated [Google Sitemap FAQ](http://www.arnebrachhold.de/2006/04/07/google-sitemaps-faq-sitemap-issues-errors-and-problems/ "List of common questions / problems regarding Google (XML) Sitemaps") + += My question isn't even answered there = + +Please post your question at the [WordPress support forum](http://wordpress.org/tags/google-sitemap-generator?forum_id=10) and tag your post with "google-sitemap-generator". + += What's new in the latest version? = + +The changelog is maintained on [here](http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/changelog/ "Google (XML) Sitemap Generator Plugin Changelog") + +== Changelog == + +Until it appears here, the changelog is maintained on [the plugin website](http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/changelog/ "Google (XML) Sitemap Generator Plugin Changelog") + +== Screenshots == + +1. Administration interface in WordPress 2.7 +2. Administration interface in WordPress 2.5 +3. Administration interface in WordPress 2.0 + +== License == + +Good news, this plugin is free for everyone! Since it's released under the GPL, you can use it free of charge on your personal or commercial blog. But if you enjoy this plugin, you can thank me and leave a [small donation](http://www.arnebrachhold.de/redir/sitemap-paypal "Donate with PayPal") for the time I've spent writing and supporting this plugin. And I really don't want to know how many hours of my life this plugin has already eaten ;) + +== Translations == + +The plugin comes with various translations, please refer to the [WordPress Codex](http://codex.wordpress.org/Installing_WordPress_in_Your_Language "Installing WordPress in Your Language") for more information about activating the translation. If you want to help to translate the plugin to your language, please have a look at the sitemap.pot file which contains all definitions and may be used with a [gettext](http://www.gnu.org/software/gettext/) editor like [Poedit](http://www.poedit.net/) (Windows). \ No newline at end of file diff --git a/plugins/google-sitemap-generator/screenshot-1.gif b/plugins/google-sitemap-generator/screenshot-1.gif new file mode 100644 index 0000000000000000000000000000000000000000..c768367721b59c5bef403768e40ae5fa3d0e44f1 GIT binary patch literal 35223 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 literal 0 HcmV?d00001 diff --git a/plugins/google-sitemap-generator/screenshot-3.gif b/plugins/google-sitemap-generator/screenshot-3.gif new file mode 100644 index 0000000000000000000000000000000000000000..340b4a5fdbd138cec45eaa9f5e83daa4ab058a1e GIT binary patch literal 26720 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 = $this->GetMicrotimeFloat(); + + $exists = get_option("sm_status"); + + if($exists === false) add_option("sm_status","",null,"no"); + + $this->Save(); + } + + function Save() { + update_option("sm_status",$this); + } + + /** + * Returns the last saved status object or null + * + * @return GoogleSitemapGeneratorStatus + */ + function &Load() { + $status = @get_option("sm_status"); + if(is_a($status,"GoogleSitemapGeneratorStatus")) return $status; + else return null; + } + + /** + * @var float $_startTime The start time of the building process + * @access private + */ + var $_startTime = 0; + + /** + * @var float $_endTime The end time of the building process + * @access private + */ + var $_endTime = 0; + + /** + * @var bool $$_hasChanged Indicates if the sitemap content has changed + * @access private + */ + var $_hasChanged = true; + + /** + * @var int $_memoryUsage The amount of memory used in bytes + * @access private + */ + var $_memoryUsage = 0; + + /** + * @var int $_lastPost The number of posts processed. This value is updated every 50 posts. + * @access private + */ + var $_lastPost = 0; + + /** + * @var int $_lastTime The time when the last step-update occured. This value is updated every 50 posts. + * @access private + */ + var $_lastTime = 0; + + function End($hasChanged = true) { + $this->_endTime = $this->GetMicrotimeFloat(); + + $this->SetMemoryUsage(); + + $this->_hasChanged = $hasChanged; + + $this->Save(); + } + + function SetMemoryUsage() { + if(function_exists("memory_get_peak_usage")) { + $this->_memoryUsage = memory_get_peak_usage(true); + } else if(function_exists("memory_get_usage")) { + $this->_memoryUsage = memory_get_usage(true); + } + } + + function GetMemoryUsage() { + return round($this->_memoryUsage / 1024 / 1024,2); + } + + function SaveStep($postCount) { + $this->SetMemoryUsage(); + $this->_lastPost = $postCount; + $this->_lastTime = $this->GetMicrotimeFloat(); + + $this->Save(); + } + + function GetTime() { + return round($this->_endTime - $this->_startTime,2); + } + + function GetStartTime() { + return round($this->_startTime, 2); + } + + function GetLastTime() { + return round($this->_lastTime - $this->_startTime,2); + } + + function GetLastPost() { + return $this->_lastPost; + } + + var $_usedXml = false; + var $_xmlSuccess = false; + var $_xmlPath = ''; + var $_xmlUrl = ''; + + function StartXml($path,$url) { + $this->_usedXml = true; + $this->_xmlPath = $path; + $this->_xmlUrl = $url; + + $this->Save(); + } + + function EndXml($success) { + $this->_xmlSuccess = $success; + + $this->Save(); + } + + + var $_usedZip = false; + var $_zipSuccess = false; + var $_zipPath = ''; + var $_zipUrl = ''; + + function StartZip($path,$url) { + $this->_usedZip = true; + $this->_zipPath = $path; + $this->_zipUrl = $url; + + $this->Save(); + } + + function EndZip($success) { + $this->_zipSuccess = $success; + + $this->Save(); + } + + var $_usedGoogle = false; + var $_googleUrl = ''; + var $_gooogleSuccess = false; + var $_googleStartTime = 0; + var $_googleEndTime = 0; + + function StartGooglePing($url) { + $this->_googleUrl = $url; + $this->_usedGoogle = true; + $this->_googleStartTime = $this->GetMicrotimeFloat(); + + $this->Save(); + } + + function EndGooglePing($success) { + $this->_googleEndTime = $this->GetMicrotimeFloat(); + $this->_gooogleSuccess = $success; + + $this->Save(); + } + + function GetGoogleTime() { + return round($this->_googleEndTime - $this->_googleStartTime,2); + } + + var $_usedAsk = false; + var $_askUrl = ''; + var $_askSuccess = false; + var $_askStartTime = 0; + var $_askEndTime = 0; + + function StartAskPing($url) { + $this->_usedAsk = true; + $this->_askUrl = $url; + $this->_askStartTime = $this->GetMicrotimeFloat(); + + $this->Save(); + } + + function EndAskPing($success) { + $this->_askEndTime = $this->GetMicrotimeFloat(); + $this->_askSuccess = $success; + + $this->Save(); + } + + function GetAskTime() { + return round($this->_askEndTime - $this->_askStartTime,2); + } + + var $_usedMsn = false; + var $_msnUrl = ''; + var $_msnSuccess = false; + var $_msnStartTime = 0; + var $_msnEndTime = 0; + + function StartMsnPing($url) { + $this->_usedMsn = true; + $this->_msnUrl = $url; + $this->_msnStartTime = $this->GetMicrotimeFloat(); + + $this->Save(); + } + + function EndMsnPing($success) { + $this->_msnEndTime = $this->GetMicrotimeFloat(); + $this->_msnSuccess = $success; + + $this->Save(); + } + + function GetMsnTime() { + return round($this->_msnEndTime - $this->_msnStartTime,2); + } + + function GetMicrotimeFloat() { + list($usec, $sec) = explode(" ", microtime()); + return ((float)$usec + (float)$sec); + } + } + +/** + * Represents an item in the page list + * @author Arne Brachhold + * @package sitemap + * @since 3.0 + */ +class GoogleSitemapGeneratorPage { + + /** + * @var string $_url Sets the URL or the relative path to the blog dir of the page + * @access private + */ + var $_url; + + /** + * @var float $_priority Sets the priority of this page + * @access private + */ + var $_priority; + + /** + * @var string $_changeFreq Sets the chanfe frequency of the page. I want Enums! + * @access private + */ + var $_changeFreq; + + /** + * @var int $_lastMod Sets the lastMod date as a UNIX timestamp. + * @access private + */ + var $_lastMod; + + /** + * Initialize a new page object + * + * @since 3.0 + * @access public + * @author Arne Brachhold + * @param bool $enabled Should this page be included in thesitemap + * @param string $url The URL or path of the file + * @param float $priority The Priority of the page 0.0 to 1.0 + * @param string $changeFreq The change frequency like daily, hourly, weekly + * @param int $lastMod The last mod date as a unix timestamp + */ + function GoogleSitemapGeneratorPage($url="",$priority=0.0,$changeFreq="never",$lastMod=0) { + $this->SetUrl($url); + $this->SetProprity($priority); + $this->SetChangeFreq($changeFreq); + $this->SetLastMod($lastMod); + } + + /** + * Returns the URL of the page + * + * @return string The URL + */ + function GetUrl() { + return $this->_url; + } + + /** + * Sets the URL of the page + * + * @param string $url The new URL + */ + function SetUrl($url) { + $this->_url=(string) $url; + } + + /** + * Returns the priority of this page + * + * @return float the priority, from 0.0 to 1.0 + */ + function GetPriority() { + return $this->_priority; + } + + /** + * Sets the priority of the page + * + * @param float $priority The new priority from 0.1 to 1.0 + */ + function SetProprity($priority) { + $this->_priority=floatval($priority); + } + + /** + * Returns the change frequency of the page + * + * @return string The change frequncy like hourly, weekly, monthly etc. + */ + function GetChangeFreq() { + return $this->_changeFreq; + } + + /** + * Sets the change frequency of the page + * + * @param string $changeFreq The new change frequency + */ + function SetChangeFreq($changeFreq) { + $this->_changeFreq=(string) $changeFreq; + } + + /** + * Returns the last mod of the page + * + * @return int The lastmod value in seconds + */ + function GetLastMod() { + return $this->_lastMod; + } + + /** + * Sets the last mod of the page + * + * @param int $lastMod The lastmod of the page + */ + function SetLastMod($lastMod) { + $this->_lastMod=intval($lastMod); + } + + function Render() { + + if($this->_url == "/" || empty($this->_url)) return ''; + + $r=""; + $r.= "\t\n"; + $r.= "\t\t" . $this->EscapeXML($this->_url) . "\n"; + if($this->_lastMod>0) $r.= "\t\t" . date('Y-m-d\TH:i:s+00:00',$this->_lastMod) . "\n"; + if(!empty($this->_changeFreq)) $r.= "\t\t" . $this->_changeFreq . "\n"; + if($this->_priority!==false && $this->_priority!=="") $r.= "\t\t" . number_format($this->_priority,1) . "\n"; + $r.= "\t\n"; + return $r; + } + + function EscapeXML($string) { + return str_replace ( array ( '&', '"', "'", '<', '>'), array ( '&' , '"', ''' , '<' , '>'), $string); + } +} + +class GoogleSitemapGeneratorXmlEntry { + + var $_xml; + + function GoogleSitemapGeneratorXmlEntry($xml) { + $this->_xml = $xml; + } + + function Render() { + return $this->_xml; + } +} + +class GoogleSitemapGeneratorDebugEntry extends GoogleSitemapGeneratorXmlEntry { + + function Render() { + return "\n"; + } +} + +/** + * Base class for all priority providers + * @author Arne Brachhold + * @package sitemap + * @since 3.0 + */ +class GoogleSitemapGeneratorPrioProviderBase { + + /** + * @var int $_totalComments The total number of comments of all posts + * @access protected + */ + var $_totalComments=0; + + /** + * @var int $_totalComments The total number of posts + * @access protected + */ + var $_totalPosts=0; + + /** + * Returns the (translated) name of this priority provider + * + * @since 3.0 + * @access public + * @author Arne Brachhold + * @return string The translated name + */ + function GetName() { + return ""; + } + + /** + * Returns the (translated) description of this priority provider + * + * @since 3.0 + * @access public + * @author Arne Brachhold + * @return string The translated description + */ + function GetDescription() { + return ""; + } + + /** + * Initializes a new priority provider + * + * @param $totalComments int The total number of comments of all posts + * @param $totalPosts int The total number of posts + * @since 3.0 + * @access public + * @author Arne Brachhold + */ + function GoogleSitemapGeneratorPrioProviderBase($totalComments,$totalPosts) { + $this->_totalComments=$totalComments; + $this->_totalPosts=$totalPosts; + + } + + /** + * Returns the priority for a specified post + * + * @param $postID int The ID of the post + * @param $commentCount int The number of comments for this post + * @since 3.0 + * @access public + * @author Arne Brachhold + * @return int The calculated priority + */ + function GetPostPriority($postID,$commentCount) { + return 0; + } +} + +/** + * Priority Provider which calculates the priority based on the number of comments + * @author Arne Brachhold + * @package sitemap + * @since 3.0 + */ +class GoogleSitemapGeneratorPrioByCountProvider extends GoogleSitemapGeneratorPrioProviderBase { + + /** + * Returns the (translated) name of this priority provider + * + * @since 3.0 + * @access public + * @author Arne Brachhold + * @return string The translated name + */ + function GetName() { + return __("Comment Count",'sitemap'); + } + + /** + * Returns the (translated) description of this priority provider + * + * @since 3.0 + * @access public + * @author Arne Brachhold + * @return string The translated description + */ + function GetDescription() { + return __("Uses the number of comments of the post to calculate the priority",'sitemap'); + } + + /** + * Initializes a new priority provider which calculates the post priority based on the number of comments + * + * @param $totalComments int The total number of comments of all posts + * @param $totalPosts int The total number of posts + * @since 3.0 + * @access public + * @author Arne Brachhold + */ + function GoogleSitemapGeneratorPrioByCountProvider($totalComments,$totalPosts) { + parent::GoogleSitemapGeneratorPrioProviderBase($totalComments,$totalPosts); + } + + /** + * Returns the priority for a specified post + * + * @param $postID int The ID of the post + * @param $commentCount int The number of comments for this post + * @since 3.0 + * @access public + * @author Arne Brachhold + * @return int The calculated priority + */ + function GetPostPriority($postID,$commentCount) { + $prio=0; + if($this->_totalComments>0 && $commentCount>0) { + $prio = round(($commentCount*100/$this->_totalComments)/100,1); + } else { + $prio = 0; + } + return $prio; + } +} + +/** + * Priority Provider which calculates the priority based on the average number of comments + * @author Arne Brachhold + * @package sitemap + * @since 3.0 + */ +class GoogleSitemapGeneratorPrioByAverageProvider extends GoogleSitemapGeneratorPrioProviderBase { + + /** + * @var int $_average The average number of comments per post + * @access protected + */ + var $_average=0.0; + + /** + * Returns the (translated) name of this priority provider + * + * @since 3.0 + * @access public + * @author Arne Brachhold + * @return string The translated name + */ + function GetName() { + return __("Comment Average",'sitemap'); + } + + /** + * Returns the (translated) description of this priority provider + * + * @since 3.0 + * @access public + * @author Arne Brachhold + * @return string The translated description + */ + function GetDescription() { + return __("Uses the average comment count to calculate the priority",'sitemap'); + } + + /** + * Initializes a new priority provider which calculates the post priority based on the average number of comments + * + * @param $totalComments int The total number of comments of all posts + * @param $totalPosts int The total number of posts + * @since 3.0 + * @access public + * @author Arne Brachhold + */ + function GoogleSitemapGeneratorPrioByAverageProvider($totalComments,$totalPosts) { + parent::GoogleSitemapGeneratorPrioProviderBase($totalComments,$totalPosts); + + if($this->_totalComments>0 && $this->_totalPosts>0) { + $this->_average= (double) $this->_totalComments / $this->_totalPosts; + } + } + + /** + * Returns the priority for a specified post + * + * @param $postID int The ID of the post + * @param $commentCount int The number of comments for this post + * @since 3.0 + * @access public + * @author Arne Brachhold + * @return int The calculated priority + */ + function GetPostPriority($postID,$commentCount) { + $prio = 0; + //Do not divide by zero! + if($this->_average==0) { + if($commentCount>0) $prio = 1; + else $prio = 0; + } else { + $prio = $commentCount/$this->_average; + if($prio>1) $prio = 1; + else if($prio<0) $prio = 0; + } + + return round($prio,1); + } +} + +/** + * Priority Provider which calculates the priority based on the popularity by the PopularityContest Plugin + * @author Arne Brachhold + * @package sitemap + * @since 3.0 + */ +class GoogleSitemapGeneratorPrioByPopularityContestProvider extends GoogleSitemapGeneratorPrioProviderBase { + + /** + * Returns the (translated) name of this priority provider + * + * @since 3.0 + * @access public + * @author Arne Brachhold + * @return string The translated name + */ + function GetName() { + return __("Popularity Contest",'sitemap'); + } + + /** + * Returns the (translated) description of this priority provider + * + * @since 3.0 + * @access public + * @author Arne Brachhold + * @return string The translated description + */ + function GetDescription() { + return str_replace("%4","index.php?page=popularity-contest.php",str_replace("%3","options-general.php?page=popularity-contest.php",str_replace("%2","http://www.alexking.org/",str_replace("%1","http://www.alexking.org/index.php?content=software/wordpress/content.php",__("Uses the activated Popularity Contest Plugin from Alex King. See Settings and Most Popular Posts",'sitemap'))))); + } + + /** + * Initializes a new priority provider which calculates the post priority based on the popularity by the PopularityContest Plugin + * + * @param $totalComments int The total number of comments of all posts + * @param $totalPosts int The total number of posts + * @since 3.0 + * @access public + * @author Arne Brachhold + */ + function GoogleSitemapGeneratorPrioByPopularityContestProvider($totalComments,$totalPosts) { + parent::GoogleSitemapGeneratorPrioProviderBase($totalComments,$totalPosts); + } + + /** + * Returns the priority for a specified post + * + * @param $postID int The ID of the post + * @param $commentCount int The number of comments for this post + * @since 3.0 + * @access public + * @author Arne Brachhold + * @return int The calculated priority + */ + function GetPostPriority($postID,$commentCount) { + //$akpc is the global instance of the Popularity Contest Plugin + global $akpc,$posts; + + $res=0; + //Better check if its there + if(!empty($akpc) && is_object($akpc)) { + //Is the method we rely on available? + if(method_exists($akpc,"get_post_rank")) { + if(!is_array($posts) || !$posts) $posts = array(); + if(!isset($posts[$postID])) $posts[$postID] = get_post($postID); + //popresult comes as a percent value + $popresult=$akpc->get_post_rank($postID); + if(!empty($popresult) && strpos($popresult,"%")!==false) { + //We need to parse it to get the priority as an int (percent) + $matches=null; + preg_match("/([0-9]{1,3})\%/si",$popresult,$matches); + if(!empty($matches) && is_array($matches) && count($matches)==2) { + //Divide it so 100% = 1, 10% = 0.1 + $res=round(intval($matches[1])/100,1); + } + } + } + } + return $res; + } +} + +/** + * Class to generate a sitemaps.org Sitemaps compliant sitemap of a WordPress blog. + * + * @package sitemap + * @author Arne Brachhold + * @since 3.0 +*/ +class GoogleSitemapGenerator { + /** + * @var Version of the generator in SVN + */ + var $_svnVersion = '$Id: sitemap-core.php 440117 2011-09-19 13:24:49Z arnee $'; + + /** + * @var array The unserialized array with the stored options + */ + var $_options = array(); + + /** + * @var array The saved additional pages + */ + var $_pages = array(); + + /** + * @var array The values and names of the change frequencies + */ + var $_freqNames = array(); + + /** + * @var array A list of class names which my be called for priority calculation + */ + var $_prioProviders = array(); + + /** + * @var bool True if init complete (options loaded etc) + */ + var $_initiated = false; + + /** + * @var string Holds the last error if one occurs when writing the files + */ + var $_lastError=null; + + /** + * @var int The last handled post ID + */ + var $_lastPostID = 0; + + /** + * @var bool Defines if the sitemap building process is active at the moment + */ + var $_isActive = false; + + /** + * @var bool Defines if the sitemap building process has been scheduled via Wp cron + */ + var $_isScheduled = false; + + /** + * @var object The file handle which is used to write the sitemap file + */ + var $_fileHandle = null; + + /** + * @var object The file handle which is used to write the zipped sitemap file + */ + var $_fileZipHandle = null; + + /** + * Holds the user interface object + * + * @since 3.1.1 + * @var GoogleSitemapGeneratorUI + */ + var $_ui = null; + + /** + * Returns the path to the blog directory + * + * @since 3.0 + * @access private + * @author Arne Brachhold + * @return string The full path to the blog directory + */ + function GetHomePath() { + + $res=""; + //Check if we are in the admin area -> get_home_path() is avaiable + if(function_exists("get_home_path")) { + $res = get_home_path(); + } else { + //get_home_path() is not available, but we can't include the admin + //libraries because many plugins check for the "check_admin_referer" + //function to detect if you are on an admin page. So we have to copy + //the get_home_path function in our own... + $home = get_option( 'home' ); + if ( $home != '' && $home != get_option( 'url' ) ) { + $home_path = parse_url( $home ); + $home_path = $home_path['path']; + $root = str_replace( $_SERVER["PHP_SELF"], '', $_SERVER["SCRIPT_FILENAME"] ); + $home_path = trailingslashit( $root.$home_path ); + } else { + $home_path = ABSPATH; + } + + $res = $home_path; + } + return $res; + } + + /** + * Returns the path to the directory where the plugin file is located + * @since 3.0b5 + * @access private + * @author Arne Brachhold + * @return string The path to the plugin directory + */ + function GetPluginPath() { + $path = dirname(__FILE__); + return trailingslashit(str_replace("\\","/",$path)); + } + + /** + * Returns the URL to the directory where the plugin file is located + * @since 3.0b5 + * @access private + * @author Arne Brachhold + * @return string The URL to the plugin directory + */ + function GetPluginUrl() { + + //Try to use WP API if possible, introduced in WP 2.6 + if (function_exists('plugins_url')) return trailingslashit(plugins_url(basename(dirname(__FILE__)))); + + //Try to find manually... can't work if wp-content was renamed or is redirected + $path = dirname(__FILE__); + $path = str_replace("\\","/",$path); + $path = trailingslashit(get_bloginfo('wpurl')) . trailingslashit(substr($path,strpos($path,"wp-content/"))); + return $path; + } + + /** + * Returns the URL to default XSLT style if it exists + * @since 3.0b5 + * @access private + * @author Arne Brachhold + * @return string The URL to the default stylesheet, empty string if not available. + */ + function GetDefaultStyle() { + $p = $this->GetPluginPath(); + if(file_exists($p . "sitemap.xsl")) { + $url = $this->GetPluginUrl(); + //If called over the admin area using HTTPS, the stylesheet would also be https url, even if the blog frontend is not. + if(substr(get_bloginfo('url'),0,5) !="https" && substr($url,0,5)=="https") $url="http" . substr($url,5); + return $url . 'sitemap.xsl'; + } + return ''; + } + + /** + * Sets up the default configuration + * + * @since 3.0 + * @access private + * @author Arne Brachhold + */ + function InitOptions() { + + $this->_options=array(); + $this->_options["sm_b_prio_provider"]="GoogleSitemapGeneratorPrioByCountProvider"; //Provider for automatic priority calculation + $this->_options["sm_b_filename"]="sitemap.xml"; //Name of the Sitemap file + $this->_options["sm_b_debug"]=true; //Write debug messages in the xml file + $this->_options["sm_b_xml"]=true; //Create a .xml file + $this->_options["sm_b_gzip"]=true; //Create a gzipped .xml file(.gz) file + $this->_options["sm_b_ping"]=true; //Auto ping Google + $this->_options["sm_b_pingask"]=true; //Auto ping Ask.com + $this->_options["sm_b_pingmsn"]=true; //Auto ping MSN + $this->_options["sm_b_manual_enabled"]=false; //Allow manual creation of the sitemap via GET request + $this->_options["sm_b_auto_enabled"]=true; //Rebuild sitemap when content is changed + $this->_options["sm_b_auto_delay"]=true; //Use WP Cron to execute the building process in the background + $this->_options["sm_b_manual_key"]=md5(microtime());//The secret key to build the sitemap via GET request + $this->_options["sm_b_memory"] = ''; //Set Memory Limit (e.g. 16M) + $this->_options["sm_b_time"] = -1; //Set time limit in seconds, 0 for unlimited, -1 for disabled + $this->_options["sm_b_max_posts"] = -1; //Maximum number of posts, <= 0 for all + $this->_options["sm_b_safemode"] = false; //Enable MySQL Safe Mode (doesn't use unbuffered results) + $this->_options["sm_b_style_default"] = true; //Use default style + $this->_options["sm_b_style"] = ''; //Include a stylesheet in the XML + $this->_options["sm_b_robots"] = true; //Add sitemap location to WordPress' virtual robots.txt file + $this->_options["sm_b_exclude"] = array(); //List of post / page IDs to exclude + $this->_options["sm_b_exclude_cats"] = array(); //List of post / page IDs to exclude + $this->_options["sm_b_location_mode"]="auto"; //Mode of location, auto or manual + $this->_options["sm_b_filename_manual"]=""; //Manuel filename + $this->_options["sm_b_fileurl_manual"]=""; //Manuel fileurl + + $this->_options["sm_in_home"]=true; //Include homepage + $this->_options["sm_in_posts"]=true; //Include posts + $this->_options["sm_in_posts_sub"]=false; //Include post pages ( tag) + $this->_options["sm_in_pages"]=true; //Include static pages + $this->_options["sm_in_cats"]=false; //Include categories + $this->_options["sm_in_arch"]=false; //Include archives + $this->_options["sm_in_auth"]=false; //Include author pages + $this->_options["sm_in_tags"]=false; //Include tag pages + $this->_options["sm_in_tax"]=array(); //Include additional taxonomies + $this->_options["sm_in_customtypes"]=array(); //Include custom post types + $this->_options["sm_in_lastmod"]=true; //Include the last modification date + + $this->_options["sm_cf_home"]="daily"; //Change frequency of the homepage + $this->_options["sm_cf_posts"]="monthly"; //Change frequency of posts + $this->_options["sm_cf_pages"]="weekly"; //Change frequency of static pages + $this->_options["sm_cf_cats"]="weekly"; //Change frequency of categories + $this->_options["sm_cf_auth"]="weekly"; //Change frequency of author pages + $this->_options["sm_cf_arch_curr"]="daily"; //Change frequency of the current archive (this month) + $this->_options["sm_cf_arch_old"]="yearly"; //Change frequency of older archives + $this->_options["sm_cf_tags"]="weekly"; //Change frequency of tags + + $this->_options["sm_pr_home"]=1.0; //Priority of the homepage + $this->_options["sm_pr_posts"]=0.6; //Priority of posts (if auto prio is disabled) + $this->_options["sm_pr_posts_min"]=0.2; //Minimum Priority of posts, even if autocalc is enabled + $this->_options["sm_pr_pages"]=0.6; //Priority of static pages + $this->_options["sm_pr_cats"]=0.3; //Priority of categories + $this->_options["sm_pr_arch"]=0.3; //Priority of archives + $this->_options["sm_pr_auth"]=0.3; //Priority of author pages + $this->_options["sm_pr_tags"]=0.3; //Priority of tags + + $this->_options["sm_i_donated"]=false; //Did you donate? Thank you! :) + $this->_options["sm_i_hide_donated"]=false; //And hide the thank you.. + $this->_options["sm_i_install_date"]=time(); //The installation date + $this->_options["sm_i_hide_note"]=false; //Hide the note which appears after 30 days + $this->_options["sm_i_hide_works"]=false; //Hide the "works?" message which appears after 15 days + $this->_options["sm_i_hide_donors"]=false; //Hide the list of donations + } + + /** + * Loads the configuration from the database + * + * @since 3.0 + * @access private + * @author Arne Brachhold + */ + function LoadOptions() { + + $this->InitOptions(); + + //First init default values, then overwrite it with stored values so we can add default + //values with an update which get stored by the next edit. + $storedoptions=get_option("sm_options"); + if($storedoptions && is_array($storedoptions)) { + foreach($storedoptions AS $k=>$v) { + $this->_options[$k]=$v; + } + } else update_option("sm_options",$this->_options); //First time use, store default values + } + + /** + * Initializes a new Google Sitemap Generator + * + * @since 3.0 + * @access private + * @author Arne Brachhold + */ + function GoogleSitemapGenerator() { + + + + + } + + /** + * Returns the version of the generator + * + * @since 3.0 + * @access public + * @author Arne Brachhold + * @return int The version + */ + function GetVersion() { + return GoogleSitemapGeneratorLoader::GetVersion(); + } + + /** + * Returns all parent classes of a class + * + * @param $className string The name of the class + * + * @since 3.0 + * @access private + * @author Arne Brachhold + * @return array An array which contains the names of the parent classes + */ + function GetParentClasses($classname) { + $parent = get_parent_class($classname); + $parents = array(); + if (!empty($parent)) { + $parents = $this->GetParentClasses($parent); + $parents[] = strtolower($parent); + } + return $parents; + } + + /** + * Returns if a class is a subclass of another class + * + * @param $className string The name of the class + * @param $$parentName string The name of the parent class + * + * @since 3.0 + * @access private + * @author Arne Brachhold + * @return bool true if the given class is a subclass of the other one + */ + function IsSubclassOf($className, $parentName) { + + $className = strtolower($className); + $parentName = strtolower($parentName); + + if(empty($className) || empty($parentName) || !class_exists($className) || !class_exists($parentName)) return false; + + $parents=$this->GetParentClasses($className); + + return in_array($parentName,$parents); + } + + /** + * Loads up the configuration and validates the prioity providers + * + * This method is only called if the sitemaps needs to be build or the admin page is displayed. + * + * @since 3.0 + * @access private + * @author Arne Brachhold + */ + function Initate() { + if(!$this->_initiated) { + + //Loading language file... + //load_plugin_textdomain('sitemap'); + //Hmm, doesn't work if the plugin file has its own directory. + //Let's make it our way... load_plugin_textdomain() searches only in the wp-content/plugins dir. + $currentLocale = get_locale(); + if(!empty($currentLocale)) { + $moFile = dirname(__FILE__) . "/lang/sitemap-" . $currentLocale . ".mo"; + if(@file_exists($moFile) && is_readable($moFile)) load_textdomain('sitemap', $moFile); + } + + $this->_freqNames = array( + "always"=>__("Always","sitemap"), + "hourly"=>__("Hourly","sitemap"), + "daily"=>__("Daily","sitemap"), + "weekly"=>__("Weekly","sitemap"), + "monthly"=>__("Monthly","sitemap"), + "yearly"=>__("Yearly","sitemap"), + "never"=>__("Never","sitemap") + ); + + + $this->LoadOptions(); + $this->LoadPages(); + + //Register our own priority providers + add_filter("sm_add_prio_provider",array(&$this, 'AddDefaultPrioProviders')); + + //Let other plugins register their providers + $r = apply_filters("sm_add_prio_provider",$this->_prioProviders); + + //Check if no plugin return null + if($r != null) $this->_prioProviders = $r; + + $this->ValidatePrioProviders(); + + $this->_initiated = true; + } + } + + /** + * Returns the instance of the Sitemap Generator + * + * @since 3.0 + * @access public + * @return GoogleSitemapGenerator The instance or null if not available. + * @author Arne Brachhold + */ + function &GetInstance() { + if(isset($GLOBALS["sm_instance"])) { + return $GLOBALS["sm_instance"]; + } else return null; + } + + /** + * Returns if the sitemap building process is currently active + * + * @since 3.0 + * @access public + * @return bool true if active + * @author Arne Brachhold + */ + function IsActive() { + $inst = &GoogleSitemapGenerator::GetInstance(); + return ($inst != null && $inst->_isActive); + } + + /** + * Returns if the compressed sitemap was activated + * + * @since 3.0b8 + * @access private + * @author Arne Brachhold + * @return true if compressed + */ + function IsGzipEnabled() { + return ($this->GetOption("b_gzip")===true && function_exists("gzwrite")); + } + + /** + * Returns if this version of WordPress supports the new taxonomy system + * + * @since 3.0b8 + * @access private + * @author Arne Brachhold + * @return true if supported + */ + function IsTaxonomySupported() { + return (function_exists("get_taxonomy") && function_exists("get_terms")); + } + + /** + * Returns if this version of WordPress supports custom post types + * + * @since 3.2.5 + * @access private + * @author Lee Willis + * @return true if supported + */ + function IsCustomPostTypesSupported() { + return (function_exists("get_post_types") && function_exists("register_post_type")); + } + + /** + * Returns the list of custom taxonies. These are basically all taxonomies without categories and post tags + * + * @since 3.1.7 + * @return array Array of names of user-defined taxonomies + */ + function GetCustomTaxonomies() { + $taxonomies = get_object_taxonomies('post'); + return array_diff($taxonomies,array("category","post_tag")); + } + + /** + * Returns the list of custom post types. These are all custome post types except post, page and attachment + * + * @since 3.2.5 + * @author Lee Willis + * @return array Array of custom post types as per get_post_types + */ + function GetCustomPostTypes() { + $post_types = get_post_types(array("public"=>1)); + + $post_types = array_diff($post_types,array("post","page","attachment")); + return $post_types; + } + + /** + * Enables the Google Sitemap Generator and registers the WordPress hooks + * + * @since 3.0 + * @access public + * @author Arne Brachhold + */ + function Enable() { + if(!isset($GLOBALS["sm_instance"])) { + $GLOBALS["sm_instance"]=new GoogleSitemapGenerator(); + } + } + + /** + * Checks if sitemap building after content changed is enabled and rebuild the sitemap + * + * @param int $postID The ID of the post to handle. Used to avoid double rebuilding if more than one hook was fired. + * @param bool $external Added in 3.1.9. Skips checking of b_auto_enabled if set to true + * @since 3.0 + * @access public + * @author Arne Brachhold + */ + function CheckForAutoBuild($postID, $external = false) { + global $wp_version; + $this->Initate(); + //Build one time per post and if not importing. + if((($this->GetOption("b_auto_enabled")===true && $this->_lastPostID != $postID) || $external) && (!defined('WP_IMPORTING') || WP_IMPORTING != true)) { + + //Build the sitemap directly or schedule it with WP cron + if($this->GetOption("b_auto_delay")==true && floatval($wp_version) >= 2.1) { + if(!$this->_isScheduled) { + //Schedule in 15 seconds, this should be enough to catch all changes. + //Clear all other existing hooks, so the sitemap is only built once. + wp_clear_scheduled_hook('sm_build_cron'); + wp_schedule_single_event(time()+15,'sm_build_cron'); + $this->_isScheduled = true; + } + } else { + //Build sitemap only once and never in bulk mode + if(!$this->_lastPostID && (!isset($_GET["delete"]) || count((array) $_GET['delete'])<=0)) { + $this->BuildSitemap(); + } + } + $this->_lastPostID = $postID; + } + } + + /** + * Builds the sitemap by external request, for example other plugins. + * + * @since 3.1.9 + * @return null + */ + function BuildNowRequest() { + $this->CheckForAutoBuild(null, true); + } + + /** + * Checks if the rebuild request was send and starts to rebuilt the sitemap + * + * @since 3.0 + * @access public + * @author Arne Brachhold + */ + function CheckForManualBuild() { + if(!empty($_GET["sm_command"]) && !empty($_GET["sm_key"])) { + $this->Initate(); + if($this->GetOption("b_manual_enabled")===true && $_GET["sm_command"]=="build" && $_GET["sm_key"]==$this->GetOption("b_manual_key")) { + $this->BuildSitemap(); + echo "DONE"; + exit; + } + } + } + + /** + * Validates all given Priority Providers by checking them for required methods and existence + * + * @since 3.0 + * @access private + * @author Arne Brachhold + */ + function ValidatePrioProviders() { + $validProviders=array(); + + for($i=0; $i_prioProviders); $i++) { + if(class_exists($this->_prioProviders[$i])) { + if($this->IsSubclassOf($this->_prioProviders[$i],"GoogleSitemapGeneratorPrioProviderBase")) { + array_push($validProviders,$this->_prioProviders[$i]); + } + } + } + $this->_prioProviders=$validProviders; + + if(!$this->GetOption("b_prio_provider")) { + if(!in_array($this->GetOption("b_prio_provider"),$this->_prioProviders,true)) { + $this->SetOption("b_prio_provider",""); + } + } + } + + /** + * Adds the default Priority Providers to the provider list + * + * @since 3.0 + * @access private + * @author Arne Brachhold + */ + function AddDefaultPrioProviders($providers) { + array_push($providers,"GoogleSitemapGeneratorPrioByCountProvider"); + array_push($providers,"GoogleSitemapGeneratorPrioByAverageProvider"); + if(class_exists("ak_popularity_contest")) { + array_push($providers,"GoogleSitemapGeneratorPrioByPopularityContestProvider"); + } + return $providers; + } + + /** + * Loads the stored pages from the database + * + * @since 3.0 + * @access private + * @author Arne Brachhold + */ + function LoadPages() { + global $wpdb; + + $needsUpdate=false; + + $pagesString=$wpdb->get_var("SELECT option_value FROM $wpdb->options WHERE option_name = 'sm_cpages'"); + + //Class sm_page was renamed with 3.0 -> rename it in serialized value for compatibility + if(!empty($pagesString) && strpos($pagesString,"sm_page")!==false) { + $pagesString = str_replace("O:7:\"sm_page\"","O:26:\"GoogleSitemapGeneratorPage\"",$pagesString); + $needsUpdate=true; + } + + if(!empty($pagesString)) { + $storedpages=unserialize($pagesString); + $this->_pages=$storedpages; + } else { + $this->_pages=array(); + } + + if($needsUpdate) $this->SavePages(); + } + + /** + * Saved the additional pages back to the database + * + * @since 3.0 + * @access private + * @author Arne Brachhold + * @return true on success + */ + function SavePages() { + $oldvalue = get_option("sm_cpages"); + if($oldvalue == $this->_pages) { + return true; + } else { + delete_option("sm_cpages"); + //Add the option, Note the autoload=false because when the autoload happens, our class GoogleSitemapGeneratorPage doesn't exist + add_option("sm_cpages",$this->_pages,null,"no"); + return true; + } + } + + + /** + * Returns the URL for the sitemap file + * + * @since 3.0 + * @access private + * @author Arne Brachhold + * @param bool $forceAuto Force the return value to the autodetected value. + * @return The URL to the Sitemap file + */ + function GetXmlUrl($forceAuto=false) { + + if(!$forceAuto && $this->GetOption("b_location_mode")=="manual") { + return $this->GetOption("b_fileurl_manual"); + } else { + return trailingslashit(get_bloginfo('url')). $this->GetOption("b_filename"); + } + } + + /** + * Returns the URL for the gzipped sitemap file + * + * @since 3.0 + * @access private + * @author Arne Brachhold + * @param bool $forceAuto Force the return value to the autodetected value. + * @return The URL to the gzipped Sitemap file + */ + function GetZipUrl($forceAuto=false) { + return $this->GetXmlUrl($forceAuto) . ".gz"; + } + + /** + * Returns the file system path to the sitemap file + * + * @since 3.0 + * @access private + * @author Arne Brachhold + * @param bool $forceAuto Force the return value to the autodetected value. + * @return The file system path; + */ + function GetXmlPath($forceAuto=false) { + if(!$forceAuto && $this->GetOption("b_location_mode")=="manual") { + return $this->GetOption("b_filename_manual"); + } else { + return $this->GetHomePath() . $this->GetOption("b_filename"); + } + } + + /** + * Returns the file system path to the gzipped sitemap file + * + * @since 3.0 + * @access private + * @author Arne Brachhold + * @param bool $forceAuto Force the return value to the autodetected value. + * @return The file system path; + */ + function GetZipPath($forceAuto=false) { + return $this->GetXmlPath($forceAuto) . ".gz"; + } + + /** + * Returns the option value for the given key + * + * @since 3.0 + * @access private + * @author Arne Brachhold + * @param $key string The Configuration Key + * @return mixed The value + */ + function GetOption($key) { + $key="sm_" . $key; + if(array_key_exists($key,$this->_options)) { + return $this->_options[$key]; + } else return null; + } + + /** + * Sets an option to a new value + * + * @since 3.0 + * @access private + * @author Arne Brachhold + * @param $key string The configuration key + * @param $value mixed The new object + */ + function SetOption($key,$value) { + if(strstr($key,"sm_")!==0) $key="sm_" . $key; + + $this->_options[$key]=$value; + } + + /** + * Saves the options back to the database + * + * @since 3.0 + * @access private + * @author Arne Brachhold + * @return bool true on success + */ + function SaveOptions() { + $oldvalue = get_option("sm_options"); + if($oldvalue == $this->_options) { + return true; + } else return update_option("sm_options",$this->_options); + } + + /** + * Retrieves the number of comments of a post in a asso. array + * The key is the postID, the value the number of comments + * + * @since 3.0 + * @access private + * @author Arne Brachhold + * @return array An array with postIDs and their comment count + */ + function GetComments() { + global $wpdb; + $comments=array(); + + //Query comments and add them into the array + $commentRes=$wpdb->get_results("SELECT `comment_post_ID` as `post_id`, COUNT(comment_ID) as `comment_count` FROM `" . $wpdb->comments . "` WHERE `comment_approved`='1' GROUP BY `comment_post_ID`"); + if($commentRes) { + foreach($commentRes as $comment) { + $comments[$comment->post_id]=$comment->comment_count; + } + } + return $comments; + } + + /** + * Calculates the full number of comments from an sm_getComments() generated array + * + * @since 3.0 + * @access private + * @author Arne Brachhold + * @param $comments array The Array with posts and c0mment count + * @see sm_getComments + * @return The full number of comments + */ + function GetCommentCount($comments) { + $commentCount=0; + foreach($comments AS $k=>$v) { + $commentCount+=$v; + } + return $commentCount; + } + + /** + * Adds a url to the sitemap. You can use this method or call AddElement directly. + * + * @since 3.0 + * @access public + * @author Arne Brachhold + * @param $loc string The location (url) of the page + * @param $lastMod int The last Modification time as a UNIX timestamp + * @param $changeFreq string The change frequenty of the page, Valid values are "always", "hourly", "daily", "weekly", "monthly", "yearly" and "never". + * @param $priorty float The priority of the page, between 0.0 and 1.0 + * @see AddElement + * @return string The URL node + */ + function AddUrl($loc, $lastMod = 0, $changeFreq = "monthly", $priority = 0.5) { + //Strip out the last modification time if activated + if($this->GetOption('in_lastmod')===false) $lastMod = 0; + $page = new GoogleSitemapGeneratorPage($loc, $priority, $changeFreq, $lastMod); + + $this->AddElement($page); + } + + /** + * Adds an element to the sitemap + * + * @since 3.0 + * @access private + * @author Arne Brachhold + * @param $page The element + */ + function AddElement(&$page) { + if(empty($page)) return; + + $s = $page->Render(); + + if($this->_fileZipHandle && $this->IsGzipEnabled()) { + gzwrite($this->_fileZipHandle,$s); + } + + if($this->_fileHandle && $this->GetOption("b_xml")) { + fwrite($this->_fileHandle,$s); + } + } + + /** + * Checks if a file is writable and tries to make it if not. + * + * @since 3.05b + * @access private + * @author VJTD3 + * @return bool true if writable + */ + function IsFileWritable($filename) { + //can we write? + if(!is_writable($filename)) { + //no we can't. + if(!@chmod($filename, 0666)) { + $pathtofilename = dirname($filename); + //Lets check if parent directory is writable. + if(!is_writable($pathtofilename)) { + //it's not writeable too. + if(!@chmod($pathtoffilename, 0666)) { + //darn couldn't fix up parrent directory this hosting is foobar. + //Lets error because of the permissions problems. + return false; + } + } + } + } + //we can write, return 1/true/happy dance. + return true; + } + + /** + * Adds the sitemap to the virtual robots.txt file + * This function is executed by WordPress with the do_robots hook + * + * @since 3.1.2 + */ + function DoRobots() { + $this->Initate(); + if($this->GetOption('b_robots') === true) { + + $smUrl = $this->GetXmlUrl(); + if($this->IsGzipEnabled()) { + $smUrl = $this->GetZipUrl(); + } + + echo "\nSitemap: " . $smUrl . "\n"; + } + } + + /** + * Builds the sitemap and writes it into a xml file. + * + * ATTENTION PLUGIN DEVELOPERS! DONT CALL THIS METHOD DIRECTLY! + * The method is probably not available, since it is only loaded when needed. + * Use do_action("sm_rebuild"); if you want to rebuild the sitemap. + * Please refer to the documentation.txt for more details. + * + * @since 3.0 + * @access public + * @author Arne Brachhold + * @return array An array with messages such as failed writes etc. + */ + function BuildSitemap() { + global $wpdb, $posts, $wp_version; + $this->Initate(); + + if($this->GetOption("b_memory")!='') { + @ini_set("memory_limit",$this->GetOption("b_memory")); + } + + if($this->GetOption("b_time")!=-1) { + @set_time_limit($this->GetOption("b_time")); + } + + //This object saves the status information of the script directly to the database + $status = new GoogleSitemapGeneratorStatus(); + + //Other plugins can detect if the building process is active + $this->_isActive = true; + + //$this->AddElement(new GoogleSitemapGeneratorXmlEntry()); + + //Debug mode? + $debug=$this->GetOption("b_debug"); + + if($this->GetOption("b_xml")) { + $fileName = $this->GetXmlPath(); + $status->StartXml($this->GetXmlPath(),$this->GetXmlUrl()); + + if($this->IsFileWritable($fileName)) { + + $this->_fileHandle = fopen($fileName,"w"); + if(!$this->_fileHandle) $status->EndXml(false,"Not openable"); + + } else $status->EndXml(false,"not writable"); + } + + //Write gzipped sitemap file + if($this->IsGzipEnabled()) { + $fileName = $this->GetZipPath(); + $status->StartZip($this->GetZipPath(),$this->GetZipUrl()); + + if($this->IsFileWritable($fileName)) { + + $this->_fileZipHandle = gzopen($fileName,"w1"); + if(!$this->_fileZipHandle) $status->EndZip(false,"Not openable"); + + } else $status->EndZip(false,"not writable"); + } + + if(!$this->_fileHandle && !$this->_fileZipHandle) { + $status->End(); + return; + } + + + //Content of the XML file + $this->AddElement(new GoogleSitemapGeneratorXmlEntry('')); + + $styleSheet = ($this->GetDefaultStyle() && $this->GetOption('b_style_default')===true?$this->GetDefaultStyle():$this->GetOption('b_style')); + + if(!empty($styleSheet)) { + $this->AddElement(new GoogleSitemapGeneratorXmlEntry('<' . '?xml-stylesheet type="text/xsl" href="' . $styleSheet . '"?' . '>')); + } + + $this->AddElement(new GoogleSitemapGeneratorDebugEntry("generator=\"wordpress/" . get_bloginfo('version') . "\"")); + $this->AddElement(new GoogleSitemapGeneratorDebugEntry("sitemap-generator-url=\"http://www.arnebrachhold.de\" sitemap-generator-version=\"" . $this->GetVersion() . "\"")); + $this->AddElement(new GoogleSitemapGeneratorDebugEntry("generated-on=\"" . date(get_option("date_format") . " " . get_option("time_format")) . "\"")); + + //All comments as an asso. Array (postID=>commentCount) + $comments=($this->GetOption("b_prio_provider")!=""?$this->GetComments():array()); + + //Full number of comments + $commentCount=(count($comments)>0?$this->GetCommentCount($comments):0); + + if($debug && $this->GetOption("b_prio_provider")!="") { + $this->AddElement(new GoogleSitemapGeneratorDebugEntry("Debug: Total comment count: " . $commentCount)); + } + + //Go XML! + $this->AddElement(new GoogleSitemapGeneratorXmlEntry('')); + + $home = get_bloginfo('url'); + + $homePid = 0; + + //Add the home page (WITH a slash!) + if($this->GetOption("in_home")) { + if('page' == get_option('show_on_front') && get_option('page_on_front')) { + $pageOnFront = get_option('page_on_front'); + $p = get_page($pageOnFront); + if($p) { + $homePid = $p->ID; + $this->AddUrl(trailingslashit($home),$this->GetTimestampFromMySql(($p->post_modified_gmt && $p->post_modified_gmt!='0000-00-00 00:00:00'?$p->post_modified_gmt:$p->post_date_gmt)),$this->GetOption("cf_home"),$this->GetOption("pr_home")); + } + } else { + $this->AddUrl(trailingslashit($home),$this->GetTimestampFromMySql(get_lastpostmodified('GMT')),$this->GetOption("cf_home"),$this->GetOption("pr_home")); + } + } + + //Add the posts + if($this->GetOption("in_posts") || $this->GetOption("in_pages")) { + + if($debug) $this->AddElement(new GoogleSitemapGeneratorDebugEntry("Debug: Start Postings")); + + //Pre 2.1 compatibility. 2.1 introduced 'future' as post_status so we don't need to check post_date + $wpCompat = (floatval($wp_version) < 2.1); + + $useQTransLate = false; //function_exists('qtrans_convertURL') && function_exists('qtrans_getEnabledLanguages'); Not really working yet + + $excludes = $this->GetOption('b_exclude'); //Excluded posts and pages (user enetered ID) + + $exclCats = $this->GetOption("b_exclude_cats"); // Excluded cats + + if($exclCats && count($exclCats)>0 && $this->IsTaxonomySupported()) { + + $excludedCatPosts = get_objects_in_term($exclCats,"category"); // Get all posts in excl. cats. Unforttunately this also gives us pages, revisions and so on... + + //Remove the pages, revisions etc from the exclude by category list, because they are always in the uncategorized one. + if(count($excludedCatPosts)>0) { + $exclPages = $wpdb->get_col("SELECT ID FROM `" . $wpdb->posts . "` WHERE post_type!='post' AND ID IN ('" . implode("','",$excludedCatPosts) . "')"); + + $exclPages = array_map('intval', $exclPages); + + //Remove the pages from the exlusion list before + if(count($exclPages)>0) $excludedCatPosts = array_diff($excludedCatPosts, $exclPages); + + //Merge the category exclusion list with the users one + if(count($excludedCatPosts)>0) $excludes = array_merge($excludes, $excludedCatPosts); + } + } + + + $contentStmt = ''; + if($useQTransLate) { + $contentStmt.=', post_content '; + } + + $postPageStmt = ''; + + $inSubPages = ($this->GetOption('in_posts_sub')===true); + + if($inSubPages && $this->GetOption('in_posts')===true) { + $pageDivider=''; + $postPageStmt = ", (character_length(`post_content`) - character_length(REPLACE(`post_content`, '$pageDivider', ''))) / " . strlen($pageDivider) . " as postPages"; + } + + $sql="SELECT `ID`, `post_author`, `post_date`, `post_date_gmt`, `post_status`, `post_name`, `post_modified`, `post_modified_gmt`, `post_parent`, `post_type` $postPageStmt $contentStmt FROM `" . $wpdb->posts . "` WHERE "; + + $where = '('; + + if($this->GetOption('in_posts')) { + //WP < 2.1: posts are post_status = publish + //WP >= 2.1: post_type must be 'post', no date check required because future posts are post_status='future' + if($wpCompat) $where.="(post_status = 'publish' AND post_date_gmt <= '" . gmdate('Y-m-d H:i:59') . "')"; + else if ($this->IsCustomPostTypesSupported() && count($this->GetOption('in_customtypes'))>0) { + $where.=" (post_status = 'publish' AND (post_type in ('','post'"; + foreach ($this->GetOption('in_customtypes') as $customType) { + $where.= ",'$customType'"; + } + $where .= "))) "; + } else { + $where.=" (post_status = 'publish' AND (post_type = 'post' OR post_type = '')) "; + } + } + + if($this->GetOption('in_pages')) { + if($this->GetOption('in_posts')) { + $where.=" OR "; + } + if($wpCompat) { + //WP < 2.1: posts have post_status = published, pages have post_status = static + $where.=" post_status='static' "; + } else { + //WP >= 2.1: posts have post_type = 'post' and pages have post_type = 'page'. Both must be published. + $where.=" (post_status = 'publish' AND post_type = 'page') "; + } + } + + $where.=") "; + + + if(is_array($excludes) && count($excludes)>0) { + $where.=" AND ID NOT IN ('" . implode("','",$excludes) . "')"; + } + + $where.=" AND post_password='' ORDER BY post_modified DESC"; + + $sql .= $where; + + if($this->GetOption("b_max_posts")>0) { + $sql.=" LIMIT 0," . $this->GetOption("b_max_posts"); + } + + $postCount = intval($wpdb->get_var("SELECT COUNT(*) AS cnt FROM `" . $wpdb->posts . "` WHERE ". $where,0,0)); + + //Create a new connection because we are using mysql_unbuffered_query and don't want to disturb the WP connection + //Safe Mode for other plugins which use mysql_query() without a connection handler and will destroy our resultset :( + $con = $postRes = null; + + //In 2.2, a bug which prevented additional DB connections was fixed + if(floatval($wp_version) < 2.2) { + $this->SetOption("b_safemode",true); + } + + if($this->GetOption("b_safemode")===true) { + $postRes = mysql_query($sql,$wpdb->dbh); + if(!$postRes) { + trigger_error("MySQL query failed: " . mysql_error(),E_USER_NOTICE); //E_USER_NOTICE will be displayed on our debug mode + return; + } + } else { + $con = mysql_connect(DB_HOST,DB_USER,DB_PASSWORD,true); + if(!$con) { + trigger_error("MySQL Connection failed: " . mysql_error(),E_USER_NOTICE); + return; + } + if(!mysql_select_db(DB_NAME,$con)) { + trigger_error("MySQL DB Select failed: " . mysql_error(),E_USER_NOTICE); + return; + } + $postRes = mysql_unbuffered_query($sql,$con); + + if(!$postRes) { + trigger_error("MySQL unbuffered query failed: " . mysql_error(),E_USER_NOTICE); + return; + } + } + + if($postRes) { + + //#type $prioProvider GoogleSitemapGeneratorPrioProviderBase + $prioProvider=NULL; + + if($this->GetOption("b_prio_provider") != '') { + $providerClass=$this->GetOption('b_prio_provider'); + $prioProvider = new $providerClass($commentCount,$postCount); + } + + //$posts is used by Alex King's Popularity Contest plugin + //if($posts == null || !is_array($posts)) { + // $posts = &$postRes; + //} + + $z = 1; + $zz = 1; + + //Default priorities + $default_prio_posts = $this->GetOption('pr_posts'); + $default_prio_pages = $this->GetOption('pr_pages'); + + //Change frequencies + $cf_pages = $this->GetOption('cf_pages'); + $cf_posts = $this->GetOption('cf_posts'); + + $minPrio=$this->GetOption('pr_posts_min'); + + + //Cycle through all posts and add them + while($post = mysql_fetch_object($postRes)) { + + //Fill the cache with our DB result. Since it's incomplete (no text-content for example), we will clean it later. + $cache = array(&$post); + update_post_cache($cache); + + //Set the current working post for other plugins which depend on "the loop" + $GLOBALS['post'] = &$post; + + $permalink = get_permalink($post->ID); + if($permalink != $home && $post->ID != $homePid) { + + $isPage = false; + if($wpCompat) { + $isPage = ($post->post_status == 'static'); + } else { + $isPage = ($post->post_type == 'page'); + } + + + //Default Priority if auto calc is disabled + $prio = 0; + + if($isPage) { + //Priority for static pages + $prio = $default_prio_pages; + } else { + //Priority for normal posts + $prio = $default_prio_posts; + } + + //If priority calc. is enabled, calculate (but only for posts, not pages)! + if($prioProvider !== null && !$isPage) { + + //Comment count for this post + $cmtcnt = (isset($comments[$post->ID])?$comments[$post->ID]:0); + $prio = $prioProvider->GetPostPriority($post->ID, $cmtcnt, $post); + + if($debug) $this->AddElement(new GoogleSitemapGeneratorDebugEntry('Debug: Priority report of postID ' . $post->ID . ': Comments: ' . $cmtcnt . ' of ' . $commentCount . ' = ' . $prio . ' points')); + } + + if(!$isPage && $minPrio>0 && $prio<$minPrio) { + $prio = $minPrio; + } + + //Add it + $this->AddUrl($permalink,$this->GetTimestampFromMySql(($post->post_modified_gmt && $post->post_modified_gmt!='0000-00-00 00:00:00'?$post->post_modified_gmt:$post->post_date_gmt)),($isPage?$cf_pages:$cf_posts),$prio); + + if($inSubPages) { + $subPage = ''; + for($p = 1; $p <= $post->postPages; $p++) { + if(get_option('permalink_structure') == '') { + $subPage = $permalink . '&page=' . ($p+1); + } else { + $subPage = trailingslashit($permalink) . user_trailingslashit($p+1, 'single_paged'); + } + + $this->AddUrl($subPage,$this->GetTimestampFromMySql(($post->post_modified_gmt && $post->post_modified_gmt!='0000-00-00 00:00:00'?$post->post_modified_gmt:$post->post_date_gmt)),($isPage?$cf_pages:$cf_posts),$prio); + } + } + + // Multilingual Support with qTranslate, thanks to Qian Qin + if($useQTransLate) { + global $q_config; + foreach(qtrans_getEnabledLanguages($post->post_content) as $language) { + if($language!=$q_config['default_language']) { + $this->AddUrl(qtrans_convertURL($permalink,$language),$this->GetTimestampFromMySql(($post->post_modified_gmt && $post->post_modified_gmt!='0000-00-00 00:00:00'?$post->post_modified_gmt:$post->post_date_gmt)),($isPage?$cf_pages:$cf_posts),$prio); + } + } + } + } + + //Update the status every 100 posts and at the end. + //If the script breaks because of memory or time limit, + //we have a "last reponded" value which can be compared to the server settings + if($zz==100 || $z == $postCount) { + $status->SaveStep($z); + $zz=0; + } else $zz++; + + $z++; + + //Clean cache because it's incomplete + if(version_compare($wp_version,"2.5",">=")) { + //WP 2.5 makes a mysql query for every clean_post_cache to clear the child cache + //so I've copied the function here until a patch arrives... + wp_cache_delete($post->ID, 'posts'); + wp_cache_delete($post->ID, 'post_meta'); + clean_object_term_cache($post->ID, 'post'); + } else { + clean_post_cache($post->ID); + } + } + unset($postRes); + unset($prioProvider); + + if($this->GetOption("b_safemode")!==true && $con) mysql_close($con); + } + if($debug) $this->AddElement(new GoogleSitemapGeneratorDebugEntry("Debug: End Postings")); + } + + //Add the cats + if($this->GetOption("in_cats")) { + if($debug) $this->AddElement(new GoogleSitemapGeneratorDebugEntry("Debug: Start Cats")); + + $exclCats = $this->GetOption("b_exclude_cats"); // Excluded cats + if($exclCats == null) $exclCats=array(); + + if(!$this->IsTaxonomySupported()) { + + $catsRes=$wpdb->get_results(" + SELECT + c.cat_ID AS ID, + MAX(p.post_modified_gmt) AS last_mod + FROM + `" . $wpdb->categories . "` c, + `" . $wpdb->post2cat . "` pc, + `" . $wpdb->posts . "` p + WHERE + pc.category_id = c.cat_ID + AND p.ID = pc.post_id + AND p.post_status = 'publish' + AND p.post_type='post' + GROUP + BY c.cat_id + "); + if($catsRes) { + foreach($catsRes as $cat) { + if($cat && $cat->ID && $cat->ID>0 && !in_array($cat->ID, $exclCats)) { + if($debug) if($debug) $this->AddElement(new GoogleSitemapGeneratorDebugEntry("Cat-ID:" . $cat->ID)); + $this->AddUrl(get_category_link($cat->ID),$this->GetTimestampFromMySql($cat->last_mod),$this->GetOption("cf_cats"),$this->GetOption("pr_cats")); + } + } + } + } else { + $cats = get_terms("category",array("hide_empty"=>true,"hierarchical"=>false)); + if($cats && is_array($cats) && count($cats)>0) { + foreach($cats AS $cat) { + if(!in_array($cat->term_id, $exclCats)) $this->AddUrl(get_category_link($cat->term_id),0,$this->GetOption("cf_cats"),$this->GetOption("pr_cats")); + } + } + } + if($debug) $this->AddElement(new GoogleSitemapGeneratorDebugEntry("Debug: End Cats")); + } + + //Add the archives + if($this->GetOption("in_arch")) { + if($debug) $this->AddElement(new GoogleSitemapGeneratorDebugEntry("Debug: Start Archive")); + $now = current_time('mysql'); + + //WP2.1 introduced post_status='future', for earlier WP versions we need to check the post_date_gmt + $arcresults = $wpdb->get_results(" + SELECT DISTINCT + YEAR(post_date_gmt) AS `year`, + MONTH(post_date_gmt) AS `month`, + MAX(post_date_gmt) as last_mod, + count(ID) as posts + FROM + $wpdb->posts + WHERE + post_date < '$now' + AND post_status = 'publish' + AND post_type = 'post' + " . (floatval($wp_version) < 2.1?"AND {$wpdb->posts}.post_date_gmt <= '" . gmdate('Y-m-d H:i:59') . "'":"") . " + GROUP BY + YEAR(post_date_gmt), + MONTH(post_date_gmt) + ORDER BY + post_date_gmt DESC"); + if ($arcresults) { + foreach ($arcresults as $arcresult) { + + $url = get_month_link($arcresult->year, $arcresult->month); + $changeFreq=""; + + //Archive is the current one + if($arcresult->month==date("n") && $arcresult->year==date("Y")) { + $changeFreq=$this->GetOption("cf_arch_curr"); + } else { // Archive is older + $changeFreq=$this->GetOption("cf_arch_old"); + } + + $this->AddUrl($url,$this->GetTimestampFromMySql($arcresult->last_mod),$changeFreq,$this->GetOption("pr_arch")); + } + } + if($debug) $this->AddElement(new GoogleSitemapGeneratorDebugEntry("Debug: End Archive")); + } + + //Add the author pages + if($this->GetOption("in_auth")) { + if($debug) $this->AddElement(new GoogleSitemapGeneratorDebugEntry("Debug: Start Author pages")); + + $linkFunc = null; + + //get_author_link is deprecated in WP 2.1, try to use get_author_posts_url first. + if(function_exists('get_author_posts_url')) { + $linkFunc = 'get_author_posts_url'; + } else if(function_exists('get_author_link')) { + $linkFunc = 'get_author_link'; + } + + //Who knows what happens in later WP versions, so check again if it worked + if($linkFunc !== null) { + //Unfortunately there is no API function to get all authors, so we have to do it the dirty way... + //We retrieve only users with published and not password protected posts (and not pages) + //WP2.1 introduced post_status='future', for earlier WP versions we need to check the post_date_gmt + $sql = "SELECT DISTINCT + u.ID, + u.user_nicename, + MAX(p.post_modified_gmt) AS last_post + FROM + {$wpdb->users} u, + {$wpdb->posts} p + WHERE + p.post_author = u.ID + AND p.post_status = 'publish' + AND p.post_type = 'post' + AND p.post_password = '' + " . (floatval($wp_version) < 2.1?"AND p.post_date_gmt <= '" . gmdate('Y-m-d H:i:59') . "'":"") . " + GROUP BY + u.ID, + u.user_nicename"; + + $authors = $wpdb->get_results($sql); + + if($authors && is_array($authors)) { + foreach($authors as $author) { + if($debug) if($debug) $this->AddElement(new GoogleSitemapGeneratorDebugEntry("Author-ID:" . $author->ID)); + $url = ($linkFunc=='get_author_posts_url'?get_author_posts_url($author->ID,$author->user_nicename):get_author_link(false,$author->ID,$author->user_nicename)); + $this->AddUrl($url,$this->GetTimestampFromMySql($author->last_post),$this->GetOption("cf_auth"),$this->GetOption("pr_auth")); + } + } + } else { + //Too bad, no author pages for you :( + if($debug) $this->AddElement(new GoogleSitemapGeneratorDebugEntry("Debug: No valid author link function found")); + } + + if($debug) $this->AddElement(new GoogleSitemapGeneratorDebugEntry("Debug: End Author pages")); + } + + //Add tag pages + if($this->GetOption("in_tags") && $this->IsTaxonomySupported()) { + if($debug) $this->AddElement(new GoogleSitemapGeneratorDebugEntry("Debug: Start Tags")); + $tags = get_terms("post_tag",array("hide_empty"=>true,"hierarchical"=>false)); + if($tags && is_array($tags) && count($tags)>0) { + foreach($tags AS $tag) { + $this->AddUrl(get_tag_link($tag->term_id),0,$this->GetOption("cf_tags"),$this->GetOption("pr_tags")); + } + } + if($debug) $this->AddElement(new GoogleSitemapGeneratorDebugEntry("Debug: End Tags")); + } + + //Add custom taxonomy pages + if($this->GetOption("in_tax") && $this->IsTaxonomySupported()) { + + if($debug) $this->AddElement(new GoogleSitemapGeneratorDebugEntry("Debug: Start custom taxonomies")); + + $enabledTaxonomies = $this->GetOption("in_tax"); + + $taxList = array(); + + foreach ($enabledTaxonomies as $taxName) { + $taxonomy = get_taxonomy($taxName); + if($taxonomy) $taxList[] = $wpdb->escape($taxonomy->name); + } + + if(count($taxList)>0) { + //We're selecting all term information (t.*) plus some additional fields + //like the last mod date and the taxonomy name, so WP doesnt need to make + //additional queries to build the permalink structure. + //This does NOT work for categories and tags yet, because WP uses get_category_link + //and get_tag_link internally and that would cause one additional query per term! + $sql=" + SELECT + t.*, + tt.taxonomy AS _taxonomy, + UNIX_TIMESTAMP(MAX(post_date_gmt)) as _mod_date + FROM + {$wpdb->posts} p , + {$wpdb->term_relationships} r, + {$wpdb->terms} t, + {$wpdb->term_taxonomy} tt + WHERE + p.ID = r.object_id + AND p.post_status = 'publish' + AND p.post_type = 'post' + AND p.post_password = '' + AND r.term_taxonomy_id = t.term_id + AND t.term_id = tt.term_id + AND tt.count > 0 + AND tt.taxonomy IN ('" . implode("','",$taxList) . "') + GROUP BY + t.term_id"; + + $termInfo = $wpdb->get_results($sql); + + foreach($termInfo AS $term) { + $this->AddUrl(get_term_link($term,$term->_taxonomy),$term->_mod_date ,$this->GetOption("cf_tags"),$this->GetOption("pr_tags")); + } + } + + if($debug) $this->AddElement(new GoogleSitemapGeneratorDebugEntry("Debug: End custom taxonomies")); + } + + //Add the custom pages + if($debug) $this->AddElement(new GoogleSitemapGeneratorDebugEntry("Debug: Start Custom Pages")); + if($this->_pages && is_array($this->_pages) && count($this->_pages)>0) { + //#type $page GoogleSitemapGeneratorPage + foreach($this->_pages AS $page) { + $this->AddUrl($page->GetUrl(),$page->getLastMod(),$page->getChangeFreq(),$page->getPriority()); + } + } + + if($debug) $this->AddElement(new GoogleSitemapGeneratorDebugEntry("Debug: End Custom Pages")); + + if($debug) $this->AddElement(new GoogleSitemapGeneratorDebugEntry("Debug: Start additional URLs")); + + do_action('sm_buildmap'); + + if($debug) $this->AddElement(new GoogleSitemapGeneratorDebugEntry("Debug: End additional URLs")); + + $this->AddElement(new GoogleSitemapGeneratorXmlEntry("")); + + + $pingUrl=''; + + if($this->GetOption("b_xml")) { + if($this->_fileHandle && fclose($this->_fileHandle)) { + $this->_fileHandle = null; + $status->EndXml(true); + $pingUrl=$this->GetXmlUrl(); + } else $status->EndXml(false,"Could not close the sitemap file."); + } + + if($this->IsGzipEnabled()) { + if($this->_fileZipHandle && fclose($this->_fileZipHandle)) { + $this->_fileZipHandle = null; + $status->EndZip(true); + $pingUrl=$this->GetZipUrl(); + } else $status->EndZip(false,"Could not close the zipped sitemap file"); + } + + //Ping Google + if($this->GetOption("b_ping") && !empty($pingUrl)) { + $sPingUrl="http://www.google.com/webmasters/sitemaps/ping?sitemap=" . urlencode($pingUrl); + $status->StartGooglePing($sPingUrl); + $pingres=$this->RemoteOpen($sPingUrl); + + if($pingres==NULL || $pingres===false) { + $status->EndGooglePing(false,$this->_lastError); + trigger_error("Failed to ping Google: " . htmlspecialchars(strip_tags($pingres)),E_USER_NOTICE); + } else { + $status->EndGooglePing(true); + } + } + + //Ping Ask.com + if($this->GetOption("b_pingask") && !empty($pingUrl)) { + $sPingUrl="http://submissions.ask.com/ping?sitemap=" . urlencode($pingUrl); + $status->StartAskPing($sPingUrl); + $pingres=$this->RemoteOpen($sPingUrl); + + if($pingres==NULL || $pingres===false || strpos($pingres,"successfully received and added")===false) { //Ask.com returns 200 OK even if there was an error, so we need to check the content. + $status->EndAskPing(false,$this->_lastError); + trigger_error("Failed to ping Ask.com: " . htmlspecialchars(strip_tags($pingres)),E_USER_NOTICE); + } else { + $status->EndAskPing(true); + } + } + + //Ping Bing + if($this->GetOption("b_pingmsn") && !empty($pingUrl)) { + $sPingUrl="http://www.bing.com/webmaster/ping.aspx?siteMap=" . urlencode($pingUrl); + $status->StartMsnPing($sPingUrl); + $pingres=$this->RemoteOpen($sPingUrl); + //Bing returns ip/country-based success messages, so there is no way to check the content. Rely on HTTP 500 only then... + if($pingres==NULL || $pingres===false || strpos($pingres," ")===false) { + trigger_error("Failed to ping Bing: " . htmlspecialchars(strip_tags($pingres)),E_USER_NOTICE); + $status->EndMsnPing(false,$this->_lastError); + } else { + $status->EndMsnPing(true); + } + } + + $status->End(); + + + $this->_isActive = false; + + //done... + return $status; + } + + /** + * Tries to ping a specific service showing as much as debug output as possible + * @since 3.1.9 + * @return null + */ + function ShowPingResult() { + + check_admin_referer('sitemap'); + + if(!current_user_can("administrator")) { + echo '

Please log in as admin

'; + return; + } + + $service = !empty($_GET["sm_ping_service"])?$_GET["sm_ping_service"]:null; + + $status = &GoogleSitemapGeneratorStatus::Load(); + + if(!$status) die("No build status yet. Build the sitemap first."); + + $url = null; + + switch($service) { + case "google": + $url = $status->_googleUrl; + break; + case "msn": + $url = $status->_msnUrl; + break; + case "ask": + $url = $status->_askUrl; + break; + } + + if(empty($url)) die("Invalid ping url"); + + echo 'Ping Test'; + if(function_exists('wp_admin_css')) wp_admin_css('css/global',true); + echo '

Ping Test

'; + + echo '

Trying to ping: ' . $url . '. The sections below should give you an idea whats going on.

'; + + //Try to get as much as debug / error output as possible + $errLevel = error_reporting(E_ALL); + $errDisplay = ini_set("display_errors",1); + if(!defined('WP_DEBUG')) define('WP_DEBUG',true); + + echo '

Errors, Warnings, Notices:

'; + + if(WP_DEBUG == false) echo "WP_DEBUG was set to false somewhere before. You might not see all debug information until you remove this declaration!
"; + if(ini_get("display_errors")!=1) echo "Your display_errors setting currently prevents the plugin from showing errors here. Please check your webserver logfile instead.
"; + + $res = $this->RemoteOpen($url); + + echo '

Result (text only):

'; + + echo wp_kses($res,array('a' => array('href' => array()),'p' => array(), 'ul' => array(), 'ol' => array(), 'li' => array())); + + echo '

Result (HTML):

'; + + echo htmlspecialchars($res); + + //Revert back old values + error_reporting($errLevel); + ini_set("display_errors",$errDisplay); + echo ''; + exit; + } + + /** + * Opens a remote file using the WordPress API or Snoopy + * @since 3.0 + * @param $url The URL to open + * @param $method get or post + * @param $postData An array with key=>value paris + * @param $timeout Timeout for the request, by default 10 + * @return mixed False on error, the body of the response on success + */ + function RemoteOpen($url,$method = 'get', $postData = null, $timeout = 10) { + global $wp_version; + + //Before WP 2.7, wp_remote_fopen was quite crappy so Snoopy was favoured. + if(floatval($wp_version) < 2.7) { + if(!file_exists(ABSPATH . 'wp-includes/class-snoopy.php')) { + trigger_error('Snoopy Web Request failed: Snoopy not found.',E_USER_NOTICE); + return false; //Hoah? + } + + require_once( ABSPATH . 'wp-includes/class-snoopy.php'); + + $s = new Snoopy(); + + $s->read_timeout = $timeout; + + if($method == 'get') { + $s->fetch($url); + } else { + $s->submit($url,$postData); + } + + if($s->status != "200") { + trigger_error('Snoopy Web Request failed: Status: ' . $s->status . "; Content: " . htmlspecialchars($s->results),E_USER_NOTICE); + } + + return $s->results; + + } else { + + $options = array(); + $options['timeout'] = $timeout; + + if($method == 'get') { + $response = wp_remote_get( $url, $options ); + } else { + $response = wp_remote_post($url, array_merge($options,array('body'=>$postData))); + } + + if ( is_wp_error( $response ) ) { + $errs = $response->get_error_messages(); + $errs = htmlspecialchars(implode('; ', $errs)); + trigger_error('WP HTTP API Web Request failed: ' . $errs,E_USER_NOTICE); + return false; + } + + return $response['body']; + } + + return false; + } + + /** + * Echos option fields for an select field containing the valid change frequencies + * + * @since 3.0 + * @access private + * @author Arne Brachhold + * @param $currentVal The value which should be selected + * @return all valid change frequencies as html option fields + */ + function HtmlGetFreqNames($currentVal) { + + foreach($this->_freqNames AS $k=>$v) { + echo ""; + } + } + + /** + * Echos option fields for an select field containing the valid priorities (0- 1.0) + * + * @since 3.0 + * @access private + * @author Arne Brachhold + * @param $currentVal string The value which should be selected + * @return 0.0 - 1.0 as html option fields + */ + function HtmlGetPriorityValues($currentVal) { + $currentVal=(float) $currentVal; + for($i=0.0; $i<=1.0; $i+=0.1) { + $v = number_format($i,1,".",""); + //number_format_i18n is there since WP 2.3 + $t = function_exists('number_format_i18n')?number_format_i18n($i,1):number_format($i,1); + echo ""; + } + } + + /** + * Returns the checked attribute if the given values match + * + * @since 3.0 + * @access private + * @author Arne Brachhold + * @param $val string The current value + * @param $equals string The value to match + * @return The checked attribute if the given values match, an empty string if not + */ + function HtmlGetChecked($val,$equals) { + if($val==$equals) return $this->HtmlGetAttribute("checked"); + else return ""; + } + + /** + * Returns the selected attribute if the given values match + * + * @since 3.0 + * @access private + * @author Arne Brachhold + * @param $val string The current value + * @param $equals string The value to match + * @return The selected attribute if the given values match, an empty string if not + */ + function HtmlGetSelected($val,$equals) { + if($val==$equals) return $this->HtmlGetAttribute("selected"); + else return ""; + } + + /** + * Returns an formatted attribute. If the value is NULL, the name will be used. + * + * @since 3.0 + * @access private + * @author Arne Brachhold + * @param $attr string The attribute name + * @param $value string The attribute value + * @return The formatted attribute + */ + function HtmlGetAttribute($attr,$value=NULL) { + if($value==NULL) $value=$attr; + return " " . $attr . "=\"" . $value . "\" "; + } + + /** + * Returns an array with GoogleSitemapGeneratorPage objects which is generated from POST values + * + * @since 3.0 + * @see GoogleSitemapGeneratorPage + * @access private + * @author Arne Brachhold + * @return array An array with GoogleSitemapGeneratorPage objects + */ + function HtmlApplyPages() { + // Array with all page URLs + $pages_ur=(!isset($_POST["sm_pages_ur"]) || !is_array($_POST["sm_pages_ur"])?array():$_POST["sm_pages_ur"]); + + //Array with all priorities + $pages_pr=(!isset($_POST["sm_pages_pr"]) || !is_array($_POST["sm_pages_pr"])?array():$_POST["sm_pages_pr"]); + + //Array with all change frequencies + $pages_cf=(!isset($_POST["sm_pages_cf"]) || !is_array($_POST["sm_pages_cf"])?array():$_POST["sm_pages_cf"]); + + //Array with all lastmods + $pages_lm=(!isset($_POST["sm_pages_lm"]) || !is_array($_POST["sm_pages_lm"])?array():$_POST["sm_pages_lm"]); + + //Array where the new pages are stored + $pages=array(); + //Loop through all defined pages and set their properties into an object + if(isset($_POST["sm_pages_mark"]) && is_array($_POST["sm_pages_mark"])) { + for($i=0; $iSetUrl($pages_ur[$i]); + $p->SetProprity($pages_pr[$i]); + $p->SetChangeFreq($pages_cf[$i]); + //Try to parse last modified, if -1 (note ===) automatic will be used (0) + $lm=(!empty($pages_lm[$i])?strtotime($pages_lm[$i],time()):-1); + if($lm===-1) $p->setLastMod(0); + else $p->setLastMod($lm); + //Add it to the array + array_push($pages,$p); + } + } + + return $pages; + } + + /** + * Converts a mysql datetime value into a unix timestamp + * + * @param The value in the mysql datetime format + * @return int The time in seconds + */ + function GetTimestampFromMySql($mysqlDateTime) { + list($date, $hours) = explode(' ', $mysqlDateTime); + list($year,$month,$day) = explode('-',$date); + list($hour,$min,$sec) = explode(':',$hours); + return mktime(intval($hour), intval($min), intval($sec), intval($month), intval($day), intval($year)); + } + + /** + * Returns a link pointing to a spcific page of the authors website + * + * @since 3.0 + * @param The page to link to + * @return string The full url + */ + function GetRedirectLink($redir) { + return trailingslashit("http://www.arnebrachhold.de/redir/" . $redir); + } + + /** + * Returns a link pointing back to the plugin page in WordPress + * + * @since 3.0 + * @return string The full url + */ + function GetBackLink() { + global $wp_version; + $url = ''; + //admin_url was added in WP 2.6.0 + if(function_exists("admin_url")) $url = admin_url("options-general.php?page=" . GoogleSitemapGeneratorLoader::GetBaseName()); + else $url = $_SERVER['PHP_SELF'] . "?page=" . GoogleSitemapGeneratorLoader::GetBaseName(); + + //Some browser cache the page... great! So lets add some no caching params depending on the WP and plugin version + $url.='&sm_wpv=' . $wp_version . '&sm_pv=' . GoogleSitemapGeneratorLoader::GetVersion(); + + return $url; + } + + /** + * Shows the option page of the plugin. Before 3.1.1, this function was basically the UI, afterwards the UI was outsourced to another class + * + * @see GoogleSitemapGeneratorUI + * @since 3.0 + * @return bool + */ + function HtmlShowOptionsPage() { + + $ui = $this->GetUI(); + if($ui) { + $ui->HtmlShowOptionsPage(); + return true; + } + + return false; + } + + /** + * Includes the user interface class and intializes it + * + * @since 3.1.1 + * @see GoogleSitemapGeneratorUI + * @return GoogleSitemapGeneratorUI + */ + function GetUI() { + + global $wp_version; + + if($this->_ui === null) { + + $className='GoogleSitemapGeneratorUI'; + $fileName='sitemap-ui.php'; + + if(!class_exists($className)) { + + $path = trailingslashit(dirname(__FILE__)); + + if(!file_exists( $path . $fileName)) return false; + require_once($path. $fileName); + } + + $this->_ui = new $className($this); + + } + + return $this->_ui; + } + + function HtmlShowHelp() { + + + } +} \ No newline at end of file diff --git a/plugins/google-sitemap-generator/sitemap-ui.php b/plugins/google-sitemap-generator/sitemap-ui.php new file mode 100644 index 0000000..2627c92 --- /dev/null +++ b/plugins/google-sitemap-generator/sitemap-ui.php @@ -0,0 +1,1306 @@ +sg = &$sitemapBuilder; + + if(floatval($wp_version) >= 2.7) { + $this->mode = 27; + } + } + + function HtmlPrintBoxHeader($id, $title, $right = false) { + if($this->mode == 27) { + ?> +
+

+
+ +
+
+

+
+ +
+
+ mode == 27) { + ?> +
+
+ +
+
+ + sg->Initate(); + + $message=""; + + if(!empty($_REQUEST["sm_rebuild"])) { //Pressed Button: Rebuild Sitemap + check_admin_referer('sitemap'); + + //Clear any outstanding build cron jobs + if(function_exists('wp_clear_scheduled_hook')) wp_clear_scheduled_hook('sm_build_cron'); + + if(isset($_GET["sm_do_debug"]) && $_GET["sm_do_debug"]=="true") { + + //Check again, just for the case that something went wrong before + if(!current_user_can("administrator")) { + echo '

Please log in as admin

'; + return; + } + + $oldErr = error_reporting(E_ALL); + $oldIni = ini_set("display_errors",1); + + echo '
'; + echo '

' . __('XML Sitemap Generator for WordPress', 'sitemap') . " " . $this->sg->GetVersion(). '

'; + echo '

This is the debug mode of the XML Sitemap Generator. It will show all PHP notices and warnings as well as the internal logs, messages and configuration.

'; + echo '

DO NOT POST THIS INFORMATION ON PUBLIC PAGES LIKE SUPPORT FORUMS AS IT MAY CONTAIN PASSWORDS OR SECRET SERVER INFORMATION!

'; + echo "

WordPress and PHP Information

"; + echo '

WordPress ' . $GLOBALS['wp_version'] . ' with ' . ' DB ' . $GLOBALS['wp_db_version'] . ' on PHP ' . phpversion() . '

'; + echo '

Plugin version: ' . $this->sg->GetVersion() . ' (' . $this->sg->_svnVersion . ')'; + echo '

Environment

'; + echo "
";
+				$sc = $_SERVER;
+				unset($sc["HTTP_COOKIE"]);
+				print_r($sc);
+				echo "
"; + echo "

WordPress Config

"; + echo "
";
+				$opts = array();
+				if(function_exists('wp_load_alloptions')) {
+					$opts = wp_load_alloptions();
+				} else {
+					global $wpdb;
+					$os = $wpdb->get_results( "SELECT option_name, option_value FROM $wpdb->options");
+					foreach ( (array) $os as $o ) $opts[$o->option_name] = $o->option_value;
+				}
+				
+				$popts = array();
+				foreach($opts as $k=>$v) {
+					//Try to filter out passwords etc...
+					if(preg_match("/pass|login|pw|secret|user|usr|key|auth|token/si",$k)) continue;
+					$popts[$k] = htmlspecialchars($v);
+				}
+				print_r($popts);
+				echo "
"; + echo '

Sitemap Config

'; + echo "
";
+				print_r($this->sg->_options);
+				echo "
"; + echo '

Errors, Warnings, Notices

'; + echo '
'; + $status = $this->sg->BuildSitemap(); + echo '
'; + echo '

MySQL Queries

'; + if(defined('SAVEQUERIES') && SAVEQUERIES) { + echo '
';
+					var_dump($GLOBALS['wpdb']->queries);
+					echo '
'; + + $total = 0; + foreach($GLOBALS['wpdb']->queries as $q) { + $total+=$q[1]; + } + echo '

Total Query Time

'; + echo '
' . count($GLOBALS['wpdb']->queries) . ' queries in ' . round($total,2) . ' seconds.
'; + } else { + echo '

Please edit wp-db.inc.php in wp-includes and set SAVEQUERIES to true if you want to see the queries.

'; + } + echo "

Build Process Results

"; + echo "
";
+				print_r($status);
+				echo "
"; + echo '

Done. Rebuild or Return

'; + echo '

DO NOT POST THIS INFORMATION ON PUBLIC PAGES LIKE SUPPORT FORUMS AS IT MAY CONTAIN PASSWORDS OR SECRET SERVER INFORMATION!

'; + echo '
'; + @error_reporting($oldErr); + @ini_set("display_errors",$oldIni); + return; + } else { + $this->sg->BuildSitemap(); + $redirURL = $this->sg->GetBackLink() . '&sm_fromrb=true'; + + //Redirect so the sm_rebuild GET parameter no longer exists. + @header("location: " . $redirURL); + //If there was already any other output, the header redirect will fail + echo ''; + echo ''; + exit; + } + } else if (!empty($_POST['sm_update'])) { //Pressed Button: Update Config + check_admin_referer('sitemap'); + + if(isset($_POST['sm_b_style']) && $_POST['sm_b_style'] == $this->sg->getDefaultStyle()) { + $_POST['sm_b_style_default'] = true; + $_POST['sm_b_style'] = ''; + } + + foreach($this->sg->_options as $k=>$v) { + //Check vor values and convert them into their types, based on the category they are in + if(!isset($_POST[$k])) $_POST[$k]=""; // Empty string will get false on 2bool and 0 on 2float + + //Options of the category "Basic Settings" are boolean, except the filename and the autoprio provider + if(substr($k,0,5)=="sm_b_") { + if($k=="sm_b_filename" || $k=="sm_b_fileurl_manual" || $k=="sm_b_filename_manual" || $k=="sm_b_prio_provider" || $k=="sm_b_manual_key" || $k == "sm_b_style" || $k == "sm_b_memory") { + if($k=="sm_b_filename_manual" && strpos($_POST[$k],"\\")!==false){ + $_POST[$k]=stripslashes($_POST[$k]); + } + + $this->sg->_options[$k]=(string) $_POST[$k]; + } else if($k=="sm_b_location_mode") { + $tmp=(string) $_POST[$k]; + $tmp=strtolower($tmp); + if($tmp=="auto" || $tmp="manual") $this->sg->_options[$k]=$tmp; + else $this->sg->_options[$k]="auto"; + } else if($k == "sm_b_time" || $k=="sm_b_max_posts") { + if($_POST[$k]=='') $_POST[$k] = -1; + $this->sg->_options[$k] = intval($_POST[$k]); + } else if($k== "sm_i_install_date") { + if($this->sg->GetOption('i_install_date')<=0) $this->sg->_options[$k] = time(); + } else if($k=="sm_b_exclude") { + $IDss = array(); + $IDs = explode(",",$_POST[$k]); + for($x = 0; $x0) $IDss[] = $ID; + } + $this->sg->_options[$k] = $IDss; + } else if($k == "sm_b_exclude_cats") { + $exCats = array(); + if(isset($_POST["post_category"])) { + foreach((array) $_POST["post_category"] AS $vv) if(!empty($vv) && is_numeric($vv)) $exCats[] = intval($vv); + } + $this->sg->_options[$k] = $exCats; + } else { + $this->sg->_options[$k]=(bool) $_POST[$k]; + + } + //Options of the category "Includes" are boolean + } else if(substr($k,0,6)=="sm_in_") { + if($k=='sm_in_tax') { + + $enabledTaxonomies = array(); + + foreach(array_keys((array) $_POST[$k]) AS $taxName) { + if(empty($taxName) || !is_taxonomy($taxName)) continue; + + $enabledTaxonomies[] = $taxName; + } + + $this->sg->_options[$k] = $enabledTaxonomies; + + } else if($k=='sm_in_customtypes') { + + $enabledPostTypes = array(); + + foreach(array_keys((array) $_POST[$k]) AS $postTypeName) { + if(empty($postTypeName) || !post_type_exists($postTypeName)) continue; + + $enabledPostTypes[] = $postTypeName; + } + + $this->sg->_options[$k] = $enabledPostTypes; + + } else $this->sg->_options[$k]=(bool) $_POST[$k]; + //Options of the category "Change frequencies" are string + } else if(substr($k,0,6)=="sm_cf_") { + $this->sg->_options[$k]=(string) $_POST[$k]; + //Options of the category "Priorities" are float + } else if(substr($k,0,6)=="sm_pr_") { + $this->sg->_options[$k]=(float) $_POST[$k]; + } + } + + //No Mysql unbuffered query for WP < 2.2 + if(floatval($wp_version) < 2.2) { + $this->sg->SetOption('b_safemode',true); + } + + //No Wp-Cron for WP < 2.1 + if(floatval($wp_version) < 2.1) { + $this->sg->SetOption('b_auto_delay',false); + } + + //Apply page changes from POST + $this->sg->_pages=$this->sg->HtmlApplyPages(); + + if($this->sg->SaveOptions()) $message.=__('Configuration updated', 'sitemap') . "
"; + else $message.=__('Error while saving options', 'sitemap') . "
"; + + if($this->sg->SavePages()) $message.=__("Pages saved",'sitemap') . "
"; + else $message.=__('Error while saving pages', 'sitemap'). "
"; + + } else if(!empty($_POST["sm_reset_config"])) { //Pressed Button: Reset Config + check_admin_referer('sitemap'); + $this->sg->InitOptions(); + $this->sg->SaveOptions(); + + $message.=__('The default configuration was restored.','sitemap'); + } + + //Print out the message to the user, if any + if($message!="") { + ?> +

sg->SetOption('i_hide_donated',true); + $this->sg->SaveOptions(); + } + if(isset($_GET['sm_donated'])) { + $this->sg->SetOption('i_donated',true); + $this->sg->SaveOptions(); + } + if(isset($_GET['sm_hide_note'])) { + $this->sg->SetOption('i_hide_note',true); + $this->sg->SaveOptions(); + } + if(isset($_GET['sm_hidedonors'])) { + $this->sg->SetOption('i_hide_donors',true); + $this->sg->SaveOptions(); + } + if(isset($_GET['sm_hide_works'])) { + $this->sg->SetOption('i_hide_works',true); + $this->sg->SaveOptions(); + } + + + if(isset($_GET['sm_donated']) || ($this->sg->GetOption('i_donated')===true && $this->sg->GetOption('i_hide_donated')!==true)) { + ?> +
+

">

+
+ sg->GetOption('i_donated') !== true && $this->sg->GetOption('i_install_date')>0 && $this->sg->GetOption('i_hide_note')!==true && time() > ($this->sg->GetOption('i_install_date') + (60*60*24*30))) { + ?> +
+

sg->GetRedirectLink("sitemap-donate-note"),__('Thanks for using this plugin! You\'ve installed this plugin over a month ago. If it works and you are satisfied with the results, isn\'t it worth at least a few dollar? Donations help me to continue support and development of this free software! Sure, no problem!','sitemap')); ?> " style="float:right; display:block; border:none; margin-left:10px;"> " style="float:right; display:block; border:none;">

+
+
+ sg->GetOption('i_install_date')>0 && $this->sg->GetOption('i_hide_works')!==true && time() > ($this->sg->GetOption('i_install_date') + (60*60*24*15))) { + ?> +
+

sg->GetRedirectLink("sitemap-works-note"),__('Thanks for using this plugin! You\'ve installed this plugin some time ago. If it works and your are satisfied, why not rate it and recommend it to others? :-)','sitemap')); ?> " style="float:right; display:block; border:none;">

+
+
+ Due to limitations of the WordPress scheduler, it might take another 60 seconds until the build process is actually started.','sitemap'); + } else { + $diffMsg = str_replace("%s",$diff,__('Your sitemap will be refreshed in %s seconds. Depending on your blog size this might take some time!','sitemap')); + } + ?> +
+

+
+
+ + + + + mode == 27): ?> + + + =")): ?> + + + + + + + +
+
+

sg->GetVersion() ?>

+ response[$file])) { + $r = $current->response[$file]; + ?>
Download version %3$s here.','default'), $plugin_data['Name'], $r->url, $r->new_version); + else if ( empty($r->package) ) + printf( __('There is a new version of %1$s available. Download version %3$s here automatic upgrade unavailable for this plugin.','default'), $plugin_data['Name'], $r->url, $r->new_version); + else + printf( __('There is a new version of %1$s available. Download version %3$s here or upgrade automatically.','default'), $plugin_data['Name'], $r->url, $r->new_version, wp_nonce_url("update.php?action=upgrade-plugin&plugin=$file", 'upgrade-plugin_' . $file) ); + + ?>

privacy settings to change this.','sitemap')); ?>

+ + + + + + + mode == 27): ?> + + +
+
+
+ +
+ + + +
+
+
+ +
+ + + + + + HtmlPrintBoxHeader('sm_pnres',__('About this Plugin:','sitemap'),true); ?> + + + + + + + + + + HtmlPrintBoxFooter(true); ?> + + + HtmlPrintBoxHeader('sm_smres',__('Sitemap Resources:','sitemap'),true); ?> + + + + + +
+ + + + HtmlPrintBoxFooter(true); ?> + + HtmlPrintBoxHeader('dm_donations',__('Recent Donations:','sitemap'),true); ?> + sg->GetOption('i_hide_donors')!==true) { ?> +
+ ">

+ + PayPal + +
+ HtmlPrintBoxFooter(true); ?> + + +
+
+ + + mode == 27): ?> +
+ +
+ +
+ +
+ + + + GetStartTime(); + $head=str_replace("%date%",date(get_option('date_format'),$st) . " " . date(get_option('time_format'),$st),__("Result of the last build process, started on %date%.",'sitemap')); + } + + $this->HtmlPrintBoxHeader('sm_rebuild',$head); ?> +
    + " . str_replace("%s",wp_nonce_url($this->sg->GetBackLink() . "&sm_rebuild=true&noheader=true",'sitemap'),__('The sitemap wasn\'t built yet. Click here to build it the first time.','sitemap')) . ""; + } else { + if($status->_endTime !== 0) { + if($status->_usedXml) { + if($status->_xmlSuccess) { + $ft = is_readable($status->_xmlPath)?filemtime($status->_xmlPath):false; + if($ft!==false) echo "
  • " . str_replace("%url%",$status->_xmlUrl,str_replace("%date%",date(get_option('date_format'),$ft) . " " . date(get_option('time_format'),$ft),__("Your sitemap was last built on %date%.",'sitemap'))) . "
  • "; + else echo "
  • " . __("The last build succeeded, but the file was deleted later or can't be accessed anymore. Did you move your blog to another server or domain?",'sitemap') . "
  • "; + } else { + echo "
  • " . str_replace("%url%",$this->sg->GetRedirectLink('sitemap-help-files'),__("There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn more",'sitemap')) . "
  • "; + } + } + + if($status->_usedZip) { + if($status->_zipSuccess) { + $ft = is_readable($status->_zipPath)?filemtime($status->_zipPath):false; + if($ft !== false) echo "
  • " . str_replace("%url%",$status->_zipUrl,str_replace("%date%",date(get_option('date_format'),$ft) . " " . date(get_option('time_format'),$ft),__("Your sitemap (zipped) was last built on %date%.",'sitemap'))) . "
  • "; + else echo "
  • " . __("The last zipped build succeeded, but the file was deleted later or can't be accessed anymore. Did you move your blog to another server or domain?",'sitemap') . "
  • "; + } else { + echo "
  • " . str_replace("%url%",$this->sg->GetRedirectLink('sitemap-help-files'),__("There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn more",'sitemap')) . "
  • "; + } + } + + if($status->_usedGoogle) { + if($status->_gooogleSuccess) { + echo "
  • " .__("Google was successfully notified about changes.",'sitemap'). "
  • "; + $gt = $status->GetGoogleTime(); + if($gt>4) { + echo "
  • " . str_replace("%time%",$gt,__("It took %time% seconds to notify Google, maybe you want to disable this feature to reduce the building time.",'sitemap')) . "
  • "; + } + } else { + echo "
  • " . str_replace("%s",wp_nonce_url($this->sg->GetBackLink() . "&sm_ping_service=google&noheader=true",'sitemap'),__('There was a problem while notifying Google. View result','sitemap')) . "
  • "; + } + } + + if($status->_usedMsn) { + if($status->_msnSuccess) { + echo "
  • " .__("Bing was successfully notified about changes.",'sitemap'). "
  • "; + $at = $status->GetMsnTime(); + if($at>4) { + echo "
  • " . str_replace("%time%",$at,__("It took %time% seconds to notify Bing, maybe you want to disable this feature to reduce the building time.",'sitemap')) . "
  • "; + } + } else { + echo "
  • " . str_replace("%s",wp_nonce_url($this->sg->GetBackLink() . "&sm_ping_service=msn&noheader=true",'sitemap'),__('There was a problem while notifying Bing. View result','sitemap')) . "
  • "; + } + } + + if($status->_usedAsk) { + if($status->_askSuccess) { + echo "
  • " .__("Ask.com was successfully notified about changes.",'sitemap'). "
  • "; + $at = $status->GetAskTime(); + if($at>4) { + echo "
  • " . str_replace("%time%",$at,__("It took %time% seconds to notify Ask.com, maybe you want to disable this feature to reduce the building time.",'sitemap')) . "
  • "; + } + } else { + echo "
  • " . str_replace("%s",wp_nonce_url($this->sg->GetBackLink() . "&sm_ping_service=ask&noheader=true",'sitemap'),__('There was a problem while notifying Ask.com. View result','sitemap')) . "
  • "; + } + } + + $et = $status->GetTime(); + $mem = $status->GetMemoryUsage(); + + if($mem > 0) { + echo "
  • " .str_replace(array("%time%","%memory%"),array($et,$mem),__("The building process took about %time% seconds to complete and used %memory% MB of memory.",'sitemap')). "
  • "; + } else { + echo "
  • " .str_replace("%time%",$et,__("The building process took about %time% seconds to complete.",'sitemap')). "
  • "; + } + + if(!$status->_hasChanged) { + echo "
  • " . __("The content of your sitemap didn't change since the last time so the files were not written and no search engine was pinged.",'sitemap'). "
  • "; + } + + } else { + if($this->sg->GetOption("b_auto_delay")) { + $st = ($status->GetStartTime() - time()) * -1; + //If the building process runs in background and was started within the last 45 seconds, the sitemap might not be completed yet... + if($st < 45) { + echo '
  • '. __("The building process might still be active! Reload the page in a few seconds and check if something has changed.",'sitemap') . '
  • '; + } + } + echo '
  • '. str_replace("%url%",$this->sg->GetRedirectLink('sitemap-help-memtime'),__("The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more",'sitemap')) . '
  • '; + if($status->_memoryUsage > 0) { + echo '
  • '. str_replace(array("%memused%","%memlimit%"),array($status->GetMemoryUsage(),ini_get('memory_limit')),__("The last known memory usage of the script was %memused%MB, the limit of your server is %memlimit%.",'sitemap')) . '
  • '; + } + + if($status->_lastTime > 0) { + echo '
  • '. str_replace(array("%timeused%","%timelimit%"),array($status->GetLastTime(),ini_get('max_execution_time')),__("The last known execution time of the script was %timeused% seconds, the limit of your server is %timelimit% seconds.",'sitemap')) . '
  • '; + } + + if($status->GetLastPost() > 0) { + echo '
  • '. str_replace("%lastpost%",$status->GetLastPost(),__("The script stopped around post number %lastpost% (+/- 100)",'sitemap')) . '
  • '; + } + } + echo "
  • " . str_replace("%s",wp_nonce_url($this->sg->GetBackLink() . "&sm_rebuild=true&noheader=true",'sitemap'),__('If you changed something on your server or blog, you should rebuild the sitemap manually.','sitemap')) . "
  • "; + } + echo "
  • " . str_replace("%d",wp_nonce_url($this->sg->GetBackLink() . "&sm_rebuild=true&sm_do_debug=true",'sitemap'),__('If you encounter any problems with the build process you can use the debug function to get more information.','sitemap')) . "
  • "; + + if(version_compare($wp_version,"2.9",">=") && version_compare(PHP_VERSION,"5.1",">=")) { + echo "
  • " . str_replace("%s",$this->sg->GetRedirectLink('sitemap-info-beta'), __('There is a new beta version of this plugin available which supports the new multi-site feature of WordPress as well as many other new functions! More information and download','sitemap')) . "
  • "; + } + ?> + +
+ HtmlPrintBoxFooter(); ?> + + + HtmlPrintBoxHeader('sm_basic_options',__('Basic Options', 'sitemap')); ?> + + +
    +
  • + +
  • +
  • + +
  • +
+ +
    +
  • + +
  • +
  • + + [?] + +
  • +
+ +
    +
  • + sg->GetOption("b_ping")==true?"checked=\"checked\"":"") ?> /> +
    + sg->GetRedirectLink('sitemap-gwt'),__('No registration required, but you can join the Google Webmaster Tools to check crawling statistics.','sitemap')); ?> +
  • +
  • + sg->GetOption("b_pingmsn")==true?"checked=\"checked\"":"") ?> /> +
    + sg->GetRedirectLink('sitemap-lwt'),__('No registration required, but you can join the Bing Webmaster Tools to check crawling statistics.','sitemap')); ?> +
  • +
  • + sg->GetOption("b_pingask")==true?"checked=\"checked\"":"") ?> /> +
    + +
  • +
  • + + +
    + +
  • +
+ +
    +
  • + () +
  • +
  • + () +
  • +
  • + () +
  • +
  • + sg->GetDefaultStyle() && $this->sg->GetOption('b_style_default')===true); ?> + + () sg->GetDefaultStyle()): ?>
  • +
  • + +
  • +
  • + +
  • +
+ + HtmlPrintBoxFooter(); ?> + + HtmlPrintBoxHeader('sm_pages',__('Additional pages', 'sitemap')); ?> + + For example, if your domain is www.foo.com and your blog is located on www.foo.com/blog you might want to include your homepage at www.foo.com','sitemap'); + echo "
  • "; + echo "" . __('Note','sitemap'). ": "; + _e("If your blog is in a subdirectory and you want to add pages which are NOT in the blog directory or beneath, you MUST place your sitemap file in the root directory (Look at the "Location of your sitemap file" section on this page)!",'sitemap'); + echo "
  • "; + echo "" . __('URL to the page','sitemap'). ": "; + _e("Enter the URL to the page. Examples: http://www.foo.com/index.html or www.foo.com/home ",'sitemap'); + echo "
  • "; + echo "" . __('Priority','sitemap') . ": "; + _e("Choose the priority of the page relative to the other pages. For example, your homepage might have a higher priority than your imprint.",'sitemap'); + echo "
  • "; + echo "" . __('Last Changed','sitemap'). ": "; + _e("Enter the date of the last change as YYYY-MM-DD (2005-12-31 for example) (optional).",'sitemap'); + + echo "
"; + + + ?> + + + + + + + + + + + sg->_pages)<=0) { ?> + + + +
+ + HtmlPrintBoxFooter(); ?> + + + + HtmlPrintBoxHeader('sm_postprio',__('Post Priority', 'sitemap')); ?> + +

+
    +
  • sg->HtmlGetChecked($this->sg->GetOption("b_prio_provider"),"") ?> />

  • + sg->_prioProviders); $i++) { + echo "
  • sg->_prioProviders[$i] . "\" " . $this->sg->HtmlGetChecked($this->sg->GetOption("b_prio_provider"),$this->sg->_prioProviders[$i]) . " />
    " . call_user_func(array(&$this->sg->_prioProviders[$i], 'getDescription')) . "

  • "; + } + ?> +
+ HtmlPrintBoxFooter(); ?> + + + + HtmlPrintBoxHeader('sm_location',__('Location of your sitemap file', 'sitemap')); ?> + +
+ + +
+
+ +
    +
  • + +
  • +
  • + +
  • +
+
+ + HtmlPrintBoxFooter(); ?> + + + HtmlPrintBoxHeader('sm_includes',__('Sitemap Content', 'sitemap')); ?> + : +
    +
  • + +
  • +
  • + +
  • +
  • + +
  • +
  • + +
  • +
  • + +
  • +
  • + +
  • +
  • + +
  • + sg->IsTaxonomySupported()): ?> +
  • + +
  • + +
+ + sg->IsTaxonomySupported()) { + $taxonomies = $this->sg->GetCustomTaxonomies(); + + $enabledTaxonomies = $this->sg->GetOption('in_tax'); + + if(count($taxonomies)>0) { + ?>:
    name, $enabledTaxonomies); + ?> +
  • + +
  • +
sg->IsCustomPostTypesSupported()) { + $custom_post_types = $this->sg->GetCustomPostTypes(); + + $enabledPostTypes = $this->sg->GetOption('in_customtypes'); + + if(count($taxonomies)>0) { + ?>:
    name, $enabledPostTypes); + + ?> +
  • + +
  • +
+ + : +
    +
  • +
    + all sitemap entries.', 'sitemap') ?> +
  • +
+ + HtmlPrintBoxFooter(); ?> + + + HtmlPrintBoxHeader('sm_excludes',__('Excluded items', 'sitemap')); ?> + + : + =")): ?> + : +
+
    + sg->GetOption("b_exclude_cats"),false); ?> +
+
+ +
+ + + : +
+
+ : +
+ + HtmlPrintBoxFooter(); ?> + + + HtmlPrintBoxHeader('sm_change_frequencies',__('Change frequencies', 'sitemap')); ?> + +

+ : + +

+
    +
  • + +
  • +
  • + +
  • +
  • + +
  • +
  • + +
  • +
  • + +
  • +
  • + +
  • + sg->IsTaxonomySupported()): ?> +
  • + +
  • + +
  • + +
  • +
+ + HtmlPrintBoxFooter(); ?> + + + HtmlPrintBoxHeader('sm_priorities',__('Priorities', 'sitemap')); ?> +
    +
  • + +
  • +
  • + +
  • +
  • + +
  • +
  • + +
  • +
  • + +
  • +
  • + +
  • + sg->IsTaxonomySupported()): ?> +
  • + +
  • + +
  • + +
  • +
+ + HtmlPrintBoxFooter(); ?> + +
+
+

+ + + +

+
+ + mode == 27): ?> +
+
+ +
+ + +
+ array("cc"=>"USD","lc"=>"US"), + "en-GB"=>array("cc"=>"GBP","lc"=>"GB"), + "de"=>array("cc"=>"EUR","lc"=>"DE"), + ); + $myLc = $lc["en"]; + $wpl = get_bloginfo('language'); + if(!empty($wpl)) { + if(array_key_exists($wpl,$lc)) $myLc = $lc[$wpl]; + else { + $wpl = substr($wpl,0,2); + if(array_key_exists($wpl,$lc)) $myLc = $lc[$wpl]; + } + } + ?> + + " /> + + + + + " /> + + " /> + + + "/> +
+
+

".__('This version of Google XML Sitemaps is not multisite compatible.','sitemap')."
".sprintf(__('Unfortunately this version of the Google XML Sitemaps plugin was not tested with the multisite feature of WordPress 3.0 yet.
The plugin will not be active until you disable the multisite mode.
Or you can try the new beta which supports all the new WordPress features!','sitemap'), "http://www.arnebrachhold.de/redir/sitemap-info-beta/")."

"; + } + + /** + * Registers the plugin in the admin menu system + */ + function RegisterAdminPage() { + + if (function_exists('add_options_page')) { + add_options_page(__('XML-Sitemap Generator','sitemap'), __('XML-Sitemap','sitemap'), 'level_10', GoogleSitemapGeneratorLoader::GetBaseName(), array('GoogleSitemapGeneratorLoader','CallHtmlShowOptionsPage')); + } + } + + function RegisterAdminIcon($hook) { + if ( $hook == GoogleSitemapGeneratorLoader::GetBaseName() && function_exists('plugins_url')) { + return plugins_url('img/icon-arne.gif',GoogleSitemapGeneratorLoader::GetBaseName()); + } + return $hook; + } + + function RegisterPluginLinks($links, $file) { + $base = GoogleSitemapGeneratorLoader::GetBaseName(); + if ($file == $base) { + $links[] = '' . __('Settings','sitemap') . ''; + $links[] = '' . __('FAQ','sitemap') . ''; + $links[] = '' . __('Support','sitemap') . ''; + $links[] = '' . __('Donate','sitemap') . ''; + } + return $links; + } + + /** + * Invokes the HtmlShowOptionsPage method of the generator + */ + function CallHtmlShowOptionsPage() { + if(GoogleSitemapGeneratorLoader::LoadPlugin()) { + $gs = &GoogleSitemapGenerator::GetInstance(); + $gs->HtmlShowOptionsPage(); + } + } + + /** + * Invokes the CheckForAutoBuild method of the generator + */ + function CallCheckForAutoBuild($args) { + if(GoogleSitemapGeneratorLoader::LoadPlugin()) { + $gs = &GoogleSitemapGenerator::GetInstance(); + $gs->CheckForAutoBuild($args); + } + } + + /** + * Invokes the CheckForAutoBuild method of the generator + */ + function CallBuildNowRequest() { + if(GoogleSitemapGeneratorLoader::LoadPlugin()) { + $gs = &GoogleSitemapGenerator::GetInstance(); + $gs->BuildNowRequest(); + } + } + + /** + * Invokes the BuildSitemap method of the generator + */ + function CallBuildSitemap() { + if(GoogleSitemapGeneratorLoader::LoadPlugin()) { + $gs = &GoogleSitemapGenerator::GetInstance(); + $gs->BuildSitemap(); + } + } + + /** + * Invokes the CheckForManualBuild method of the generator + */ + function CallCheckForManualBuild() { + if(GoogleSitemapGeneratorLoader::LoadPlugin()) { + $gs = &GoogleSitemapGenerator::GetInstance(); + $gs->CheckForManualBuild(); + } + } + + /** + * Invokes the ShowPingResult method of the generator + */ + function CallShowPingResult() { + if(GoogleSitemapGeneratorLoader::LoadPlugin()) { + $gs = &GoogleSitemapGenerator::GetInstance(); + $gs->ShowPingResult(); + } + } + + + function CallHtmlShowHelpList($filterVal,$screen) { + + $id = get_plugin_page_hookname(GoogleSitemapGeneratorLoader::GetBaseName(),'options-general.php'); + + if($screen == $id) { + $links = array( + __('Plugin Homepage','sitemap')=>'http://www.arnebrachhold.de/redir/sitemap-help-home/', + __('My Sitemaps FAQ','sitemap')=>'http://www.arnebrachhold.de/redir/sitemap-help-faq/' + ); + + $filterVal[$id] = ''; + + $i=0; + foreach($links AS $text=>$url) { + $filterVal[$id].='' . $text . '' . ($i < (count($links)-1)?'
':'') ; + $i++; + } + } + return $filterVal; + } + + function CallDoRobots() { + if(GoogleSitemapGeneratorLoader::LoadPlugin()) { + $gs = &GoogleSitemapGenerator::GetInstance(); + $gs->DoRobots(); + } + } + + /** + * Loads the actual generator class and tries to raise the memory and time limits if not already done by WP + * + * @return boolean true if run successfully + */ + function LoadPlugin() { + + $mem = abs(intval(@ini_get('memory_limit'))); + if($mem && $mem < 64) { + @ini_set('memory_limit', '64M'); + } + + $time = abs(intval(@ini_get("max_execution_time"))); + if($time != 0 && $time < 120) { + @set_time_limit(120); + } + + if(!class_exists("GoogleSitemapGenerator")) { + + $path = trailingslashit(dirname(__FILE__)); + + if(!file_exists( $path . 'sitemap-core.php')) return false; + require_once($path. 'sitemap-core.php'); + } + + GoogleSitemapGenerator::Enable(); + return true; + } + + /** + * Returns the plugin basename of the plugin (using __FILE__) + * + * @return string The plugin basename, "sitemap" for example + */ + function GetBaseName() { + return plugin_basename(__FILE__); + } + + /** + * Returns the name of this loader script, using __FILE__ + * + * @return string The __FILE__ value of this loader script + */ + function GetPluginFile() { + return __FILE__; + } + + /** + * Returns the plugin version + * + * Uses the WP API to get the meta data from the top of this file (comment) + * + * @return string The version like 3.1.1 + */ + function GetVersion() { + if(!isset($GLOBALS["sm_version"])) { + if(!function_exists('get_plugin_data')) { + if(file_exists(ABSPATH . 'wp-admin/includes/plugin.php')) require_once(ABSPATH . 'wp-admin/includes/plugin.php'); //2.3+ + else if(file_exists(ABSPATH . 'wp-admin/admin-functions.php')) require_once(ABSPATH . 'wp-admin/admin-functions.php'); //2.1 + else return "0.ERROR"; + } + $data = get_plugin_data(__FILE__, false, false); + $GLOBALS["sm_version"] = $data['Version']; + } + return $GLOBALS["sm_version"]; + } +} + +//Enable the plugin for the init hook, but only if WP is loaded. Calling this php file directly will do nothing. +if(defined('ABSPATH') && defined('WPINC')) { + add_action("init",array("GoogleSitemapGeneratorLoader","Enable"),1000,0); +} +?> \ No newline at end of file diff --git a/plugins/google-sitemap-generator/sitemap.xsl b/plugins/google-sitemap-generator/sitemap.xsl new file mode 100644 index 0000000..1442976 --- /dev/null +++ b/plugins/google-sitemap-generator/sitemap.xsl @@ -0,0 +1,110 @@ + + + + + + + XML Sitemap + + + + +

XML Sitemap

+
+

+ This is a XML Sitemap which is supposed to be processed by search engines like Google, MSN Search and YAHOO.
+ It was generated using the Blogging-Software WordPress and the Google Sitemap Generator Plugin by Arne Brachhold.
+ You can find more information about XML sitemaps on sitemaps.org and Google's list of sitemap programs. +

+
+
+ + + + + + + + + + + + + high + + + + + + + +
URLPriorityChange FrequencyLastChange (GMT)
+ + + + + + + + + + + + +
+
+ + + +
+
\ No newline at end of file