translations

This commit is contained in:
Roland Gruber 2018-09-04 21:11:05 +02:00
parent 822b23c83a
commit 613b47e738
5 changed files with 5752 additions and 5571 deletions

View File

@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: messages\n"
"Report-Msgid-Bugs-To: post@rolandgruber.de \n"
"POT-Creation-Date: 2004-01-14 17:45+0200\n"
"PO-Revision-Date: 2018-09-04 19:53+0100\n"
"PO-Revision-Date: 2018-09-04 21:10+0100\n"
"Last-Translator: Roland Gruber <post@rolandgruber.de>\n"
"Language-Team: German <kde-i18n-de@kde.org>\n"
"Language: de\n"
@ -18853,7 +18853,7 @@ msgstr ""
#: ../templates/login.php:456 ../templates/selfService/selfServiceLogin.php:375
#, php-format
msgid ""
"Your licence expires on %s. You need to purchase a new license to be able to "
"Your licence expires on %s. You need to purchase a new licence to be able to "
"use LAM Pro after this date."
msgstr ""
"Ihre Lizenz läuft am %s ab. Für die weitere Nutzung nach diesem Datum ist "

File diff suppressed because it is too large Load Diff

View File

@ -453,7 +453,7 @@ function display_LoginPage($licenseValidator, $error_message) {
<br><br>
<?PHP
if (isLAMProVersion() && $licenseValidator->isExpiringSoon()) {
$licenseMessage = sprintf(_('Your licence expires on %s. You need to purchase a new license to be able to use LAM Pro after this date.'), $licenseValidator->getLicense()->getExpirationDate()->format('Y-m-d'));
$licenseMessage = sprintf(_('Your licence expires on %s. You need to purchase a new licence to be able to use LAM Pro after this date.'), $licenseValidator->getLicense()->getExpirationDate()->format('Y-m-d'));
StatusMessage('WARN', $licenseMessage);
}
?>