first init

This commit is contained in:
Metrax
2012-05-09 20:05:43 +02:00
commit e05b7bb8f0
6205 changed files with 395435 additions and 0 deletions
View File
+12
View File
@@ -0,0 +1,12 @@
{***************************************************************************
* You can find the license in the docs directory
*
* Unicode Reminder メモ
***************************************************************************}
{t 1="0"|date_format:$opt.format.datetime}you requested at %1 a security code to change your E-Mail-Address.{/t}
{t 1=$code}The following code was generated: %1{/t}
{t}This code is 3 days valid.{/t}
{t 1=$opt.page.absolute_url}You can verify your new E-Mail-Address at %1newemail.php{/t}
+12
View File
@@ -0,0 +1,12 @@
{***************************************************************************
* You can find the license in the docs directory
*
* Unicode Reminder メモ
***************************************************************************}
{t 1="0"|date_format:$opt.format.datetime}you requested at %1 a security code to change your password.{/t}
{t 1=$code}The following code was generated: %1{/t}
{t}This code is 3 days valid.{/t}
{t 1=$opt.page.absolute_url}You can enter your new password at %1newpw.php{/t}
+8
View File
@@ -0,0 +1,8 @@
Es wurde ein neuer Newseintrag erstellt.
E-Mail-Adresse des Benutzer: {$email}
{"0"|date_format:$opt.format.datetime} - {$newstopic}
---
{$newstext}
---
+27
View File
@@ -0,0 +1,27 @@
{***************************************************************************
* You can find the license in the docs directory
*
* Unicode Reminder メモ
***************************************************************************}
{t}welcome at www.opencaching.de!{/t}
{t 1=$to}The following data has been stored for your E-Mail address %1:{/t}
{t}Username{/t}: {$username}
{t}Last name{/t}: {$last_name}
{t}First name{/t}: {$first_name}
{t}Country{/t}: {$country}
{t}Before you can login the first time you have to activate your account with
to followin code:{/t}
{$code}
{t}The activation can be performed on the following URL:{/t}
{$opt.page.absolute_url}activation.php
{t}If you don't login in the next 14 days, your account may be deleted.{/t}
+10
View File
@@ -0,0 +1,10 @@
{***************************************************************************
* You can find the license in the docs directory
*
* Unicode Reminder メモ
***************************************************************************}
{t 1="0"|date_format:$opt.format.datetime}you requested an reminder E-Mail at %1 .{/t}
{t}Your E-Mail-Address to login:{/t}
{$email}
+8
View File
@@ -0,0 +1,8 @@
{***************************************************************************
* You can find the license in the docs directory
*
* Unicode Reminder メモ
***************************************************************************}
Mysql error {$errno}: {$error}
---
{$trace}
+8
View File
@@ -0,0 +1,8 @@
{***************************************************************************
* You can find the license in the docs directory
*
* Unicode Reminder メモ
***************************************************************************}
{$warnmessage}
---
{$trace}
+15
View File
@@ -0,0 +1,15 @@
{***************************************************************************
* You can find the license in the docs directory
*
* Unicode Reminder メモ
***************************************************************************}
{t}Hello{/t}{if $username!=''} {$username}{elseif $login.username!=''} {$login.username}{/if},
{include file="$template.tpl"}
--
{$opt.page.absolute_url}
{t 1=$opt.mail.contact}This E-Mail was generated by the opencaching.de website, because an account with
this E-Mail address was created. If you don't want to receive E-Mails in future,
please contact us via E-Mail %1{/t}
@@ -0,0 +1,23 @@
{***************************************************************************
* You can find the license in the docs directory
*
* Unicode Reminder メモ
***************************************************************************}
{if $copy==true}{t}C O P Y{/t}
{/if}
{if $sendemailaddress==true}
{t 1=$fromusername 2=$fromemail 3=$opt.page.absolute_url 4=$fromuserid}'%1' with the E-Mail address %2 contacted you via %3
The user profile: %3viewprofile.php?userid=%4
Use the reply button of your E-Mail agent to answer this E-Mail.{/t}
{else}
{t 1=$fromusername 2=$opt.page.absolute_url 3=$fromuserid}'%1' contacted you via %2
The user profile: %2viewprofile.php?userid=%3
To reply this E-Mail use the E-Mail link on the users profile.{/t}
{/if}
{t}Subject:{/t} {$usersubject}
----------------------
{$text}
----------------------