Files
oc-server3/htdocs/lang/de/ocstyle/removelog.inc.php
2012-08-16 21:04:13 +02:00

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