30 lines
1.5 KiB
PHP
30 lines
1.5 KiB
PHP
<?php
|
|
/****************************************************************************
|
|
./lang/de/ocstyle/editlog.inc.php
|
|
-------------------
|
|
begin : Mon July 5 2004
|
|
|
|
For license information see doc/license.txt
|
|
****************************************************************************/
|
|
|
|
/****************************************************************************
|
|
|
|
Unicode Reminder メモ
|
|
|
|
language vars
|
|
|
|
****************************************************************************/
|
|
|
|
$submit = t('Save');
|
|
|
|
$error_wrong_node = t('This log entry has been created on another Opencaching website. The cache can only be edited there.');
|
|
|
|
$date_message = '<span class="errormsg">' . t('date or time is invalid') . '</span>';
|
|
$smiley_link = '<a href="javascript:insertSmiley(\'{smiley_text}\')">{smiley_image}</a>';
|
|
|
|
$log_pw_field = '<tr><td colspan="2">' . t('passwort to log:') . ' <input class="input100" type="text" name="log_pw" maxlength="20" value="" /> (' . t('only for found logs') . ')</td></tr>
|
|
<tr><td class="spacer" colspan="2"></td></tr>';
|
|
$log_pw_field_pw_not_ok = '<tr><td colspan="2">' . t('passwort to log:') . ' <input type="text" name="log_pw" maxlength="20" size="20" value=""/><span class="errormsg"> ' . t('Invalid password!') . '</span></td></tr><tr><td class="spacer" colspan="2"></td></tr>';
|
|
|
|
$teamcomment_field = ' <input type="checkbox" name="teamcomment" value="1" class="checkbox" {chk_sel} id="teamcomment" /> <label for="teamcomment">' . t('OC team comment') . "</label>";
|
|
?>
|