added fix for translations (changed some ' to ")
authorlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 15 Jan 2001 14:40:02 +0000 (14:40 +0000)
committerlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 15 Jan 2001 14:40:02 +0000 (14:40 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@938 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/options_display.php

index 91ec6136d65eb347d42b98db5aa5e47a9ea321bf..c35e9a52da4659ecb5d1690255a13a651dfdab76 100644 (file)
             </td>
          </tr>
          <tr>
             </td>
          </tr>
          <tr>
-            <td align=right nowrap><?PHP echo _('Location of folder list') ?>:</td>
+            <td align=right nowrap><?PHP echo _("Location of folder list") ?>:</td>
             <td><select name="folder_new_location">
                 <option value="left"<?PHP
                     if ($location_of_bar != 'right') echo ' SELECTED';
             <td><select name="folder_new_location">
                 <option value="left"<?PHP
                     if ($location_of_bar != 'right') echo ' SELECTED';
-                    ?>><?PHP echo _('Left'); ?></option>
+                    ?>><?PHP echo _("Left"); ?></option>
                 <option value="right"<?PHP
                     if ($location_of_bar == 'right') echo ' SELECTED';
                 <option value="right"<?PHP
                     if ($location_of_bar == 'right') echo ' SELECTED';
-                    ?>><?PHP echo _('Right'); ?></option>
+                    ?>><?PHP echo _("Right"); ?></option>
                 </select>
             </td>
          </tr>
          <tr>
                 </select>
             </td>
          </tr>
          <tr>
-            <td align=right nowrap><?PHP echo _('Location of buttons when composing') ?>:</td>
+            <td align=right nowrap><?PHP echo _("Location of buttons when composing") ?>:</td>
             <td><select name="button_new_location">
                 <option value="top"<?PHP
                     if ($location_of_buttons == 'top') echo ' SELECTED';
             <td><select name="button_new_location">
                 <option value="top"<?PHP
                     if ($location_of_buttons == 'top') echo ' SELECTED';
-                    ?>><?PHP echo _('Before headers'); ?></option>
+                    ?>><?PHP echo _("Before headers"); ?></option>
                 <option value="between"<?PHP
                     if ($location_of_buttons == 'between') echo ' SELECTED';
                 <option value="between"<?PHP
                     if ($location_of_buttons == 'between') echo ' SELECTED';
-                    ?>><?PHP echo _('Between headers and message body'); ?></option>
+                    ?>><?PHP echo _("Between headers and message body"); ?></option>
                 <option value="bottom"<?PHP
                     if ($location_of_buttons == 'bottom') echo ' SELECTED';
                 <option value="bottom"<?PHP
                     if ($location_of_buttons == 'bottom') echo ' SELECTED';
-                    ?>><?PHP echo _('After message body'); ?></option>
+                    ?>><?PHP echo _("After message body"); ?></option>
                 </select>
             </td>
          </tr>
                 </select>
             </td>
          </tr>