23 lines
924 B
PHP
23 lines
924 B
PHP
<?php
|
|
/****************************************************************************
|
|
./lang/de/ocstyle/newdesc.inc.php
|
|
-------------------
|
|
begin : July 7 2004
|
|
|
|
For license information see doc/license.txt
|
|
****************************************************************************/
|
|
|
|
/****************************************************************************
|
|
|
|
Unicode Reminder メモ
|
|
|
|
set template specific language variables
|
|
|
|
****************************************************************************/
|
|
|
|
$submit = t('Add');
|
|
$default_lang = t('EN');
|
|
|
|
$lang_message = '<br/><span class="errormsg">' . t('There already exists a description in this language') . '</span>';
|
|
$show_all_langs_submit = '<input type="submit" name="show_all_langs_submit" value="' . t('Show all') . '"/>';
|
|
?>
|