mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
- added new phrase
This commit is contained in:
parent
957a32cadf
commit
ae2cff47bc
|
@ -503,6 +503,7 @@ $text["settings_versioningFileName"] = "Versioning FileName";
|
|||
$text["settings_viewOnlineFileTypes_desc"] = "Files with one of the following endings can be viewed online (USE ONLY LOWER CASE CHARACTERS)";
|
||||
$text["settings_viewOnlineFileTypes"] = "View Online File Types";
|
||||
$text["signed_in_as"] = "Signed in as";
|
||||
$text["sign_in"] = "sign in";
|
||||
$text["sign_out"] = "sign out";
|
||||
$text["space_used_on_data_folder"] = "Space used on data folder";
|
||||
$text["status_approval_rejected"] = "Draft rejected";
|
||||
|
|
|
@ -503,6 +503,7 @@ $text["settings_versioningFileName"] = "Versioning FileName";
|
|||
$text["settings_viewOnlineFileTypes_desc"] = "Files with one of the following endings can be viewed online (USE ONLY LOWER CASE CHARACTERS)";
|
||||
$text["settings_viewOnlineFileTypes"] = "View Online File Types";
|
||||
$text["signed_in_as"] = "Angemeldet als";
|
||||
$text["sign_in"] = "Anmelden";
|
||||
$text["sign_out"] = "Abmelden";
|
||||
$text["space_used_on_data_folder"] = "Space used on data folder";
|
||||
$text["status_approval_rejected"] = "Entwurf abgelehnt";
|
||||
|
|
|
@ -22,9 +22,9 @@ include("../inc/inc.Settings.php");
|
|||
include("../inc/inc.Language.php");
|
||||
include("../inc/inc.ClassUI.php");
|
||||
|
||||
UI::htmlStartPage("Sign In", "login");
|
||||
UI::htmlStartPage(getMLText("sign_in"), "login");
|
||||
UI::globalBanner();
|
||||
UI::pageNavigation("Sign In");
|
||||
UI::pageNavigation(getMLText("sign_in"));
|
||||
?>
|
||||
<script language="JavaScript">
|
||||
function checkForm()
|
||||
|
|
Loading…
Reference in New Issue
Block a user