[gollem] Unlocalize string

=?big5?b?sWmofaTl?= david at tmv.gov.tw
Sun Dec 12 19:34:50 PST 2004


Hi all:
There are a few words unlocalized in chmod action.

David Chang


--- ./gollem/templates/manager/header.inc.orig        Mon Dec 13 10:51:19 2004
+++ ./gollem/templates/manager/header.inc        Mon Dec 13 10:54:55 2004
@@ -430,24 +430,24 @@
         </td>
     <tr class="control">
         <td align="center" width="25%"></td>
-        <td align="center" width="25%" class="smallheader">Owner</td>
-        <td align="center" width="25%" class="smallheader">Group</td>
-        <td align="center" width="25%" class="smallheader">All</td>
+        <td align="center" width="25%" class="smallheader"><?php echo
_("Owner") ?></td>
+        <td align="center" width="25%" class="smallheader"><?php echo
_("Group") ?></td>
+        <td align="center" width="25%" class="smallheader"><?php echo _("All")
?></td>
     </tr>
     <tr class="control">
-        <td align="center" width="25%">Read</td>
+        <td align="center" width="25%"><?php echo _("Read") ?></td>
         <td align="center" width="25%"><input name="owner[]" type="checkbox"
value="4" <?php echo ($attrib['owner']['read']) ? '' : 'DISABLED' ?>></td>
         <td align="center" width="25%"><input name="group[]" type="checkbox"
value="4" <?php echo ($attrib['group']['read']) ? '' : 'DISABLED' ?>></td>
         <td align="center" width="25%"><input name="all[]" type="checkbox"
value="4" <?php echo ($attrib['all']['read']) ? '' : 'DISABLED' ?>></td>
     </tr>
     <tr class="control">
-        <td align="center" width="25%">Write</td>
+        <td align="center" width="25%"><?php echo _("Write") ?></td>
         <td align="center" width="25%"><input name="owner[]" type="checkbox"
value="2" <?php echo ($attrib['owner']['write']) ? '' : 'DISABLED' ?>></td>
         <td align="center" width="25%"><input name="group[]" type="checkbox"
value="2" <?php echo ($attrib['group']['write']) ? '' : 'DISABLED' ?>></td>
         <td align="center" width="25%"><input name="all[]" type="checkbox"
value="2" <?php echo ($attrib['all']['write']) ? '' : 'DISABLED' ?>></td>
     </tr>
     <tr class="control">
-        <td align="center" width="25%">Execute</td>
+        <td align="center" width="25%"><?php echo _("Execute") ?></td>
         <td align="center" width="25%"><input name="owner[]" type="checkbox"
value="1" <?php echo ($attrib['owner']['execute']) ? '' : 'DISABLED' ?>></td>
         <td align="center" width="25%"><input name="group[]" type="checkbox"
value="1" <?php echo ($attrib['group']['execute']) ? '' : 'DISABLED' ?>></td>
         <td align="center" width="25%"><input name="all[]" type="checkbox"
value="1" <?php echo ($attrib['all']['execute']) ? '' : 'DISABLED' ?>></td>


More information about the gollem mailing list