oc-server3/htdocs/lang/de/ocstyle/removedesc.tpl.php
following 5fe55ee0c2 added listing archiving-and-restore function (vandalism protection), and ...
- added log-picture removal on log deletion (bugfix)
- block deletion of user accounts if archived logs or cache reports exist
- show number of archived logs and cache reports in adminuser interface
- improved cache description deletion confirmation message
2013-03-20 18:11:08 +01:00

25 lines
1004 B
PHP

<?php
/****************************************************************************
./lang/de/ocstyle/removedesc.tpl.php
-------------------
begin : July 7 2004
For license information see doc/license.txt
****************************************************************************/
/****************************************************************************
Unicode Reminder メモ
remove a cache description
desclang_name
cachename
cacheid_urlencode
desclang_urlencode
****************************************************************************/
?>
<h1>{t}delete this cache-description{/t} ({desclang_name})</h1>
<p>{t}Do you really want to delete this description of your cache &quot;{cachename}&quot;{/t}</p>
<p><a href="removedesc.php?cacheid={cacheid_urlencode}&desclang={desclang_urlencode}&commit=1">{t}Yes, delete cache description{/t}</a></p>