33 lines
1.5 KiB
PHP
33 lines
1.5 KiB
PHP
<?php
|
|
/***************************************************************************
|
|
./lang/de/ocstyle/newdesc.inc.php
|
|
-------------------
|
|
begin : July 7 2004
|
|
copyright : (C) 2004 The OpenCaching Group
|
|
forum contact at : http://www.opencaching.com/phpBB2
|
|
|
|
***************************************************************************/
|
|
|
|
/***************************************************************************
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
***************************************************************************/
|
|
|
|
/****************************************************************************
|
|
|
|
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') . '"/>';
|
|
?>
|