pepebe
3/5/2013 - 9:18 AM

2do list - German Localisation for MODX

2do list - German Localisation for MODX

<p>Hello [[+uid]],</p>

    <p>Here are your login details for [[+sname]]:</p>

    <p><strong>Username:</strong> [[+uid]]<br />
    <strong>Password:</strong> [[+pwd]]</p>

    <p>Once you log into [[+sname]] at [[+surl]], you can change your password.</p>

    <p>Regards,<br />
    Site Administrator</p>
<p>Hello [[+uid]],</p>

    <p>Here are your login details for [[+sname]]:</p>

    <p><strong>Username:</strong> [[+uid]]<br />
    <strong>Password:</strong> [[+pwd]]</p>

    <p>Once you log into [[+sname]] at [[+surl]], you can change your password.</p>

    <p>Regards,<br />
    Site Administrator</p>
<p>Hello [[+uid]],</p>

    <p>To activate your new password click the following link:</p>

    <p>[[+surl]]</p>

    <p>If successful you can use the following password to login:</p>

    <p><strong>Password:</strong> [[+pwd]]</p>

    <p>If you did not request this email then please ignore it.</p>

    <p>Regards,<br />
    Site Administrator</p>
<p>Hello [[+uid]],</p>

    <p>To activate your new password click the following link:</p>

    <p>[[+surl]]</p>

    <p>If successful you can use the following password to login:</p>

    <p><strong>Password:</strong> [[+pwd]]</p>

    <p>If you did not request this email then please ignore it.</p>

    <p>Regards,<br />
    Site Administrator</p>
Diese Seite ist vorübergehend nicht erreichbar.
<p>Hello [[+uid]],</p>
    <p>Here are your login details for the [[+sname]] MODX Manager:</p>

    <p>
        <strong>Username:</strong> [[+uid]]<br />
        <strong>Password:</strong> [[+pwd]]<br />
    </p>

    <p>Once you log into the MODX Manager at [[+surl]], you can change your password.</p>

    <p>Regards,<br />Site Administrator</p>
<p>Hallo [[+ufn]],<br/>
hier sind Ihre Anmeldeinformationen für den [[+sname]] MODx Manager:</p>

<p>
<strong>Benutzername:</strong> [[+uid]]<br/>
<strong>Passwort:</strong> [[+pwd]]
</p>

<p>Sie finden den MODX Manager unter dieser Adresse: [[+surl]]</p>

<p>Bitte ändern Sie ihr Passwort sobald Sie sich das erste Mal im Manager angemeldet haben.</p>

<p>Mit freundlichen Grüßen,<br/>
Ihr Administator</p>

System Setting: FURL Alias Character Restriction Pattern:

Remove () and / from alias strings

friendly_alias_restrict_chars_pattern


default: 
/[\0\x0B\t\n\r\f\a&=+%#<>"~:`@\?\[\]\{\}\|\^'\\]/

blacklist:
/[\0\x0B\t\n\r\f\a&=+%#()\/<>"~:,`@\?\[\]\{\}\|\^'\\]/ (Blacklist)

whitelist
/[^a-zA-Z0-9 _-]/ 
p>Hello [[+username]],</p>
<p>A request for a password reset has been issued for your MODX user. If you sent this, you may follow this link and use this password to login. If you did not send this request, please ignore this email.</p>

<p>
    <strong>Activation Link:</strong> [[+url_scheme]][[+http_host]][[+manager_url]]?modahsh=[[+hash]]<br />
    <strong>Username:</strong> [[+username]]<br />
    <strong>Password:</strong> [[+password]]<br />
</p>

<p>After you log into the MODX Manager, you can change your password again, if you wish.</p>

<p>Regards,<br />Site Administrator</p>
p>Hello [[+username]],</p>
<p>A request for a password reset has been issued for your MODX user. If you sent this, you may follow this link and use this password to login. If you did not send this request, please ignore this email.</p>

<p>
    <strong>Activation Link:</strong> [[+url_scheme]][[+http_host]][[+manager_url]]?modahsh=[[+hash]]<br />
    <strong>Username:</strong> [[+username]]<br />
    <strong>Password:</strong> [[+password]]<br />
</p>

<p>After you log into the MODX Manager, you can change your password again, if you wish.</p>

<p>Regards,<br />Site Administrator</p>

Install german transliteration

Install "translit" pacakge for MODX.

Edit system settings

  • friendly_alias_translit = german
  • manager_time_format = "H:i"
  • manager_date_format = "d.m.Y"
  • collections.mgr_date_format = "d.m.Y"
  • collections.mgr_time_format = "H:i"
  • collections.mgr_datetime_format = "d.m.Y H:i" (default = M d, g:i a"
  • Set date_timezone = "Europe/Berlin"
  • locale = "de_DE" or "de_DE.UTF-8"
  • cultureKey = de
  • redactor.lang = de

Translate messages stored in settings (see files below):

*You might also have to force setlocale in core/config/config.inc.php: setlocale(LC_ALL, 'de_DE');