23 lines
970 B
PHP
23 lines
970 B
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_titel = t('The owner of the has written you the following comment:') . "\n---";
|
|
$removed_message_end = "---";
|
|
?>
|