25 lines
984 B
PHP
25 lines
984 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}</h1>
|
|
<p>{t}Do you really want to delete the description of your cache "{cachename}"{/t}</p>
|
|
<p><a href="removedesc.php?cacheid={cacheid_urlencode}&desclang={desclang_urlencode}&commit=1">{t}Yes, delete cache description{/t}</a></p>
|