Skip to content

Commit

Permalink
constant language v2.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gigamaster committed Jun 6, 2024
1 parent 49155de commit 28152ff
Show file tree
Hide file tree
Showing 12 changed files with 135 additions and 103 deletions.
8 changes: 4 additions & 4 deletions html/modules/sitemap/blocks/sitemap_block_map.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,19 +94,19 @@ function b_sitemap_map_edit( $options ) {
$address_yes = '';
}

return "<p>"._MI_SHOW_SITENAME."
return "<p>"._MB_SHOW_SITENAME."
<label for='site_yes'><input type='radio' name='options[0]' id='site_yes' value='1' $site_yes>" . _YES . "</label>
<label for='site_no'><input type='radio' name='options[0]' id='site_no' value='0' $site_no>" . _NO . "</label></p>
<p>"._MI_SHOW_SLOGAN."
<p>"._MB_SHOW_SLOGAN."
<label for='slogan_yes'><input type='radio' name='options[1]' id='slogan_yes' value='1' $slogan_yes>" . _YES . "</label>
<label for='slogan_no'><input type='radio' name='options[1]' id='slogan_no' value='0' $slogan_no>" . _NO . "</label></p>
<p>"._MI_SHOW_MAP."
<p>"._MB_SHOW_MAP."
<label for='map_yes'><input type='radio' name='options[2]' id='map_yes' value='1' $map_yes>" . _YES . "</label>
<label for='map_no'><input type='radio' name='options[2]' id='map_no' value='0' $map_no>" . _NO . "</label></p>
<p>"._MI_SHOW_ADDRESS."
<p>"._MB_SHOW_ADDRESS."
<label for='address_yes'><input type='radio' name='options[3]' id='address_yes' value='1' $address_yes>" . _YES . "</label>
<label for='address_no'><input type='radio' name='options[3]' id='address_no' value='0' $address_no>" . _NO . "</label>
</p>";
Expand Down
23 changes: 23 additions & 0 deletions html/modules/sitemap/language/english/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
20 changes: 1 addition & 19 deletions html/modules/sitemap/language/english/modinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
define( '_MI_BLOCK_MAP_DESC' , 'Use the Map block to display an interactive map.');
25 changes: 25 additions & 0 deletions html/modules/sitemap/language/fr_utf8/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
22 changes: 2 additions & 20 deletions html/modules/sitemap/language/fr_utf8/modinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,27 +28,9 @@
define( '_MI_INVISIBLE_DIRNAMES' , 'Nom du répertoire des modules &agrave; cacher');
define( '_MI_INVISIBLE_DIRNAMESDSC' , "Spécifier le nom des modules qui doivent être cachés.<br>Les noms des répertoires doivent être séparés par une virgule.<br>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.');
define( '_MI_BLOCK_MAP_DESC' , 'Use the Map block to display an interactive map.');
25 changes: 25 additions & 0 deletions html/modules/sitemap/language/ja_utf8/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
20 changes: 1 addition & 19 deletions html/modules/sitemap/language/ja_utf8/modinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
define( '_MI_BLOCK_MAP_DESC' , 'Use the Map block to display an interactive map.');
24 changes: 24 additions & 0 deletions html/modules/sitemap/language/pt_utf8/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.');

20 changes: 1 addition & 19 deletions html/modules/sitemap/language/pt_utf8/modinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
define( '_MI_BLOCK_MAP_DESC' , 'Use the Map block to display an interactive map.');
25 changes: 25 additions & 0 deletions html/modules/sitemap/language/ru_utf8/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
20 changes: 1 addition & 19 deletions html/modules/sitemap/language/ru_utf8/modinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
define( '_MI_BLOCK_MAP_DESC' , 'Use the Map block to display an interactive map.');
6 changes: 3 additions & 3 deletions html/modules/sitemap/xoops_version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 28152ff

Please sign in to comment.