update langs

This commit is contained in:
ceb 2003-06-21 00:54:02 +00:00
parent bcc3995d8a
commit 51bb8354ab
3 changed files with 10 additions and 12 deletions

View File

@ -20,7 +20,7 @@ add new account admin de Neues Konto hinzufügen
add new application admin de Neue Anwendung hinzufügen
add peer server admin de Peer Server hinzufügen
admin email admin de Email Administration
admin email addresses (comma-separated) to be notified about the blocking (empty for no notify) ? admin de Email Adressen der Administratoren (mit Komma getrennt) die über eine Sperre benachrichtigt werden sollen (leer für keine Benachrichtigung) ?
admin email addresses (comma-separated) to be notified about the blocking (empty for no notify) admin de Email Adressen der Administratoren (mit Komma getrennt) die über eine Sperre benachrichtigt werden sollen (leer für keine Benachrichtigung)
admin name admin de Admin Name
administration admin de Administration
admins admin de Admins
@ -240,7 +240,7 @@ view sessions admin de Sitzungen anzeigen
view user account admin de Benutzerkonto anzeigen
who would you like to transfer all records owned by the deleted user to? admin de Wem sollen alle Datensätze, die dem zu löschenden Benutzer gehören, übertragen werden?
would you like phpgroupware to cache the phpgw info array ? admin de Soll phpGroupWare das phpgw info Array cachen ?
would you like phpgroupware to check for a new version<br>when admins login ? admin de Soll phpGroupWare nach neuen Versionen suchen,<br> wenn sich ein Administrator anmeldet ?
would you like phpgroupware to check for new application versions when admins login ? admin de Soll phpGroupWare auf neue Programm-Versionen pr&uuml;fen, wenn sich ein Administrator anmeldet ?
would you like to show each application's upgrade status ? admin de Soll der Upgrade-Status aller Anwendungen angezeigt werden ?
you have entered an invalid expiration date admin de Sie haben ein ungültiges Ablaufdatum angegeben
you must add at least 1 permission or group to this account admin de Sie müssen mindestens ein Zugriffsrecht oder eine Gruppe für diesen Benutzer angeben

View File

@ -23,7 +23,7 @@ add new account admin en Add new account
add new application admin en Add new application
add peer server admin en Add Peer Server
admin email admin en Admin Email
admin email addresses (comma-separated) to be notified about the blocking (empty for no notify) ? admin en Admin email addresses (comma-separated) to be notified about the blocking (empty for no notify) ?
admin email addresses (comma-separated) to be notified about the blocking (empty for no notify) admin en Admin email addresses (comma-separated) to be notified about the blocking (empty for no notify)
admin name admin en Admin Name
administration admin en Administration
admins admin en Admins
@ -271,7 +271,7 @@ view this user admin en view this user
view user account admin en View user account
who would you like to transfer all records owned by the deleted user to? admin en Who would you like to transfer ALL records owned by the deleted user to?
would you like phpgroupware to cache the phpgw info array ? admin en Would you like phpGroupWare to cache the phpgw info array ?
would you like phpgroupware to check for a new version<br>when admins login ? admin en Would you like phpGroupWare to check for a new version<br>when admins login ?
would you like phpgroupware to check for new application versions when admins login ? admin en Would you like phpGroupWare to check for new application versions when admins login ?
would you like to show each application's upgrade status ? admin en Would you like to show each application's upgrade status ?
you have entered an invalid expiration date admin en You have entered an invalid expiration date
you must add at least 1 permission or group to this account admin en You must add at least 1 permission or group to this account

View File

@ -13,7 +13,7 @@
<!-- BEGIN body -->
<tr class="row_on">
<td>{lang_Enter_the_title_for_your_site}.</td>
<td>{lang_Enter_the_title_for_your_site}:</td>
<td><input name="newsettings[site_title]" value="{value_site_title}"></td>
</tr>
@ -38,7 +38,7 @@
</tr>
<tr class="row_off">
<td>{lang_Would_you_like_phpGroupWare_to_check_for_a_new_version<br>when_admins_login_?}:</td>
<td>{lang_Would_you_like_phpGroupWare_to_check_for_new_application_versions_when_admins_login_?}:</td>
<td>
<select name="newsettings[checkfornewversion]">
<option value="">{lang_No}</option>
@ -48,14 +48,12 @@
</tr>
<tr class="row_on">
<td>
{lang_Timeout_for_sessions_in_seconds_(default_14400_=_4_hours)}
</td>
<td>{lang_Timeout_for_sessions_in_seconds_(default_14400_=_4_hours)}:</td>
<td><input size="8" name="newsettings[sessions_timeout]" value="{value_sessions_timeout}"></td>
</tr>
<tr class="row_off">
<td>{lang_Timeout_for_application_session_data_in_seconds_(default_86400_=_1_day)}.</td>
<td>{lang_Timeout_for_application_session_data_in_seconds_(default_86400_=_1_day)}:</td>
<td><input size="8" name="newsettings[sessions_app_timeout]" value="{value_sessions_app_timeout}"></td>
</tr>
@ -102,7 +100,7 @@
</tr>
<tr class="row_off">
<td>{lang_Minimum_password_length}.</td>
<td>{lang_Minimum_password_length}:</td>
<td><input size="4" name="newsettings[pass_min_length]" value="{value_pass_min_length}"></td>
</tr>
@ -180,7 +178,7 @@
</tr>
<tr class="row_on">
<td>{lang_Admin_email_addresses_(comma-separated)_to_be_notified_about_the_blocking_(empty_for_no_notify)_?}:</td>
<td>{lang_Admin_email_addresses_(comma-separated)_to_be_notified_about_the_blocking_(empty_for_no_notify)}:</td>
<td>
<input name="newsettings[admin_mails]" value="{value_admin_mails}" size="40">
</td>