From c72b07f690be41046504c1f412dbf44c1e971d0f Mon Sep 17 00:00:00 2001 From: "Andreas Burchert (scarya)" Date: Fri, 10 Jun 2011 17:44:49 +0200 Subject: [PATCH] Changed 'gender' to 'title' --- lng/english.lng.php | 12 ++++++------ lng/german.lng.php | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lng/english.lng.php b/lng/english.lng.php index 491ded3a..d3f4bcb7 100644 --- a/lng/english.lng.php +++ b/lng/english.lng.php @@ -1287,7 +1287,7 @@ $lng['serversettings']['panel_password_min_length']['title'] = 'Minimum password $lng['serversettings']['panel_password_min_length']['description'] = 'Here you can set a minimum length for passwords. \'0\' means: no minimum length required.'; $lng['error']['notrequiredpasswordlength'] = 'The given password is too short. Please enter at least %s characters.'; $lng['serversettings']['system_store_index_file_subs']['title'] = 'Store default index file also to new subfolders'; -$lng['serversettings']['system_store_index_file_subs']['description'] = 'If enabled, the default index-file is being stored to every subdomain-path newly created (not if the folder already exists!)'; +$lng['serversettings']['system_store_index_file_subs']['description'] = 'If enabled, the default index-file is being stored to every subdomain-path newly created (not if the folder already exists!)'; // ADDED IN FROXLOR 0.9.3-svn2 @@ -1511,7 +1511,7 @@ $lng['serversettings']['login_domain_login'] = 'Allow login with domains'; // ADDED IN FROXLOR 0.9.14 $lng['panel']['unlock'] = 'unlock'; -$lng['question']['customer_reallyunlock'] = 'Do you really want to unlock customer %s?'; +$lng['question']['customer_reallyunlock'] = 'Do you really want to unlock customer %s?'; // ADDED IN FROXLOR 0.9.15-svn1 $lng['serversettings']['perl_server']['title'] = 'Perl server location'; @@ -1622,10 +1622,10 @@ $lng['serversettings']['backup_ftp_pass'] = 'FTP Password:'; $lng['crondesc']['cron_backup'] = 'Backup cronjob'; // ADDED IN FROXLOR 0.9.21 -$lng['gender']['title'] = 'Gender'; -$lng['gender']['male'] = 'male'; -$lng['gender']['female'] = 'female'; -$lng['gender']['undef'] = 'not specified'; +$lng['gender']['title'] = 'Title'; +$lng['gender']['male'] = 'Mr.'; +$lng['gender']['female'] = 'Mrs.'; +$lng['gender']['undef'] = ''; $lng['serversettings']['backup_ftp_passive_mode'] = 'Use passive mode'; // Country code (ISO-3166-2) diff --git a/lng/german.lng.php b/lng/german.lng.php index bf4c1569..d8b4ee60 100644 --- a/lng/german.lng.php +++ b/lng/german.lng.php @@ -1603,8 +1603,8 @@ $lng['crondesc']['cron_backup'] = 'Backup Cronjob'; // ADDED IN FROXLOR 0.9.21 $lng['gender']['title'] = 'Geschlecht'; -$lng['gender']['male'] = 'männlich'; -$lng['gender']['female'] = 'weiblich'; -$lng['gender']['undef'] = 'keine Angabe'; +$lng['gender']['male'] = 'Herr'; +$lng['gender']['female'] = 'Frau'; +$lng['gender']['undef'] = ''; $lng['serversettings']['backup_ftp_passive_mode'] = 'Passiven Übertragungsmodus verwenden'; $lng['serversettings']['backup_bigfile'] = 'Backup von Kundenverzeichnissen und Datenbanken in eine Datei speichern, statt zu splitten?';