diff --git a/src/lang/de/admin.php b/src/lang/de/admin.php index 02d8a68..b14ad47 100644 --- a/src/lang/de/admin.php +++ b/src/lang/de/admin.php @@ -62,6 +62,7 @@ $content['LN_UPDATE_AVAILABLEVER'] = "Available version: "; $content['LN_UPDATE_LINK'] = "Klicken Sie hier um das Update zu bekommen"; $content['LN_ADMIN_RESULTREDIRECT'] = "Sie werden in %2 Sekunden auf diese Seite weitergeleitet."; $content['LN_ADMIN_RESULTCLICK'] = "Klicken Sie hier um fortzufahren."; +$content['LN_ADMIN_GOBACK'] = "Zurückgehen"; // General Options $content['LN_ADMIN_GLOBFRONTEND'] = "Globale Anzeige Optionen"; @@ -138,7 +139,8 @@ $content['LN_USER_ADDEDIT'] = "Hinzufügen/Bearbeiten von Benutzern"; $content['LN_USER_WARNREMOVEADMIN'] = "Sie sind im Begriff sich Ihre Administorenrechte zu nehmen. Sind Sie sicher?"; $content['LN_USER_WARNDELETEUSER'] = "Sind Sie sicher das Sie den Benutzer '%1' löschen wollen? Alle pers. Einstellungen werden ebenfalls gelöscht."; $content['LN_USER_ERROR_INVALIDSESSIONS'] = "Ungültige Benutzer Sitzung."; -$content['LN_USER_'] = ""; +$content['LN_USER_SETISADMIN'] = "Ändern des IsAdmin Status"; +$content['LN_USER_SETISREADONLY'] = "Ändern des IsReadOnly Status"; // Group center $content['LN_GROUP_CENTER'] = "Gruppen Administration"; @@ -321,6 +323,7 @@ $content['LN_CHARTS_FILTERSTRING'] = "Custom Filter"; $content['LN_CHARTS_FILTERSTRING_HELP'] = "Use the same syntax as in the search field. For example if you want to generate a chart for 'server1', use this filter: source:=server1"; $content['LN_CHARTS_ERROR_CHARTIDNOTFOUND'] = "Error, ChartID with ID '%1' , was not found"; $content['LN_CHARTS_ERROR_SETTINGFLAG'] = "Error setting flag, invalid ChartID or operation."; +$content['LN_CHARTS_SETENABLEDSTATE'] = "Toggle Enabled State"; // Fields Options $content['LN_FIELDS_CENTER'] = "Feld Options"; diff --git a/src/lang/en/admin.php b/src/lang/en/admin.php index a8ddd0c..eca39f2 100644 --- a/src/lang/en/admin.php +++ b/src/lang/en/admin.php @@ -62,6 +62,7 @@ $content['LN_UPDATE_AVAILABLEVER'] = "Available version: "; $content['LN_UPDATE_LINK'] = "Click here to get the update"; $content['LN_ADMIN_RESULTREDIRECT'] = "You will be redirected to the this page on %2 seconds."; $content['LN_ADMIN_RESULTCLICK'] = "Click here to continue."; +$content['LN_ADMIN_GOBACK'] = "Go Back"; // General Options $content['LN_ADMIN_GLOBFRONTEND'] = "Global frontend options"; @@ -141,7 +142,8 @@ $content['LN_USER_ERROR_INVALIDSESSIONS'] = "Invalid User Session."; $content['LN_USER_ERROR_SETTINGFLAG'] = "Error setting flag, invalid ID or User not found"; $content['LN_USER_WARNRADYONLYADMIN'] = "You are about to set your account to readonly! This will prevent you from changing any settings! Are you sure that you want to proceed?"; $content['LN_USER_ISREADONLY'] = "Readonly User?"; -$content['LN_USER_'] = ""; +$content['LN_USER_SETISADMIN'] = "Toggle IsAdmin State"; +$content['LN_USER_SETISREADONLY'] = "Toggle IsReadOnly State"; // Group center $content['LN_GROUP_CENTER'] = "Group Center"; @@ -334,6 +336,7 @@ $content['LN_CHARTS_FILTERSTRING'] = "Custom Filter"; $content['LN_CHARTS_FILTERSTRING_HELP'] = "Use the same syntax as in the search field. For example if you want to generate a chart for 'server1', use this filter: source:=server1"; $content['LN_CHARTS_ERROR_CHARTIDNOTFOUND'] = "Error, ChartID with ID '%1' , was not found"; $content['LN_CHARTS_ERROR_SETTINGFLAG'] = "Error setting flag, invalid ChartID or operation."; +$content['LN_CHARTS_SETENABLEDSTATE'] = "Toggle Enabled State"; // Fields Options $content['LN_FIELDS_CENTER'] = "Fields Options"; diff --git a/src/templates/admin/admin_charts.html b/src/templates/admin/admin_charts.html index f7da9f8..0423980 100644 --- a/src/templates/admin/admin_charts.html +++ b/src/templates/admin/admin_charts.html @@ -42,7 +42,7 @@ {DisplayName} - + {ChartTypeText} {ChartAssignedToText} diff --git a/src/templates/admin/admin_menu.html b/src/templates/admin/admin_menu.html index 07a89e9..6c9e492 100644 --- a/src/templates/admin/admin_menu.html +++ b/src/templates/admin/admin_menu.html @@ -1,13 +1,13 @@
- - - - - - - - + + + + + + + + - - - + + +