openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit d54c272a0aa09f3061f685a4bb970ac955afde9c
parent 5dd20cc9249731128995a2e3e29a3e366ba38e98
Author: dankert <devnull@localhost>
Date:   Mon, 13 Dec 2004 23:04:58 +0100

Anpassung an Sprachdatei

Diffstat:
themes/default/pages/html/template/el.tpl.php | 6+++---
themes/default/pages/html/template/list.tpl.php | 2+-
themes/default/pages/html/template/prop.tpl.php | 16++++++++--------
themes/default/pages/html/template/show.tpl.php | 2+-
themes/default/pages/html/template/src.tpl.php | 12++++++------
5 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/themes/default/pages/html/template/el.tpl.php b/themes/default/pages/html/template/el.tpl.php @@ -10,7 +10,7 @@ <table class="main" width="90%" cellspacing="0" cellpadding="4"> <tr> - <th colspan="2"><?php echo lang('ELEMENTS') ?></th> + <th colspan="2"><?php echo lang('TEMPLATE_ELEMENTS') ?></th> </tr> <?php @@ -25,13 +25,13 @@ else { $fx = fx($fx); ?> <tr> -<td colspan="2" class="<?php echo $fx ?>"><?php echo lang('NOT_FOUND') ?></td> +<td colspan="2" class="<?php echo $fx ?>"><?php echo lang('GLOBAL_NOT_FOUND') ?></td> </tr> <?php } ?> <tr> -<td class="act" colspan="2"><input type="text" name="name" value=""> <input type="submit" class="submit" value="<?php echo lang('ADD') ?>"></td> +<td class="act" colspan="2"><input type="text" name="name" value=""> <input type="submit" class="submit" value="<?php echo lang('GLOBAL_ADD') ?>"></td> </tr> </table> diff --git a/themes/default/pages/html/template/list.tpl.php b/themes/default/pages/html/template/list.tpl.php @@ -10,7 +10,7 @@ <table class="main" width="50%" cellspacing="0" cellpadding="4"> <tr> - <th colspan="2"><?php echo lang('TEMPLATES') ?></th> + <th colspan="2"><?php echo lang('GLOBAL_TEMPLATES') ?></th> </tr> <?php $f1=true; diff --git a/themes/default/pages/html/template/prop.tpl.php b/themes/default/pages/html/template/prop.tpl.php @@ -10,17 +10,17 @@ <table class="main" width="90%" cellspacing="0" cellpadding="4"> <tr> - <th colspan="2"><?php echo lang('PROP') ?></th> + <th colspan="2"><?php echo lang('GLOBAL_PROP') ?></th> </tr> <tr> - <td width="50%" class="f1"><?php echo lang('name') ?></a></td> + <td width="50%" class="f1"><?php echo lang('GLOBAL_name') ?></a></td> <td width="50%" class="f1"><input type="text" name="name" size="50" value="<?php echo $name ?>"></td> </tr> <?php if ( count($pages)==0) { ?> <tr> - <td class="f1" rowspan="2"><?php echo lang('DELETE') ?></a></td> + <td class="f1" rowspan="2"><?php echo lang('GLOBAL_DELETE') ?></a></td> <td class="f1"><input type="checkbox" name="delete" value="1"></td> </tr> <tr> @@ -29,7 +29,7 @@ <?php } ?> <tr> - <td class="act" colspan="2"><input type="submit" class="submit" value="<?php echo lang('SAVE') ?>"></td> + <td class="act" colspan="2"><input type="submit" class="submit" value="<?php echo lang('GLOBAL_SAVE') ?>"></td> </tr> </table> @@ -46,15 +46,15 @@ <table class="main" width="90%" cellspacing="0" cellpadding="4"> <tr> - <th colspan="2"><?php echo lang('EXTENSION') ?></th> + <th colspan="2"><?php echo lang('TEMPLATE_EXTENSION') ?></th> </tr> <tr> -<td width="50%" class="f1"><?php echo lang('extension') ?></a></td> +<td width="50%" class="f1"><?php echo lang('TEMPLATE_extension') ?></a></td> <td width="50%" class="f1"><input type="text" name="extension" size="10" value="<?php echo $extension ?>"></td> </tr> <tr> -<td class="act" colspan="2"><input type="submit" class="submit" value="<?php echo lang('SAVE') ?>"></td> +<td class="act" colspan="2"><input type="submit" class="submit" value="<?php echo lang('GLOBAL_SAVE') ?>"></td> </tr> </table> @@ -67,7 +67,7 @@ <table class="main" width="90%" cellspacing="0" cellpadding="4"> <tr> - <th colspan="2"><?php echo lang('PAGES') ?></th> + <th colspan="2"><?php echo lang('GLOBAL_PAGES') ?></th> </tr> <?php $f1=true; diff --git a/themes/default/pages/html/template/show.tpl.php b/themes/default/pages/html/template/show.tpl.php @@ -6,7 +6,7 @@ <table class="main" width="90%" cellspacing="0" cellpadding="4"> <tr> - <th><?php echo lang('SHOW') ?></th> + <th><?php echo lang('TEMPLATE_SHOW') ?></th> </tr> <tr> diff --git a/themes/default/pages/html/template/src.tpl.php b/themes/default/pages/html/template/src.tpl.php @@ -9,7 +9,7 @@ <table class="main" width="90%" cellspacing="0" cellpadding="4"> <tr> - <th><?php echo lang('SOURCE') ?></th> + <th><?php echo lang('TEMPLATE_SOURCE') ?></th> </tr> <tr> @@ -20,7 +20,7 @@ { ?> <tr> <td class="f2"><input type="checkbox" name="addelement" value="1"> - <?php echo lang('ADD') ?> + <?php echo lang('GLOBAL_ADD') ?>: <?php echo Html::selectBox('elementid',$elements) ?></td> </tr> <?php } ?> @@ -29,7 +29,7 @@ { ?> <tr> <td class="f2"><input type="checkbox" name="addicon" value="1"> - <?php echo lang('ADD') ?> + <?php echo lang('GLOBAL_ADD') ?>: <?php echo Html::selectBox('iconid',$icon_elements) ?></td> </tr> @@ -39,7 +39,7 @@ { ?> <tr> <td class="f2"><input type="checkbox" name="addifempty" value="1"> - <?php echo lang('ADD') ?> + <?php echo lang('GLOBAL_ADD') ?>: <?php echo Html::selectBox('ifemptyid',$ifempty_elements) ?></td> </tr> <?php } ?> @@ -48,13 +48,13 @@ { ?> <tr> <td class="f2"><input type="checkbox" name="addifnotempty" value="1"> - <?php echo lang('ADD') ?> + <?php echo lang('GLOBAL_ADD') ?>: <?php echo Html::selectBox('ifnotemptyid',$ifnotempty_elements) ?></td> </tr> <?php } ?> <tr> -<td class="act"><input type="submit" class="submit" value="<?php echo lang('SAVE') ?>"></td> +<td class="act"><input type="submit" class="submit" value="<?php echo lang('GLOBAL_SAVE') ?>"></td> </tr> </table>