Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2006-11-22 21:29:32 +0300
committerMarc Delisle <marc@infomarc.info>2006-11-22 21:29:32 +0300
commitd098a0ed5adbc4a7f32f36d57ba11258ad07d833 (patch)
tree88965bd44dffe7bdded3d653f57e00f5b6a43259 /pmd_general.php
parent21398414614e0808e4f267c332612818546de57e (diff)
designer missing messages
Diffstat (limited to 'pmd_general.php')
-rw-r--r--pmd_general.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/pmd_general.php b/pmd_general.php
index 311ab64feb..9667e27c45 100644
--- a/pmd_general.php
+++ b/pmd_general.php
@@ -221,8 +221,8 @@ for ( $i=0; $i < sizeof( $GLOBALS['PMD']["TABLE_NAME"] ); $i++ )
</tbody>
<tr>
<td colspan="2" align="center" nowrap>
- <input type="button" id="butt" name="Button" value="OK" onClick="New_relation()" >
- <input type="button" id="butt" name="Button" value="Cancel" onClick="document.getElementById('layer_new_relation').style.visibility = 'hidden';">
+ <input type="button" id="butt" name="Button" value="<?php echo $strOK; ?>" onClick="New_relation()" >
+ <input type="button" id="butt" name="Button" value="<?php echo $strCancel; ?>" onClick="document.getElementById('layer_new_relation').style.visibility = 'hidden';">
</td>
</tr>
</table></td>
@@ -244,12 +244,12 @@ for ( $i=0; $i < sizeof( $GLOBALS['PMD']["TABLE_NAME"] ); $i++ )
<td id="frams8"></td>
<td class="input_tab"><table width="100%" border="0" align="center" cellpadding="2" cellspacing="0">
<tr>
- <td colspan="3" align="center" nowrap><b>Update relation</b></td>
+ <td colspan="3" align="center" nowrap><b><?php echo $strDeleteRelation; ?></b></td>
</tr>
<tr>
<td colspan="3" align="center" nowrap>
- <input name="Button" type="button" id="butt" onClick="Upd_relation()" value="Delete" >
- <input type="button" id="butt" name="Button" value="Cancel" onClick="document.getElementById('layer_upd_relation').style.visibility = 'hidden'; Re_load();">
+ <input name="Button" type="button" id="butt" onClick="Upd_relation()" value="<?php echo $strDelete; ?>" >
+ <input type="button" id="butt" name="Button" value="<?php echo $strCancel; ?>" onClick="document.getElementById('layer_upd_relation').style.visibility = 'hidden'; Re_load();">
</td>
</tr>
</table></td>