diff --git a/languages/example/themes/wilma/i18n/all_es.properties b/languages/example/themes/wilma/i18n/all_es.properties index 1dc13fa6..08b3d617 100644 --- a/languages/example/themes/wilma/i18n/all_es.properties +++ b/languages/example/themes/wilma/i18n/all_es.properties @@ -194,14 +194,7 @@ hyperlink = Hiperenlace # # accounts templates ( /templates/freemarker/body/accounts ) # -congratulations = ¡Enhorabuena! -we_have_created_your_account = Hemos creado el nuevo {0} cuenta asociada a {1}. -did_not_request_text = Si no has solicitado esta nueva cuenta puede ignorar este mensaje. Esta solicitud caducará si no se hubiere pronunciado sobre durante 30 días. -click_to_create_password = Haga clic en el enlace de abajo para crear la contraseña de su cuenta usando nuestro servidor seguro. password = contraseña -if_link_failed = Si el enlace no funciona, puedes copiar y pegar el enlace directamente en la barra de direcciones de su navegador. -thanks = ¡Gracias! -paste_the_link = Pega el siguiente enlace en la barra de direcciones de su navegador para crear la contraseña de su cuenta usando nuestro servidor seguro. # # harvester templates ( /templates/freemarker/body/harvester ) diff --git a/productMods/templates/freemarker/body/accounts/userAccounts-acctCreatedEmail.ftl b/productMods/templates/freemarker/body/accounts/userAccounts-acctCreatedEmail.ftl deleted file mode 100644 index 25226e78..00000000 --- a/productMods/templates/freemarker/body/accounts/userAccounts-acctCreatedEmail.ftl +++ /dev/null @@ -1,64 +0,0 @@ -<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> - -<#-- Confirmation that an account has been created. --> - -<#assign subject = "${i18n().account_created_subject(siteName)}" /> - -<#assign html> - - - ${subject} - - -

- ${userAccount.firstName} ${userAccount.lastName} -

- -

- ${i18n().congratulations} -

- -

- ${i18n().we_have_created_your_account(siteName,userAccount.emailAddress)} -

- -

- ${i18n().did_not_request_text} -

- -

- ${i18n().click_to_create_password} -

- -

- ${passwordLink} -

- -

- ${i18n().if_link_failed} -

- -

- ${i18n().thanks} -

- - - - -<#assign text> -${userAccount.firstName} ${userAccount.lastName} - -${i18n().congratulations} - -${i18n().we_have_created_your_account(siteName,userAccount.emailAddress)} - -${i18n().did_not_request_text} - -${i18n().paste_the_link} - -${passwordLink} - -${i18n().thanks} - - -<@email subject=subject html=html text=text /> \ No newline at end of file diff --git a/themes/wilma/i18n/all.properties b/themes/wilma/i18n/all.properties index f2a2052c..4c6ffc75 100644 --- a/themes/wilma/i18n/all.properties +++ b/themes/wilma/i18n/all.properties @@ -194,15 +194,7 @@ hyperlink = Hyperlink # # accounts templates ( /templates/freemarker/body/accounts ) # -congratulations = Congratulations! -we_have_created_your_account = We have created your new {0} account associated with {1}. -did_not_request_text = If you did not request this new account you can safely ignore this email. \ - This request will expire if not acted upon for 30 days. -click_to_create_password = Click the link below to create your password for your new account using our secure server. password = password -if_link_failed = If the link above doesn't work, you can copy and paste the link directly into your browser's address bar. -thanks = Thanks! -paste_the_link = Paste the link below into your browser's address bar to create your password for your new account using our secure server. # # harvester templates ( /templates/freemarker/body/harvester )