translation cleanup
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -803,7 +803,7 @@ class user
|
||||
|
||||
if ($desc['desc'] != "")
|
||||
if ($old_disabled)
|
||||
$descmsg = $translate->t('cache description was removed because the owner\'s account was inactive when the <a href="articles.php?page=impressum#datalicense">new content license</a> was launched', '', basename(__FILE__), __LINE__, '', 1, $desc['language']);
|
||||
$descmsg = $translate->t("cache description was removed because the owner's account was inactive when the <a href='articles.php?page=impressum#datalicense'>new content license</a> was launched", '', basename(__FILE__), __LINE__, '', 1, $desc['language']);
|
||||
else
|
||||
$descmsg = $translate->t('cache description was removed because owner declined content license', '', basename(__FILE__), __LINE__, '', 1, $desc['language']);
|
||||
else
|
||||
|
||||
@@ -123,10 +123,6 @@
|
||||
<strong>{t 1=$emails}E-Mails sent: %1{/t}</strong>
|
||||
</p>
|
||||
*}
|
||||
{* link to public profile *}
|
||||
{* now in menu
|
||||
<p>{t}This is what your profile looks like to other users:{/t} <a href="viewprofile.php?userid={$login.userid}">{t}Your public profile{/t}</a></p>
|
||||
*}
|
||||
{/if}
|
||||
|
||||
<div class="buffer"> </div>
|
||||
|
||||
@@ -185,7 +185,6 @@
|
||||
<img src="resource2/{$opt.template.style}/images/viewcache/date.png" class="icon16" alt="" title="" align="middle" /> {if $cache.is_publishdate==0}{t}Listed since{/t}{else}{t}Published on{/t}{/if}: {$cache.datecreated|date_format:$opt.format.datelong}<br />
|
||||
<img src="resource2/{$opt.template.style}/images/viewcache/date.png" class="icon16" alt="" title="" align="middle" /> {t}Last update{/t}: {$cache.lastmodified|date_format:$opt.format.datelong}<br /> {* Ocprop: <br />\s*Wegpunkt: (OC[A-Z0-9]+)\s*<br /> -- Waypoint: <b>(OC[A-Z0-9]+)<\/b><br \/> *}
|
||||
<img src="resource2/{$opt.template.style}/images/viewcache/arrow_in.png" class="icon16" alt="" title="" align="middle" /> {t}Waypoint{/t}: <b>{$cache.wpoc}</b><br />
|
||||
<!-- <img src="resource2/{$opt.template.style}/images/viewcache/link.png" class="icon16" alt="" title="" align="middle" /> {t}Short URL{/t}: <a href="http://opencaching.de/{$cache.wpoc}">http://opencaching.de/{$cache.wpoc}</a><br /> -->
|
||||
{if $cache.wpgc!='' || $cache.wpnc!=''}<img src="resource2/{$opt.template.style}/images/viewcache/link.png" class="icon16" alt="" title="" align="middle" />
|
||||
{t}Also listed at{/t}: {* Ocprop: Auch gelistet auf: <a href=\"http://www\.geocaching\.com/seek/cache_details\.aspx\?wp=(GC[0-9A-Z]{1,5})\" target=\"_blank\">geocaching.com</a> *}
|
||||
{if $cache.wpgc!=''}
|
||||
|
||||
Reference in New Issue
Block a user