oc-server3/htdocs/lang/de/ocstyle/newdesc.inc.php
2012-08-16 21:04:13 +02:00

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') . '"/>';
?>