2021-07-11 09:12:51 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
defined('L_EXEC') or die();
|
|
|
|
|
2021-07-11 10:34:02 +02:00
|
|
|
$translations['home']['menu']['manageTimerLabel'] = "Manage timer";
|
|
|
|
$translations['home']['menu']['changePasswordLabel'] = "Change password";
|
|
|
|
$translations['home']['menu']['openTimerLabel'] = "OpenTimer";
|
|
|
|
$translations['home']['menu']['logoutLabel'] = "Logout";
|
|
|
|
|
|
|
|
$translations['currentTimer'] = "Current timer";
|
|
|
|
$translations['manageTimer'] = "Manage timer";
|
|
|
|
$translations['header'] = "Header";
|
|
|
|
$translations['time'] = "Time";
|
|
|
|
$translations['startTimer'] = "Start timer";
|
|
|
|
$translations['loading'] = "Loading...";
|
|
|
|
|
|
|
|
|
|
|
|
$translations['results']['permissionDenied'] = "Access denied";
|
|
|
|
$translations['results']['loginFailed'] = "Invalid credentials";
|
|
|
|
$translations['results']['loginRequired'] = "Please sign in first!";
|
|
|
|
$translations['results']['oldPasswordIsWrong'] = "The current password is wrong!";
|
|
|
|
$translations['results']['newPasswordAndRepeatDidNotMatch'] = "The passwords are not equal.";
|
|
|
|
$translations['results']['newPasswordMustNotBeOldPassword'] = "The new password must not be the old password.";
|
|
|
|
$translations['results']['passwordChangedSuccessfully'] = "Your password was successfully changed.";
|
|
|
|
$translations['results']['timerSetSuccessfully'] = "The timer was started successfully.";
|
|
|
|
|
|
|
|
$translations['globals']['title'] = "Itsblue synced timer";
|
|
|
|
$translations['globals']['usernameLabel'] = "Username";
|
|
|
|
$translations['globals']['passwordLabel'] = "Password";
|
|
|
|
$translations['globals']['emailAddress'] = "E-Mail-Address";
|
|
|
|
|
|
|
|
$translations['login']['title'] = "Please sign in";
|
|
|
|
$translations['login']['submitLabel'] = "Sign in";
|
|
|
|
$translations['login']['footnote'] = "Login for the itsblue synced timer. <a href=\"https://itsblue.de\">itsblue.de</a>";
|
|
|
|
|
|
|
|
$translations['changePassword']['currentPasswordLabel'] = "Current password";
|
|
|
|
$translations['changePassword']['newPasswordLabel'] = "New password";
|
|
|
|
$translations['changePassword']['repeatNewPasswordLabel'] = "Repeat new password";
|
|
|
|
$translations['changePassword']['submitLabel'] = "Change password";
|