src/global.cpp

changeset 373
b02aca4e926c
parent 355
f3318d9d6668
child 380
8f5c03ed4321
equal deleted inserted replaced
372:d9c78eb19728 373:b02aca4e926c
109 QT_TRANSLATE_NOOP("HopTypes", "Bittering"), 109 QT_TRANSLATE_NOOP("HopTypes", "Bittering"),
110 QT_TRANSLATE_NOOP("HopTypes", "Aroma"), 110 QT_TRANSLATE_NOOP("HopTypes", "Aroma"),
111 QT_TRANSLATE_NOOP("HopTypes", "Both") 111 QT_TRANSLATE_NOOP("HopTypes", "Both")
112 }; 112 };
113 113
114 const char * const g_hop_forms[6] = { 114 const char * const g_hop_forms[7] = {
115 QT_TRANSLATE_NOOP("HopForm", "Pellet"), 115 QT_TRANSLATE_NOOP("HopForm", "Pellet"),
116 QT_TRANSLATE_NOOP("HopForm", "Plug"), 116 QT_TRANSLATE_NOOP("HopForm", "Plug"),
117 QT_TRANSLATE_NOOP("HopForm", "Leaf"), 117 QT_TRANSLATE_NOOP("HopForm", "Leaf"),
118 QT_TRANSLATE_NOOP("HopForm", "Leaf wet"), 118 QT_TRANSLATE_NOOP("HopForm", "Leaf wet"),
119 QT_TRANSLATE_NOOP("HopForm", "Cryo"), 119 QT_TRANSLATE_NOOP("HopForm", "Cryo"),
120 QT_TRANSLATE_NOOP("HopForm", "Extract") 120 QT_TRANSLATE_NOOP("HopForm", "CO2 extract"),
121 QT_TRANSLATE_NOOP("HopForm", "Iso extract")
121 }; 122 };
122 123
123 const char * const g_hop_useat[7] = { 124 const char * const g_hop_useat[7] = {
124 QT_TRANSLATE_NOOP("HopUse", "Mash"), 125 QT_TRANSLATE_NOOP("HopUse", "Mash"),
125 QT_TRANSLATE_NOOP("HopUse", "First wort"), 126 QT_TRANSLATE_NOOP("HopUse", "First wort"),

mercurial