View Issue Details

IDProjectCategoryView StatusLast Update
0004459mantisbtlocalizationpublic2004-09-12 08:27
Reporterryandesign Assigned ToWanderer 
PrioritynormalSeveritytextReproducibilityalways
Status closedResolutionfixed 
Product Version0.19.0rc1 
Fixed in Version0.19.0 
Summary0004459: Typos in German and English strings
Description

There are some typos in some German and English strings in the 0.19.0rc1 version. Here are the corrections.

There are also quite a few strings in the German file in 0.19.0rc1 which were still in English, but I won't report those, because probably it's taken care of by bug 0004321.

Additional Information

strings_english.txt:

Wrong:
$s_email_notification_title_for_status_bug_closed = 'The following isse has been CLOSED';

Fixed:
$s_email_notification_title_for_status_bug_closed = 'The following issue has been CLOSED.';

Wrong:
$s_new_account_message = 'If you didn\'t request any registraion, ignore this message and nothing will happen.' . "\n\n";

Fixed:
$s_new_account_message = 'If you didn\'t request any registration, ignore this message and nothing will happen.' . "\n\n";

strings_german.txt:

Wrong:
$s_private_project_msg = 'Dieses Prokjekt ist PRIVAT. Nur Administratoren und berechtigte Benutzer haben Zugang.';

Fixed:
$s_private_project_msg = 'Dieses Projekt ist PRIVAT. Nur Administratoren und berechtigte Benutzer haben Zugang.';

Wrong:
$MANTIS_ERROR[ERROR_GENERIC] = 'Ein Fehler ist während dieser Aktion aufgetreten. Sie können dies dem Ihnen zugeordneten Adminstrator mitteilen.';

Fixed:
$MANTIS_ERROR[ERROR_GENERIC] = 'Ein Fehler ist während dieser Aktion aufgetreten. Sie können dies dem Ihnen zugeordneten Administrator mitteilen.';

Wrong:
$MANTIS_ERROR[ERROR_NO_DIRECTORY] = 'Das Verzeichnis exisitiert nicht. Überprüfen Sie die Einstellungen.';

Fixed:
$MANTIS_ERROR[ERROR_NO_DIRECTORY] = 'Das Verzeichnis existiert nicht. Überprüfen Sie die Einstellungen.';

Wrong:
$MANTIS_ERROR[ERROR_FTP_CONNECT_ERROR] = 'Keine Verbindung zum FTP-Serverr.';

Fixed:
$MANTIS_ERROR[ERROR_FTP_CONNECT_ERROR] = 'Keine Verbindung zum FTP-Server.';

Wrong:
$MANTIS_ERROR[ERROR_USER_REAL_MATCH_USER] = 'The "Real Name" chosen matches another user\'s login name. Please choose another.';

Wrong:
$MANTIS_ERROR[ERROR_SPONSORSHIP_AMOUNT_TOO_LOW] = 'Sponsorenschaft (%s) liegt unter dem Mindestbetrag (%s).';

Fixed:
$MANTIS_ERROR[ERROR_SPONSORSHIP_AMOUNT_TOO_LOW] = 'Sponsorschaft (%s) liegt unter dem Mindestbetrag (%s).';

Wrong:
$s_update_custom_field_button = 'Benutzerdefiniertes Feld aktuallisieren';

Fixed:
$s_update_custom_field_button = 'Benutzerdefiniertes Feld aktualisieren';

TagsNo tags attached.

Relationships

related to 0004321 closedbpfennig New german lang strings 

Activities

ryandesign

ryandesign

2004-09-01 11:41

reporter   ~0007358

Sorry, should have read over my text once more before submitting. Forget the lines about these strings:

$MANTIS_ERROR[ERROR_USER_REAL_MATCH_USER]
$MANTIS_ERROR[ERROR_SPONSORSHIP_AMOUNT_TOO_LOW]

Wanderer

Wanderer

2004-09-01 13:10

developer   ~0007360

Mistakes fixed and commited to CVS