gettext conversion
This commit is contained in:
@@ -24,9 +24,9 @@ require_once 'pmd_common.php';
|
||||
|
||||
<body>
|
||||
<?php
|
||||
echo '<p>' . $GLOBALS['strToSelectRelation'] . '<br />';
|
||||
echo '<p>' . __('To select relation, click :') . '<br />';
|
||||
echo '<img src="pmd/images/help_relation.png" border="1"></p>';
|
||||
echo '<p>' . $GLOBALS['strDesignerHelpDisplayField'] . '</p>';
|
||||
echo '<p>' . __('The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.') . '</p>';
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user