diff --git a/html/modules/sitemap/blocks/sitemap_block_map.php b/html/modules/sitemap/blocks/sitemap_block_map.php index eb11ab4..f7c7f78 100644 --- a/html/modules/sitemap/blocks/sitemap_block_map.php +++ b/html/modules/sitemap/blocks/sitemap_block_map.php @@ -94,19 +94,19 @@ function b_sitemap_map_edit( $options ) { $address_yes = ''; } - return "

"._MI_SHOW_SITENAME." + return "

"._MB_SHOW_SITENAME."

-

"._MI_SHOW_SLOGAN." +

"._MB_SHOW_SLOGAN."

-

"._MI_SHOW_MAP." +

"._MB_SHOW_MAP."

-

"._MI_SHOW_ADDRESS." +

"._MB_SHOW_ADDRESS."

"; diff --git a/html/modules/sitemap/language/english/blocks.php b/html/modules/sitemap/language/english/blocks.php index 6c8f7e5..3301560 100644 --- a/html/modules/sitemap/language/english/blocks.php +++ b/html/modules/sitemap/language/english/blocks.php @@ -3,4 +3,27 @@ define( '_MB_SITEMAP_OPENCLOSE' , 'Open - Close'); define( '_MB_SITEMAP_COLS' , 'Columns'); +// Block +define( '_MB_BLOCK_BLOCKNAME' , 'Sitemap Menu'); +define( '_MB_BLOCK_BLOCKNAME_DESC' , 'Use Sitemap to create a block menu.'); +define( '_MB_BLOCK_MAP' , 'Sitemap Map'); +define( '_MB_BLOCK_MAP_DESC' , 'Use the Map block to display an interactive map.'); +// Options +define( '_MB_SHOW_SITENAME' , 'Show the site name'); +define( '_MB_SHOW_SITENAME_DESC' , 'Edit the site name in System »» Preferences »» Settings'); + +define( '_MB_SHOW_SLOGAN' , 'Show the site slogan'); +define( '_MB_SHOW_SLOGAN_DESC' , 'Edit the site slogan in System »» Preferences »» Settings'); + +define( '_MB_SHOW_MAP' , 'Show map'); +define( '_MB_SHOW_MAP_DESC' , 'DisplAy the embedded map in Sitemap page.'); + +define( '_MB_SHOW_MAP_CODE' , 'Embed Map HTML'); +define( '_MB_SHOW_MAP_CODE_DESC' , 'To integrate a Map ( e.g. Google Maps, OpenStreetMap), search for the location, click share and Embed a map, click Copy HTML. Default: width=100%, height=240'); + +define( '_MB_SHOW_ADDRESS' , 'Show adress'); +define( '_MB_SHOW_ADDRESS_DESC' , 'Display the contact address in Sitemap page.'); + +define( '_MB_SHOW_ADDRESS_CODE' , 'Contact adress'); +define( '_MB_SHOW_ADDRESS_CODE_DESC' , 'Use html tags "address" and "href=tel:" with the telephone number.'); \ No newline at end of file diff --git a/html/modules/sitemap/language/english/modinfo.php b/html/modules/sitemap/language/english/modinfo.php index e10d593..9a3d37e 100644 --- a/html/modules/sitemap/language/english/modinfo.php +++ b/html/modules/sitemap/language/english/modinfo.php @@ -33,22 +33,4 @@ define( '_MI_BLOCK_BLOCKNAME_DESC' , 'Use Sitemap to create a block menu.'); define( '_MI_BLOCK_MAP' , 'Sitemap Map'); -define( '_MI_BLOCK_MAP_DESC' , 'Use the Map block to display an interactive map.'); -// Options -define( '_MI_SHOW_SITENAME' , 'Show the site name'); -define( '_MI_SHOW_SITENAME_DESC' , 'Edit the site name in System »» Preferences »» Settings'); - -define( '_MI_SHOW_SLOGAN' , 'Show the site slogan'); -define( '_MI_SHOW_SLOGAN_DESC' , 'Edit the site slogan in System »» Preferences »» Settings'); - -define( '_MI_SHOW_MAP' , 'Show map'); -define( '_MI_SHOW_MAP_DESC' , 'DisplAy the embedded map in Sitemap page.'); - -define( '_MI_SHOW_MAP_CODE' , 'Embed Map HTML'); -define( '_MI_SHOW_MAP_CODE_DESC' , 'To integrate a Map ( e.g. Google Maps, OpenStreetMap), search for the location, click share and Embed a map, click Copy HTML. Default: width=100%, height=240'); - -define( '_MI_SHOW_ADDRESS' , 'Show adress'); -define( '_MI_SHOW_ADDRESS_DESC' , 'Display the contact address in Sitemap page.'); - -define( '_MI_SHOW_ADDRESS_CODE' , 'Contact adress'); -define( '_MI_SHOW_ADDRESS_CODE_DESC' , 'Use html tags "address" and "href=tel:" with the telephone number.'); \ No newline at end of file +define( '_MI_BLOCK_MAP_DESC' , 'Use the Map block to display an interactive map.'); \ No newline at end of file diff --git a/html/modules/sitemap/language/fr_utf8/blocks.php b/html/modules/sitemap/language/fr_utf8/blocks.php index 18ac0d1..b5b53b3 100644 --- a/html/modules/sitemap/language/fr_utf8/blocks.php +++ b/html/modules/sitemap/language/fr_utf8/blocks.php @@ -4,3 +4,28 @@ define( '_MB_SITEMAP_OPENCLOSE' , 'Ouvrir - Fermer)'); define( '_MB_SITEMAP_COLS' , 'Colonnes'); + +// Block +define( '_MB_BLOCK_BLOCKNAME' , 'Plan du site'); +define( '_MB_BLOCK_BLOCKNAME_DESC' , 'Afficher le plan dans un bloc.'); + +define( '_MB_BLOCK_MAP' , 'Sitemap Map'); +define( '_MB_BLOCK_MAP_DESC' , 'Use the Map block to display an interactive map.'); +// Options +define( '_MB_SHOW_SITENAME' , 'Show the site name'); +define( '_MB_SHOW_SITENAME_DESC' , 'Edit the site name in System »» Preferences »» Settings'); + +define( '_MB_SHOW_SLOGAN' , 'Show the site slogan'); +define( '_MB_SHOW_SLOGAN_DESC' , 'Edit the site slogan in System »» Preferences »» Settings'); + +define( '_MB_SHOW_MAP' , 'Show map'); +define( '_MB_SHOW_MAP_DESC' , 'DisplAy the embedded map in Sitemap page.'); + +define( '_MB_SHOW_MAP_CODE' , 'Embed Map HTML'); +define( '_MB_SHOW_MAP_CODE_DESC' , 'To integrate a Map ( e.g. Google Maps, OpenStreetMap), search for the location, click share and Embed a map, click Copy HTML. Default: width=100%, height=240'); + +define( '_MB_SHOW_ADDRESS' , 'Show adress'); +define( '_MB_SHOW_ADDRESS_DESC' , 'Display the contact address in Sitemap page.'); + +define( '_MB_SHOW_ADDRESS_CODE' , 'Contact adress'); +define( '_MB_SHOW_ADDRESS_CODE_DESC' , 'Use html tags "address" and "href=tel:" with the telephone number.'); \ No newline at end of file diff --git a/html/modules/sitemap/language/fr_utf8/modinfo.php b/html/modules/sitemap/language/fr_utf8/modinfo.php index 0469259..15b8146 100644 --- a/html/modules/sitemap/language/fr_utf8/modinfo.php +++ b/html/modules/sitemap/language/fr_utf8/modinfo.php @@ -28,27 +28,9 @@ define( '_MI_INVISIBLE_DIRNAMES' , 'Nom du répertoire des modules à cacher'); define( '_MI_INVISIBLE_DIRNAMESDSC' , "Spécifier le nom des modules qui doivent être cachés.
Les noms des répertoires doivent être séparés par une virgule.
ex: xoopsheadline,newbb "); -// Block +// Blocks define( '_MI_BLOCK_BLOCKNAME' , 'Plan du site'); define( '_MI_BLOCK_BLOCKNAME_DESC' , 'Afficher le plan dans un bloc.'); define( '_MI_BLOCK_MAP' , 'Sitemap Map'); -define( '_MI_BLOCK_MAP_DESC' , 'Use the Map block to display an interactive map.'); -// Options -define( '_MI_SHOW_SITENAME' , 'Show the site name'); -define( '_MI_SHOW_SITENAME_DESC' , 'Edit the site name in System »» Preferences »» Settings'); - -define( '_MI_SHOW_SLOGAN' , 'Show the site slogan'); -define( '_MI_SHOW_SLOGAN_DESC' , 'Edit the site slogan in System »» Preferences »» Settings'); - -define( '_MI_SHOW_MAP' , 'Show map'); -define( '_MI_SHOW_MAP_DESC' , 'DisplAy the embedded map in Sitemap page.'); - -define( '_MI_SHOW_MAP_CODE' , 'Embed Map HTML'); -define( '_MI_SHOW_MAP_CODE_DESC' , 'To integrate a Map ( e.g. Google Maps, OpenStreetMap), search for the location, click share and Embed a map, click Copy HTML. Default: width=100%, height=240'); - -define( '_MI_SHOW_ADDRESS' , 'Show adress'); -define( '_MI_SHOW_ADDRESS_DESC' , 'Display the contact address in Sitemap page.'); - -define( '_MI_SHOW_ADDRESS_CODE' , 'Contact adress'); -define( '_MI_SHOW_ADDRESS_CODE_DESC' , 'Use html tags "address" and "href=tel:" with the telephone number.'); \ No newline at end of file +define( '_MI_BLOCK_MAP_DESC' , 'Use the Map block to display an interactive map.'); \ No newline at end of file diff --git a/html/modules/sitemap/language/ja_utf8/blocks.php b/html/modules/sitemap/language/ja_utf8/blocks.php index 5864c85..5709934 100644 --- a/html/modules/sitemap/language/ja_utf8/blocks.php +++ b/html/modules/sitemap/language/ja_utf8/blocks.php @@ -3,3 +3,28 @@ define( '_MB_SITEMAP_OPENCLOSE' , '開 - 閉'); define( '_MB_SITEMAP_COLS' , '列数'); + +// Block +define( '_MB_BLOCK_BLOCKNAME' , 'サイトマップ'); +define( '_MB_BLOCK_BLOCKNAME_DESC' , 'サイトマップをブロック表示する'); + +define( '_MB_BLOCK_MAP' , 'Sitemap Map'); +define( '_MB_BLOCK_MAP_DESC' , 'Use the Map block to display an interactive map.'); +// Options +define( '_MB_SHOW_SITENAME' , 'Show the site name'); +define( '_MB_SHOW_SITENAME_DESC' , 'Edit the site name in System »» Preferences »» Settings'); + +define( '_MB_SHOW_SLOGAN' , 'Show the site slogan'); +define( '_MB_SHOW_SLOGAN_DESC' , 'Edit the site slogan in System »» Preferences »» Settings'); + +define( '_MB_SHOW_MAP' , 'Show map'); +define( '_MB_SHOW_MAP_DESC' , 'DisplAy the embedded map in Sitemap page.'); + +define( '_MB_SHOW_MAP_CODE' , 'Embed Map HTML'); +define( '_MB_SHOW_MAP_CODE_DESC' , 'To integrate a Map ( e.g. Google Maps, OpenStreetMap), search for the location, click share and Embed a map, click Copy HTML. Default: width=100%, height=240'); + +define( '_MB_SHOW_ADDRESS' , 'Show adress'); +define( '_MB_SHOW_ADDRESS_DESC' , 'Display the contact address in Sitemap page.'); + +define( '_MB_SHOW_ADDRESS_CODE' , 'Contact adress'); +define( '_MB_SHOW_ADDRESS_CODE_DESC' , 'Use html tags "address" and "href=tel:" with the telephone number.'); \ No newline at end of file diff --git a/html/modules/sitemap/language/ja_utf8/modinfo.php b/html/modules/sitemap/language/ja_utf8/modinfo.php index 57f58ba..bba6ccf 100644 --- a/html/modules/sitemap/language/ja_utf8/modinfo.php +++ b/html/modules/sitemap/language/ja_utf8/modinfo.php @@ -32,22 +32,4 @@ define( '_MI_BLOCK_BLOCKNAME_DESC' , 'サイトマップをブロック表示する'); define( '_MI_BLOCK_MAP' , 'Sitemap Map'); -define( '_MI_BLOCK_MAP_DESC' , 'Use the Map block to display an interactive map.'); -// Options -define( '_MI_SHOW_SITENAME' , 'Show the site name'); -define( '_MI_SHOW_SITENAME_DESC' , 'Edit the site name in System »» Preferences »» Settings'); - -define( '_MI_SHOW_SLOGAN' , 'Show the site slogan'); -define( '_MI_SHOW_SLOGAN_DESC' , 'Edit the site slogan in System »» Preferences »» Settings'); - -define( '_MI_SHOW_MAP' , 'Show map'); -define( '_MI_SHOW_MAP_DESC' , 'DisplAy the embedded map in Sitemap page.'); - -define( '_MI_SHOW_MAP_CODE' , 'Embed Map HTML'); -define( '_MI_SHOW_MAP_CODE_DESC' , 'To integrate a Map ( e.g. Google Maps, OpenStreetMap), search for the location, click share and Embed a map, click Copy HTML. Default: width=100%, height=240'); - -define( '_MI_SHOW_ADDRESS' , 'Show adress'); -define( '_MI_SHOW_ADDRESS_DESC' , 'Display the contact address in Sitemap page.'); - -define( '_MI_SHOW_ADDRESS_CODE' , 'Contact adress'); -define( '_MI_SHOW_ADDRESS_CODE_DESC' , 'Use html tags "address" and "href=tel:" with the telephone number.'); \ No newline at end of file +define( '_MI_BLOCK_MAP_DESC' , 'Use the Map block to display an interactive map.'); \ No newline at end of file diff --git a/html/modules/sitemap/language/pt_utf8/blocks.php b/html/modules/sitemap/language/pt_utf8/blocks.php index 7c6b29f..c6bbf28 100644 --- a/html/modules/sitemap/language/pt_utf8/blocks.php +++ b/html/modules/sitemap/language/pt_utf8/blocks.php @@ -4,4 +4,28 @@ define( '_MB_SITEMAP_COLS' , 'Colunas'); +// Block +define( '_MB_BLOCK_BLOCKNAME' , 'Mapa do site'); +define( '_MB_BLOCK_BLOCKNAME_DESC' , 'Exibe o mapa do site em um bloco.'); + +define( '_MB_BLOCK_MAP' , 'Sitemap Map'); +define( '_MB_BLOCK_MAP_DESC' , 'Use the Map block to display an interactive map.'); +// Options +define( '_MB_SHOW_SITENAME' , 'Show the site name'); +define( '_MB_SHOW_SITENAME_DESC' , 'Edit the site name in System »» Preferences »» Settings'); + +define( '_MB_SHOW_SLOGAN' , 'Show the site slogan'); +define( '_MB_SHOW_SLOGAN_DESC' , 'Edit the site slogan in System »» Preferences »» Settings'); + +define( '_MB_SHOW_MAP' , 'Show map'); +define( '_MB_SHOW_MAP_DESC' , 'DisplAy the embedded map in Sitemap page.'); + +define( '_MB_SHOW_MAP_CODE' , 'Embed Map HTML'); +define( '_MB_SHOW_MAP_CODE_DESC' , 'To integrate a Map ( e.g. Google Maps, OpenStreetMap), search for the location, click share and Embed a map, click Copy HTML. Default: width=100%, height=240'); + +define( '_MB_SHOW_ADDRESS' , 'Show adress'); +define( '_MB_SHOW_ADDRESS_DESC' , 'Display the contact address in Sitemap page.'); + +define( '_MB_SHOW_ADDRESS_CODE' , 'Contact adress'); +define( '_MB_SHOW_ADDRESS_CODE_DESC' , 'Use html tags "address" and "href=tel:" with the telephone number.'); diff --git a/html/modules/sitemap/language/pt_utf8/modinfo.php b/html/modules/sitemap/language/pt_utf8/modinfo.php index d1e3821..ca08beb 100644 --- a/html/modules/sitemap/language/pt_utf8/modinfo.php +++ b/html/modules/sitemap/language/pt_utf8/modinfo.php @@ -33,22 +33,4 @@ define( '_MI_BLOCK_BLOCKNAME_DESC' , 'Exibe o mapa do site em um bloco.'); define( '_MI_BLOCK_MAP' , 'Sitemap Map'); -define( '_MI_BLOCK_MAP_DESC' , 'Use the Map block to display an interactive map.'); -// Options -define( '_MI_SHOW_SITENAME' , 'Show the site name'); -define( '_MI_SHOW_SITENAME_DESC' , 'Edit the site name in System »» Preferences »» Settings'); - -define( '_MI_SHOW_SLOGAN' , 'Show the site slogan'); -define( '_MI_SHOW_SLOGAN_DESC' , 'Edit the site slogan in System »» Preferences »» Settings'); - -define( '_MI_SHOW_MAP' , 'Show map'); -define( '_MI_SHOW_MAP_DESC' , 'DisplAy the embedded map in Sitemap page.'); - -define( '_MI_SHOW_MAP_CODE' , 'Embed Map HTML'); -define( '_MI_SHOW_MAP_CODE_DESC' , 'To integrate a Map ( e.g. Google Maps, OpenStreetMap), search for the location, click share and Embed a map, click Copy HTML. Default: width=100%, height=240'); - -define( '_MI_SHOW_ADDRESS' , 'Show adress'); -define( '_MI_SHOW_ADDRESS_DESC' , 'Display the contact address in Sitemap page.'); - -define( '_MI_SHOW_ADDRESS_CODE' , 'Contact adress'); -define( '_MI_SHOW_ADDRESS_CODE_DESC' , 'Use html tags "address" and "href=tel:" with the telephone number.'); \ No newline at end of file +define( '_MI_BLOCK_MAP_DESC' , 'Use the Map block to display an interactive map.'); \ No newline at end of file diff --git a/html/modules/sitemap/language/ru_utf8/blocks.php b/html/modules/sitemap/language/ru_utf8/blocks.php index 57a67b4..75f1e9b 100644 --- a/html/modules/sitemap/language/ru_utf8/blocks.php +++ b/html/modules/sitemap/language/ru_utf8/blocks.php @@ -3,3 +3,28 @@ define( '_MB_SITEMAP_OPENCLOSE' , 'Открыто закрыто'); define( '_MB_SITEMAP_COLS' , 'столбцы'); + +// Block +define( '_MB_BLOCK_BLOCKNAME' , 'Карта сайта'); +define( '_MB_BLOCK_BLOCKNAME_DESC' , 'Показать карту сайта в виде блока.'); + +define( '_MB_BLOCK_MAP' , 'Sitemap Map'); +define( '_MB_BLOCK_MAP_DESC' , 'Use the Map block to display an interactive map.'); +// Options +define( '_MB_SHOW_SITENAME' , 'Show the site name'); +define( '_MB_SHOW_SITENAME_DESC' , 'Edit the site name in System »» Preferences »» Settings'); + +define( '_MB_SHOW_SLOGAN' , 'Show the site slogan'); +define( '_MB_SHOW_SLOGAN_DESC' , 'Edit the site slogan in System »» Preferences »» Settings'); + +define( '_MB_SHOW_MAP' , 'Show map'); +define( '_MB_SHOW_MAP_DESC' , 'DisplAy the embedded map in Sitemap page.'); + +define( '_MB_SHOW_MAP_CODE' , 'Embed Map HTML'); +define( '_MB_SHOW_MAP_CODE_DESC' , 'To integrate a Map ( e.g. Google Maps, OpenStreetMap), search for the location, click share and Embed a map, click Copy HTML. Default: width=100%, height=240'); + +define( '_MB_SHOW_ADDRESS' , 'Show adress'); +define( '_MB_SHOW_ADDRESS_DESC' , 'Display the contact address in Sitemap page.'); + +define( '_MB_SHOW_ADDRESS_CODE' , 'Contact adress'); +define( '_MB_SHOW_ADDRESS_CODE_DESC' , 'Use html tags "address" and "href=tel:" with the telephone number.'); \ No newline at end of file diff --git a/html/modules/sitemap/language/ru_utf8/modinfo.php b/html/modules/sitemap/language/ru_utf8/modinfo.php index 198465b..f996598 100644 --- a/html/modules/sitemap/language/ru_utf8/modinfo.php +++ b/html/modules/sitemap/language/ru_utf8/modinfo.php @@ -33,22 +33,4 @@ define( '_MI_BLOCK_BLOCKNAME_DESC' , 'Показать карту сайта в виде блока.'); define( '_MI_BLOCK_MAP' , 'Sitemap Map'); -define( '_MI_BLOCK_MAP_DESC' , 'Use the Map block to display an interactive map.'); -// Options -define( '_MI_SHOW_SITENAME' , 'Show the site name'); -define( '_MI_SHOW_SITENAME_DESC' , 'Edit the site name in System »» Preferences »» Settings'); - -define( '_MI_SHOW_SLOGAN' , 'Show the site slogan'); -define( '_MI_SHOW_SLOGAN_DESC' , 'Edit the site slogan in System »» Preferences »» Settings'); - -define( '_MI_SHOW_MAP' , 'Show map'); -define( '_MI_SHOW_MAP_DESC' , 'DisplAy the embedded map in Sitemap page.'); - -define( '_MI_SHOW_MAP_CODE' , 'Embed Map HTML'); -define( '_MI_SHOW_MAP_CODE_DESC' , 'To integrate a Map ( e.g. Google Maps, OpenStreetMap), search for the location, click share and Embed a map, click Copy HTML. Default: width=100%, height=240'); - -define( '_MI_SHOW_ADDRESS' , 'Show adress'); -define( '_MI_SHOW_ADDRESS_DESC' , 'Display the contact address in Sitemap page.'); - -define( '_MI_SHOW_ADDRESS_CODE' , 'Contact adress'); -define( '_MI_SHOW_ADDRESS_CODE_DESC' , 'Use html tags "address" and "href=tel:" with the telephone number.'); \ No newline at end of file +define( '_MI_BLOCK_MAP_DESC' , 'Use the Map block to display an interactive map.'); \ No newline at end of file diff --git a/html/modules/sitemap/xoops_version.php b/html/modules/sitemap/xoops_version.php index f5bfe75..8542a48 100644 --- a/html/modules/sitemap/xoops_version.php +++ b/html/modules/sitemap/xoops_version.php @@ -12,9 +12,9 @@ // Manifesto $modversion['dirname'] = 'sitemap'; -$modversion['name'] = _MD_SITEMAP_NAME; -$modversion['version'] = '2.40'; -$modversion['detailed_version'] = '2.40.0'; +$modversion['name'] = _MI_SITEMAP_NAME; +$modversion['version'] = '2.41'; +$modversion['detailed_version'] = '2.41.0'; $modversion['description'] = _MI_SITEMAP_DESC; $modversion['author'] = 'chanoir'; $modversion['credits'] = 'The XOOPSCube Project';