]> git.mjollnir.org Git - moodle.git/commitdiff
More editor translations I forgot to alter
authormoodler <moodler>
Wed, 29 Oct 2003 08:13:03 +0000 (08:13 +0000)
committermoodler <moodler>
Wed, 29 Oct 2003 08:13:03 +0000 (08:13 +0000)
lib/editor/popups/dlg_ins_char.php
lib/editor/popups/dlg_ins_smile.php
lib/editor/popups/insert_image.php
lib/editor/popups/insert_table.php

index 66882498966bf58b6fbaed582cee5ee1554c7201..711668897388107f08d195c96b00cb271e46940c 100644 (file)
@@ -123,7 +123,7 @@ function cancel() {
 </head>
 <body onload="Init()">
 <table class="dlg" cellpadding="0" cellspacing="2">
-<tr><td><table width="100%"><tr><td class="description" nowrap><?php print(get_string("choosechar","htmlarea"));?></td><td valign="middle" width="100%"><hr width="100%"></td></tr></table></td></tr>
+<tr><td><table width="100%"><tr><td class="description" nowrap><?php print(get_string("choosechar","editor"));?></td><td valign="middle" width="100%"><hr width="100%"></td></tr></table></td></tr>
 <tr>
 <td>
     <table border="0" align="center" cellpadding="5">
@@ -143,7 +143,7 @@ function cancel() {
   </tr>
 <tr><td><table width="100%"><tr><td valign="middle" width="90%"><hr width="100%"></td></tr></table></td></tr>
 <tr><td align="right">
-       <input type="button" value="<?php print(get_string("close","htmlarea"));?>" onclick="cancel()"></td></tr>
+       <input type="button" value="<?php print(get_string("close","editor"));?>" onclick="cancel()"></td></tr>
 </table>
 </body>
 </body>
index b87ee031af40e5e9d6cf85e0841b11475d7d6f73..ecad8c876a98661b7d8687df13eb6cdf554ad71b 100644 (file)
@@ -88,7 +88,7 @@ function cancel() {
 </head>
 <body onload="Init()">
 <table class="dlg" cellpadding="0" cellspacing="2" width="100%" height="100%">
-<tr><td><table width="100%"><tr><td nowrap><?php print(get_string("chooseicon","htmlarea"));?></td><td valign="middle" width="100%"><hr width="100%"></td></tr></table></td></tr>
+<tr><td><table width="100%"><tr><td nowrap><?php print(get_string("chooseicon","editor"));?></td><td valign="middle" width="100%"><hr width="100%"></td></tr></table></td></tr>
 <tr>
 <td>
     <table border="0" align="center" cellpadding="5">
@@ -208,7 +208,7 @@ function cancel() {
   </tr>
 <tr><td><table width="100%"><tr><td valign="middle" width="90%"><hr width="100%"></td></tr></table></td></tr>
 <tr><td align="right">
-       <input type="button" value="<?php print(get_string("close","htmlarea"));?>" onclick="cancel()"></td></tr>
+       <input type="button" value="<?php print(get_string("close","editor"));?>" onclick="cancel()"></td></tr>
 </table>
 </body>
 </html>
index 38b5a6a21fba274b80ddaa4cb0730ff692d511bf..6c5ce1cbe91cf972e46c5f4a978ac30e48d503c5 100644 (file)
@@ -142,22 +142,22 @@ form { padding: 0px; margin: 0px; }
 
 <body onload="Init()">
 
-<div class="title"><?php print(get_string("insertimage","htmlarea"));?></div>
+<div class="title"><?php print(get_string("insertimage","editor"));?></div>
 
 <form action="" method="get">
 <table border="0" width="100%" style="padding: 0px; margin: 0px">
   <tbody>
 
   <tr>
-    <td style="width: 7em; text-align: right"><?php print(get_string("imageurl","htmlarea"));?>:</td>
+    <td style="width: 7em; text-align: right"><?php print(get_string("imageurl","editor"));?>:</td>
     <td><input type="text" name="url" id="f_url" style="width:75%"
       title="Enter the image URL here" />
       <button name="preview" onclick="return onPreview();"
-      title="Preview the image in a new window"><?php print(get_string("preview","htmlarea"));?></button>
+      title="Preview the image in a new window"><?php print(get_string("preview","editor"));?></button>
     </td>
   </tr>
   <tr>
-    <td style="width: 7em; text-align: right"><?php print(get_string("alternatetext","htmlarea"));?>:</td>
+    <td style="width: 7em; text-align: right"><?php print(get_string("alternatetext","editor"));?>:</td>
     <td><input type="text" name="alt" id="f_alt" style="width:100%"
       title="For browsers that don't support images" /></td>
   </tr>
@@ -168,28 +168,28 @@ form { padding: 0px; margin: 0px; }
 <p />
 
 <fieldset style="float: left; margin-left: 5px;">
-<legend><?php print(get_string("layout","htmlarea"));?></legend>
+<legend><?php print(get_string("layout","editor"));?></legend>
 
 <div class="space"></div>
 
-<div class="fl"><?php print(get_string("alignment","htmlarea"));?>:</div>
+<div class="fl"><?php print(get_string("alignment","editor"));?>:</div>
 <select size="1" name="align" id="f_align"
   title="Positioning of this image">
-  <option value=""                             ><?php print(get_string("notset","htmlarea"));?></option>
-  <option value="left"                         ><?php print(get_string("left","htmlarea"));?></option>
-  <option value="right"                        ><?php print(get_string("right","htmlarea"));?></option>
-  <option value="texttop"                      ><?php print(get_string("texttop","htmlarea"));?></option>
-  <option value="absmiddle"                    ><?php print(get_string("absmiddle","htmlarea"));?></option>
-  <option value="baseline" selected="1"        ><?php print(get_string("baseline","htmlarea"));?></option>
-  <option value="absbottom"                    ><?php print(get_string("absbottom","htmlarea"));?></option>
-  <option value="bottom"                       ><?php print(get_string("bottom","htmlarea"));?></option>
-  <option value="middle"                       ><?php print(get_string("middle","htmlarea"));?></option>
-  <option value="top"                          ><?php print(get_string("top","htmlarea"));?></option>
+  <option value=""                             ><?php print(get_string("notset","editor"));?></option>
+  <option value="left"                         ><?php print(get_string("left","editor"));?></option>
+  <option value="right"                        ><?php print(get_string("right","editor"));?></option>
+  <option value="texttop"                      ><?php print(get_string("texttop","editor"));?></option>
+  <option value="absmiddle"                    ><?php print(get_string("absmiddle","editor"));?></option>
+  <option value="baseline" selected="1"        ><?php print(get_string("baseline","editor"));?></option>
+  <option value="absbottom"                    ><?php print(get_string("absbottom","editor"));?></option>
+  <option value="bottom"                       ><?php print(get_string("bottom","editor"));?></option>
+  <option value="middle"                       ><?php print(get_string("middle","editor"));?></option>
+  <option value="top"                          ><?php print(get_string("top","editor"));?></option>
 </select>
 
 <p />
 
-<div class="fl"><?php print(get_string("borderthickness","htmlarea"));?>:</div>
+<div class="fl"><?php print(get_string("borderthickness","editor"));?>:</div>
 <input type="text" name="border" id="f_border" size="5"
 title="Leave empty for no border" />
 
@@ -198,17 +198,17 @@ title="Leave empty for no border" />
 </fieldset>
 
 <fieldset style="float:right; margin-right: 5px;">
-<legend><?php print(get_string("spacing","htmlarea"));?></legend>
+<legend><?php print(get_string("spacing","editor"));?></legend>
 
 <div class="space"></div>
 
-<div class="fr"><?php print(get_string("horizontal","htmlarea"));?>:</div>
+<div class="fr"><?php print(get_string("horizontal","editor"));?>:</div>
 <input type="text" name="horiz" id="f_horiz" size="5"
 title="Horizontal padding" />
 
 <p />
 
-<div class="fr"><?php print(get_string("vertical","htmlarea"));?>:</div>
+<div class="fr"><?php print(get_string("vertical","editor"));?>:</div>
 <input type="text" name="vert" id="f_vert" size="5"
 title="Vertical padding" />
 
@@ -219,10 +219,10 @@ title="Vertical padding" />
 <div style="margin-top: 85px; text-align: right;">
 <hr />
 <?php 
-print(isteacher($id))?"<button title=\"$course->fullname\" type=\"button\" name=\"browse\" onclick=\"set_url_value()\">".get_string("browse","htmlarea")."</button>&nbsp;\n":"";
+print(isteacher($id))?"<button title=\"$course->fullname\" type=\"button\" name=\"browse\" onclick=\"set_url_value()\">".get_string("browse","editor")."</button>&nbsp;\n":"";
 ?>
-<button type="button" name="ok" onclick="return onOK();"><?php print(get_string("ok","htmlarea"));?></button>
-<button type="button" name="cancel" onclick="return onCancel();"><?php print(get_string("cancel","htmlarea"));?></button>
+<button type="button" name="ok" onclick="return onOK();"><?php print(get_string("ok","editor"));?></button>
+<button type="button" name="cancel" onclick="return onCancel();"><?php print(get_string("cancel","editor"));?></button>
 </div>
 
 </form>
index dfdad9d94d04b1ab5deebc0774be214e0fff25c3..a4284be7e6cc77a310228d51e443bda1bf233721 100644 (file)
@@ -78,27 +78,27 @@ form { padding: 0px; margin: 0px; }
 
 <body onload="Init()">
 
-<div class="title"><?php print(get_string("inserttable","htmlarea"));?></div>
+<div class="title"><?php print(get_string("inserttable","editor"));?></div>
 
 <form action="" method="get">
 <table border="0" style="padding: 0px; margin: 0px">
   <tbody>
 
   <tr>
-    <td style="width: 4em; text-align: right"><?php print(get_string("rows","htmlarea"));?>:</td>
+    <td style="width: 4em; text-align: right"><?php print(get_string("rows","editor"));?>:</td>
     <td><input type="text" name="f_rows" id="f_rows" size="5" title="Number of rows" value="2" /></td>
     <td></td>
     <td></td>
     <td></td>
   </tr>
   <tr>
-    <td style="width: 4em; text-align: right"><?php print(get_string("cols","htmlarea"));?>:</td>
+    <td style="width: 4em; text-align: right"><?php print(get_string("cols","editor"));?>:</td>
     <td><input type="text" name="f_cols" id="f_cols" size="5" title="Number of columns" value="4" /></td>
-    <td style="width: 4em; text-align: right"><?php print(get_string("width","htmlarea"));?>:</td>
+    <td style="width: 4em; text-align: right"><?php print(get_string("width","editor"));?>:</td>
     <td><input type="text" name="f_width" id="f_width" size="5" title="Width of the table" value="100" /></td>
     <td><select size="1" name="f_unit" id="f_unit" title="Width unit">
-      <option value="%" selected="1"  ><?php print(get_string("percent","htmlarea"));?></option>
-      <option value="px"              ><?php print(get_string("pixels","htmlarea"));?></option>
+      <option value="%" selected="1"  ><?php print(get_string("percent","editor"));?></option>
+      <option value="px"              ><?php print(get_string("pixels","editor"));?></option>
       <option value="em"              >Em</option>
     </select></td>
   </tr>
@@ -109,28 +109,28 @@ form { padding: 0px; margin: 0px; }
 <p />
 
 <fieldset style="float: left; margin-left: 5px;">
-<legend><?php print(get_string("layout","htmlarea"));?></legend>
+<legend><?php print(get_string("layout","editor"));?></legend>
 
 <div class="space"></div>
 
-<div class="fl"><?php print(get_string("alignment","htmlarea"));?>:</div>
+<div class="fl"><?php print(get_string("alignment","editor"));?>:</div>
 <select size="1" name="f_align" id="f_align"
   title="Positioning of this image">
-  <option value="" selected="1"                ><?php print(get_string("notset","htmlarea"));?></option>
-  <option value="left"                         ><?php print(get_string("left","htmlarea"));?></option>
-  <option value="right"                        ><?php print(get_string("right","htmlarea"));?></option>
-  <option value="texttop"                      ><?php print(get_string("texttop","htmlarea"));?></option>
-  <option value="absmiddle"                    ><?php print(get_string("absmiddle","htmlarea"));?></option>
-  <option value="baseline"                     ><?php print(get_string("baseline","htmlarea"));?></option>
-  <option value="absbottom"                    ><?php print(get_string("absbottom","htmlarea"));?></option>
-  <option value="bottom"                       ><?php print(get_string("bottom","htmlarea"));?></option>
-  <option value="middle"                       ><?php print(get_string("middle","htmlarea"));?></option>
-  <option value="top"                          ><?php print(get_string("top","htmlarea"));?></option>
+  <option value="" selected="1"                ><?php print(get_string("notset","editor"));?></option>
+  <option value="left"                         ><?php print(get_string("left","editor"));?></option>
+  <option value="right"                        ><?php print(get_string("right","editor"));?></option>
+  <option value="texttop"                      ><?php print(get_string("texttop","editor"));?></option>
+  <option value="absmiddle"                    ><?php print(get_string("absmiddle","editor"));?></option>
+  <option value="baseline"                     ><?php print(get_string("baseline","editor"));?></option>
+  <option value="absbottom"                    ><?php print(get_string("absbottom","editor"));?></option>
+  <option value="bottom"                       ><?php print(get_string("bottom","editor"));?></option>
+  <option value="middle"                       ><?php print(get_string("middle","editor"));?></option>
+  <option value="top"                          ><?php print(get_string("top","editor"));?></option>
 </select>
 
 <p />
 
-<div class="fl"><?php print(get_string("borderthickness","htmlarea"));?>:</div>
+<div class="fl"><?php print(get_string("borderthickness","editor"));?>:</div>
 <input type="text" name="f_border" id="f_border" size="5" value="1"
 title="Leave empty for no border" />
 <!--
@@ -144,17 +144,17 @@ title="Leave empty for no border" />
 </fieldset>
 
 <fieldset style="float:right; margin-right: 5px;">
-<legend><?php print(get_string("spacing","htmlarea"));?></legend>
+<legend><?php print(get_string("spacing","editor"));?></legend>
 
 <div class="space"></div>
 
-<div class="fr"><?php print(get_string("cellspacing","htmlarea"));?>:</div>
+<div class="fr"><?php print(get_string("cellspacing","editor"));?>:</div>
 <input type="text" name="f_spacing" id="f_spacing" size="5" value="1"
 title="Space between adjacent cells" />
 
 <p />
 
-<div class="fr"><?php print(get_string("cellpadding","htmlarea"));?>:</div>
+<div class="fr"><?php print(get_string("cellpadding","editor"));?>:</div>
 <input type="text" name="f_padding" id="f_padding" size="5" value="1"
 title="Space between content and border in cell" />
 
@@ -164,8 +164,8 @@ title="Space between content and border in cell" />
 
 <div style="margin-top: 85px; text-align: right;">
 <hr />
-<button type="button" name="ok" onclick="return onOK();"><?php print(get_string("ok","htmlarea"));?></button>
-<button type="button" name="cancel" onclick="return onCancel();"><?php print(get_string("cancel","htmlarea"));?></button>
+<button type="button" name="ok" onclick="return onOK();"><?php print(get_string("ok","editor"));?></button>
+<button type="button" name="cancel" onclick="return onCancel();"><?php print(get_string("cancel","editor"));?></button>
 </div>
 
 </form>