- notification email includes cache url - notification email includes deleted text - nicer template layout
25 lines
1.0 KiB
PHP
25 lines
1.0 KiB
PHP
<?php
|
|
/****************************************************************************
|
|
./lang/de/ocstyle/removelogs.inc.php
|
|
-------------------
|
|
begin : July 9 2004
|
|
|
|
For license information see doc/license.txt
|
|
****************************************************************************/
|
|
|
|
/****************************************************************************
|
|
|
|
Unicode Reminder メモ
|
|
|
|
language specific vars
|
|
|
|
****************************************************************************/
|
|
|
|
$error_wrong_node = t('This log entry has been created on another Opencaching website. The cache can only be edited there.');
|
|
|
|
$removed_log_title = t('Info: Your log entry has been removed from the cache owner');
|
|
$removed_message_title = t('The owner of the has written you the following comment:') . "\n---";
|
|
$removed_message_end = "---";
|
|
$removed_text_title = t('Deleted text:') . "\n---";
|
|
$removed_text_end = "---";
|
|
?>
|