src/global.cpp

changeset 341
1b1e2d4c1a3e
parent 339
2f3cfb983fcc
child 355
f3318d9d6668
equal deleted inserted replaced
340:b9af88bfe972 341:1b1e2d4c1a3e
66 66
67 const char * g_ibu_method[3] = { 67 const char * g_ibu_method[3] = {
68 "Tinseth", 68 "Tinseth",
69 "Tinseth++", 69 "Tinseth++",
70 "N/A" 70 "N/A"
71 };
72
73 const char * const g_chiller_types[5] = {
74 QT_TRANSLATE_NOOP("ChillerType", "-"),
75 QT_TRANSLATE_NOOP("ChillerType", "Emersion chiller"),
76 QT_TRANSLATE_NOOP("ChillerType", "Counterflow chiller"),
77 QT_TRANSLATE_NOOP("ChillerType", "Au bain marie"),
78 QT_TRANSLATE_NOOP("ChillerType", "Natural")
71 }; 79 };
72 80
73 const char * const g_fermentable_types[5] = { 81 const char * const g_fermentable_types[5] = {
74 QT_TRANSLATE_NOOP("FermentableType", "Grain"), 82 QT_TRANSLATE_NOOP("FermentableType", "Grain"),
75 QT_TRANSLATE_NOOP("FermentableType", "Sugar"), 83 QT_TRANSLATE_NOOP("FermentableType", "Sugar"),

mercurial