Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed error in German translation (#4343), cosmetical fixes in Russia…
…n translations

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2863 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
bigbadger committed Aug 18, 2004
1 parent 42ecaeb commit 76a7f04
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions lang/strings_german.txt
Expand Up @@ -12,11 +12,11 @@
# German: Andre Eisenbach, andre@eisenbach.com
# German: Dr. J�rgen Kehrel, jkehrel@kehrel.de
# -------------------------------------------------
# $Revision: 1.107 $
# $Revision: 1.108 $
# $Author: bigbadger $
# $Date: 2004-08-16 13:28:42 $
# $Date: 2004-08-18 09:32:31 $
#
# $Id: strings_german.txt,v 1.107 2004-08-16 13:28:42 bigbadger Exp $
# $Id: strings_german.txt,v 1.108 2004-08-18 09:32:31 bigbadger Exp $
###########################################################################
?>
<?php
Expand Down Expand Up @@ -260,7 +260,7 @@ $s_priority_enum_string = '10:keine,20:niedrig,30:normal,40:hoch,50:dringend,60:
$s_severity_enum_string = '10:Feature-Wunsch,20:Trivial,30:Fehler im Text,40:Unsch�nheit,50:kleinerer Fehler,60:schwerer Fehler,70:Absturz,80:Blocker';
$s_reproducibility_enum_string = '10:immer,30:manchmal,50:zuf�llig,70:nicht getestet,90:nicht reproduzierbar,100:N/A';
$s_status_enum_string = '10:neu,20:R�ckmeldung,30:anerkannt,40:best�tigt,50:zugewiesen,80:behoben,90:geschlossen';
$s_resolution_enum_string = '10:offen,20:behoben,30:wiederer�ffnet,40:nicht reproduzierbar,50:unl�sbar,60:doppelt,70:kein Fehler,80:aufgeschoben,90:wird nicht behoben';
$s_resolution_enum_string = '10:offen,20:behoben,30:wiederer�ffnet,40:nicht reproduzierbar,50:unl�sbar,60:doppelt,70:keine Bearbeitung,80:aufgeschoben,90:wird nicht behoben';
$s_projection_enum_string = '10:keine,30:Kleinigkeit,50:kleinere �nderung,70:gr��ere �nderung,90:Neuentwicklung';
$s_eta_enum_string = '10:keine,20:< 1 Tag,30:2-3 Tage,40:< 1 Woche,50:< 1 Monat,60:> 1 Monat';

Expand Down
8 changes: 4 additions & 4 deletions lang/strings_russian.txt
Expand Up @@ -8,11 +8,11 @@
# Russian (Windows1251): Alexander Leschinsky aml@lair.pp.ru
# Russian (Windows1251): Alex Volkov, alex@volkov.ru
# -------------------------------------------------
# $Revision: 1.67 $
# $Revision: 1.68 $
# $Author: bigbadger $
# $Date: 2004-08-16 13:28:45 $
# $Date: 2004-08-18 09:32:31 $
#
# $Id: strings_russian.txt,v 1.67 2004-08-16 13:28:45 bigbadger Exp $
# $Id: strings_russian.txt,v 1.68 2004-08-18 09:32:31 bigbadger Exp $
###########################################################################
?>
<?php
Expand Down Expand Up @@ -864,7 +864,7 @@ $s_by_category = '
$s_by_priority = '�� ����������';
$s_by_developer = '�� �������������';
$s_by_reporter ='�� �������������';
$s_reporter_by_resolution = '������ �� ����������';
$s_reporter_by_resolution = '������ �� ����������';
$s_reporter_effectiveness = '������������� �������';
$s_developer_by_resolution = '������������ �� ����������';
$s_percentage_fixed = '% �����������';
Expand Down
8 changes: 4 additions & 4 deletions lang/strings_russian_koi8.txt
Expand Up @@ -7,11 +7,11 @@

# Russian (KOI8-R): Alexander Leschinsky badger@lair.pp.ru
# -------------------------------------------------
# $Revision: 1.53 $
# $Revision: 1.54 $
# $Author: bigbadger $
# $Date: 2004-08-16 13:28:46 $
# $Date: 2004-08-18 09:32:32 $
#
# $Id: strings_russian_koi8.txt,v 1.53 2004-08-16 13:28:46 bigbadger Exp $
# $Id: strings_russian_koi8.txt,v 1.54 2004-08-18 09:32:32 bigbadger Exp $
###########################################################################
?>
<?php
Expand Down Expand Up @@ -863,7 +863,7 @@ $s_by_category = '
$s_by_priority = '�� ����������';
$s_by_developer = '�� �������������';
$s_by_reporter ='�� �������������';
$s_reporter_by_resolution = '������ �� ����������';
$s_reporter_by_resolution = '������ �� ����������';
$s_reporter_effectiveness = '������������� �������';
$s_developer_by_resolution = '������������ �� ����������';
$s_percentage_fixed = '% �����������';
Expand Down

0 comments on commit 76a7f04

Please sign in to comment.