Browse Source

Bulgarian for all the Configuration.h's

AnHardt 10 years ago
parent
commit
c5961892e3

+ 1
- 1
Marlin/configurator/config/Configuration.h View File

@@ -639,7 +639,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
639 639
 // @section lcd
640 640
 
641 641
 // Define your display language below. Replace (en) with your language code and uncomment.
642
-// en, pl, fr, de, es, ru, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, test
642
+// en, pl, fr, de, es, ru, bgr, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, test
643 643
 // See also language.h
644 644
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
645 645
 

+ 1
- 1
Marlin/example_configurations/Felix/Configuration.h View File

@@ -572,7 +572,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
572 572
 //==============================LCD and SD support=============================
573 573
 
574 574
 // Define your display language below. Replace (en) with your language code and uncomment.
575
-// en, pl, fr, de, es, ru, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, test
575
+// en, pl, fr, de, es, ru, bgr, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, test
576 576
 // See also language.h
577 577
 //#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
578 578
 

+ 1
- 1
Marlin/example_configurations/Felix/Configuration_DUAL.h View File

@@ -568,7 +568,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
568 568
 //==============================LCD and SD support=============================
569 569
 
570 570
 // Define your display language below. Replace (en) with your language code and uncomment.
571
-// en, pl, fr, de, es, ru, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, test
571
+// en, pl, fr, de, es, ru, bgr, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, test
572 572
 // See also language.h
573 573
 //#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
574 574
 

+ 1
- 1
Marlin/example_configurations/Hephestos/Configuration.h View File

@@ -594,7 +594,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
594 594
 //==============================LCD and SD support=============================
595 595
 
596 596
 // Define your display language below. Replace (en) with your language code and uncomment.
597
-// en, pl, fr, de, es, ru, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, test
597
+// en, pl, fr, de, es, ru, bgr, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, test
598 598
 // See also language.h
599 599
 //#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
600 600
 

+ 1
- 1
Marlin/example_configurations/K8200/Configuration.h View File

@@ -600,7 +600,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
600 600
 //==============================LCD and SD support=============================
601 601
 
602 602
 // Define your display language below. Replace (en) with your language code and uncomment.
603
-// en, pl, fr, de, es, ru, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, test
603
+// en, pl, fr, de, es, ru, bgr, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, test
604 604
 // See also language.h
605 605
 //#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
606 606
 

+ 1
- 1
Marlin/example_configurations/SCARA/Configuration.h View File

@@ -623,7 +623,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
623 623
 //==============================LCD and SD support=============================
624 624
 
625 625
 // Define your display language below. Replace (en) with your language code and uncomment.
626
-// en, pl, fr, de, es, ru, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, test
626
+// en, pl, fr, de, es, ru, bgr, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, test
627 627
 // See also language.h
628 628
 //#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
629 629
 

+ 1
- 1
Marlin/example_configurations/WITBOX/Configuration.h View File

@@ -593,7 +593,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
593 593
 //==============================LCD and SD support=============================
594 594
 
595 595
 // Define your display language below. Replace (en) with your language code and uncomment.
596
-// en, pl, fr, de, es, ru, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, test
596
+// en, pl, fr, de, es, ru, bgr, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, test
597 597
 // See also language.h
598 598
 //#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
599 599
 

+ 1
- 1
Marlin/example_configurations/delta/generic/Configuration.h View File

@@ -640,7 +640,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
640 640
 //==============================LCD and SD support=============================
641 641
 
642 642
 // Define your display language below. Replace (en) with your language code and uncomment.
643
-// en, pl, fr, de, es, ru, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, test
643
+// en, pl, fr, de, es, ru, bgr, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, test
644 644
 // See also language.h
645 645
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
646 646
 

+ 1
- 1
Marlin/example_configurations/delta/kossel_mini/Configuration.h View File

@@ -644,7 +644,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic o
644 644
 //==============================LCD and SD support=============================
645 645
 
646 646
 // Define your display language below. Replace (en) with your language code and uncomment.
647
-// en, pl, fr, de, es, ru, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, test
647
+// en, pl, fr, de, es, ru, bgr, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, test
648 648
 // See also language.h
649 649
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
650 650
 

+ 1
- 1
Marlin/example_configurations/makibox/Configuration.h View File

@@ -591,7 +591,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
591 591
 //==============================LCD and SD support=============================
592 592
 
593 593
 // Define your display language below. Replace (en) with your language code and uncomment.
594
-// en, pl, fr, de, es, ru, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, test
594
+// en, pl, fr, de, es, ru, bgr, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, test
595 595
 // See also language.h
596 596
 //#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
597 597
 

+ 1
- 1
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

@@ -597,7 +597,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
597 597
 //==============================LCD and SD support=============================
598 598
 
599 599
 // Define your display language below. Replace (en) with your language code and uncomment.
600
-// en, pl, fr, de, es, ru, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, test
600
+// en, pl, fr, de, es, ru, bgr, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, test
601 601
 // See also language.h
602 602
 //#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
603 603
 

Loading…
Cancel
Save