summaryrefslogtreecommitdiff
path: root/modules_v3
diff options
context:
space:
mode:
Diffstat (limited to 'modules_v3')
-rw-r--r--modules_v3/clippings/module.php2
-rw-r--r--modules_v3/googlemap/help_text.php16
-rw-r--r--modules_v3/googlemap/module.php2
-rw-r--r--modules_v3/html/module.php2
-rw-r--r--modules_v3/user_messages/module.php2
5 files changed, 12 insertions, 12 deletions
diff --git a/modules_v3/clippings/module.php b/modules_v3/clippings/module.php
index 17f79acc75..8ccba25199 100644
--- a/modules_v3/clippings/module.php
+++ b/modules_v3/clippings/module.php
@@ -135,7 +135,7 @@ class clippings_WT_Module extends WT_Module implements WT_Module_Menu, WT_Module
if (!$WT_SESSION->cart[WT_GED_ID]) {
if ($clip_ctrl->action!='add') {
- echo WT_I18N::translate('The clippings cart allows you to take extracts (“clippings”) from this family tree and bundle them up into a single file for downloading and subsequent importing into your own genealogy program. The downloadable file is recorded in GEDCOM format.<br><ul><li>How to take clippings?<br>This is really simple. Whenever you see a clickable name (individual, family, or source) you can go to the Details page of that name. There you will see the <b>Add to clippings cart</b> option. When you click that link you will be offered several options to download.</li><li>How to download?<br>Once you have items in your cart, you can download them just by clicking the “Download” link. Follow the instructions and links.</li></ul>');
+ echo WT_I18N::translate('The clippings cart allows you to take extracts (“clippings”) from this family tree and bundle them up into a single file for downloading and subsequent importing into your own genealogy program. The downloadable file is recorded in GEDCOM format.<br><ul><li>How to take clippings?<br>This is really simple. Whenever you see a clickable name (individual, family, or source) you can go to the Details page of that name. There you will see the <b>Add to clippings cart</b> option. When you click that link you will be offered several options to download.</li><li>How to download?<br>Once you have items in your cart, you can download them just by clicking the “Download” link. Follow the instructions and links.</li></ul>');
?>
<form method="get" name="addin" action="module.php">
<input type="hidden" name="mod" value="clippings">
diff --git a/modules_v3/googlemap/help_text.php b/modules_v3/googlemap/help_text.php
index fb6b855d38..8438a11dec 100644
--- a/modules_v3/googlemap/help_text.php
+++ b/modules_v3/googlemap/help_text.php
@@ -29,12 +29,12 @@ if (!defined('WT_WEBTREES') || !defined('WT_SCRIPT_NAME') || WT_SCRIPT_NAME!='he
switch ($help) {
case 'GM_MAP_ZOOM':
$title=WT_I18N::translate('Zoom level of map');
- $text=WT_I18N::translate('Minimum and maximum zoom level for the Google map. 1 is the full map, 15 is single house. Note that 15 is only available in certain areas.');
+ $text=WT_I18N::translate('Minimum and maximum zoom level for the Google map. 1 is the full map, 15 is single house. Note that 15 is only available in certain areas.');
break;
case 'GM_PRECISION':
$title=WT_I18N::translate('Precision of the latitude and longitude');
- $text=WT_I18N::translate('This specifies the precision of the different levels when entering new geographic locations. For example a country will be specified with precision 0 (=0 digits after the decimal point), while a town needs 3 or 4 digits.');
+ $text=WT_I18N::translate('This specifies the precision of the different levels when entering new geographic locations. For example a country will be specified with precision 0 (=0 digits after the decimal point), while a town needs 3 or 4 digits.');
break;
case 'GM_NAME_PREFIX_SUFFIX':
@@ -51,22 +51,22 @@ case 'GM_COORD':
case 'PLE_PRECISION':
$title=WT_I18N::translate('Enter precision');
- $text=WT_I18N::translate('Here you can enter the precision. Based on this setting the number of digits that will be used in the latitude and longitude is determined.');
+ $text=WT_I18N::translate('Here you can enter the precision. Based on this setting the number of digits that will be used in the latitude and longitude is determined.');
break;
case 'PLE_ZOOM':
$title=WT_I18N::translate('Enter zoom level');
- $text=WT_I18N::translate('Here the zoom level can be entered. This value will be used as the minimal value when displaying this geographic location on a map.');
+ $text=WT_I18N::translate('Here the zoom level can be entered. This value will be used as the minimal value when displaying this geographic location on a map.');
break;
case 'PLE_ICON':
$title=WT_I18N::translate('Select an icon');
- $text=WT_I18N::translate('Here an icon can be set or removed. Using this link a flag can be selected. When this geographic location is shown, this flag will be displayed.');
+ $text=WT_I18N::translate('Here an icon can be set or removed. Using this link a flag can be selected. When this geographic location is shown, this flag will be displayed.');
break;
case 'PLE_FLAGS':
$title=WT_I18N::translate('Select flag');
- $text=WT_I18N::translate('Using the pull down menu it is possible to select a country, of which a flag can be selected. If no flags are shown, then there are no flags defined for this country.');
+ $text=WT_I18N::translate('Using the pull down menu it is possible to select a country, of which a flag can be selected. If no flags are shown, then there are no flags defined for this country.');
break;
case 'PLIF_LOCALFILE':
@@ -88,7 +88,7 @@ case 'PLE_ACTIVE':
case 'GM_DISP_SHORT_PLACE':
$title=WT_I18N::translate('Display short placenames');
- $text=WT_I18N::translate('Here you can choose between two types of displaying places names in hierarchy. If set Yes the place has short name or actual level name, if No - full name.<br><b>Examples:<br>Full name: </b>Chicago, Illinois, USA<br><b>Short name: </b>Chicago<br><b>Full name: </b>Illinois, USA<br><b>Short name: </b>Illinois');
+ $text=WT_I18N::translate('Here you can choose between two types of displaying places names in hierarchy. If set Yes the place has short name or actual level name, if No - full name.<br><b>Examples:<br>Full name: </b>Chicago, Illinois, USA<br><b>Short name: </b>Chicago<br><b>Full name: </b>Illinois, USA<br><b>Short name: </b>Illinois');
break;
// Pedigree map
@@ -100,6 +100,6 @@ case 'PEDIGREE_MAP_hidelines':
case 'PEDIGREE_MAP_hideflags':
$title=WT_I18N::translate('Hide flags');
- $text=WT_I18N::translate('Hide the flags that are configured in the googlemap module. Usually these are for countries and states. This serves as a visual cue that the markers around the flag are from the general area, and not the specific spot.');
+ $text=WT_I18N::translate('Hide the flags that are configured in the googlemap module. Usually these are for countries and states. This serves as a visual cue that the markers around the flag are from the general area, and not the specific spot.');
break;
}
diff --git a/modules_v3/googlemap/module.php b/modules_v3/googlemap/module.php
index bcf84216d6..2a23232ad7 100644
--- a/modules_v3/googlemap/module.php
+++ b/modules_v3/googlemap/module.php
@@ -1724,7 +1724,7 @@ class googlemap_WT_Module extends WT_Module implements WT_Module_Config, WT_Modu
default:
// Do not run until user selects a gedcom/place/etc.
// Instead, show some useful help info.
- echo '<div class="gm_check_top accepted">', WT_I18N::translate('This will list all the places from the selected GEDCOM file. By default this will NOT INCLUDE places that are fully matched between the GEDCOM file and the GoogleMap tables'), '</div>';
+ echo '<div class="gm_check_top accepted">', WT_I18N::translate('This will list all the places from the selected GEDCOM file. By default this will NOT INCLUDE places that are fully matched between the GEDCOM file and the GoogleMap tables'), '</div>';
break;
}
}
diff --git a/modules_v3/html/module.php b/modules_v3/html/module.php
index a6756bd3d8..73cbc36cb5 100644
--- a/modules_v3/html/module.php
+++ b/modules_v3/html/module.php
@@ -151,7 +151,7 @@ class html_WT_Module extends WT_Module implements WT_Module_Block {
'#getAllTagsTable#',
WT_I18N::translate('Narrative description')=>
- /* I18N: do not translate the #keywords# */ WT_I18N::translate('This GEDCOM (family tree) was last updated on #gedcomUpdated#. There are #totalSurnames# surnames in this family tree. The earliest recorded event is the #firstEventType# of #firstEventName# in #firstEventYear#. The most recent event is the #lastEventType# of #lastEventName# in #lastEventYear#.<br><br>If you have any comments or feedback please contact #contactWebmaster#.'),
+ /* I18N: do not translate the #keywords# */ WT_I18N::translate('This family tree was last updated on #gedcomUpdated#. There are #totalSurnames# surnames in this family tree. The earliest recorded event is the #firstEventType# of #firstEventName# in #firstEventYear#. The most recent event is the #lastEventType# of #lastEventName# in #lastEventYear#.<br><br>If you have any comments or feedback please contact #contactWebmaster#.'),
WT_I18N::translate('Statistics')=>
'<div class="gedcom_stats">
diff --git a/modules_v3/user_messages/module.php b/modules_v3/user_messages/module.php
index 00c4b38454..73928a2586 100644
--- a/modules_v3/user_messages/module.php
+++ b/modules_v3/user_messages/module.php
@@ -63,7 +63,7 @@ class user_messages_WT_Module extends WT_Module implements WT_Module_Block {
$title=WT_I18N::plural('%s message', '%s messages',count($messages), WT_I18N::number(count($messages)));
$content='<form name="messageform" method="post" onsubmit="return confirm(\''.WT_I18N::translate('Are you sure you want to delete this message? It cannot be retrieved later.').'\');">';
if (count(User::all()) > 1) {
- $content.='<br>'.WT_I18N::translate('Send message')." <select name=\"touser\">";
+ $content.='<br>'.WT_I18N::translate('Send a message')." <select name=\"touser\">";
$content.='<option value="">' . WT_I18N::translate('&lt;select&gt;') . '</option>';
foreach (User::all() as $user) {
if ($user->getUserId() != WT_USER_ID && $user->getPreference('verified_by_admin') && $user->getPreference('contactmethod') != 'none') {