Version Description
- 18.04.2013 =
- Update : The English language is updated in the plugin.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Google Sitemap by BestWebSoft |
Version | 2.7 |
Comparing to | |
See all releases |
Code changes from version 2.6 to 2.7
- google-sitemap-plugin.php +25 -25
- languages/sitemap-ar_AR.mo +0 -0
- languages/sitemap-ar_AR.po +112 -104
- languages/sitemap-es_ES.mo +0 -0
- languages/sitemap-es_ES.po +94 -60
- languages/sitemap-fr_FR.mo +0 -0
- languages/sitemap-fr_FR.po +115 -115
- languages/sitemap-ru_RU.mo +0 -0
- languages/sitemap-ru_RU.po +39 -38
- languages/sitemap-sr_RS.mo +0 -0
- languages/sitemap-sr_RS.po +50 -29
- readme.txt +46 -34
- screenshot-1.jpg +0 -0
- screenshot-2.jpg +0 -0
google-sitemap-plugin.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Google sitemap plugin
|
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Plugin to add google sitemap file in google webmaster tools account.
|
6 |
Author: BestWebSoft
|
7 |
-
Version: 2.
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
@@ -97,7 +97,7 @@ if( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
97 |
<?php foreach( $array_recomend as $recomend_plugin ) { ?>
|
98 |
<div style="float:left; width:200px;"><?php echo $recomend_plugin['title']; ?></div> <p><a href="<?php echo $recomend_plugin['link']; ?>" target="_blank"><?php echo __( "Read more", 'sitemap'); ?></a> <a href="<?php echo $recomend_plugin['href']; ?>" target="_blank"><?php echo __( "Download", 'sitemap'); ?></a> <a class="install-now" href="<?php echo get_bloginfo( "url" ) . $recomend_plugin['slug']; ?>" title="<?php esc_attr( sprintf( __( 'Install %s' ), $recomend_plugin['title'] ) ) ?>" target="_blank"><?php echo __( 'Install now from wordpress.org', 'sitemap' ) ?></a></p>
|
99 |
<?php } ?>
|
100 |
-
<span style="color: rgb(136, 136, 136); font-size: 10px;"><?php _e( 'If you have any questions, please contact us via plugin@bestwebsoft.com or fill
|
101 |
</div>
|
102 |
<?php } ?>
|
103 |
</div>
|
@@ -220,7 +220,7 @@ if ( !function_exists ( 'gglstmp_settings_page' ) ) {
|
|
220 |
$gglstmp_robots = get_option( 'gglstmp_robots' );
|
221 |
|
222 |
if( isset( $_POST['gglstmp_new'] ) && check_admin_referer( plugin_basename(__FILE__), 'gglstmp_nonce_name' ) ) {
|
223 |
-
$message = __( "Your
|
224 |
gglstmp_sitemapcreate();
|
225 |
}
|
226 |
if( isset( $_REQUEST['gglstmp_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'gglstmp_nonce_name' ) ) {
|
@@ -291,20 +291,20 @@ if ( !function_exists ( 'gglstmp_settings_page' ) ) {
|
|
291 |
<form action="admin.php?page=google-sitemap-plugin.php" method='post' id="gglstmp_auth" name="gglstmp_auth">
|
292 |
<?php //=============================== Creating sitemap file ====================================
|
293 |
if( file_exists( $url_sitemap ) ) {
|
294 |
-
echo "<p>". __( "The
|
295 |
}
|
296 |
else {
|
297 |
gglstmp_sitemapcreate();
|
298 |
-
echo "<p>".__( "Your
|
299 |
}
|
300 |
//========================================== Recreating sitemap file ====================================
|
301 |
if ( is_multisite() ) {
|
302 |
-
echo '<p>'. __( "If you
|
303 |
} else {
|
304 |
-
echo '<p>'. __( "If you
|
305 |
}
|
306 |
if ( ! function_exists( 'curl_init' ) ) {
|
307 |
-
echo '<p class="error">'. __( "This hosting
|
308 |
$curl_exist = 0;
|
309 |
}
|
310 |
else {
|
@@ -313,14 +313,14 @@ if ( !function_exists ( 'gglstmp_settings_page' ) ) {
|
|
313 |
<table class="form-table">
|
314 |
<tr valign="top">
|
315 |
<td colspan="2">
|
316 |
-
<input type='checkbox' name='gglstmp_new' value="1" /> <label for="gglstmp_new"><?php _e( "I want to create new
|
317 |
</td>
|
318 |
</tr>
|
319 |
<?php if ( is_multisite() ) { ?>
|
320 |
<tr valign="top">
|
321 |
<td colspan="2">
|
322 |
<input type='checkbox' disabled="disabled" name='gglstmp_checkbox' value="1" <?php if( $gglstmp_robots == 1 ) echo 'checked="checked"'; ?>/> <label for="gglstmp_checkbox"><?php _e( "I want to add sitemap file path in robots.txt", 'sitemap' );?></label>
|
323 |
-
<p style="color:red"><?php _e( "Since you
|
324 |
</td>
|
325 |
</tr>
|
326 |
<?php } else { ?>
|
@@ -331,7 +331,7 @@ if ( !function_exists ( 'gglstmp_settings_page' ) ) {
|
|
331 |
</tr>
|
332 |
<?php } ?>
|
333 |
<tr valign="top">
|
334 |
-
<th scope="row" colspan="2"><?php _e( 'Please choose the necessary post types
|
335 |
</tr>
|
336 |
<tr valign="top">
|
337 |
<td colspan="2">
|
@@ -344,7 +344,7 @@ if ( !function_exists ( 'gglstmp_settings_page' ) ) {
|
|
344 |
<?php if ( $curl_exist == 1 ) { ?>
|
345 |
<tr valign="top">
|
346 |
<td colspan="2">
|
347 |
-
<?php echo __( "
|
348 |
</td>
|
349 |
</tr>
|
350 |
<tr valign="top">
|
@@ -352,9 +352,9 @@ if ( !function_exists ( 'gglstmp_settings_page' ) ) {
|
|
352 |
<td>
|
353 |
<input type='text' name='gglstmp_email' value="<?php if( isset( $_REQUEST['gglstmp_email'] ) ) echo $_REQUEST['gglstmp_email']; ?>" /> <label for='gglstmp_email'><?php _e( "Login", 'sitemap' ); ?></label><br />
|
354 |
<input type='password' name='gglstmp_passwd' value="<?php if( isset( $_REQUEST['gglstmp_email'] ) ) echo $_REQUEST['gglstmp_email']; ?>" /> <label for='gglstmp_passwd'><?php _e( "Password", 'sitemap' ); ?></label><br />
|
355 |
-
<input type='radio' name='gglstmp_menu' value="ad" /> <label for='gglstmp_menu'><?php _e( "I want to add this site to
|
356 |
-
<input type='radio' name='gglstmp_menu' value="del" /> <label for='gglstmp_menu'><?php _e( "I want to delete this site from
|
357 |
-
<input type='radio' name='gglstmp_menu' value="inf" /> <label for='gglstmp_menu'><?php _e( "I want to get info about this site in
|
358 |
</td>
|
359 |
</tr>
|
360 |
<?php } ?>
|
@@ -369,10 +369,10 @@ if ( !function_exists ( 'gglstmp_settings_page' ) ) {
|
|
369 |
<?php
|
370 |
//================================ Different checks for the valid entering data ===================
|
371 |
if( isset( $_POST['gglstmp_menu'] ) && ( ! isset( $_POST['gglstmp_email'] ) || ! isset( $_POST['gglstmp_passwd'] ) || empty( $_POST['gglstmp_email'] ) || empty( $_POST['gglstmp_passwd'] ) ) ) { ?>
|
372 |
-
<script type = "text/javascript"> alert( "<?php _e( '
|
373 |
<?php }
|
374 |
else if( isset( $_POST['gglstmp_email'] ) && isset( $_POST['gglstmp_passwd'] ) && isset( $_POST['gglstmp_menu'] ) && $_POST['gglstmp_menu'] != "ad" && $_POST['gglstmp_menu'] != "del" && $_POST['gglstmp_menu'] != "inf" ) { ?>
|
375 |
-
<script type = "text/javascript"> alert( "<?php _e( 'You
|
376 |
<?php }
|
377 |
else if( isset( $_POST['gglstmp_email'] ) && isset( $_POST['gglstmp_passwd'] ) && isset( $_POST['gglstmp_menu'] ) && ! empty( $_POST['gglstmp_email'] ) && ! empty( $_POST['gglstmp_passwd'] )) {
|
378 |
// =================== Connecting to the google account =================
|
@@ -402,7 +402,7 @@ if ( !function_exists ( 'gglstmp_settings_page' ) ) {
|
|
402 |
$au = isset( $httpParsedResponseAr["Auth"] ) ? $httpParsedResponseAr["Auth"] : false;
|
403 |
if ( ! $au && ( $_POST['gglstmp_email'] ) && ( $_POST['gglstmp_passwd'] ) ) {
|
404 |
?>
|
405 |
-
<script type = "text/javascript"> alert( "<?php _e( 'Login and password
|
406 |
<?php
|
407 |
}
|
408 |
else {
|
@@ -485,9 +485,9 @@ if( ! function_exists( 'gglstmp_info_site' ) ) {
|
|
485 |
|
486 |
$hasilx = gglstmp_curl_funct( $au, $url_send . $url, "GET", false );
|
487 |
//========================= Getting info about site in google webmaster tools ====================
|
488 |
-
echo "<h2><br />". __( "
|
489 |
if ( $hasilx == "Site not found" ) {
|
490 |
-
echo __( "This site is not added to the
|
491 |
}
|
492 |
else {
|
493 |
$hasils = gglstmp_curl_funct( $au, $url_send . $url, "GET", false );
|
@@ -508,13 +508,13 @@ if( ! function_exists( 'gglstmp_info_site' ) ) {
|
|
508 |
if( "WT:SITEMAP-STATUS" == $val["tag"] )
|
509 |
$sit = $val["value"];
|
510 |
}
|
511 |
-
echo __( "Site
|
512 |
-
echo __( "Site verification:
|
513 |
if( "true" == $ver )
|
514 |
-
echo __( "
|
515 |
else
|
516 |
-
echo __( "
|
517 |
-
echo __( "Sitemap file:
|
518 |
if( $sit )
|
519 |
echo __( "added", 'sitemap') . "<br />";
|
520 |
else
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Plugin to add google sitemap file in google webmaster tools account.
|
6 |
Author: BestWebSoft
|
7 |
+
Version: 2.7
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
97 |
<?php foreach( $array_recomend as $recomend_plugin ) { ?>
|
98 |
<div style="float:left; width:200px;"><?php echo $recomend_plugin['title']; ?></div> <p><a href="<?php echo $recomend_plugin['link']; ?>" target="_blank"><?php echo __( "Read more", 'sitemap'); ?></a> <a href="<?php echo $recomend_plugin['href']; ?>" target="_blank"><?php echo __( "Download", 'sitemap'); ?></a> <a class="install-now" href="<?php echo get_bloginfo( "url" ) . $recomend_plugin['slug']; ?>" title="<?php esc_attr( sprintf( __( 'Install %s' ), $recomend_plugin['title'] ) ) ?>" target="_blank"><?php echo __( 'Install now from wordpress.org', 'sitemap' ) ?></a></p>
|
99 |
<?php } ?>
|
100 |
+
<span style="color: rgb(136, 136, 136); font-size: 10px;"><?php _e( 'If you have any questions, please contact us via plugin@bestwebsoft.com or fill out the contact form on our website', 'sitemap' ); ?> <a href="http://bestwebsoft.com/contact/">http://bestwebsoft.com/contact/</a></span>
|
101 |
</div>
|
102 |
<?php } ?>
|
103 |
</div>
|
220 |
$gglstmp_robots = get_option( 'gglstmp_robots' );
|
221 |
|
222 |
if( isset( $_POST['gglstmp_new'] ) && check_admin_referer( plugin_basename(__FILE__), 'gglstmp_nonce_name' ) ) {
|
223 |
+
$message = __( "Your Sitemap file is created in the site root directory.", 'sitemap' );
|
224 |
gglstmp_sitemapcreate();
|
225 |
}
|
226 |
if( isset( $_REQUEST['gglstmp_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'gglstmp_nonce_name' ) ) {
|
291 |
<form action="admin.php?page=google-sitemap-plugin.php" method='post' id="gglstmp_auth" name="gglstmp_auth">
|
292 |
<?php //=============================== Creating sitemap file ====================================
|
293 |
if( file_exists( $url_sitemap ) ) {
|
294 |
+
echo "<p>". __( "The Sitemap file already exists. If you would like to replace it with a new one, please choose the necessary box below. All other actions will overwrite the existing file.", 'sitemap' ) . "</p>";
|
295 |
}
|
296 |
else {
|
297 |
gglstmp_sitemapcreate();
|
298 |
+
echo "<p>".__( "Your Sitemap file is created in the site root directory.", 'sitemap' ) . "</p>";
|
299 |
}
|
300 |
//========================================== Recreating sitemap file ====================================
|
301 |
if ( is_multisite() ) {
|
302 |
+
echo '<p>'. __( "If you do not want a sitemap file to be added to Google Webmaster Tools automatically, you can do it using", 'sitemap' ) . " <a href=\"https://www.google.com/webmasters/tools/home?hl=en\">". __( "this", 'sitemap' ) . "</a> ". __( "link - sign in, choose the necessary site, go to 'Sitemaps' and fill out the mandatory field", 'sitemap' ) ." - '". $url_home."/sitemap_" . $home_url .".xml'.</p>";
|
303 |
} else {
|
304 |
+
echo '<p>'. __( "If you do not want a sitemap file to be added to Google Webmaster Tools automatically, you can do it using", 'sitemap' ) . " <a href=\"https://www.google.com/webmasters/tools/home?hl=en\">". __( "this", 'sitemap' ) . "</a> ". __( "link - sign in, choose the necessary site, go to 'Sitemaps' and fill out the mandatory field", 'sitemap' ) ." - '". $url_home."/sitemap.xml'.</p>";
|
305 |
}
|
306 |
if ( ! function_exists( 'curl_init' ) ) {
|
307 |
+
echo '<p class="error">'. __( "This hosting does not support сURL, so you cannot add a sitemap file automatically.", 'sitemap' ). "</p>";
|
308 |
$curl_exist = 0;
|
309 |
}
|
310 |
else {
|
313 |
<table class="form-table">
|
314 |
<tr valign="top">
|
315 |
<td colspan="2">
|
316 |
+
<input type='checkbox' name='gglstmp_new' value="1" /> <label for="gglstmp_new"><?php _e( "I want to create a new sitemap file or update the existing one", 'sitemap' ); ?></label>
|
317 |
</td>
|
318 |
</tr>
|
319 |
<?php if ( is_multisite() ) { ?>
|
320 |
<tr valign="top">
|
321 |
<td colspan="2">
|
322 |
<input type='checkbox' disabled="disabled" name='gglstmp_checkbox' value="1" <?php if( $gglstmp_robots == 1 ) echo 'checked="checked"'; ?>/> <label for="gglstmp_checkbox"><?php _e( "I want to add sitemap file path in robots.txt", 'sitemap' );?></label>
|
323 |
+
<p style="color:red"><?php _e( "Since you are using multisiting, the plugin does not allow to add a sitemap to robots.txt", 'sitemap' ); ?></div>
|
324 |
</td>
|
325 |
</tr>
|
326 |
<?php } else { ?>
|
331 |
</tr>
|
332 |
<?php } ?>
|
333 |
<tr valign="top">
|
334 |
+
<th scope="row" colspan="2"><?php _e( 'Please choose the necessary post types the links to which are to be added to the sitemap:', 'sitemap' ); ?> </th>
|
335 |
</tr>
|
336 |
<tr valign="top">
|
337 |
<td colspan="2">
|
344 |
<?php if ( $curl_exist == 1 ) { ?>
|
345 |
<tr valign="top">
|
346 |
<td colspan="2">
|
347 |
+
<?php echo __( "Please enter your Google account login and password in order to add or delete a site and a sitemap file automatically or get information about this site in Google Webmaster Tools.", 'sitemap' ); ?>
|
348 |
</td>
|
349 |
</tr>
|
350 |
<tr valign="top">
|
352 |
<td>
|
353 |
<input type='text' name='gglstmp_email' value="<?php if( isset( $_REQUEST['gglstmp_email'] ) ) echo $_REQUEST['gglstmp_email']; ?>" /> <label for='gglstmp_email'><?php _e( "Login", 'sitemap' ); ?></label><br />
|
354 |
<input type='password' name='gglstmp_passwd' value="<?php if( isset( $_REQUEST['gglstmp_email'] ) ) echo $_REQUEST['gglstmp_email']; ?>" /> <label for='gglstmp_passwd'><?php _e( "Password", 'sitemap' ); ?></label><br />
|
355 |
+
<input type='radio' name='gglstmp_menu' value="ad" /> <label for='gglstmp_menu'><?php _e( "I want to add this site to Google Webmaster Tools", 'sitemap' ); ?></label><br />
|
356 |
+
<input type='radio' name='gglstmp_menu' value="del" /> <label for='gglstmp_menu'><?php _e( "I want to delete this site from Google Webmaster Tools", 'sitemap' ); ?></label><br />
|
357 |
+
<input type='radio' name='gglstmp_menu' value="inf" /> <label for='gglstmp_menu'><?php _e( "I want to get info about this site in Google Webmaster Tools", 'sitemap' ); ?></label>
|
358 |
</td>
|
359 |
</tr>
|
360 |
<?php } ?>
|
369 |
<?php
|
370 |
//================================ Different checks for the valid entering data ===================
|
371 |
if( isset( $_POST['gglstmp_menu'] ) && ( ! isset( $_POST['gglstmp_email'] ) || ! isset( $_POST['gglstmp_passwd'] ) || empty( $_POST['gglstmp_email'] ) || empty( $_POST['gglstmp_passwd'] ) ) ) { ?>
|
372 |
+
<script type = "text/javascript"> alert( "<?php _e( 'Please enter your login and password', 'sitemap' ); ?>" ) </script>
|
373 |
<?php }
|
374 |
else if( isset( $_POST['gglstmp_email'] ) && isset( $_POST['gglstmp_passwd'] ) && isset( $_POST['gglstmp_menu'] ) && $_POST['gglstmp_menu'] != "ad" && $_POST['gglstmp_menu'] != "del" && $_POST['gglstmp_menu'] != "inf" ) { ?>
|
375 |
+
<script type = "text/javascript"> alert( "<?php _e( 'You should choose at least one action', 'sitemap' ); ?>" ) </script>
|
376 |
<?php }
|
377 |
else if( isset( $_POST['gglstmp_email'] ) && isset( $_POST['gglstmp_passwd'] ) && isset( $_POST['gglstmp_menu'] ) && ! empty( $_POST['gglstmp_email'] ) && ! empty( $_POST['gglstmp_passwd'] )) {
|
378 |
// =================== Connecting to the google account =================
|
402 |
$au = isset( $httpParsedResponseAr["Auth"] ) ? $httpParsedResponseAr["Auth"] : false;
|
403 |
if ( ! $au && ( $_POST['gglstmp_email'] ) && ( $_POST['gglstmp_passwd'] ) ) {
|
404 |
?>
|
405 |
+
<script type = "text/javascript"> alert( "<?php _e( 'Login and password do not match. Please try again', 'sitemap' ); ?>" ) </script>
|
406 |
<?php
|
407 |
}
|
408 |
else {
|
485 |
|
486 |
$hasilx = gglstmp_curl_funct( $au, $url_send . $url, "GET", false );
|
487 |
//========================= Getting info about site in google webmaster tools ====================
|
488 |
+
echo "<h2><br />". __( "I want to get info about this site in Google Webmaster Tools", 'sitemap') ."</h2><br />";
|
489 |
if ( $hasilx == "Site not found" ) {
|
490 |
+
echo __( "This site is not added to the Google Webmaster Tools account", 'sitemap');
|
491 |
}
|
492 |
else {
|
493 |
$hasils = gglstmp_curl_funct( $au, $url_send . $url, "GET", false );
|
508 |
if( "WT:SITEMAP-STATUS" == $val["tag"] )
|
509 |
$sit = $val["value"];
|
510 |
}
|
511 |
+
echo __( "Site URL:", 'sitemap') . ' ' . $url_home . "<br />";
|
512 |
+
echo __( "Site verification:", 'sitemap') . ' ';
|
513 |
if( "true" == $ver )
|
514 |
+
echo __( "verified", 'sitemap') . "<br />";
|
515 |
else
|
516 |
+
echo __( "not verified", 'sitemap') . "<br />";
|
517 |
+
echo __( "Sitemap file:", 'sitemap') . ' ';
|
518 |
if( $sit )
|
519 |
echo __( "added", 'sitemap') . "<br />";
|
520 |
else
|
languages/sitemap-ar_AR.mo
CHANGED
Binary file
|
languages/sitemap-ar_AR.po
CHANGED
@@ -2,222 +2,230 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google-sitemap-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-
|
6 |
-
"PO-Revision-Date: 2013-
|
7 |
-
"Last-Translator:
|
8 |
-
"Language-Team: Albayan Design, hani aladoli <info@albayan-design.com, "
|
9 |
-
"darkking8@gmail.com>\n"
|
10 |
-
"Language: ar\n"
|
11 |
"MIME-Version: 1.0\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
14 |
"X-Poedit-KeywordsList: __;_e\n"
|
15 |
"X-Poedit-Basepath: ..\n"
|
16 |
"X-Poedit-SourceCharset: utf-8\n"
|
17 |
"X-Generator: Poedit 1.5.4\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: google-sitemap-plugin.php:
|
21 |
msgid "Activated plugins"
|
22 |
msgstr "الاضافات المفعلة"
|
23 |
|
24 |
-
#: google-sitemap-plugin.php:
|
25 |
-
#: google-sitemap-plugin.php:
|
|
|
26 |
msgid "Read more"
|
27 |
msgstr "اقراء المزيد..."
|
28 |
|
29 |
-
#: google-sitemap-plugin.php:
|
|
|
30 |
msgid "Settings"
|
31 |
msgstr "الاعدادات"
|
32 |
|
33 |
-
#: google-sitemap-plugin.php:
|
34 |
msgid "Installed plugins"
|
35 |
msgstr "الاضافات المثبته"
|
36 |
|
37 |
-
#: google-sitemap-plugin.php:
|
38 |
msgid "Recommended plugins"
|
39 |
msgstr "اضافات موصي بها"
|
40 |
|
41 |
-
#: google-sitemap-plugin.php:
|
42 |
msgid "Download"
|
43 |
msgstr "تحميل"
|
44 |
|
45 |
-
#: google-sitemap-plugin.php:
|
46 |
#, php-format
|
47 |
msgid "Install %s"
|
48 |
msgstr "تثبيت %s"
|
49 |
|
50 |
-
#: google-sitemap-plugin.php:
|
51 |
msgid "Install now from wordpress.org"
|
52 |
msgstr "حملها الان من wordpress.org"
|
53 |
|
54 |
-
#: google-sitemap-plugin.php:
|
55 |
-
|
56 |
-
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
57 |
-
"
|
58 |
-
msgstr ""
|
59 |
-
"اذا كانت لديك اي اسئلة , الرجاء الاتصال بنا عبر البريد الالكتروني "
|
60 |
-
"plugin@bestwebsoft.com -"
|
61 |
|
62 |
-
#: google-sitemap-plugin.php:
|
63 |
msgid "BWS Plugins"
|
64 |
msgstr " اضافات BWS"
|
65 |
|
66 |
-
#: google-sitemap-plugin.php:
|
67 |
msgid "Google Sitemap Options"
|
68 |
msgstr "خيارات خرائط جوجل"
|
69 |
|
70 |
-
#: google-sitemap-plugin.php:
|
71 |
msgid "Google Sitemap"
|
72 |
msgstr "خرائط جوجل"
|
73 |
|
74 |
-
#: google-sitemap-plugin.php:
|
75 |
-
|
|
|
|
|
76 |
msgstr "تم إنشاء ملف Sitemap الخاص بك في الدليل الرئيسي للموقع."
|
77 |
|
78 |
-
#: google-sitemap-plugin.php:
|
79 |
msgid "Options saved."
|
80 |
msgstr "تم حفظ الخيارات."
|
81 |
|
82 |
-
#: google-sitemap-plugin.php:
|
83 |
msgid "Google Sitemap options"
|
84 |
msgstr "خيارات خرائط جوجل"
|
85 |
|
86 |
-
#: google-sitemap-plugin.php:
|
87 |
-
|
88 |
-
"The
|
89 |
-
"
|
90 |
-
"be performed over an existing file."
|
91 |
-
msgstr ""
|
92 |
-
"ملف الخريطة موجود مسبقاً . اذا كنت ترغب في انشاء خريطة جديدة قم بوضع علامة في "
|
93 |
-
"المربع ادناه , في حالة اخري جميع التغيرات سوف تعاد كتابتها فوق الملف الموجود "
|
94 |
-
"مسبقاُ ."
|
95 |
|
96 |
-
#: google-sitemap-plugin.php:
|
97 |
-
|
|
|
|
|
98 |
msgstr "إذا كنت لا ترغب في إضافة هذا الملف تلقائيا قد تذهب من خلال"
|
99 |
|
100 |
-
#: google-sitemap-plugin.php:
|
|
|
101 |
msgid "this"
|
102 |
msgstr "هذه"
|
103 |
|
104 |
-
#: google-sitemap-plugin.php:
|
105 |
-
|
106 |
-
|
107 |
-
"necessary field"
|
108 |
-
msgstr ""
|
109 |
-
"الرابط , تسجيل الدخول , اختياري الموقع ضاروري , اختيار الخرائط , و املاء "
|
110 |
-
"الحقول الضرورية"
|
111 |
|
112 |
-
#: google-sitemap-plugin.php:
|
113 |
-
|
114 |
-
"This hosting
|
115 |
-
"automatically"
|
116 |
msgstr "الاستضافة لا تدعم ( CURL ) اذاُ لا يمكنك اضافة ملف الخريطة تلقائياُ"
|
117 |
|
118 |
-
#: google-sitemap-plugin.php:
|
119 |
#, fuzzy
|
120 |
-
msgid "I want to create new
|
121 |
-
msgstr "ارغب في
|
122 |
|
123 |
-
#: google-sitemap-plugin.php:
|
|
|
124 |
msgid "I want to add sitemap file path in robots.txt"
|
125 |
msgstr "ارغب في اضافة مسار ملف الخريطة في robots.txt"
|
126 |
|
127 |
-
#: google-sitemap-plugin.php:
|
128 |
-
msgid ""
|
129 |
-
|
130 |
-
|
|
|
|
|
|
|
131 |
msgstr "الرجاء اختيار انواع المواضيع الضارورية لاضافة روابطها في الخريطة :"
|
132 |
|
133 |
-
#: google-sitemap-plugin.php:
|
134 |
-
|
135 |
-
"
|
136 |
-
"
|
137 |
-
"this site in google webmaster tools."
|
138 |
-
msgstr ""
|
139 |
-
"اكتب هنا اسم الدخول والرقم السري الخاصة بـحساب google webmaster tools - "
|
140 |
-
"للاضافة او حذف ملف الخريطة تلقائياً . او معرفة المعلومات عن هذه الموقع في "
|
141 |
-
"google webmaster tools"
|
142 |
|
143 |
-
#: google-sitemap-plugin.php:
|
144 |
msgid "Settings for remote work with google webmaster tools"
|
145 |
msgstr "الضبط للعمل عن بعد مع google webmaster tools"
|
146 |
|
147 |
-
#: google-sitemap-plugin.php:
|
148 |
msgid "Login"
|
149 |
msgstr "اسم الدخول"
|
150 |
|
151 |
-
#: google-sitemap-plugin.php:
|
152 |
msgid "Password"
|
153 |
msgstr "الرقم السري"
|
154 |
|
155 |
-
#: google-sitemap-plugin.php:
|
156 |
-
|
|
|
157 |
msgstr "ارغب في اضافة هذه الموقع في google webmaster tools"
|
158 |
|
159 |
-
#: google-sitemap-plugin.php:
|
160 |
-
|
|
|
161 |
msgstr "ارغب في حذف هذه الموقع من google webmaster tools"
|
162 |
|
163 |
-
#: google-sitemap-plugin.php:
|
164 |
-
|
|
|
|
|
165 |
msgstr "ارغب في الحصول علي البيانات هذه الموقع في google webmaster tools"
|
166 |
|
167 |
-
#: google-sitemap-plugin.php:
|
168 |
msgid "Save Changes"
|
169 |
msgstr "حفظ الاعدادات"
|
170 |
|
171 |
-
#: google-sitemap-plugin.php:
|
172 |
-
|
|
|
173 |
msgstr "يجب عليك كتابة اسم الدخول والرقم السري"
|
174 |
|
175 |
-
#: google-sitemap-plugin.php:
|
176 |
-
|
|
|
177 |
msgstr "يجب عليك اختيار عملية واحدة علي الاقل"
|
178 |
|
179 |
-
#: google-sitemap-plugin.php:
|
180 |
-
|
|
|
181 |
msgstr "اسم الدخول والرقم السري // غير مطابقة , الرجاء اعادة المحاولة مرة اخري"
|
182 |
|
183 |
-
#: google-sitemap-plugin.php:
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
#: google-sitemap-plugin.php:422
|
188 |
-
msgid "This site is not added to the google webmaster tools account"
|
189 |
msgstr "هذه الموقع غير مضاف الي حساب google webmaster tools"
|
190 |
|
191 |
-
#: google-sitemap-plugin.php:
|
192 |
-
|
|
|
193 |
msgstr "رابط الموقع :"
|
194 |
|
195 |
-
#: google-sitemap-plugin.php:
|
196 |
-
|
|
|
197 |
msgstr "كود التحقق لهذه الموقع :"
|
198 |
|
199 |
-
#: google-sitemap-plugin.php:
|
200 |
-
|
|
|
201 |
msgstr "التحقق"
|
202 |
|
203 |
-
#: google-sitemap-plugin.php:
|
204 |
-
|
|
|
205 |
msgstr "لا يوجد تحقق"
|
206 |
|
207 |
-
#: google-sitemap-plugin.php:
|
208 |
-
|
|
|
209 |
msgstr "ملف الخريطة :"
|
210 |
|
211 |
-
#: google-sitemap-plugin.php:
|
212 |
msgid "added"
|
213 |
msgstr "اضيفت"
|
214 |
|
215 |
-
#: google-sitemap-plugin.php:
|
216 |
msgid "not added"
|
217 |
msgstr "لم تضاف"
|
218 |
|
|
|
|
|
|
|
|
|
|
|
219 |
#~ msgid "Install Now"
|
220 |
#~ msgstr "تثبيت الان"
|
221 |
-
|
222 |
#~ msgid "Update"
|
223 |
#~ msgstr "تحديث"
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google-sitemap-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-04-18 09:38+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-04-18 09:38+0300\n"
|
7 |
+
"Last-Translator: \n"
|
8 |
+
"Language-Team: Albayan Design, hani aladoli <info@albayan-design.com, darkking8@gmail.com>\n"
|
|
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Language: ar\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: google-sitemap-plugin.php:80
|
20 |
msgid "Activated plugins"
|
21 |
msgstr "الاضافات المفعلة"
|
22 |
|
23 |
+
#: google-sitemap-plugin.php:82
|
24 |
+
#: google-sitemap-plugin.php:90
|
25 |
+
#: google-sitemap-plugin.php:98
|
26 |
msgid "Read more"
|
27 |
msgstr "اقراء المزيد..."
|
28 |
|
29 |
+
#: google-sitemap-plugin.php:82
|
30 |
+
#: google-sitemap-plugin.php:599
|
31 |
msgid "Settings"
|
32 |
msgstr "الاعدادات"
|
33 |
|
34 |
+
#: google-sitemap-plugin.php:88
|
35 |
msgid "Installed plugins"
|
36 |
msgstr "الاضافات المثبته"
|
37 |
|
38 |
+
#: google-sitemap-plugin.php:96
|
39 |
msgid "Recommended plugins"
|
40 |
msgstr "اضافات موصي بها"
|
41 |
|
42 |
+
#: google-sitemap-plugin.php:98
|
43 |
msgid "Download"
|
44 |
msgstr "تحميل"
|
45 |
|
46 |
+
#: google-sitemap-plugin.php:98
|
47 |
#, php-format
|
48 |
msgid "Install %s"
|
49 |
msgstr "تثبيت %s"
|
50 |
|
51 |
+
#: google-sitemap-plugin.php:98
|
52 |
msgid "Install now from wordpress.org"
|
53 |
msgstr "حملها الان من wordpress.org"
|
54 |
|
55 |
+
#: google-sitemap-plugin.php:100
|
56 |
+
#, fuzzy
|
57 |
+
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
|
58 |
+
msgstr "اذا كانت لديك اي اسئلة , الرجاء الاتصال بنا عبر البريد الالكتروني plugin@bestwebsoft.com -"
|
|
|
|
|
|
|
59 |
|
60 |
+
#: google-sitemap-plugin.php:111
|
61 |
msgid "BWS Plugins"
|
62 |
msgstr " اضافات BWS"
|
63 |
|
64 |
+
#: google-sitemap-plugin.php:112
|
65 |
msgid "Google Sitemap Options"
|
66 |
msgstr "خيارات خرائط جوجل"
|
67 |
|
68 |
+
#: google-sitemap-plugin.php:112
|
69 |
msgid "Google Sitemap"
|
70 |
msgstr "خرائط جوجل"
|
71 |
|
72 |
+
#: google-sitemap-plugin.php:223
|
73 |
+
#: google-sitemap-plugin.php:298
|
74 |
+
#, fuzzy
|
75 |
+
msgid "Your Sitemap file is created in the site root directory."
|
76 |
msgstr "تم إنشاء ملف Sitemap الخاص بك في الدليل الرئيسي للموقع."
|
77 |
|
78 |
+
#: google-sitemap-plugin.php:229
|
79 |
msgid "Options saved."
|
80 |
msgstr "تم حفظ الخيارات."
|
81 |
|
82 |
+
#: google-sitemap-plugin.php:289
|
83 |
msgid "Google Sitemap options"
|
84 |
msgstr "خيارات خرائط جوجل"
|
85 |
|
86 |
+
#: google-sitemap-plugin.php:294
|
87 |
+
#, fuzzy
|
88 |
+
msgid "The Sitemap file already exists. If you would like to replace it with a new one, please choose the necessary box below. All other actions will overwrite the existing file."
|
89 |
+
msgstr "ملف الخريطة موجود مسبقاً . اذا كنت ترغب في انشاء خريطة جديدة قم بوضع علامة في المربع ادناه , في حالة اخري جميع التغيرات سوف تعاد كتابتها فوق الملف الموجود مسبقاُ ."
|
|
|
|
|
|
|
|
|
|
|
90 |
|
91 |
+
#: google-sitemap-plugin.php:302
|
92 |
+
#: google-sitemap-plugin.php:304
|
93 |
+
#, fuzzy
|
94 |
+
msgid "If you do not want a sitemap file to be added to Google Webmaster Tools automatically, you can do it using"
|
95 |
msgstr "إذا كنت لا ترغب في إضافة هذا الملف تلقائيا قد تذهب من خلال"
|
96 |
|
97 |
+
#: google-sitemap-plugin.php:302
|
98 |
+
#: google-sitemap-plugin.php:304
|
99 |
msgid "this"
|
100 |
msgstr "هذه"
|
101 |
|
102 |
+
#: google-sitemap-plugin.php:302
|
103 |
+
#: google-sitemap-plugin.php:304
|
104 |
+
#, fuzzy
|
105 |
+
msgid "link - sign in, choose the necessary site, go to 'Sitemaps' and fill out the mandatory field"
|
106 |
+
msgstr "الرابط , تسجيل الدخول , اختياري الموقع ضاروري , اختيار الخرائط , و املاء الحقول الضرورية"
|
|
|
|
|
107 |
|
108 |
+
#: google-sitemap-plugin.php:307
|
109 |
+
#, fuzzy
|
110 |
+
msgid "This hosting does not support сURL, so you cannot add a sitemap file automatically"
|
|
|
111 |
msgstr "الاستضافة لا تدعم ( CURL ) اذاُ لا يمكنك اضافة ملف الخريطة تلقائياُ"
|
112 |
|
113 |
+
#: google-sitemap-plugin.php:316
|
114 |
#, fuzzy
|
115 |
+
msgid "I want to create a new sitemap file or update the existing one"
|
116 |
+
msgstr "ارغب في اضافة مسار ملف الخريطة في robots.txt"
|
117 |
|
118 |
+
#: google-sitemap-plugin.php:322
|
119 |
+
#: google-sitemap-plugin.php:329
|
120 |
msgid "I want to add sitemap file path in robots.txt"
|
121 |
msgstr "ارغب في اضافة مسار ملف الخريطة في robots.txt"
|
122 |
|
123 |
+
#: google-sitemap-plugin.php:323
|
124 |
+
msgid "Since you are using multisiting, the plugin does not allow to add a sitemap to robots.txt"
|
125 |
+
msgstr ""
|
126 |
+
|
127 |
+
#: google-sitemap-plugin.php:334
|
128 |
+
#, fuzzy
|
129 |
+
msgid "Please choose the necessary post types the links to which are to be added to the sitemap:"
|
130 |
msgstr "الرجاء اختيار انواع المواضيع الضارورية لاضافة روابطها في الخريطة :"
|
131 |
|
132 |
+
#: google-sitemap-plugin.php:347
|
133 |
+
#, fuzzy
|
134 |
+
msgid "Please enter your Google account login and password in order to add or delete a site and a sitemap file automatically or get information about this site in Google Webmaster Tools."
|
135 |
+
msgstr "اكتب هنا اسم الدخول والرقم السري الخاصة بـحساب google webmaster tools - للاضافة او حذف ملف الخريطة تلقائياً . او معرفة المعلومات عن هذه الموقع في google webmaster tools"
|
|
|
|
|
|
|
|
|
|
|
136 |
|
137 |
+
#: google-sitemap-plugin.php:351
|
138 |
msgid "Settings for remote work with google webmaster tools"
|
139 |
msgstr "الضبط للعمل عن بعد مع google webmaster tools"
|
140 |
|
141 |
+
#: google-sitemap-plugin.php:353
|
142 |
msgid "Login"
|
143 |
msgstr "اسم الدخول"
|
144 |
|
145 |
+
#: google-sitemap-plugin.php:354
|
146 |
msgid "Password"
|
147 |
msgstr "الرقم السري"
|
148 |
|
149 |
+
#: google-sitemap-plugin.php:355
|
150 |
+
#, fuzzy
|
151 |
+
msgid "I want to add this site to Google Webmaster Tools"
|
152 |
msgstr "ارغب في اضافة هذه الموقع في google webmaster tools"
|
153 |
|
154 |
+
#: google-sitemap-plugin.php:356
|
155 |
+
#, fuzzy
|
156 |
+
msgid "I want to delete this site from Google Webmaster Tools"
|
157 |
msgstr "ارغب في حذف هذه الموقع من google webmaster tools"
|
158 |
|
159 |
+
#: google-sitemap-plugin.php:357
|
160 |
+
#: google-sitemap-plugin.php:488
|
161 |
+
#, fuzzy
|
162 |
+
msgid "I want to get info about this site in Google Webmaster Tools"
|
163 |
msgstr "ارغب في الحصول علي البيانات هذه الموقع في google webmaster tools"
|
164 |
|
165 |
+
#: google-sitemap-plugin.php:364
|
166 |
msgid "Save Changes"
|
167 |
msgstr "حفظ الاعدادات"
|
168 |
|
169 |
+
#: google-sitemap-plugin.php:372
|
170 |
+
#, fuzzy
|
171 |
+
msgid "Please enter your login and password"
|
172 |
msgstr "يجب عليك كتابة اسم الدخول والرقم السري"
|
173 |
|
174 |
+
#: google-sitemap-plugin.php:375
|
175 |
+
#, fuzzy
|
176 |
+
msgid "You should choose at least one action"
|
177 |
msgstr "يجب عليك اختيار عملية واحدة علي الاقل"
|
178 |
|
179 |
+
#: google-sitemap-plugin.php:405
|
180 |
+
#, fuzzy
|
181 |
+
msgid "Login and password do not match. Please try again"
|
182 |
msgstr "اسم الدخول والرقم السري // غير مطابقة , الرجاء اعادة المحاولة مرة اخري"
|
183 |
|
184 |
+
#: google-sitemap-plugin.php:490
|
185 |
+
#, fuzzy
|
186 |
+
msgid "This site is not added to the Google Webmaster Tools account"
|
|
|
|
|
|
|
187 |
msgstr "هذه الموقع غير مضاف الي حساب google webmaster tools"
|
188 |
|
189 |
+
#: google-sitemap-plugin.php:511
|
190 |
+
#, fuzzy
|
191 |
+
msgid "Site URL:"
|
192 |
msgstr "رابط الموقع :"
|
193 |
|
194 |
+
#: google-sitemap-plugin.php:512
|
195 |
+
#, fuzzy
|
196 |
+
msgid "Site verification:"
|
197 |
msgstr "كود التحقق لهذه الموقع :"
|
198 |
|
199 |
+
#: google-sitemap-plugin.php:514
|
200 |
+
#, fuzzy
|
201 |
+
msgid "verified"
|
202 |
msgstr "التحقق"
|
203 |
|
204 |
+
#: google-sitemap-plugin.php:516
|
205 |
+
#, fuzzy
|
206 |
+
msgid "not verified"
|
207 |
msgstr "لا يوجد تحقق"
|
208 |
|
209 |
+
#: google-sitemap-plugin.php:517
|
210 |
+
#, fuzzy
|
211 |
+
msgid "Sitemap file:"
|
212 |
msgstr "ملف الخريطة :"
|
213 |
|
214 |
+
#: google-sitemap-plugin.php:519
|
215 |
msgid "added"
|
216 |
msgstr "اضيفت"
|
217 |
|
218 |
+
#: google-sitemap-plugin.php:521
|
219 |
msgid "not added"
|
220 |
msgstr "لم تضاف"
|
221 |
|
222 |
+
#, fuzzy
|
223 |
+
#~ msgid "I want to create new / update manualy sitemap file"
|
224 |
+
#~ msgstr "ارغب في انشاء خريطة جديدة"
|
225 |
+
#~ msgid "Info about this site in google webmaster tools"
|
226 |
+
#~ msgstr "المعلومات عن هذه الموقع في google webmaster tools"
|
227 |
#~ msgid "Install Now"
|
228 |
#~ msgstr "تثبيت الان"
|
|
|
229 |
#~ msgid "Update"
|
230 |
#~ msgstr "تحديث"
|
231 |
+
|
languages/sitemap-es_ES.mo
CHANGED
Binary file
|
languages/sitemap-es_ES.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google-sitemap-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-
|
6 |
-
"PO-Revision-Date: 2013-
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Fernando De León <mrjosefernando@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -27,7 +27,7 @@ msgid "Read more"
|
|
27 |
msgstr "Leer más"
|
28 |
|
29 |
#: google-sitemap-plugin.php:82
|
30 |
-
#: google-sitemap-plugin.php:
|
31 |
msgid "Settings"
|
32 |
msgstr "Configuración"
|
33 |
|
@@ -53,7 +53,8 @@ msgid "Install now from wordpress.org"
|
|
53 |
msgstr "Instalar desde wordpress.org"
|
54 |
|
55 |
#: google-sitemap-plugin.php:100
|
56 |
-
|
|
|
57 |
msgstr "Si usted tiene alguna pregunta, comuníquese con nosotros vía plugin@bestwebsoft.com o rellene nuestro formulario de contacto en nuestro sitio"
|
58 |
|
59 |
#: google-sitemap-plugin.php:111
|
@@ -68,131 +69,164 @@ msgstr "Ajustes de Mapa del Sitio de Google"
|
|
68 |
msgid "Google Sitemap"
|
69 |
msgstr "Mapa del Sitio de Google"
|
70 |
|
71 |
-
#: google-sitemap-plugin.php:
|
72 |
-
#: google-sitemap-plugin.php:
|
73 |
-
|
|
|
74 |
msgstr "El archivo del mapa del sitio se crea en el directorio raíz del sitio. "
|
75 |
|
76 |
-
#: google-sitemap-plugin.php:
|
77 |
msgid "Options saved."
|
78 |
msgstr "Configuración guardada !!"
|
79 |
|
80 |
-
#: google-sitemap-plugin.php:
|
81 |
msgid "Google Sitemap options"
|
82 |
msgstr "Opciones del Mapa del Sitio"
|
83 |
|
84 |
-
#: google-sitemap-plugin.php:
|
85 |
-
|
|
|
86 |
msgstr "Ya existe el archivo sitemap. si desea cambiarlo por otro es necesario marcar la casilla de abajo para crear el archivo. o usted lo puede hacer con un archivo que ya exista."
|
87 |
|
88 |
-
#: google-sitemap-plugin.php:
|
89 |
-
|
|
|
|
|
90 |
msgstr "Si no quiere guardar este archivo se puede ir automáticamente a través de par"
|
91 |
|
92 |
-
#: google-sitemap-plugin.php:
|
|
|
93 |
msgid "this"
|
94 |
msgstr "este"
|
95 |
|
96 |
-
#: google-sitemap-plugin.php:
|
97 |
-
|
|
|
|
|
98 |
msgstr "link, registro, seleccione el sitio necesario, el \"Sitemaps\" y escriba el campo cecesario"
|
99 |
|
100 |
-
#: google-sitemap-plugin.php:
|
101 |
-
|
|
|
102 |
msgstr "Este alojamiento no es compatible con CURL, por lo que no se puede añadir archivos al Mapa del sitio automáticamente"
|
103 |
|
104 |
-
#: google-sitemap-plugin.php:
|
105 |
-
|
106 |
-
|
|
|
107 |
|
108 |
-
#: google-sitemap-plugin.php:
|
|
|
109 |
msgid "I want to add sitemap file path in robots.txt"
|
110 |
msgstr "Quiero añadir el Mapa del sitio ruta del archivo en robots.txt"
|
111 |
|
112 |
-
#: google-sitemap-plugin.php:
|
113 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
114 |
msgstr "Por favor, seleccione los tipos de publicaciones necesarios para agregar en el mapa del sitio:"
|
115 |
|
116 |
-
#: google-sitemap-plugin.php:
|
117 |
-
|
|
|
118 |
msgstr "Escriba aquí su nombre de usuario y contraseña de Herramientas para Webmasters de Google para agregar o eliminar el sitio y el archivo del mapa de forma automática o para obtener información de este sitio en Herramientas para Webmasters de Google."
|
119 |
|
120 |
-
#: google-sitemap-plugin.php:
|
121 |
msgid "Settings for remote work with google webmaster tools"
|
122 |
msgstr "Ajustes para el trabajo a distancia con Herramientas para Webmasters de Google"
|
123 |
|
124 |
-
#: google-sitemap-plugin.php:
|
125 |
msgid "Login"
|
126 |
msgstr "Cuenta"
|
127 |
|
128 |
-
#: google-sitemap-plugin.php:
|
129 |
msgid "Password"
|
130 |
msgstr "Contraseña"
|
131 |
|
132 |
-
#: google-sitemap-plugin.php:
|
133 |
-
|
|
|
134 |
msgstr "Quiero añadir este sitio a las Herramientas para Webmasters de Google"
|
135 |
|
136 |
-
#: google-sitemap-plugin.php:
|
137 |
-
|
|
|
138 |
msgstr "Quiero quitar a este sitio desde Herramientas para Webmasters de Google"
|
139 |
|
140 |
-
#: google-sitemap-plugin.php:
|
141 |
-
|
|
|
|
|
142 |
msgstr "Quiero ver información acerca de este sitio en Herramientas para Webmasters de Google"
|
143 |
|
144 |
-
#: google-sitemap-plugin.php:
|
145 |
msgid "Save Changes"
|
146 |
msgstr "Guardar Configuración"
|
147 |
|
148 |
-
#: google-sitemap-plugin.php:
|
149 |
-
|
|
|
150 |
msgstr "Debe introducir nombre de usuario y contraseña"
|
151 |
|
152 |
-
#: google-sitemap-plugin.php:
|
153 |
-
|
|
|
154 |
msgstr "Debe elegir al menos una acción"
|
155 |
|
156 |
-
#: google-sitemap-plugin.php:
|
157 |
-
|
|
|
158 |
msgstr "El nombre de usuario y/o contraseña está(n) mal, por favor, intenta de nuevo"
|
159 |
|
160 |
-
#: google-sitemap-plugin.php:
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
#: google-sitemap-plugin.php:423
|
165 |
-
msgid "This site is not added to the google webmaster tools account"
|
166 |
msgstr "Este sitio no está agregado a su cuenta de Herramientas para Webmasters de Google"
|
167 |
|
168 |
-
#: google-sitemap-plugin.php:
|
169 |
-
|
|
|
170 |
msgstr "URL del sitio: "
|
171 |
|
172 |
-
#: google-sitemap-plugin.php:
|
173 |
-
|
|
|
174 |
msgstr "Verificación del sitio: "
|
175 |
|
176 |
-
#: google-sitemap-plugin.php:
|
177 |
-
|
|
|
178 |
msgstr "verificado"
|
179 |
|
180 |
-
#: google-sitemap-plugin.php:
|
181 |
-
|
|
|
182 |
msgstr "no verificado"
|
183 |
|
184 |
-
#: google-sitemap-plugin.php:
|
185 |
-
|
|
|
186 |
msgstr "Archivo del Mapa del Sitio: "
|
187 |
|
188 |
-
#: google-sitemap-plugin.php:
|
189 |
msgid "added"
|
190 |
msgstr "agregado"
|
191 |
|
192 |
-
#: google-sitemap-plugin.php:
|
193 |
msgid "not added"
|
194 |
msgstr "no agregado"
|
195 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
196 |
#~ msgid "Install Now"
|
197 |
#~ msgstr "Instalar Ahora"
|
198 |
#~ msgid "Update"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google-sitemap-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-04-18 09:38+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-04-18 09:38+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Fernando De León <mrjosefernando@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
27 |
msgstr "Leer más"
|
28 |
|
29 |
#: google-sitemap-plugin.php:82
|
30 |
+
#: google-sitemap-plugin.php:599
|
31 |
msgid "Settings"
|
32 |
msgstr "Configuración"
|
33 |
|
53 |
msgstr "Instalar desde wordpress.org"
|
54 |
|
55 |
#: google-sitemap-plugin.php:100
|
56 |
+
#, fuzzy
|
57 |
+
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
|
58 |
msgstr "Si usted tiene alguna pregunta, comuníquese con nosotros vía plugin@bestwebsoft.com o rellene nuestro formulario de contacto en nuestro sitio"
|
59 |
|
60 |
#: google-sitemap-plugin.php:111
|
69 |
msgid "Google Sitemap"
|
70 |
msgstr "Mapa del Sitio de Google"
|
71 |
|
72 |
+
#: google-sitemap-plugin.php:223
|
73 |
+
#: google-sitemap-plugin.php:298
|
74 |
+
#, fuzzy
|
75 |
+
msgid "Your Sitemap file is created in the site root directory."
|
76 |
msgstr "El archivo del mapa del sitio se crea en el directorio raíz del sitio. "
|
77 |
|
78 |
+
#: google-sitemap-plugin.php:229
|
79 |
msgid "Options saved."
|
80 |
msgstr "Configuración guardada !!"
|
81 |
|
82 |
+
#: google-sitemap-plugin.php:289
|
83 |
msgid "Google Sitemap options"
|
84 |
msgstr "Opciones del Mapa del Sitio"
|
85 |
|
86 |
+
#: google-sitemap-plugin.php:294
|
87 |
+
#, fuzzy
|
88 |
+
msgid "The Sitemap file already exists. If you would like to replace it with a new one, please choose the necessary box below. All other actions will overwrite the existing file."
|
89 |
msgstr "Ya existe el archivo sitemap. si desea cambiarlo por otro es necesario marcar la casilla de abajo para crear el archivo. o usted lo puede hacer con un archivo que ya exista."
|
90 |
|
91 |
+
#: google-sitemap-plugin.php:302
|
92 |
+
#: google-sitemap-plugin.php:304
|
93 |
+
#, fuzzy
|
94 |
+
msgid "If you do not want a sitemap file to be added to Google Webmaster Tools automatically, you can do it using"
|
95 |
msgstr "Si no quiere guardar este archivo se puede ir automáticamente a través de par"
|
96 |
|
97 |
+
#: google-sitemap-plugin.php:302
|
98 |
+
#: google-sitemap-plugin.php:304
|
99 |
msgid "this"
|
100 |
msgstr "este"
|
101 |
|
102 |
+
#: google-sitemap-plugin.php:302
|
103 |
+
#: google-sitemap-plugin.php:304
|
104 |
+
#, fuzzy
|
105 |
+
msgid "link - sign in, choose the necessary site, go to 'Sitemaps' and fill out the mandatory field"
|
106 |
msgstr "link, registro, seleccione el sitio necesario, el \"Sitemaps\" y escriba el campo cecesario"
|
107 |
|
108 |
+
#: google-sitemap-plugin.php:307
|
109 |
+
#, fuzzy
|
110 |
+
msgid "This hosting does not support сURL, so you cannot add a sitemap file automatically"
|
111 |
msgstr "Este alojamiento no es compatible con CURL, por lo que no se puede añadir archivos al Mapa del sitio automáticamente"
|
112 |
|
113 |
+
#: google-sitemap-plugin.php:316
|
114 |
+
#, fuzzy
|
115 |
+
msgid "I want to create a new sitemap file or update the existing one"
|
116 |
+
msgstr "Quiero añadir el Mapa del sitio ruta del archivo en robots.txt"
|
117 |
|
118 |
+
#: google-sitemap-plugin.php:322
|
119 |
+
#: google-sitemap-plugin.php:329
|
120 |
msgid "I want to add sitemap file path in robots.txt"
|
121 |
msgstr "Quiero añadir el Mapa del sitio ruta del archivo en robots.txt"
|
122 |
|
123 |
+
#: google-sitemap-plugin.php:323
|
124 |
+
msgid "Since you are using multisiting, the plugin does not allow to add a sitemap to robots.txt"
|
125 |
+
msgstr ""
|
126 |
+
|
127 |
+
#: google-sitemap-plugin.php:334
|
128 |
+
#, fuzzy
|
129 |
+
msgid "Please choose the necessary post types the links to which are to be added to the sitemap:"
|
130 |
msgstr "Por favor, seleccione los tipos de publicaciones necesarios para agregar en el mapa del sitio:"
|
131 |
|
132 |
+
#: google-sitemap-plugin.php:347
|
133 |
+
#, fuzzy
|
134 |
+
msgid "Please enter your Google account login and password in order to add or delete a site and a sitemap file automatically or get information about this site in Google Webmaster Tools."
|
135 |
msgstr "Escriba aquí su nombre de usuario y contraseña de Herramientas para Webmasters de Google para agregar o eliminar el sitio y el archivo del mapa de forma automática o para obtener información de este sitio en Herramientas para Webmasters de Google."
|
136 |
|
137 |
+
#: google-sitemap-plugin.php:351
|
138 |
msgid "Settings for remote work with google webmaster tools"
|
139 |
msgstr "Ajustes para el trabajo a distancia con Herramientas para Webmasters de Google"
|
140 |
|
141 |
+
#: google-sitemap-plugin.php:353
|
142 |
msgid "Login"
|
143 |
msgstr "Cuenta"
|
144 |
|
145 |
+
#: google-sitemap-plugin.php:354
|
146 |
msgid "Password"
|
147 |
msgstr "Contraseña"
|
148 |
|
149 |
+
#: google-sitemap-plugin.php:355
|
150 |
+
#, fuzzy
|
151 |
+
msgid "I want to add this site to Google Webmaster Tools"
|
152 |
msgstr "Quiero añadir este sitio a las Herramientas para Webmasters de Google"
|
153 |
|
154 |
+
#: google-sitemap-plugin.php:356
|
155 |
+
#, fuzzy
|
156 |
+
msgid "I want to delete this site from Google Webmaster Tools"
|
157 |
msgstr "Quiero quitar a este sitio desde Herramientas para Webmasters de Google"
|
158 |
|
159 |
+
#: google-sitemap-plugin.php:357
|
160 |
+
#: google-sitemap-plugin.php:488
|
161 |
+
#, fuzzy
|
162 |
+
msgid "I want to get info about this site in Google Webmaster Tools"
|
163 |
msgstr "Quiero ver información acerca de este sitio en Herramientas para Webmasters de Google"
|
164 |
|
165 |
+
#: google-sitemap-plugin.php:364
|
166 |
msgid "Save Changes"
|
167 |
msgstr "Guardar Configuración"
|
168 |
|
169 |
+
#: google-sitemap-plugin.php:372
|
170 |
+
#, fuzzy
|
171 |
+
msgid "Please enter your login and password"
|
172 |
msgstr "Debe introducir nombre de usuario y contraseña"
|
173 |
|
174 |
+
#: google-sitemap-plugin.php:375
|
175 |
+
#, fuzzy
|
176 |
+
msgid "You should choose at least one action"
|
177 |
msgstr "Debe elegir al menos una acción"
|
178 |
|
179 |
+
#: google-sitemap-plugin.php:405
|
180 |
+
#, fuzzy
|
181 |
+
msgid "Login and password do not match. Please try again"
|
182 |
msgstr "El nombre de usuario y/o contraseña está(n) mal, por favor, intenta de nuevo"
|
183 |
|
184 |
+
#: google-sitemap-plugin.php:490
|
185 |
+
#, fuzzy
|
186 |
+
msgid "This site is not added to the Google Webmaster Tools account"
|
|
|
|
|
|
|
187 |
msgstr "Este sitio no está agregado a su cuenta de Herramientas para Webmasters de Google"
|
188 |
|
189 |
+
#: google-sitemap-plugin.php:511
|
190 |
+
#, fuzzy
|
191 |
+
msgid "Site URL:"
|
192 |
msgstr "URL del sitio: "
|
193 |
|
194 |
+
#: google-sitemap-plugin.php:512
|
195 |
+
#, fuzzy
|
196 |
+
msgid "Site verification:"
|
197 |
msgstr "Verificación del sitio: "
|
198 |
|
199 |
+
#: google-sitemap-plugin.php:514
|
200 |
+
#, fuzzy
|
201 |
+
msgid "verified"
|
202 |
msgstr "verificado"
|
203 |
|
204 |
+
#: google-sitemap-plugin.php:516
|
205 |
+
#, fuzzy
|
206 |
+
msgid "not verified"
|
207 |
msgstr "no verificado"
|
208 |
|
209 |
+
#: google-sitemap-plugin.php:517
|
210 |
+
#, fuzzy
|
211 |
+
msgid "Sitemap file:"
|
212 |
msgstr "Archivo del Mapa del Sitio: "
|
213 |
|
214 |
+
#: google-sitemap-plugin.php:519
|
215 |
msgid "added"
|
216 |
msgstr "agregado"
|
217 |
|
218 |
+
#: google-sitemap-plugin.php:521
|
219 |
msgid "not added"
|
220 |
msgstr "no agregado"
|
221 |
|
222 |
+
#~ msgid "I want to create new / update manualy sitemap file"
|
223 |
+
#~ msgstr ""
|
224 |
+
#~ "Quiero crear un nuevo o actualizar manualmente el fichero del Mapa del "
|
225 |
+
#~ "Sitio"
|
226 |
+
#~ msgid "Info about this site in google webmaster tools"
|
227 |
+
#~ msgstr ""
|
228 |
+
#~ "Información acerca de este sitio en Herramientas para Webmasters "
|
229 |
+
#~ "de Google"
|
230 |
#~ msgid "Install Now"
|
231 |
#~ msgstr "Instalar Ahora"
|
232 |
#~ msgid "Update"
|
languages/sitemap-fr_FR.mo
CHANGED
Binary file
|
languages/sitemap-fr_FR.po
CHANGED
@@ -2,230 +2,230 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google-sitemap-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-
|
6 |
-
"PO-Revision-Date: 2013-
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Jeff <paillat.jeff@gmail.com>\n"
|
9 |
-
"Language: ru_RU\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: google-sitemap-plugin.php:
|
20 |
msgid "Activated plugins"
|
21 |
msgstr "Plugins activés"
|
22 |
|
23 |
-
#: google-sitemap-plugin.php:
|
24 |
-
#: google-sitemap-plugin.php:
|
|
|
25 |
msgid "Read more"
|
26 |
msgstr "Lire la suite"
|
27 |
|
28 |
-
#: google-sitemap-plugin.php:
|
|
|
29 |
msgid "Settings"
|
30 |
msgstr "Paramètres"
|
31 |
|
32 |
-
#: google-sitemap-plugin.php:
|
33 |
msgid "Installed plugins"
|
34 |
msgstr "Plugins installés"
|
35 |
|
36 |
-
#: google-sitemap-plugin.php:
|
37 |
msgid "Recommended plugins"
|
38 |
msgstr "Plugins recommandés"
|
39 |
|
40 |
-
#: google-sitemap-plugin.php:
|
41 |
msgid "Download"
|
42 |
msgstr "Télécharger"
|
43 |
|
44 |
-
#: google-sitemap-plugin.php:
|
45 |
#, php-format
|
46 |
msgid "Install %s"
|
47 |
msgstr "Installer %s"
|
48 |
|
49 |
-
#: google-sitemap-plugin.php:
|
50 |
msgid "Install now from wordpress.org"
|
51 |
msgstr "Installer maintenant de wordpress.org"
|
52 |
|
53 |
-
#: google-sitemap-plugin.php:
|
54 |
-
|
55 |
-
"If you have any questions, please contact us via plugin@bestwebsoft.com or "
|
56 |
-
"
|
57 |
-
msgstr ""
|
58 |
-
"Si vous avez des questions, s'il vous plaît contactez-nous via "
|
59 |
-
"plugin@bestwebsoft.com ou remplissez notre formulaire de contact sur notre "
|
60 |
-
"site"
|
61 |
|
62 |
-
#: google-sitemap-plugin.php:
|
63 |
msgid "BWS Plugins"
|
64 |
msgstr "Plugins BWS"
|
65 |
|
66 |
-
#: google-sitemap-plugin.php:
|
67 |
msgid "Google Sitemap Options"
|
68 |
msgstr "Options de Google Sitemap"
|
69 |
|
70 |
-
#: google-sitemap-plugin.php:
|
71 |
msgid "Google Sitemap"
|
72 |
msgstr "Google Sitemap"
|
73 |
|
74 |
-
#: google-sitemap-plugin.php:
|
75 |
-
|
|
|
|
|
76 |
msgstr "Votre fichier sitemap est créé dans le répertoire racine du site. "
|
77 |
|
78 |
-
#: google-sitemap-plugin.php:
|
79 |
msgid "Options saved."
|
80 |
msgstr "Options enregistrées !!"
|
81 |
|
82 |
-
#: google-sitemap-plugin.php:
|
83 |
msgid "Google Sitemap options"
|
84 |
msgstr "Google Sitemap options de"
|
85 |
|
86 |
-
#: google-sitemap-plugin.php:
|
87 |
-
|
88 |
-
"The
|
89 |
-
"sitemap
|
90 |
-
"be performed over an existing file."
|
91 |
-
msgstr ""
|
92 |
-
"Le fichier sitemap est existe déjà. Si vous voulez le changer pour un "
|
93 |
-
"nouveau fichier sitemap cochez la case ci-dessous nécessaire. Dans le cas "
|
94 |
-
"contraire toutes les actions seront effectuées sur un fichier existant."
|
95 |
|
96 |
-
#: google-sitemap-plugin.php:
|
97 |
-
|
98 |
-
|
99 |
-
"
|
100 |
-
"par"
|
101 |
|
102 |
-
#: google-sitemap-plugin.php:
|
|
|
103 |
msgid "this"
|
104 |
msgstr "cela"
|
105 |
|
106 |
-
#: google-sitemap-plugin.php:
|
107 |
-
|
108 |
-
|
109 |
-
"necessary field"
|
110 |
-
msgstr ""
|
111 |
-
"lien, connectez-vous, sélectionnez le site nécessaire, sélectionnez "
|
112 |
-
"'Sitemaps' et tapez dans le champ nécessaire"
|
113 |
|
114 |
-
#: google-sitemap-plugin.php:
|
115 |
-
|
116 |
-
"This hosting
|
117 |
-
"
|
118 |
-
msgstr ""
|
119 |
-
"Cet hébergement ne supporte pas CURL, de sorte que vous ne pouvez pas "
|
120 |
-
"ajouter fichier sitemap automatiquement"
|
121 |
|
122 |
-
#: google-sitemap-plugin.php:
|
123 |
-
|
124 |
-
|
|
|
125 |
|
126 |
-
#: google-sitemap-plugin.php:
|
|
|
127 |
msgid "I want to add sitemap file path in robots.txt"
|
128 |
-
msgstr ""
|
129 |
-
"Je tiens à ajouter le chemin fichier sitemap dans le fichier robots.txt"
|
130 |
|
131 |
-
#: google-sitemap-plugin.php:
|
132 |
-
msgid ""
|
133 |
-
"Please choose the necessary post types in order to add the links to them in "
|
134 |
-
"the sitemap:"
|
135 |
msgstr ""
|
136 |
-
"S'il vous plaît choisir les types de postes nécessaires afin d'ajouter des "
|
137 |
-
"liens vers eux dans le sitemap:"
|
138 |
|
139 |
-
#: google-sitemap-plugin.php:
|
140 |
-
|
141 |
-
"
|
142 |
-
"
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
"
|
147 |
-
"automatiquement ou pour obtenir des informations sur ce site dans Google "
|
148 |
-
"Webmaster Tools."
|
149 |
|
150 |
-
#: google-sitemap-plugin.php:
|
151 |
msgid "Settings for remote work with google webmaster tools"
|
152 |
msgstr "Réglages pour le travail à distance avec Google Webmaster Tools"
|
153 |
|
154 |
-
#: google-sitemap-plugin.php:
|
155 |
msgid "Login"
|
156 |
msgstr "Connexion"
|
157 |
|
158 |
-
#: google-sitemap-plugin.php:
|
159 |
msgid "Password"
|
160 |
msgstr "PASSWORD"
|
161 |
|
162 |
-
#: google-sitemap-plugin.php:
|
163 |
-
|
|
|
164 |
msgstr "Je tiens à ajouter ce site à google webmaster outils de l'"
|
165 |
|
166 |
-
#: google-sitemap-plugin.php:
|
167 |
-
|
|
|
168 |
msgstr "Je veux supprimer ce site à partir de Google Webmaster Tools"
|
169 |
|
170 |
-
#: google-sitemap-plugin.php:
|
171 |
-
|
172 |
-
|
173 |
-
"
|
|
|
174 |
|
175 |
-
#: google-sitemap-plugin.php:
|
176 |
msgid "Save Changes"
|
177 |
msgstr "Enregistrer les modifications"
|
178 |
|
179 |
-
#: google-sitemap-plugin.php:
|
180 |
-
|
|
|
181 |
msgstr "Vous devez entrez votre identifiant et mot de passe"
|
182 |
|
183 |
-
#: google-sitemap-plugin.php:
|
184 |
-
|
|
|
185 |
msgstr "Vous devez choisir au moins une action"
|
186 |
|
187 |
-
#: google-sitemap-plugin.php:
|
188 |
-
|
|
|
189 |
msgstr "Login et mot de passe n\\'t correspondance, réessayer, s'il vous plaît"
|
190 |
|
191 |
-
#: google-sitemap-plugin.php:
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
#: google-sitemap-plugin.php:422
|
196 |
-
msgid "This site is not added to the google webmaster tools account"
|
197 |
msgstr "Ce site n'est pas ajouté au compte Google Webmaster Tools"
|
198 |
|
199 |
-
#: google-sitemap-plugin.php:
|
200 |
-
|
|
|
201 |
msgstr "URL du site: "
|
202 |
|
203 |
-
#: google-sitemap-plugin.php:
|
204 |
-
|
|
|
205 |
msgstr "Vérification sur place: "
|
206 |
|
207 |
-
#: google-sitemap-plugin.php:
|
208 |
-
|
|
|
209 |
msgstr "verificated"
|
210 |
|
211 |
-
#: google-sitemap-plugin.php:
|
212 |
-
|
|
|
213 |
msgstr "non verificated"
|
214 |
|
215 |
-
#: google-sitemap-plugin.php:
|
216 |
-
|
|
|
217 |
msgstr "Plan du site déposer: "
|
218 |
|
219 |
-
#: google-sitemap-plugin.php:
|
220 |
msgid "added"
|
221 |
msgstr "ajouté"
|
222 |
|
223 |
-
#: google-sitemap-plugin.php:
|
224 |
msgid "not added"
|
225 |
msgstr "pas ajoutées"
|
226 |
|
|
|
|
|
|
|
|
|
|
|
227 |
#~ msgid "Install Now"
|
228 |
#~ msgstr "Установить сейчас"
|
229 |
-
|
230 |
#~ msgid "Update"
|
231 |
#~ msgstr "Сохранить"
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google-sitemap-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-04-18 09:39+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-04-18 09:39+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Jeff <paillat.jeff@gmail.com>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Language: ru_RU\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: google-sitemap-plugin.php:80
|
20 |
msgid "Activated plugins"
|
21 |
msgstr "Plugins activés"
|
22 |
|
23 |
+
#: google-sitemap-plugin.php:82
|
24 |
+
#: google-sitemap-plugin.php:90
|
25 |
+
#: google-sitemap-plugin.php:98
|
26 |
msgid "Read more"
|
27 |
msgstr "Lire la suite"
|
28 |
|
29 |
+
#: google-sitemap-plugin.php:82
|
30 |
+
#: google-sitemap-plugin.php:599
|
31 |
msgid "Settings"
|
32 |
msgstr "Paramètres"
|
33 |
|
34 |
+
#: google-sitemap-plugin.php:88
|
35 |
msgid "Installed plugins"
|
36 |
msgstr "Plugins installés"
|
37 |
|
38 |
+
#: google-sitemap-plugin.php:96
|
39 |
msgid "Recommended plugins"
|
40 |
msgstr "Plugins recommandés"
|
41 |
|
42 |
+
#: google-sitemap-plugin.php:98
|
43 |
msgid "Download"
|
44 |
msgstr "Télécharger"
|
45 |
|
46 |
+
#: google-sitemap-plugin.php:98
|
47 |
#, php-format
|
48 |
msgid "Install %s"
|
49 |
msgstr "Installer %s"
|
50 |
|
51 |
+
#: google-sitemap-plugin.php:98
|
52 |
msgid "Install now from wordpress.org"
|
53 |
msgstr "Installer maintenant de wordpress.org"
|
54 |
|
55 |
+
#: google-sitemap-plugin.php:100
|
56 |
+
#, fuzzy
|
57 |
+
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
|
58 |
+
msgstr "Si vous avez des questions, s'il vous plaît contactez-nous via plugin@bestwebsoft.com ou remplissez notre formulaire de contact sur notre site"
|
|
|
|
|
|
|
|
|
59 |
|
60 |
+
#: google-sitemap-plugin.php:111
|
61 |
msgid "BWS Plugins"
|
62 |
msgstr "Plugins BWS"
|
63 |
|
64 |
+
#: google-sitemap-plugin.php:112
|
65 |
msgid "Google Sitemap Options"
|
66 |
msgstr "Options de Google Sitemap"
|
67 |
|
68 |
+
#: google-sitemap-plugin.php:112
|
69 |
msgid "Google Sitemap"
|
70 |
msgstr "Google Sitemap"
|
71 |
|
72 |
+
#: google-sitemap-plugin.php:223
|
73 |
+
#: google-sitemap-plugin.php:298
|
74 |
+
#, fuzzy
|
75 |
+
msgid "Your Sitemap file is created in the site root directory."
|
76 |
msgstr "Votre fichier sitemap est créé dans le répertoire racine du site. "
|
77 |
|
78 |
+
#: google-sitemap-plugin.php:229
|
79 |
msgid "Options saved."
|
80 |
msgstr "Options enregistrées !!"
|
81 |
|
82 |
+
#: google-sitemap-plugin.php:289
|
83 |
msgid "Google Sitemap options"
|
84 |
msgstr "Google Sitemap options de"
|
85 |
|
86 |
+
#: google-sitemap-plugin.php:294
|
87 |
+
#, fuzzy
|
88 |
+
msgid "The Sitemap file already exists. If you would like to replace it with a new one, please choose the necessary box below. All other actions will overwrite the existing file."
|
89 |
+
msgstr "Le fichier sitemap est existe déjà. Si vous voulez le changer pour un nouveau fichier sitemap cochez la case ci-dessous nécessaire. Dans le cas contraire toutes les actions seront effectuées sur un fichier existant."
|
|
|
|
|
|
|
|
|
|
|
90 |
|
91 |
+
#: google-sitemap-plugin.php:302
|
92 |
+
#: google-sitemap-plugin.php:304
|
93 |
+
#, fuzzy
|
94 |
+
msgid "If you do not want a sitemap file to be added to Google Webmaster Tools automatically, you can do it using"
|
95 |
+
msgstr "Si vous ne voulez pas ajouter automatiquement ce fichier vous pouvez passer par"
|
96 |
|
97 |
+
#: google-sitemap-plugin.php:302
|
98 |
+
#: google-sitemap-plugin.php:304
|
99 |
msgid "this"
|
100 |
msgstr "cela"
|
101 |
|
102 |
+
#: google-sitemap-plugin.php:302
|
103 |
+
#: google-sitemap-plugin.php:304
|
104 |
+
#, fuzzy
|
105 |
+
msgid "link - sign in, choose the necessary site, go to 'Sitemaps' and fill out the mandatory field"
|
106 |
+
msgstr "lien, connectez-vous, sélectionnez le site nécessaire, sélectionnez 'Sitemaps' et tapez dans le champ nécessaire"
|
|
|
|
|
107 |
|
108 |
+
#: google-sitemap-plugin.php:307
|
109 |
+
#, fuzzy
|
110 |
+
msgid "This hosting does not support сURL, so you cannot add a sitemap file automatically"
|
111 |
+
msgstr "Cet hébergement ne supporte pas CURL, de sorte que vous ne pouvez pas ajouter fichier sitemap automatiquement"
|
|
|
|
|
|
|
112 |
|
113 |
+
#: google-sitemap-plugin.php:316
|
114 |
+
#, fuzzy
|
115 |
+
msgid "I want to create a new sitemap file or update the existing one"
|
116 |
+
msgstr "Je tiens à ajouter le chemin fichier sitemap dans le fichier robots.txt"
|
117 |
|
118 |
+
#: google-sitemap-plugin.php:322
|
119 |
+
#: google-sitemap-plugin.php:329
|
120 |
msgid "I want to add sitemap file path in robots.txt"
|
121 |
+
msgstr "Je tiens à ajouter le chemin fichier sitemap dans le fichier robots.txt"
|
|
|
122 |
|
123 |
+
#: google-sitemap-plugin.php:323
|
124 |
+
msgid "Since you are using multisiting, the plugin does not allow to add a sitemap to robots.txt"
|
|
|
|
|
125 |
msgstr ""
|
|
|
|
|
126 |
|
127 |
+
#: google-sitemap-plugin.php:334
|
128 |
+
#, fuzzy
|
129 |
+
msgid "Please choose the necessary post types the links to which are to be added to the sitemap:"
|
130 |
+
msgstr "S'il vous plaît choisir les types de postes nécessaires afin d'ajouter des liens vers eux dans le sitemap:"
|
131 |
+
|
132 |
+
#: google-sitemap-plugin.php:347
|
133 |
+
#, fuzzy
|
134 |
+
msgid "Please enter your Google account login and password in order to add or delete a site and a sitemap file automatically or get information about this site in Google Webmaster Tools."
|
135 |
+
msgstr "Tapez ici votre login et mot de passe de votre compte Google Outils pour les webmasters d'ajouter ou de supprimer du site et fichier sitemap automatiquement ou pour obtenir des informations sur ce site dans Google Webmaster Tools."
|
|
|
136 |
|
137 |
+
#: google-sitemap-plugin.php:351
|
138 |
msgid "Settings for remote work with google webmaster tools"
|
139 |
msgstr "Réglages pour le travail à distance avec Google Webmaster Tools"
|
140 |
|
141 |
+
#: google-sitemap-plugin.php:353
|
142 |
msgid "Login"
|
143 |
msgstr "Connexion"
|
144 |
|
145 |
+
#: google-sitemap-plugin.php:354
|
146 |
msgid "Password"
|
147 |
msgstr "PASSWORD"
|
148 |
|
149 |
+
#: google-sitemap-plugin.php:355
|
150 |
+
#, fuzzy
|
151 |
+
msgid "I want to add this site to Google Webmaster Tools"
|
152 |
msgstr "Je tiens à ajouter ce site à google webmaster outils de l'"
|
153 |
|
154 |
+
#: google-sitemap-plugin.php:356
|
155 |
+
#, fuzzy
|
156 |
+
msgid "I want to delete this site from Google Webmaster Tools"
|
157 |
msgstr "Je veux supprimer ce site à partir de Google Webmaster Tools"
|
158 |
|
159 |
+
#: google-sitemap-plugin.php:357
|
160 |
+
#: google-sitemap-plugin.php:488
|
161 |
+
#, fuzzy
|
162 |
+
msgid "I want to get info about this site in Google Webmaster Tools"
|
163 |
+
msgstr "Je veux obtenir des informations sur ce site dans Google Webmaster Tools"
|
164 |
|
165 |
+
#: google-sitemap-plugin.php:364
|
166 |
msgid "Save Changes"
|
167 |
msgstr "Enregistrer les modifications"
|
168 |
|
169 |
+
#: google-sitemap-plugin.php:372
|
170 |
+
#, fuzzy
|
171 |
+
msgid "Please enter your login and password"
|
172 |
msgstr "Vous devez entrez votre identifiant et mot de passe"
|
173 |
|
174 |
+
#: google-sitemap-plugin.php:375
|
175 |
+
#, fuzzy
|
176 |
+
msgid "You should choose at least one action"
|
177 |
msgstr "Vous devez choisir au moins une action"
|
178 |
|
179 |
+
#: google-sitemap-plugin.php:405
|
180 |
+
#, fuzzy
|
181 |
+
msgid "Login and password do not match. Please try again"
|
182 |
msgstr "Login et mot de passe n\\'t correspondance, réessayer, s'il vous plaît"
|
183 |
|
184 |
+
#: google-sitemap-plugin.php:490
|
185 |
+
#, fuzzy
|
186 |
+
msgid "This site is not added to the Google Webmaster Tools account"
|
|
|
|
|
|
|
187 |
msgstr "Ce site n'est pas ajouté au compte Google Webmaster Tools"
|
188 |
|
189 |
+
#: google-sitemap-plugin.php:511
|
190 |
+
#, fuzzy
|
191 |
+
msgid "Site URL:"
|
192 |
msgstr "URL du site: "
|
193 |
|
194 |
+
#: google-sitemap-plugin.php:512
|
195 |
+
#, fuzzy
|
196 |
+
msgid "Site verification:"
|
197 |
msgstr "Vérification sur place: "
|
198 |
|
199 |
+
#: google-sitemap-plugin.php:514
|
200 |
+
#, fuzzy
|
201 |
+
msgid "verified"
|
202 |
msgstr "verificated"
|
203 |
|
204 |
+
#: google-sitemap-plugin.php:516
|
205 |
+
#, fuzzy
|
206 |
+
msgid "not verified"
|
207 |
msgstr "non verificated"
|
208 |
|
209 |
+
#: google-sitemap-plugin.php:517
|
210 |
+
#, fuzzy
|
211 |
+
msgid "Sitemap file:"
|
212 |
msgstr "Plan du site déposer: "
|
213 |
|
214 |
+
#: google-sitemap-plugin.php:519
|
215 |
msgid "added"
|
216 |
msgstr "ajouté"
|
217 |
|
218 |
+
#: google-sitemap-plugin.php:521
|
219 |
msgid "not added"
|
220 |
msgstr "pas ajoutées"
|
221 |
|
222 |
+
#~ msgid "I want to create new / update manualy sitemap file"
|
223 |
+
#~ msgstr ""
|
224 |
+
#~ "Je veux créer une nouvelle / mise à jour manuellement fichier sitemap"
|
225 |
+
#~ msgid "Info about this site in google webmaster tools"
|
226 |
+
#~ msgstr "Sur ce site dans Google Webmaster Tools"
|
227 |
#~ msgid "Install Now"
|
228 |
#~ msgstr "Установить сейчас"
|
|
|
229 |
#~ msgid "Update"
|
230 |
#~ msgstr "Сохранить"
|
231 |
+
|
languages/sitemap-ru_RU.mo
CHANGED
Binary file
|
languages/sitemap-ru_RU.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google-sitemap-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-
|
6 |
-
"PO-Revision-Date: 2013-
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -53,8 +53,8 @@ msgid "Install now from wordpress.org"
|
|
53 |
msgstr "Установить с wordpress.org"
|
54 |
|
55 |
#: google-sitemap-plugin.php:100
|
56 |
-
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill
|
57 |
-
msgstr "Если у вас есть какие-то
|
58 |
|
59 |
#: google-sitemap-plugin.php:111
|
60 |
msgid "BWS Plugins"
|
@@ -70,7 +70,7 @@ msgstr "Карта сайта Google"
|
|
70 |
|
71 |
#: google-sitemap-plugin.php:223
|
72 |
#: google-sitemap-plugin.php:298
|
73 |
-
msgid "Your
|
74 |
msgstr "Карта сайта для вашего сайта создана в корне основной директории."
|
75 |
|
76 |
#: google-sitemap-plugin.php:229
|
@@ -82,13 +82,13 @@ msgid "Google Sitemap options"
|
|
82 |
msgstr "Опции карты сайта Google"
|
83 |
|
84 |
#: google-sitemap-plugin.php:294
|
85 |
-
msgid "The
|
86 |
msgstr "Карта сайта уже существует. Если вы хотите изменить ее на новую карту сайта, выберите соответствующее действие внизу. Все остальные действия перезапишут существующий файл."
|
87 |
|
88 |
#: google-sitemap-plugin.php:302
|
89 |
#: google-sitemap-plugin.php:304
|
90 |
-
msgid "If you
|
91 |
-
msgstr "Если вы не хотите добавить файл карты сайта автоматически в Google
|
92 |
|
93 |
#: google-sitemap-plugin.php:302
|
94 |
#: google-sitemap-plugin.php:304
|
@@ -97,16 +97,16 @@ msgstr "эту"
|
|
97 |
|
98 |
#: google-sitemap-plugin.php:302
|
99 |
#: google-sitemap-plugin.php:304
|
100 |
-
msgid "link
|
101 |
msgstr "ссылку, залогиниться, выбрать сайт, выбрать 'Sitemaps' и заполнить обязательное поле"
|
102 |
|
103 |
#: google-sitemap-plugin.php:307
|
104 |
-
msgid "This hosting
|
105 |
-
msgstr "Ваш хостинг не поддерживает
|
106 |
|
107 |
#: google-sitemap-plugin.php:316
|
108 |
-
msgid "I want to create new
|
109 |
-
msgstr "Я хочу создать новую
|
110 |
|
111 |
#: google-sitemap-plugin.php:322
|
112 |
#: google-sitemap-plugin.php:329
|
@@ -114,16 +114,16 @@ msgid "I want to add sitemap file path in robots.txt"
|
|
114 |
msgstr "Я хочу добавить карту сайта в robots.txt"
|
115 |
|
116 |
#: google-sitemap-plugin.php:323
|
117 |
-
msgid "Since you
|
118 |
msgstr "Т.к. вы используете мультисайтинг, плагин не имеет возможности добавить карту сайта в robots.txt"
|
119 |
|
120 |
#: google-sitemap-plugin.php:334
|
121 |
-
msgid "Please choose the necessary post types
|
122 |
msgstr "Пожалуйста, выберите те типы постов, ссылки на которые будут добавлены в карту сайта:"
|
123 |
|
124 |
#: google-sitemap-plugin.php:347
|
125 |
-
msgid "
|
126 |
-
msgstr "Введите сюда свой логин и пароль для Google аккаунта, чтобы иметь возможность добавлять или удалять сайт и карту сайта автоматически в ваш аккаунт или же получить информацию об этом сайте из Google
|
127 |
|
128 |
#: google-sitemap-plugin.php:351
|
129 |
msgid "Settings for remote work with google webmaster tools"
|
@@ -138,59 +138,56 @@ msgid "Password"
|
|
138 |
msgstr "Пароль"
|
139 |
|
140 |
#: google-sitemap-plugin.php:355
|
141 |
-
msgid "I want to add this site to
|
142 |
-
msgstr "Я хочу добавить этот сайт в Google
|
143 |
|
144 |
#: google-sitemap-plugin.php:356
|
145 |
-
msgid "I want to delete this site from
|
146 |
-
msgstr "Я хочу удалить этот сайт из Google
|
147 |
|
148 |
#: google-sitemap-plugin.php:357
|
149 |
-
|
150 |
-
|
|
|
151 |
|
152 |
#: google-sitemap-plugin.php:364
|
153 |
msgid "Save Changes"
|
154 |
msgstr "Сохранить изменения"
|
155 |
|
156 |
#: google-sitemap-plugin.php:372
|
157 |
-
msgid "
|
158 |
msgstr "Вы должны ввести логин и пароль"
|
159 |
|
160 |
#: google-sitemap-plugin.php:375
|
161 |
-
msgid "You
|
162 |
msgstr "Вы должны выбрать одно из действий"
|
163 |
|
164 |
#: google-sitemap-plugin.php:405
|
165 |
-
msgid "Login and password
|
166 |
msgstr "Логин и пароль введены неправильно, попробуйте еще раз, пожалуйста"
|
167 |
|
168 |
-
#: google-sitemap-plugin.php:488
|
169 |
-
msgid "Info about this site in google webmaster tools"
|
170 |
-
msgstr "Я хочу получить информацию об этом сайте из Google webmaster tools"
|
171 |
-
|
172 |
#: google-sitemap-plugin.php:490
|
173 |
-
msgid "This site is not added to the
|
174 |
-
msgstr "
|
175 |
|
176 |
#: google-sitemap-plugin.php:511
|
177 |
-
msgid "Site
|
178 |
msgstr "Урл сайта:"
|
179 |
|
180 |
#: google-sitemap-plugin.php:512
|
181 |
-
msgid "Site verification:
|
182 |
msgstr "Верификация сайта:"
|
183 |
|
184 |
#: google-sitemap-plugin.php:514
|
185 |
-
msgid "
|
186 |
-
msgstr "
|
187 |
|
188 |
#: google-sitemap-plugin.php:516
|
189 |
-
msgid "
|
190 |
msgstr "не верефицирован"
|
191 |
|
192 |
#: google-sitemap-plugin.php:517
|
193 |
-
msgid "Sitemap file:
|
194 |
msgstr "Файл карты сайта:"
|
195 |
|
196 |
#: google-sitemap-plugin.php:519
|
@@ -201,6 +198,10 @@ msgstr "добавлен"
|
|
201 |
msgid "not added"
|
202 |
msgstr "не добавлен"
|
203 |
|
|
|
|
|
|
|
|
|
204 |
#~ msgid "The plugin could't create robots.txt as you use the multisite"
|
205 |
#~ msgstr ""
|
206 |
#~ "Плагин не может создать файл robots.txt, поскольку Вы используете "
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google-sitemap-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-04-18 09:44+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-04-18 09:44+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
53 |
msgstr "Установить с wordpress.org"
|
54 |
|
55 |
#: google-sitemap-plugin.php:100
|
56 |
+
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
|
57 |
+
msgstr "Если у вас есть какие-то вопросы, обращайтесь на plugin@bestwebsoft.com или заполните контактную форму на нашем сайте"
|
58 |
|
59 |
#: google-sitemap-plugin.php:111
|
60 |
msgid "BWS Plugins"
|
70 |
|
71 |
#: google-sitemap-plugin.php:223
|
72 |
#: google-sitemap-plugin.php:298
|
73 |
+
msgid "Your Sitemap file is created in the site root directory."
|
74 |
msgstr "Карта сайта для вашего сайта создана в корне основной директории."
|
75 |
|
76 |
#: google-sitemap-plugin.php:229
|
82 |
msgstr "Опции карты сайта Google"
|
83 |
|
84 |
#: google-sitemap-plugin.php:294
|
85 |
+
msgid "The Sitemap file already exists. If you would like to replace it with a new one, please choose the necessary box below. All other actions will overwrite the existing file."
|
86 |
msgstr "Карта сайта уже существует. Если вы хотите изменить ее на новую карту сайта, выберите соответствующее действие внизу. Все остальные действия перезапишут существующий файл."
|
87 |
|
88 |
#: google-sitemap-plugin.php:302
|
89 |
#: google-sitemap-plugin.php:304
|
90 |
+
msgid "If you do not want a sitemap file to be added to Google Webmaster Tools automatically, you can do it using"
|
91 |
+
msgstr "Если вы не хотите добавить файл карты сайта автоматически в Google Webmaster Tools, Вы можете сделать это через"
|
92 |
|
93 |
#: google-sitemap-plugin.php:302
|
94 |
#: google-sitemap-plugin.php:304
|
97 |
|
98 |
#: google-sitemap-plugin.php:302
|
99 |
#: google-sitemap-plugin.php:304
|
100 |
+
msgid "link - sign in, choose the necessary site, go to 'Sitemaps' and fill out the mandatory field"
|
101 |
msgstr "ссылку, залогиниться, выбрать сайт, выбрать 'Sitemaps' и заполнить обязательное поле"
|
102 |
|
103 |
#: google-sitemap-plugin.php:307
|
104 |
+
msgid "This hosting does not support сURL, so you cannot add a sitemap file automatically."
|
105 |
+
msgstr "Ваш хостинг не поддерживает сURL, поэтому вы не можете добавить карту сайта в Google аккаунт автоматически."
|
106 |
|
107 |
#: google-sitemap-plugin.php:316
|
108 |
+
msgid "I want to create a new sitemap file or update the existing one"
|
109 |
+
msgstr "Я хочу создать новую или обновить существующую карту сайта"
|
110 |
|
111 |
#: google-sitemap-plugin.php:322
|
112 |
#: google-sitemap-plugin.php:329
|
114 |
msgstr "Я хочу добавить карту сайта в robots.txt"
|
115 |
|
116 |
#: google-sitemap-plugin.php:323
|
117 |
+
msgid "Since you are using multisiting, the plugin does not allow to add a sitemap to robots.txt"
|
118 |
msgstr "Т.к. вы используете мультисайтинг, плагин не имеет возможности добавить карту сайта в robots.txt"
|
119 |
|
120 |
#: google-sitemap-plugin.php:334
|
121 |
+
msgid "Please choose the necessary post types the links to which are to be added to the sitemap:"
|
122 |
msgstr "Пожалуйста, выберите те типы постов, ссылки на которые будут добавлены в карту сайта:"
|
123 |
|
124 |
#: google-sitemap-plugin.php:347
|
125 |
+
msgid "Please enter your Google account login and password in order to add or delete a site and a sitemap file automatically or get information about this site in Google Webmaster Tools."
|
126 |
+
msgstr "Введите сюда свой логин и пароль для Google аккаунта, чтобы иметь возможность добавлять или удалять сайт и карту сайта автоматически в ваш аккаунт или же получить информацию об этом сайте из Google Webmaster Tools."
|
127 |
|
128 |
#: google-sitemap-plugin.php:351
|
129 |
msgid "Settings for remote work with google webmaster tools"
|
138 |
msgstr "Пароль"
|
139 |
|
140 |
#: google-sitemap-plugin.php:355
|
141 |
+
msgid "I want to add this site to Google Webmaster Tools"
|
142 |
+
msgstr "Я хочу добавить этот сайт в Google Webmaster Tools"
|
143 |
|
144 |
#: google-sitemap-plugin.php:356
|
145 |
+
msgid "I want to delete this site from Google Webmaster Tools"
|
146 |
+
msgstr "Я хочу удалить этот сайт из Google Webmaster Tools"
|
147 |
|
148 |
#: google-sitemap-plugin.php:357
|
149 |
+
#: google-sitemap-plugin.php:488
|
150 |
+
msgid "I want to get info about this site in Google Webmaster Tools"
|
151 |
+
msgstr "Я хочу получить информацию об этом сайте из Google Webmaster Tools"
|
152 |
|
153 |
#: google-sitemap-plugin.php:364
|
154 |
msgid "Save Changes"
|
155 |
msgstr "Сохранить изменения"
|
156 |
|
157 |
#: google-sitemap-plugin.php:372
|
158 |
+
msgid "Please enter your login and password"
|
159 |
msgstr "Вы должны ввести логин и пароль"
|
160 |
|
161 |
#: google-sitemap-plugin.php:375
|
162 |
+
msgid "You should choose at least one action"
|
163 |
msgstr "Вы должны выбрать одно из действий"
|
164 |
|
165 |
#: google-sitemap-plugin.php:405
|
166 |
+
msgid "Login and password do not match. Please try again"
|
167 |
msgstr "Логин и пароль введены неправильно, попробуйте еще раз, пожалуйста"
|
168 |
|
|
|
|
|
|
|
|
|
169 |
#: google-sitemap-plugin.php:490
|
170 |
+
msgid "This site is not added to the Google Webmaster Tools account"
|
171 |
+
msgstr "Данный сайт не добавлен в аккаунт Google Webmaster Tools"
|
172 |
|
173 |
#: google-sitemap-plugin.php:511
|
174 |
+
msgid "Site URL:"
|
175 |
msgstr "Урл сайта:"
|
176 |
|
177 |
#: google-sitemap-plugin.php:512
|
178 |
+
msgid "Site verification:"
|
179 |
msgstr "Верификация сайта:"
|
180 |
|
181 |
#: google-sitemap-plugin.php:514
|
182 |
+
msgid "verified"
|
183 |
+
msgstr "верифицрован"
|
184 |
|
185 |
#: google-sitemap-plugin.php:516
|
186 |
+
msgid "not verified"
|
187 |
msgstr "не верефицирован"
|
188 |
|
189 |
#: google-sitemap-plugin.php:517
|
190 |
+
msgid "Sitemap file:"
|
191 |
msgstr "Файл карты сайта:"
|
192 |
|
193 |
#: google-sitemap-plugin.php:519
|
198 |
msgid "not added"
|
199 |
msgstr "не добавлен"
|
200 |
|
201 |
+
#~ msgid "I want to create new / update manualy sitemap file"
|
202 |
+
#~ msgstr "Я хочу создать новую / обновить существующую карту сайта"
|
203 |
+
#~ msgid "Info about this site in google webmaster tools"
|
204 |
+
#~ msgstr "Я хочу получить информацию об этом сайте из Google webmaster tools"
|
205 |
#~ msgid "The plugin could't create robots.txt as you use the multisite"
|
206 |
#~ msgstr ""
|
207 |
#~ "Плагин не может создать файл robots.txt, поскольку Вы используете "
|
languages/sitemap-sr_RS.mo
CHANGED
Binary file
|
languages/sitemap-sr_RS.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google-sitemap-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-
|
6 |
-
"PO-Revision-Date: 2013-
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Diana <diana@wpdiscounts.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -54,7 +54,8 @@ msgid "Install now from wordpress.org"
|
|
54 |
msgstr "Instaliraj sada sa wordpress.org"
|
55 |
|
56 |
#: google-sitemap-plugin.php:100
|
57 |
-
|
|
|
58 |
msgstr "Ukoliko imate bilo kakva pitanja, molimo vas kontaktirajte nas preko plugin@bestwebsoft.com ili popunite nasu kontakt formu na nasem sajtu"
|
59 |
|
60 |
#: google-sitemap-plugin.php:111
|
@@ -71,7 +72,8 @@ msgstr "Google Sitemap"
|
|
71 |
|
72 |
#: google-sitemap-plugin.php:223
|
73 |
#: google-sitemap-plugin.php:298
|
74 |
-
|
|
|
75 |
msgstr "Vas sitemap fajt je kreiran u root direktorijumu sajta"
|
76 |
|
77 |
#: google-sitemap-plugin.php:229
|
@@ -83,12 +85,14 @@ msgid "Google Sitemap options"
|
|
83 |
msgstr "Google Sitemap opcije"
|
84 |
|
85 |
#: google-sitemap-plugin.php:294
|
86 |
-
|
|
|
87 |
msgstr "Sitemap fajl vec postoji. Ukoliko zelite da ga zamenite za novi sitemap fajl, cekirajte neophodno polje ispod. U suprotnom, sve akcije ce biti izvrsene preko postojeceg fajla."
|
88 |
|
89 |
#: google-sitemap-plugin.php:302
|
90 |
#: google-sitemap-plugin.php:304
|
91 |
-
|
|
|
92 |
msgstr "Ukoliko ne zelite da dodate ovaj fajl automatski mozete nastaviti "
|
93 |
|
94 |
#: google-sitemap-plugin.php:302
|
@@ -98,16 +102,19 @@ msgstr "ovaj"
|
|
98 |
|
99 |
#: google-sitemap-plugin.php:302
|
100 |
#: google-sitemap-plugin.php:304
|
101 |
-
|
|
|
102 |
msgstr "link, uloguj se, izaberi neophodan sajt, izaberi 'Sitemaps' i kucaj u neophodnom polju"
|
103 |
|
104 |
#: google-sitemap-plugin.php:307
|
105 |
-
|
|
|
106 |
msgstr "Ovaj hosting ne podrzava CURL, tako da ne mozete da dodate Sitemap fajl automatski"
|
107 |
|
108 |
#: google-sitemap-plugin.php:316
|
109 |
-
|
110 |
-
|
|
|
111 |
|
112 |
#: google-sitemap-plugin.php:322
|
113 |
#: google-sitemap-plugin.php:329
|
@@ -115,15 +122,17 @@ msgid "I want to add sitemap file path in robots.txt"
|
|
115 |
msgstr "Zelim da dodam sitemap fajl putanju u robots.txt"
|
116 |
|
117 |
#: google-sitemap-plugin.php:323
|
118 |
-
msgid "Since you
|
119 |
msgstr ""
|
120 |
|
121 |
#: google-sitemap-plugin.php:334
|
122 |
-
|
|
|
123 |
msgstr "Molim izaberite neohodne tipove postova da bi dodali linkove do njih u sitemap-u:"
|
124 |
|
125 |
#: google-sitemap-plugin.php:347
|
126 |
-
|
|
|
127 |
msgstr "Ukucajte ovde svoj korisnicko ime i lozinku sa google webmaster tools naloga da bi dodali ili izbrisali sajt i sitemap fajl automatski ili da bi dobili informacije o ovom sajtu na google webmaster tools."
|
128 |
|
129 |
#: google-sitemap-plugin.php:351
|
@@ -139,15 +148,19 @@ msgid "Password"
|
|
139 |
msgstr "Lozinka"
|
140 |
|
141 |
#: google-sitemap-plugin.php:355
|
142 |
-
|
|
|
143 |
msgstr "Zelim da dodam ovaj sajt u google webmaster tools"
|
144 |
|
145 |
#: google-sitemap-plugin.php:356
|
146 |
-
|
|
|
147 |
msgstr "Zelim da izbrisem ovaj sajt sa google webmaster tools"
|
148 |
|
149 |
#: google-sitemap-plugin.php:357
|
150 |
-
|
|
|
|
|
151 |
msgstr "Zelim da dobijem informacije o ovom sajtu na google webmaster tools"
|
152 |
|
153 |
#: google-sitemap-plugin.php:364
|
@@ -155,44 +168,48 @@ msgid "Save Changes"
|
|
155 |
msgstr "Sacuvaj izmene"
|
156 |
|
157 |
#: google-sitemap-plugin.php:372
|
158 |
-
|
|
|
159 |
msgstr "Morate da unesete korisnicko ime i lozinku"
|
160 |
|
161 |
#: google-sitemap-plugin.php:375
|
162 |
-
|
|
|
163 |
msgstr "Morate odabrati najmanje jednu radnju "
|
164 |
|
165 |
#: google-sitemap-plugin.php:405
|
166 |
#, fuzzy
|
167 |
-
msgid "Login and password
|
168 |
msgstr "Korisnicko ime i lozinka se ne poklapaju, molim pokusajte ponovo "
|
169 |
|
170 |
-
#: google-sitemap-plugin.php:488
|
171 |
-
msgid "Info about this site in google webmaster tools"
|
172 |
-
msgstr "Informacije o ovom sajtu na google webmaster tools "
|
173 |
-
|
174 |
#: google-sitemap-plugin.php:490
|
175 |
-
|
|
|
176 |
msgstr "Ovaj sajt nije dodat na google webmaster tools nalog"
|
177 |
|
178 |
#: google-sitemap-plugin.php:511
|
179 |
-
|
|
|
180 |
msgstr "Url sajta:"
|
181 |
|
182 |
#: google-sitemap-plugin.php:512
|
183 |
-
|
|
|
184 |
msgstr "Potvrda sajta:"
|
185 |
|
186 |
#: google-sitemap-plugin.php:514
|
187 |
-
|
|
|
188 |
msgstr "potvrdjeno"
|
189 |
|
190 |
#: google-sitemap-plugin.php:516
|
191 |
-
|
|
|
192 |
msgstr "nije potvrdjeno"
|
193 |
|
194 |
#: google-sitemap-plugin.php:517
|
195 |
-
|
|
|
196 |
msgstr "Sitemap fajl:"
|
197 |
|
198 |
#: google-sitemap-plugin.php:519
|
@@ -203,6 +220,10 @@ msgstr "dodato"
|
|
203 |
msgid "not added"
|
204 |
msgstr "nije dodato"
|
205 |
|
|
|
|
|
|
|
|
|
206 |
#~ msgid "Install Now"
|
207 |
#~ msgstr "Установить сейчас"
|
208 |
#~ msgid "Update"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google-sitemap-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-04-18 09:39+0300\n"
|
6 |
+
"PO-Revision-Date: 2013-04-18 09:39+0300\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Diana <diana@wpdiscounts.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
54 |
msgstr "Instaliraj sada sa wordpress.org"
|
55 |
|
56 |
#: google-sitemap-plugin.php:100
|
57 |
+
#, fuzzy
|
58 |
+
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill out the contact form on our website"
|
59 |
msgstr "Ukoliko imate bilo kakva pitanja, molimo vas kontaktirajte nas preko plugin@bestwebsoft.com ili popunite nasu kontakt formu na nasem sajtu"
|
60 |
|
61 |
#: google-sitemap-plugin.php:111
|
72 |
|
73 |
#: google-sitemap-plugin.php:223
|
74 |
#: google-sitemap-plugin.php:298
|
75 |
+
#, fuzzy
|
76 |
+
msgid "Your Sitemap file is created in the site root directory."
|
77 |
msgstr "Vas sitemap fajt je kreiran u root direktorijumu sajta"
|
78 |
|
79 |
#: google-sitemap-plugin.php:229
|
85 |
msgstr "Google Sitemap opcije"
|
86 |
|
87 |
#: google-sitemap-plugin.php:294
|
88 |
+
#, fuzzy
|
89 |
+
msgid "The Sitemap file already exists. If you would like to replace it with a new one, please choose the necessary box below. All other actions will overwrite the existing file."
|
90 |
msgstr "Sitemap fajl vec postoji. Ukoliko zelite da ga zamenite za novi sitemap fajl, cekirajte neophodno polje ispod. U suprotnom, sve akcije ce biti izvrsene preko postojeceg fajla."
|
91 |
|
92 |
#: google-sitemap-plugin.php:302
|
93 |
#: google-sitemap-plugin.php:304
|
94 |
+
#, fuzzy
|
95 |
+
msgid "If you do not want a sitemap file to be added to Google Webmaster Tools automatically, you can do it using"
|
96 |
msgstr "Ukoliko ne zelite da dodate ovaj fajl automatski mozete nastaviti "
|
97 |
|
98 |
#: google-sitemap-plugin.php:302
|
102 |
|
103 |
#: google-sitemap-plugin.php:302
|
104 |
#: google-sitemap-plugin.php:304
|
105 |
+
#, fuzzy
|
106 |
+
msgid "link - sign in, choose the necessary site, go to 'Sitemaps' and fill out the mandatory field"
|
107 |
msgstr "link, uloguj se, izaberi neophodan sajt, izaberi 'Sitemaps' i kucaj u neophodnom polju"
|
108 |
|
109 |
#: google-sitemap-plugin.php:307
|
110 |
+
#, fuzzy
|
111 |
+
msgid "This hosting does not support сURL, so you cannot add a sitemap file automatically"
|
112 |
msgstr "Ovaj hosting ne podrzava CURL, tako da ne mozete da dodate Sitemap fajl automatski"
|
113 |
|
114 |
#: google-sitemap-plugin.php:316
|
115 |
+
#, fuzzy
|
116 |
+
msgid "I want to create a new sitemap file or update the existing one"
|
117 |
+
msgstr "Zelim da dodam sitemap fajl putanju u robots.txt"
|
118 |
|
119 |
#: google-sitemap-plugin.php:322
|
120 |
#: google-sitemap-plugin.php:329
|
122 |
msgstr "Zelim da dodam sitemap fajl putanju u robots.txt"
|
123 |
|
124 |
#: google-sitemap-plugin.php:323
|
125 |
+
msgid "Since you are using multisiting, the plugin does not allow to add a sitemap to robots.txt"
|
126 |
msgstr ""
|
127 |
|
128 |
#: google-sitemap-plugin.php:334
|
129 |
+
#, fuzzy
|
130 |
+
msgid "Please choose the necessary post types the links to which are to be added to the sitemap:"
|
131 |
msgstr "Molim izaberite neohodne tipove postova da bi dodali linkove do njih u sitemap-u:"
|
132 |
|
133 |
#: google-sitemap-plugin.php:347
|
134 |
+
#, fuzzy
|
135 |
+
msgid "Please enter your Google account login and password in order to add or delete a site and a sitemap file automatically or get information about this site in Google Webmaster Tools."
|
136 |
msgstr "Ukucajte ovde svoj korisnicko ime i lozinku sa google webmaster tools naloga da bi dodali ili izbrisali sajt i sitemap fajl automatski ili da bi dobili informacije o ovom sajtu na google webmaster tools."
|
137 |
|
138 |
#: google-sitemap-plugin.php:351
|
148 |
msgstr "Lozinka"
|
149 |
|
150 |
#: google-sitemap-plugin.php:355
|
151 |
+
#, fuzzy
|
152 |
+
msgid "I want to add this site to Google Webmaster Tools"
|
153 |
msgstr "Zelim da dodam ovaj sajt u google webmaster tools"
|
154 |
|
155 |
#: google-sitemap-plugin.php:356
|
156 |
+
#, fuzzy
|
157 |
+
msgid "I want to delete this site from Google Webmaster Tools"
|
158 |
msgstr "Zelim da izbrisem ovaj sajt sa google webmaster tools"
|
159 |
|
160 |
#: google-sitemap-plugin.php:357
|
161 |
+
#: google-sitemap-plugin.php:488
|
162 |
+
#, fuzzy
|
163 |
+
msgid "I want to get info about this site in Google Webmaster Tools"
|
164 |
msgstr "Zelim da dobijem informacije o ovom sajtu na google webmaster tools"
|
165 |
|
166 |
#: google-sitemap-plugin.php:364
|
168 |
msgstr "Sacuvaj izmene"
|
169 |
|
170 |
#: google-sitemap-plugin.php:372
|
171 |
+
#, fuzzy
|
172 |
+
msgid "Please enter your login and password"
|
173 |
msgstr "Morate da unesete korisnicko ime i lozinku"
|
174 |
|
175 |
#: google-sitemap-plugin.php:375
|
176 |
+
#, fuzzy
|
177 |
+
msgid "You should choose at least one action"
|
178 |
msgstr "Morate odabrati najmanje jednu radnju "
|
179 |
|
180 |
#: google-sitemap-plugin.php:405
|
181 |
#, fuzzy
|
182 |
+
msgid "Login and password do not match. Please try again"
|
183 |
msgstr "Korisnicko ime i lozinka se ne poklapaju, molim pokusajte ponovo "
|
184 |
|
|
|
|
|
|
|
|
|
185 |
#: google-sitemap-plugin.php:490
|
186 |
+
#, fuzzy
|
187 |
+
msgid "This site is not added to the Google Webmaster Tools account"
|
188 |
msgstr "Ovaj sajt nije dodat na google webmaster tools nalog"
|
189 |
|
190 |
#: google-sitemap-plugin.php:511
|
191 |
+
#, fuzzy
|
192 |
+
msgid "Site URL:"
|
193 |
msgstr "Url sajta:"
|
194 |
|
195 |
#: google-sitemap-plugin.php:512
|
196 |
+
#, fuzzy
|
197 |
+
msgid "Site verification:"
|
198 |
msgstr "Potvrda sajta:"
|
199 |
|
200 |
#: google-sitemap-plugin.php:514
|
201 |
+
#, fuzzy
|
202 |
+
msgid "verified"
|
203 |
msgstr "potvrdjeno"
|
204 |
|
205 |
#: google-sitemap-plugin.php:516
|
206 |
+
#, fuzzy
|
207 |
+
msgid "not verified"
|
208 |
msgstr "nije potvrdjeno"
|
209 |
|
210 |
#: google-sitemap-plugin.php:517
|
211 |
+
#, fuzzy
|
212 |
+
msgid "Sitemap file:"
|
213 |
msgstr "Sitemap fajl:"
|
214 |
|
215 |
#: google-sitemap-plugin.php:519
|
220 |
msgid "not added"
|
221 |
msgstr "nije dodato"
|
222 |
|
223 |
+
#~ msgid "I want to create new / update manualy sitemap file"
|
224 |
+
#~ msgstr "Zelim da kreiram noc / apdejtujem rucno sitemap fajl"
|
225 |
+
#~ msgid "Info about this site in google webmaster tools"
|
226 |
+
#~ msgstr "Informacije o ovom sajtu na google webmaster tools "
|
227 |
#~ msgid "Install Now"
|
228 |
#~ msgstr "Установить сейчас"
|
229 |
#~ msgid "Update"
|
readme.txt
CHANGED
@@ -4,15 +4,18 @@ Donate link: http://bestwebsoft.com/
|
|
4 |
Tags: sitemap, google sitemap, google api, google webmaster tools, stmap, gogle sitemap, sitemp, google api sitemap, api sitemap, webmaster sitemap, webmaster tols, google stmp
|
5 |
Requires at least: 2.9
|
6 |
Tested up to: 3.5.1
|
7 |
-
Stable tag: 2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
-
This plugin allows you to add
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
Google
|
|
|
|
|
|
|
16 |
|
17 |
= Translation =
|
18 |
|
@@ -22,68 +25,74 @@ Google sitemap plugin allows you to create and add sitemap file to google webmas
|
|
22 |
* Serbian (sr_RS) (thanks to <a href="mailto:diana@wpdiscounts.com">Diana</a>, www.wpdiscounts.com)
|
23 |
* Spanish (es_ES) (thanks to <a href="mailto:mrjosefernando@gmail.com">Fernando De León</a>)
|
24 |
|
25 |
-
If you create your own language pack or update
|
26 |
|
27 |
= Technical support =
|
28 |
|
29 |
-
Dear users,
|
|
|
|
|
|
|
|
|
30 |
|
31 |
-
Also, emails which are reporting about plugin's bugs are accepted for investigation and fixing. Your request must contain URL of the website, issues description and WordPress admin panel access. Plugin customization based on your Wordpress theme is a paid service (standard price is $40, but it could be higer and depends on the complexity of requested changes). We will analize existing issue and make necessary changes after 100% pre-payment.All these paid changes and modifications could be included to the next version of plugin and will be shared for all users like an integral part of the plugin. Free fixing services will be provided for user who send translation on their native language (this should be a new translation of a certain plugin, and you can check available translations on the official plugin page).
|
32 |
|
33 |
== Installation ==
|
34 |
|
35 |
-
1. Upload `google sitemap`
|
36 |
-
2. Activate the plugin
|
37 |
-
3.
|
38 |
|
39 |
== Frequently Asked Questions ==
|
40 |
|
41 |
-
= How can I use this plugin =
|
42 |
|
43 |
-
After opening plugin settings page your
|
44 |
-
If you
|
45 |
-
|
46 |
|
47 |
-
= How to create sitemap.xml file =
|
48 |
|
49 |
-
After opening the
|
50 |
|
51 |
-
= How to replace existing sitemap.xml file =
|
52 |
|
53 |
-
Select "I want to create new sitemap file
|
54 |
|
55 |
-
= How to add site
|
56 |
|
57 |
-
Select "I want to add this site to
|
58 |
|
59 |
-
= How I
|
60 |
|
61 |
-
Select "I want to delete this site from
|
62 |
|
63 |
-
= How I
|
64 |
|
65 |
-
Select "I want to get info about this site in
|
66 |
|
67 |
-
= How I
|
68 |
|
69 |
-
In the WordPress admin panel go to "Plugins", find
|
70 |
|
71 |
== Screenshots ==
|
72 |
|
73 |
1. Google sitemap Settings page.
|
74 |
-
2. Google sitemap Settings page
|
75 |
|
76 |
== Changelog ==
|
77 |
|
|
|
|
|
|
|
78 |
= V2.6 - 29.03.2013 =
|
79 |
-
* NEW : Serbian language file
|
80 |
|
81 |
= V2.5 - 21.03.2013 =
|
82 |
* New: Added ability to create sitemap.xml for multi-sites.
|
83 |
* Update : We updated plugin for custom WP configuration.
|
84 |
|
85 |
= V2.4 - 20.02.2013 =
|
86 |
-
* NEW : Spanish language file
|
87 |
|
88 |
= V2.3 - 31.01.2013 =
|
89 |
* Bugfix : Bugs in admin menu were fixed.
|
@@ -92,7 +101,7 @@ In the WordPress admin panel go to "Plugins", find "Google sitemap" plugin and p
|
|
92 |
* Bugfix : Update option database request bug was fixed.
|
93 |
|
94 |
= V2.1 - 29.01.2013 =
|
95 |
-
* NEW: French language file
|
96 |
* Update : We updated all functionality for wordpress 3.5.1.
|
97 |
|
98 |
= V2 - 25.01.2013 =
|
@@ -104,7 +113,7 @@ In the WordPress admin panel go to "Plugins", find "Google sitemap" plugin and p
|
|
104 |
* Update : We updated all functionality for wordpress 3.4.1.
|
105 |
|
106 |
= V1.09 - 27.06.2012 =
|
107 |
-
* New: Added Arabic language file for plugin.
|
108 |
* Bugfix: Create new sitemap file and Add sitemap file path in robots.txt errors were fixed.
|
109 |
* Update : We updated all functionality for wordpress 3.4.
|
110 |
|
@@ -134,14 +143,17 @@ In the WordPress admin panel go to "Plugins", find "Google sitemap" plugin and p
|
|
134 |
|
135 |
== Upgrade Notice ==
|
136 |
|
|
|
|
|
|
|
137 |
= V2.6 =
|
138 |
-
Serbian language file
|
139 |
|
140 |
= V2.5 =
|
141 |
Added ability to create sitemap.xml for multi-sites. We updated plugin for custom WP configuration.
|
142 |
|
143 |
= V2.4 =
|
144 |
-
Spanish language file
|
145 |
|
146 |
= V2.3 =
|
147 |
Bugs in admin menu were fixed.
|
@@ -150,7 +162,7 @@ Bugs in admin menu were fixed.
|
|
150 |
Update option database request bug was fixed.
|
151 |
|
152 |
= V2.1 =
|
153 |
-
French language file
|
154 |
|
155 |
= V2 =
|
156 |
The automatic update of sitemap after a post or page is trashed or published is added. We updated all functionality for wordpress 3.5.
|
@@ -159,7 +171,7 @@ The automatic update of sitemap after a post or page is trashed or published is
|
|
159 |
Cross Site Request Forgery bug was fixed. We updated all functionality for wordpress 3.4.1.
|
160 |
|
161 |
= V1.09 =
|
162 |
-
Added Arabic language file for plugin. Create new sitemap file and Add sitemap file path in robots.txt errors were fixed. We updated all functionality for wordpress 3.4.
|
163 |
|
164 |
= V1.08 =
|
165 |
Added a possibility to include links on the selected post types to the sitemap.
|
4 |
Tags: sitemap, google sitemap, google api, google webmaster tools, stmap, gogle sitemap, sitemp, google api sitemap, api sitemap, webmaster sitemap, webmaster tols, google stmp
|
5 |
Requires at least: 2.9
|
6 |
Tested up to: 3.5.1
|
7 |
+
Stable tag: 2.7
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
+
This plugin allows you to add a Sitemap file to Google Webmaster Tools.
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
+
With the Google Sitemap Plugin you can create and add a Sitemap file to Google Webmaster Tools, and get the info about your site in Google Webmaster Tools.
|
16 |
+
|
17 |
+
<a href="http://wordpress.org/extend/plugins/google-sitemap-plugin/faq/" target="_blank">FAQ</a>
|
18 |
+
<a href="http://bestwebsoft.com/plugin/google-sitemap-plugin/" target="_blank">Support</a>
|
19 |
|
20 |
= Translation =
|
21 |
|
25 |
* Serbian (sr_RS) (thanks to <a href="mailto:diana@wpdiscounts.com">Diana</a>, www.wpdiscounts.com)
|
26 |
* Spanish (es_ES) (thanks to <a href="mailto:mrjosefernando@gmail.com">Fernando De León</a>)
|
27 |
|
28 |
+
If you create your own language pack or update the existing one, you can send <a href="http://codex.wordpress.org/Translating_WordPress" target="_blank">the text in PO and MO files</a> for <a href="http://bestwebsoft.com/" target="_blank">BWS</a> and we'll add it to the plugin. You can download the latest version of the program for work with PO and MO files <a href="http://www.poedit.net/download.php" target="_blank">Poedit</a>.
|
29 |
|
30 |
= Technical support =
|
31 |
|
32 |
+
Dear users, our plugins are available for free download. If you have any questions or recommendations regarding the functionality of our plugins (existing options, new options, current issues), please feel free to contact us. Please note that we accept requests in English only. All messages in another languages won't be accepted.
|
33 |
+
|
34 |
+
If you notice any bugs in the plugins, you can notify us about it and we'll investigate and fix the issue then. Your request should contain URL of the website, issues description and WordPress admin panel credentials.
|
35 |
+
Moreover we can customize the plugin according to your requirements. It's a paid service (as a rule it costs $40, but the price can vary depending on the amount of the necessary changes and their complexity). Please note that we could also include this or that feature (developed for you) in the next release and share with the other users then.
|
36 |
+
We can fix some things for free for the users who provide translation of our plugin into their native language (this should be a new translation of a certain plugin, you can check available translations on the official plugin page).
|
37 |
|
|
|
38 |
|
39 |
== Installation ==
|
40 |
|
41 |
+
1. Upload the folder `google sitemap` to the directory `/wp-content/plugins/`.
|
42 |
+
2. Activate the plugin via the 'Plugins' menu in WordPress.
|
43 |
+
3. The site settings are available in "Settings"->"Sitemap".
|
44 |
|
45 |
== Frequently Asked Questions ==
|
46 |
|
47 |
+
= How can I use this plugin? =
|
48 |
|
49 |
+
After opening the plugin settings page your Sitemap file will be created automatically. If you already have a Sitemap file and do not want to change it, just do not check off the field "I want to create a new sitemap file".
|
50 |
+
If you do not want a Sitemap file to be added to Google Webmaster Tools automatically, just follow the brief instruction. In another case you should enter your login and password and choose the necessary action.
|
51 |
+
In order to add a path to your sitemap file in robots.txt you do not need to enter login and password, you should just select the necessary field and click "Update button". If you're using multisiting, the plugin does not allow to add a sitemap to robots.txt
|
52 |
|
53 |
+
= How to create sitemap.xml file? =
|
54 |
|
55 |
+
After opening the Settings page the sitemap.xml file will be created automatically in the site root.
|
56 |
|
57 |
+
= How to replace the existing sitemap.xml file? =
|
58 |
|
59 |
+
Select "I want to create a new sitemap file" and click "Update", the sitemap file will be recreated then.
|
60 |
|
61 |
+
= How to add a site to Google Webmaster Tools? =
|
62 |
|
63 |
+
Select "I want to add this site to Google Webmaster Tools" and click "Update". Your site will be added to Google Webmaster Tools and verified, afterwards your sitemap file will be added.
|
64 |
|
65 |
+
= How can I remove a site from Google Webmaster Tools? =
|
66 |
|
67 |
+
Select "I want to delete this site from Google Webmaster Tools" and click "Update".
|
68 |
|
69 |
+
= How can I get information about my site in Google Webmaster Tools? =
|
70 |
|
71 |
+
Select "I want to get info about this site in Google Webmaster Tools" and click "Update".
|
72 |
|
73 |
+
= How can I deactivate the plugin? =
|
74 |
|
75 |
+
In the WordPress admin panel please go to "Plugins", find the Google Sitemap Plugin and click "Deactivate".
|
76 |
|
77 |
== Screenshots ==
|
78 |
|
79 |
1. Google sitemap Settings page.
|
80 |
+
2. Google sitemap Settings page on the hosting which doesn't support cURL.
|
81 |
|
82 |
== Changelog ==
|
83 |
|
84 |
+
= V2.7 - 18.04.2013 =
|
85 |
+
* Update : The English language is updated in the plugin.
|
86 |
+
|
87 |
= V2.6 - 29.03.2013 =
|
88 |
+
* NEW : The Serbian language file is added to the plugin.
|
89 |
|
90 |
= V2.5 - 21.03.2013 =
|
91 |
* New: Added ability to create sitemap.xml for multi-sites.
|
92 |
* Update : We updated plugin for custom WP configuration.
|
93 |
|
94 |
= V2.4 - 20.02.2013 =
|
95 |
+
* NEW : The Spanish language file is added to the plugin.
|
96 |
|
97 |
= V2.3 - 31.01.2013 =
|
98 |
* Bugfix : Bugs in admin menu were fixed.
|
101 |
* Bugfix : Update option database request bug was fixed.
|
102 |
|
103 |
= V2.1 - 29.01.2013 =
|
104 |
+
* NEW: The French language file is added to the plugin.
|
105 |
* Update : We updated all functionality for wordpress 3.5.1.
|
106 |
|
107 |
= V2 - 25.01.2013 =
|
113 |
* Update : We updated all functionality for wordpress 3.4.1.
|
114 |
|
115 |
= V1.09 - 27.06.2012 =
|
116 |
+
* New: Added the Arabic language file for plugin.
|
117 |
* Bugfix: Create new sitemap file and Add sitemap file path in robots.txt errors were fixed.
|
118 |
* Update : We updated all functionality for wordpress 3.4.
|
119 |
|
143 |
|
144 |
== Upgrade Notice ==
|
145 |
|
146 |
+
= V2.7 =
|
147 |
+
The English language is updated in the plugin.
|
148 |
+
|
149 |
= V2.6 =
|
150 |
+
The Serbian language file is added to the plugin.
|
151 |
|
152 |
= V2.5 =
|
153 |
Added ability to create sitemap.xml for multi-sites. We updated plugin for custom WP configuration.
|
154 |
|
155 |
= V2.4 =
|
156 |
+
The Spanish language file is added to the plugin.
|
157 |
|
158 |
= V2.3 =
|
159 |
Bugs in admin menu were fixed.
|
162 |
Update option database request bug was fixed.
|
163 |
|
164 |
= V2.1 =
|
165 |
+
The French language file is added to the plugin. We updated all functionality for wordpress 3.5.1.
|
166 |
|
167 |
= V2 =
|
168 |
The automatic update of sitemap after a post or page is trashed or published is added. We updated all functionality for wordpress 3.5.
|
171 |
Cross Site Request Forgery bug was fixed. We updated all functionality for wordpress 3.4.1.
|
172 |
|
173 |
= V1.09 =
|
174 |
+
Added the Arabic language file for plugin. Create new sitemap file and Add sitemap file path in robots.txt errors were fixed. We updated all functionality for wordpress 3.4.
|
175 |
|
176 |
= V1.08 =
|
177 |
Added a possibility to include links on the selected post types to the sitemap.
|
screenshot-1.jpg
CHANGED
Binary file
|
screenshot-2.jpg
CHANGED
Binary file
|