gettext conversion

This commit is contained in:
Marc Delisle
2010-05-06 12:49:07 -04:00
parent 2586524b03
commit f8f475419d
4 changed files with 30 additions and 31 deletions

View File

@@ -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>