Files
oc-server3/htdocs/lang/de/ocstyle/removelog.inc.php
following 80952ea6f0 improved log removal
- notification email includes cache url
- notification email includes deleted text
- nicer template layout
2013-05-13 15:36:00 +02:00

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 = "---";
?>