Skip to content

Commit 662731c

Browse files
author
kubi48
committed
Correction of Danish language
git-svn-id: svn://mikrocontroller.net/transistortester@790 6ebdd44f-5a7e-449c-b779-36259138d2c7
1 parent 6daeb40 commit 662731c

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

Software/trunk/function_menu.c

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -578,9 +578,9 @@ void show_vext() {
578578
#endif
579579
{
580580
#ifdef TPex2
581-
lcd_clear_line1(); // 2 Vext measurements
581+
lcd_line1(); // 2 Vext measurements
582582
#else
583-
lcd_clear_line2(); // only one measurement use line 2
583+
lcd_line2(); // only one measurement use line 2
584584
#endif /* TPex2 */
585585
uart_newline(); // start of new measurement
586586
uart_newline(); // start of new measurement
@@ -592,9 +592,10 @@ void show_vext() {
592592
#else
593593
DisplayValue((unsigned long)Vext*EXT_NUMERATOR/EXT_DENOMINATOR,-3,'V',3); // Display 3 Digits of this mV units
594594
#endif
595+
lcd_clear_line(); // clear to end of line
595596

596597
#ifdef TPex2
597-
lcd_clear_line2();
598+
lcd_line2();
598599
uart_newline(); // start of new measurement
599600
lcd_MEM_string(Vext_str); // Vext=
600601
Vext = W5msReadADC(TPex2); // read external voltage 2
@@ -603,6 +604,7 @@ void show_vext() {
603604
#else
604605
DisplayValue((unsigned long)Vext*EXT_NUMERATOR/EXT_DENOMINATOR,-3,'V',3); // Display 3 Digits of this mV units
605606
#endif
607+
lcd_clear_line(); // clear to end of line
606608
#endif /* TPex2 */
607609
#if defined(POWER_OFF) && defined(BAT_CHECK)
608610
Bat_update(times);

Software/trunk/langDANISH.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,20 +73,20 @@
7373
's','a','m','m','e','n',' ','o','g',' ',
7474

7575
's','t','a','r','t',' ','m','e','d',' ',
76-
'T','a','s','t','e','t','r','y','k','.',' ',
76+
't','a','s','t','e','t','r','y','k','.',' ',
7777

7878
'B','e','k','r','æ','f','t',' ',
79-
'S','e','l','v','t','e','s','t','e','n',' ','m','e','d',' ',
79+
's','e','l','v','t','e','s','t','e','n',' ','m','e','d',' ',
8080

8181
't','a','s','t','e','t','r','y','k',' ','i',' ','l','ø','b','e','t',' ','a','f',' ','2','s','.',' ',
82-
'A','d','s','k','i','l',' ','f','ø','r','s','t',' ','p','i','n','d','e','n','d','e',
82+
'A','d','s','k','i','l',' ','f','ø','r','s','t',' ','p','i','n','d','e','n','e',
8383
#ifdef TPCAP
8484
'.',' ',
8585
#else
8686
' ','e','f','t','e','r',' ',
8787
'b','e','k','r','æ','f','t','e','l','s','e','n',' ',
8888

89-
'"','A','d','s','i','l',LCD_CHAR_INSEP,'p','i','n','d','e','n','d','e','!','"',' ',
89+
'"','A','d','s','i','l',LCD_CHAR_INSEP,'p','i','n','d','e','n','e','!','"',' ',
9090
'o','g',' ','t','i','l','s','l','u','t',' ',
9191

9292
'f','ø','r','s','t',' ', 'e','f','t','e','r',' ',

0 commit comments

Comments
 (0)