mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
modified some translations
modified the layout of editaccount, to not waste so much space
This commit is contained in:
parent
9203359b89
commit
246edc94a5
@ -22,10 +22,10 @@ change main screen message admin de Nachricht der Startseite
|
|||||||
create group admin de Erstelle Gruppe
|
create group admin de Erstelle Gruppe
|
||||||
display admin de Bezeichnung
|
display admin de Bezeichnung
|
||||||
do you also want to delete all global subcategories ? admin de wollen Sie auch alle globalen Unterkategorien löschen ?
|
do you also want to delete all global subcategories ? admin de wollen Sie auch alle globalen Unterkategorien löschen ?
|
||||||
edit application admin de Anwendung editieren
|
edit application admin de Anwendung bearbeiten
|
||||||
edit global category admin de Globale Kategorie editieren
|
edit global category admin de Globale Kategorie bearbeiten
|
||||||
edit group admin de Gruppe editieren
|
edit group admin de Gruppe bearbeiten
|
||||||
edit user account admin de Benutzerkonto editieren
|
edit user account admin de Benutzerkonto bearbeiten
|
||||||
enabled - hidden from navbar admin de Verfügbar, aber nicht in der Navigationsleiste
|
enabled - hidden from navbar admin de Verfügbar, aber nicht in der Navigationsleiste
|
||||||
group name admin de Gruppenname
|
group name admin de Gruppenname
|
||||||
group has been added common de Gruppe wurde hinzugefügt
|
group has been added common de Gruppe wurde hinzugefügt
|
||||||
@ -78,4 +78,4 @@ view sessions admin de Sitzungen anzeigen
|
|||||||
you must add at least 1 permission to this account admin de Sie müssen diesem Konto mindestens eine Berechtigung zuteilen
|
you must add at least 1 permission to this account admin de Sie müssen diesem Konto mindestens eine Berechtigung zuteilen
|
||||||
you must enter an application name and title. admin de Sie müssen der Anwendung einen Namen und einen Titel geben.
|
you must enter an application name and title. admin de Sie müssen der Anwendung einen Namen und einen Titel geben.
|
||||||
you must select a file type admin de Sie müssen einen Filetyp auswählen
|
you must select a file type admin de Sie müssen einen Filetyp auswählen
|
||||||
userdata admin de Benutzerdaten
|
userdata admin de Benutzerkonto
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
<!-- BEGIN form -->
|
<!-- BEGIN form -->
|
||||||
<p><b>{lang_action}</b><hr><br>
|
|
||||||
{error_messages}
|
{error_messages}
|
||||||
|
|
||||||
<form method="POST" action="{form_action}">
|
<form method="POST" action="{form_action}">
|
||||||
@ -17,7 +16,7 @@
|
|||||||
<td>
|
<td>
|
||||||
<table border=0 width=100%>
|
<table border=0 width=100%>
|
||||||
<tr bgcolor="{th_bg}">
|
<tr bgcolor="{th_bg}">
|
||||||
<td colspan="4"> </td>
|
<td colspan="4"><b>{lang_action}</b></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr bgcolor="{tr_color1}">
|
<tr bgcolor="{tr_color1}">
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
<!-- BEGIN form -->
|
<!-- BEGIN form -->
|
||||||
<p><b>{lang_action}</b><hr><br>
|
|
||||||
{error_messages}
|
{error_messages}
|
||||||
|
|
||||||
<form method="POST" action="{form_action}">
|
<form method="POST" action="{form_action}">
|
||||||
@ -17,7 +16,7 @@
|
|||||||
<td>
|
<td>
|
||||||
<table border="0" width="100%">
|
<table border="0" width="100%">
|
||||||
<tr bgcolor="{th_bg}">
|
<tr bgcolor="{th_bg}">
|
||||||
<td colspan="4"> </td>
|
<td colspan="4"><b>{lang_action}</b></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr bgcolor="{tr_color1}">
|
<tr bgcolor="{tr_color1}">
|
||||||
|
Loading…
Reference in New Issue
Block a user