translations/bmsapp_en.ts

Mon, 18 Jul 2022 19:28:21 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 18 Jul 2022 19:28:21 +0200
changeset 360
b70cfa20ac46
parent 351
a2f36a715a38
child 367
60c493e08800
permissions
-rw-r--r--

Updated translations

31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2 <!DOCTYPE TS>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
3 <TS version="2.1" language="en_US">
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
4 <context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
5 <name>AboutDialog</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7 <location filename="../ui/AboutDialog.ui" line="14"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8 <source>Dialog</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
9 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
12 <location filename="../ui/AboutDialog.ui" line="31"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
13 <source>Brewery Management System app</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
14 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
15 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
16 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
17 <context>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
18 <name>BeerType</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
19 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
20 <location filename="../src/global.cpp" line="59"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
21 <source>Lager</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
22 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
23 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
24 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
25 <location filename="../src/global.cpp" line="60"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
26 <source>Ale</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
27 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
28 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
29 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
30 <location filename="../src/global.cpp" line="61"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
31 <source>Mead</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
32 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
33 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
34 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
35 <location filename="../src/global.cpp" line="62"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
36 <source>Wheat</source>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
37 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
38 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
39 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
40 <location filename="../src/global.cpp" line="63"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
41 <source>Mixed</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
42 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
43 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
44 <message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
45 <location filename="../src/global.cpp" line="64"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
46 <source>Cider</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
47 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
48 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
49 </context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
50 <context>
334
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
51 <name>ChartCarbonate</name>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
52 <message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
53 <location filename="../src/ChartCarbonate.cpp" line="29"/>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
54 <source>BMSapp - Carbonation </source>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
55 <translation type="unfinished"></translation>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
56 </message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
57 <message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
58 <location filename="../src/ChartCarbonate.cpp" line="54"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
59 <location filename="../src/ChartCarbonate.cpp" line="79"/>
334
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
60 <source>Temperature °C</source>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
61 <translation type="unfinished"></translation>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
62 </message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
63 <message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
64 <location filename="../src/ChartCarbonate.cpp" line="56"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
65 <location filename="../src/ChartCarbonate.cpp" line="88"/>
334
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
66 <source>Pressure bar</source>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
67 <translation type="unfinished"></translation>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
68 </message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
69 <message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
70 <location filename="../src/ChartCarbonate.cpp" line="69"/>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
71 <source>Date</source>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
72 <translation type="unfinished"></translation>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
73 </message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
74 </context>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
75 <context>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
76 <name>ChartFermenter</name>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
77 <message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
78 <location filename="../src/ChartFermenter.cpp" line="29"/>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
79 <source>BMSapp - Fermenter log </source>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
80 <translation type="unfinished"></translation>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
81 </message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
82 <message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
83 <location filename="../src/ChartFermenter.cpp" line="61"/>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
84 <source>Air</source>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
85 <translation type="unfinished"></translation>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
86 </message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
87 <message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
88 <location filename="../src/ChartFermenter.cpp" line="63"/>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
89 <source>Beer</source>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
90 <translation type="unfinished"></translation>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
91 </message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
92 <message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
93 <location filename="../src/ChartFermenter.cpp" line="67"/>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
94 <source>Chiller</source>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
95 <translation type="unfinished"></translation>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
96 </message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
97 <message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
98 <location filename="../src/ChartFermenter.cpp" line="89"/>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
99 <source>Date</source>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
100 <translation type="unfinished"></translation>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
101 </message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
102 <message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
103 <location filename="../src/ChartFermenter.cpp" line="100"/>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
104 <source>Temp °C</source>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
105 <translation type="unfinished"></translation>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
106 </message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
107 <message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
108 <location filename="../src/ChartFermenter.cpp" line="111"/>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
109 <source>Power %</source>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
110 <translation type="unfinished"></translation>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
111 </message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
112 </context>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
113 <context>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
114 <name>ChartiSpindel</name>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
115 <message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
116 <location filename="../src/ChartiSpindel.cpp" line="29"/>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
117 <source>BMSapp - iSpindel </source>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
118 <translation type="unfinished"></translation>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
119 </message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
120 <message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
121 <location filename="../src/ChartiSpindel.cpp" line="56"/>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
122 <source>Temp °C</source>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
123 <translation type="unfinished"></translation>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
124 </message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
125 <message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
126 <location filename="../src/ChartiSpindel.cpp" line="58"/>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
127 <source>SG</source>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
128 <translation type="unfinished"></translation>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
129 </message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
130 <message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
131 <location filename="../src/ChartiSpindel.cpp" line="62"/>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
132 <source>Battery</source>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
133 <translation type="unfinished"></translation>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
134 </message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
135 <message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
136 <location filename="../src/ChartiSpindel.cpp" line="74"/>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
137 <source>Date</source>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
138 <translation type="unfinished"></translation>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
139 </message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
140 <message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
141 <location filename="../src/ChartiSpindel.cpp" line="84"/>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
142 <source>Temperature °C</source>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
143 <translation type="unfinished"></translation>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
144 </message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
145 <message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
146 <location filename="../src/ChartiSpindel.cpp" line="100"/>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
147 <source>Battery volt</source>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
148 <translation type="unfinished"></translation>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
149 </message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
150 </context>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
151 <context>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
152 <name>ChillerType</name>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
153 <message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
154 <location filename="../src/global.cpp" line="74"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
155 <source>-</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
156 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
157 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
158 <message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
159 <location filename="../src/global.cpp" line="75"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
160 <source>Emersion chiller</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
161 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
162 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
163 <message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
164 <location filename="../src/global.cpp" line="76"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
165 <source>Counterflow chiller</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
166 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
167 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
168 <message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
169 <location filename="../src/global.cpp" line="77"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
170 <source>Au bain marie</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
171 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
172 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
173 <message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
174 <location filename="../src/global.cpp" line="78"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
175 <source>Natural</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
176 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
177 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
178 </context>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
179 <context>
330
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
180 <name>DetailCO2meter</name>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
181 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
182 <location filename="../ui/DetailCO2meter.ui" line="14"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
183 <source>Dialog</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
184 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
185 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
186 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
187 <location filename="../ui/DetailCO2meter.ui" line="38"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
188 <source>Power</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
189 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
190 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
191 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
192 <location filename="../ui/DetailCO2meter.ui" line="54"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
193 <source>Alarm</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
194 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
195 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
196 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
197 <location filename="../ui/DetailCO2meter.ui" line="70"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
198 <location filename="../ui/DetailCO2meter.ui" line="96"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
199 <source>Color Led component</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
200 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
201 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
202 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
203 <location filename="../ui/DetailCO2meter.ui" line="73"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
204 <location filename="../ui/DetailCO2meter.ui" line="99"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
205 <source>Led indicator</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
206 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
207 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
208 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
209 <location filename="../ui/DetailCO2meter.ui" line="125"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
210 <source>Uuid:</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
211 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
212 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
213 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
214 <location filename="../ui/DetailCO2meter.ui" line="141"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
215 <source>System and unit:</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
216 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
217 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
218 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
219 <location filename="../ui/DetailCO2meter.ui" line="157"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
220 <source>Code and beer:</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
221 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
222 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
223 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
224 <location filename="../ui/DetailCO2meter.ui" line="173"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
225 <source>Working mode:</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
226 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
227 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
228 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
229 <location filename="../ui/DetailCO2meter.ui" line="196"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
230 <source>Carbonation Pressure overview</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
231 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
232 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
233 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
234 <location filename="../ui/DetailCO2meter.ui" line="283"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
235 <source>Current status:</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
236 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
237 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
238 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
239 <location filename="../ui/DetailCO2meter.ui" line="325"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
240 <source>Temperature</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
241 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
242 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
243 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
244 <location filename="../ui/DetailCO2meter.ui" line="341"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
245 <source>Pressure</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
246 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
247 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
248 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
249 <location filename="../ui/DetailCO2meter.ui" line="357"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
250 <source>Shows the bottle pressure</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
251 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
252 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
253 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
254 <location filename="../ui/DetailCO2meter.ui" line="383"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
255 <source>Shows the temperature</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
256 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
257 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
258 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
259 <location filename="../ui/DetailCO2meter.ui" line="448"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
260 <source>Quit</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
261 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
262 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
263 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
264 <location filename="../ui/DetailCO2meter.ui" line="465"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
265 <source>Log</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
266 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
267 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
268 <message>
334
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
269 <location filename="../src/DetailCO2meter.cpp" line="38"/>
330
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
270 <source>BMSapp - Details Carbonation</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
271 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
272 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
273 <message>
334
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
274 <location filename="../src/DetailCO2meter.cpp" line="88"/>
330
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
275 <source>Online</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
276 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
277 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
278 <message>
334
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
279 <location filename="../src/DetailCO2meter.cpp" line="111"/>
330
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
280 <source>Offline</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
281 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
282 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
283 </context>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
284 <context>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
285 <name>DetailFermenter</name>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
286 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
287 <location filename="../ui/DetailFermenter.ui" line="14"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
288 <source>Dialog</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
289 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
290 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
291 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
292 <location filename="../ui/DetailFermenter.ui" line="38"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
293 <source>Power</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
294 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
295 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
296 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
297 <location filename="../ui/DetailFermenter.ui" line="54"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
298 <source>Alarm</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
299 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
300 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
301 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
302 <location filename="../ui/DetailFermenter.ui" line="70"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
303 <source>Light</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
304 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
305 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
306 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
307 <location filename="../ui/DetailFermenter.ui" line="86"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
308 <source>Door</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
309 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
310 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
311 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
312 <location filename="../ui/DetailFermenter.ui" line="102"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
313 <location filename="../ui/DetailFermenter.ui" line="128"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
314 <location filename="../ui/DetailFermenter.ui" line="147"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
315 <location filename="../ui/DetailFermenter.ui" line="173"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
316 <location filename="../ui/DetailFermenter.ui" line="706"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
317 <location filename="../ui/DetailFermenter.ui" line="732"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
318 <location filename="../ui/DetailFermenter.ui" line="758"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
319 <source>Color Led component</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
320 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
321 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
322 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
323 <location filename="../ui/DetailFermenter.ui" line="105"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
324 <location filename="../ui/DetailFermenter.ui" line="131"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
325 <location filename="../ui/DetailFermenter.ui" line="150"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
326 <location filename="../ui/DetailFermenter.ui" line="176"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
327 <location filename="../ui/DetailFermenter.ui" line="709"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
328 <location filename="../ui/DetailFermenter.ui" line="735"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
329 <location filename="../ui/DetailFermenter.ui" line="761"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
330 <source>Led indicator</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
331 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
332 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
333 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
334 <location filename="../ui/DetailFermenter.ui" line="209"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
335 <source>Uuid:</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
336 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
337 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
338 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
339 <location filename="../ui/DetailFermenter.ui" line="225"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
340 <source>System and unit:</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
341 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
342 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
343 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
344 <location filename="../ui/DetailFermenter.ui" line="241"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
345 <source>Code and beer:</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
346 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
347 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
348 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
349 <location filename="../ui/DetailFermenter.ui" line="257"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
350 <source>Working mode:</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
351 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
352 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
353 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
354 <location filename="../ui/DetailFermenter.ui" line="273"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
355 <source>Fermentation stage:</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
356 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
357 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
358 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
359 <location filename="../ui/DetailFermenter.ui" line="289"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
360 <source>Fermentation profile:</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
361 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
362 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
363 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
364 <location filename="../ui/DetailFermenter.ui" line="312"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
365 <source>Climate Controller overview</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
366 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
367 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
368 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
369 <location filename="../ui/DetailFermenter.ui" line="445"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
370 <location filename="../ui/DetailFermenter.ui" line="458"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
371 <source>PushButton</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
372 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
373 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
374 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
375 <location filename="../ui/DetailFermenter.ui" line="471"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
376 <source>Choose profile:</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
377 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
378 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
379 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
380 <location filename="../ui/DetailFermenter.ui" line="497"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
381 <source>Chiller</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
382 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
383 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
384 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
385 <location filename="../ui/DetailFermenter.ui" line="513"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
386 <source>Air</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
387 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
388 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
389 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
390 <location filename="../ui/DetailFermenter.ui" line="529"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
391 <source>Beer</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
392 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
393 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
394 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
395 <location filename="../ui/DetailFermenter.ui" line="548"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
396 <source>Shows the chiller temperature</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
397 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
398 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
399 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
400 <location filename="../ui/DetailFermenter.ui" line="561"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
401 <source>Shows the beer temperature</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
402 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
403 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
404 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
405 <location filename="../ui/DetailFermenter.ui" line="587"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
406 <source>Shows the air temperature</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
407 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
408 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
409 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
410 <location filename="../ui/DetailFermenter.ui" line="670"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
411 <source>°C low</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
412 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
413 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
414 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
415 <location filename="../ui/DetailFermenter.ui" line="683"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
416 <source>°C high</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
417 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
418 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
419 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
420 <location filename="../ui/DetailFermenter.ui" line="784"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
421 <source>Heat</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
422 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
423 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
424 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
425 <location filename="../ui/DetailFermenter.ui" line="800"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
426 <source>Cool</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
427 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
428 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
429 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
430 <location filename="../ui/DetailFermenter.ui" line="816"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
431 <source>Fan</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
432 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
433 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
434 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
435 <location filename="../ui/DetailFermenter.ui" line="832"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
436 <location filename="../ui/DetailFermenter.ui" line="856"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
437 <location filename="../ui/DetailFermenter.ui" line="880"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
438 <source>...</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
439 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
440 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
441 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
442 <location filename="../ui/DetailFermenter.ui" line="917"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
443 <source>Quit</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
444 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
445 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
446 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
447 <location filename="../ui/DetailFermenter.ui" line="934"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
448 <source>Log</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
449 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
450 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
451 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
452 <location filename="../ui/DetailFermenter.ui" line="951"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
453 <source>Camera</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
454 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
455 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
456 <message>
334
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
457 <location filename="../src/DetailFermenter.cpp" line="38"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
458 <source>BMSapp - Details Fermenter</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
459 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
460 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
461 <message>
334
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
462 <location filename="../src/DetailFermenter.cpp" line="73"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
463 <source>Erase profile</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
464 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
465 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
466 <message>
334
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
467 <location filename="../src/DetailFermenter.cpp" line="131"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
468 <source>Online</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
469 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
470 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
471 <message>
334
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
472 <location filename="../src/DetailFermenter.cpp" line="241"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
473 <source>Start</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
474 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
475 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
476 <message>
330
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
477 <location filename="../src/DetailFermenter.cpp" line="247"/>
334
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
478 <source>Profile active %1% done</source>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
479 <translation type="unfinished"></translation>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
480 </message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
481 <message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
482 <location filename="../src/DetailFermenter.cpp" line="249"/>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
483 <location filename="../src/DetailFermenter.cpp" line="259"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
484 <source>Abort</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
485 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
486 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
487 <message>
334
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
488 <location filename="../src/DetailFermenter.cpp" line="252"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
489 <source>Pause</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
490 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
491 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
492 <message>
334
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
493 <location filename="../src/DetailFermenter.cpp" line="257"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
494 <source>Profile paused %1% done</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
495 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
496 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
497 <message>
334
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
498 <location filename="../src/DetailFermenter.cpp" line="262"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
499 <source>Continue</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
500 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
501 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
502 <message>
330
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
503 <location filename="../src/DetailFermenter.cpp" line="267"/>
334
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
504 <source>Profile ready</source>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
505 <translation type="unfinished"></translation>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
506 </message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
507 <message>
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
508 <location filename="../src/DetailFermenter.cpp" line="269"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
509 <source>Profile Ok</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
510 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
511 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
512 <message>
334
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
513 <location filename="../src/DetailFermenter.cpp" line="300"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
514 <source>Offline</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
515 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
516 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
517 <message>
334
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
518 <location filename="../src/DetailFermenter.cpp" line="419"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
519 <source>Profile running</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
520 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
521 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
522 <message>
334
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
523 <location filename="../src/DetailFermenter.cpp" line="419"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
524 <source>Profile is active, really abort?</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
525 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
526 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
527 </context>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
528 <context>
348
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
529 <name>DetailNode</name>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
530 <message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
531 <location filename="../ui/DetailNode.ui" line="14"/>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
532 <source>Dialog</source>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
533 <translation type="unfinished"></translation>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
534 </message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
535 <message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
536 <location filename="../ui/DetailNode.ui" line="38"/>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
537 <source>Uuid:</source>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
538 <translation type="unfinished"></translation>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
539 </message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
540 <message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
541 <location filename="../ui/DetailNode.ui" line="54"/>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
542 <source>System:</source>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
543 <translation type="unfinished"></translation>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
544 </message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
545 <message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
546 <location filename="../ui/DetailNode.ui" line="70"/>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
547 <source>Type:</source>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
548 <translation type="unfinished"></translation>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
549 </message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
550 <message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
551 <location filename="../ui/DetailNode.ui" line="86"/>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
552 <source>First seen:</source>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
553 <translation type="unfinished"></translation>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
554 </message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
555 <message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
556 <location filename="../ui/DetailNode.ui" line="160"/>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
557 <source>Current status:</source>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
558 <translation type="unfinished"></translation>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
559 </message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
560 <message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
561 <location filename="../ui/DetailNode.ui" line="189"/>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
562 <source>Last seen:</source>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
563 <translation type="unfinished"></translation>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
564 </message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
565 <message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
566 <location filename="../ui/DetailNode.ui" line="225"/>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
567 <source>System overview</source>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
568 <translation type="unfinished"></translation>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
569 </message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
570 <message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
571 <location filename="../ui/DetailNode.ui" line="241"/>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
572 <source>Hardware maker:</source>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
573 <translation type="unfinished"></translation>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
574 </message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
575 <message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
576 <location filename="../ui/DetailNode.ui" line="257"/>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
577 <source>Hardware model:</source>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
578 <translation type="unfinished"></translation>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
579 </message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
580 <message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
581 <location filename="../ui/DetailNode.ui" line="273"/>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
582 <source>OS:</source>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
583 <translation type="unfinished"></translation>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
584 </message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
585 <message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
586 <location filename="../ui/DetailNode.ui" line="289"/>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
587 <source>Firmware:</source>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
588 <translation type="unfinished"></translation>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
589 </message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
590 <message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
591 <location filename="../ui/DetailNode.ui" line="305"/>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
592 <source>Temperature:</source>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
593 <translation type="unfinished"></translation>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
594 </message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
595 <message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
596 <location filename="../ui/DetailNode.ui" line="321"/>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
597 <source>Humidity:</source>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
598 <translation type="unfinished"></translation>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
599 </message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
600 <message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
601 <location filename="../ui/DetailNode.ui" line="337"/>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
602 <source>Network:</source>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
603 <translation type="unfinished"></translation>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
604 </message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
605 <message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
606 <location filename="../ui/DetailNode.ui" line="353"/>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
607 <source>Update interval:</source>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
608 <translation type="unfinished"></translation>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
609 </message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
610 <message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
611 <location filename="../ui/DetailNode.ui" line="421"/>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
612 <source>Barometer:</source>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
613 <translation type="unfinished"></translation>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
614 </message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
615 <message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
616 <location filename="../ui/DetailNode.ui" line="443"/>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
617 <source>°C</source>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
618 <translation type="unfinished"></translation>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
619 </message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
620 <message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
621 <location filename="../ui/DetailNode.ui" line="471"/>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
622 <source>%</source>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
623 <translation type="unfinished"></translation>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
624 </message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
625 <message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
626 <location filename="../ui/DetailNode.ui" line="499"/>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
627 <source>mbar</source>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
628 <translation type="unfinished"></translation>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
629 </message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
630 <message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
631 <location filename="../ui/DetailNode.ui" line="521"/>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
632 <source>WiFi SSID:</source>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
633 <translation type="unfinished"></translation>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
634 </message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
635 <message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
636 <location filename="../ui/DetailNode.ui" line="537"/>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
637 <source>WiFi signal:</source>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
638 <translation type="unfinished"></translation>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
639 </message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
640 <message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
641 <location filename="../ui/DetailNode.ui" line="623"/>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
642 <source>Reboot</source>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
643 <translation type="unfinished"></translation>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
644 </message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
645 <message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
646 <location filename="../ui/DetailNode.ui" line="636"/>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
647 <source>Refresh</source>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
648 <translation type="unfinished"></translation>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
649 </message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
650 <message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
651 <location filename="../ui/DetailNode.ui" line="656"/>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
652 <source>Quit</source>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
653 <translation type="unfinished"></translation>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
654 </message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
655 <message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
656 <location filename="../src/DetailNode.cpp" line="38"/>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
657 <source>BMSapp - Details System</source>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
658 <translation type="unfinished"></translation>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
659 </message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
660 <message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
661 <location filename="../src/DetailNode.cpp" line="69"/>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
662 <source>Online</source>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
663 <translation type="unfinished"></translation>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
664 </message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
665 <message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
666 <location filename="../src/DetailNode.cpp" line="82"/>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
667 <source> version: </source>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
668 <translation type="unfinished"></translation>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
669 </message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
670 <message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
671 <location filename="../src/DetailNode.cpp" line="142"/>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
672 <source>Offline</source>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
673 <translation type="unfinished"></translation>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
674 </message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
675 <message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
676 <location filename="../src/DetailNode.cpp" line="206"/>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
677 <source>Reboot application</source>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
678 <translation type="unfinished"></translation>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
679 </message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
680 <message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
681 <location filename="../src/DetailNode.cpp" line="206"/>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
682 <source>Remote application is running, really reboot?</source>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
683 <translation type="unfinished"></translation>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
684 </message>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
685 </context>
c5318497a0b6 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 341
diff changeset
686 <context>
330
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
687 <name>DetailiSpindel</name>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
688 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
689 <location filename="../ui/DetailiSpindel.ui" line="14"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
690 <source>Dialog</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
691 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
692 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
693 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
694 <location filename="../ui/DetailiSpindel.ui" line="38"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
695 <source>Power</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
696 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
697 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
698 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
699 <location filename="../ui/DetailiSpindel.ui" line="54"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
700 <source>Alarm</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
701 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
702 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
703 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
704 <location filename="../ui/DetailiSpindel.ui" line="70"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
705 <location filename="../ui/DetailiSpindel.ui" line="96"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
706 <source>Color Led component</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
707 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
708 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
709 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
710 <location filename="../ui/DetailiSpindel.ui" line="73"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
711 <location filename="../ui/DetailiSpindel.ui" line="99"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
712 <source>Led indicator</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
713 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
714 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
715 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
716 <location filename="../ui/DetailiSpindel.ui" line="125"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
717 <source>Uuid:</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
718 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
719 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
720 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
721 <location filename="../ui/DetailiSpindel.ui" line="141"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
722 <source>System and unit:</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
723 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
724 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
725 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
726 <location filename="../ui/DetailiSpindel.ui" line="157"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
727 <source>Code and beer:</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
728 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
729 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
730 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
731 <location filename="../ui/DetailiSpindel.ui" line="173"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
732 <source>Working mode:</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
733 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
734 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
735 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
736 <location filename="../ui/DetailiSpindel.ui" line="189"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
737 <source>Battery voltage:</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
738 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
739 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
740 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
741 <location filename="../ui/DetailiSpindel.ui" line="205"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
742 <source>Tilt angle°:</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
743 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
744 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
745 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
746 <location filename="../ui/DetailiSpindel.ui" line="228"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
747 <source>iSpindel overview</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
748 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
749 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
750 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
751 <location filename="../ui/DetailiSpindel.ui" line="364"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
752 <source>Density °Plato:</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
753 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
754 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
755 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
756 <location filename="../ui/DetailiSpindel.ui" line="380"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
757 <source>Density SG:</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
758 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
759 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
760 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
761 <location filename="../ui/DetailiSpindel.ui" line="422"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
762 <source>Temperature</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
763 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
764 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
765 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
766 <location filename="../ui/DetailiSpindel.ui" line="438"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
767 <source>Shows the temperature</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
768 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
769 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
770 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
771 <location filename="../ui/DetailiSpindel.ui" line="480"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
772 <source>Apperant Attenuation</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
773 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
774 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
775 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
776 <location filename="../ui/DetailiSpindel.ui" line="513"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
777 <source>Fermentation progress</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
778 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
779 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
780 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
781 <location filename="../ui/DetailiSpindel.ui" line="529"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
782 <source>OG</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
783 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
784 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
785 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
786 <location filename="../ui/DetailiSpindel.ui" line="542"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
787 <source>SG</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
788 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
789 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
790 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
791 <location filename="../ui/DetailiSpindel.ui" line="555"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
792 <source>SVG</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
793 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
794 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
795 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
796 <location filename="../ui/DetailiSpindel.ui" line="568"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
797 <source>ABV</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
798 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
799 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
800 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
801 <location filename="../ui/DetailiSpindel.ui" line="581"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
802 <source>Battery</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
803 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
804 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
805 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
806 <location filename="../ui/DetailiSpindel.ui" line="680"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
807 <source>Quit</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
808 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
809 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
810 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
811 <location filename="../ui/DetailiSpindel.ui" line="697"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
812 <source>Log</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
813 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
814 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
815 <message>
334
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
816 <location filename="../src/DetailiSpindel.cpp" line="39"/>
330
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
817 <source>BMSapp - Details iSpindel</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
818 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
819 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
820 <message>
334
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
821 <location filename="../src/DetailiSpindel.cpp" line="88"/>
330
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
822 <source>Online</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
823 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
824 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
825 <message>
334
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
826 <location filename="../src/DetailiSpindel.cpp" line="142"/>
330
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
827 <source>Offline</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
828 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
829 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
830 </context>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
831 <context>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
832 <name>EditEquipment</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
833 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
834 <location filename="../ui/EditEquipment.ui" line="14"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
835 <source>Dialog</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
836 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
837 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
838 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
839 <location filename="../ui/EditEquipment.ui" line="29"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
840 <source>Name:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
841 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
842 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
843 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
844 <location filename="../ui/EditEquipment.ui" line="45"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
845 <source>Notes:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
846 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
847 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
848 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
849 <location filename="../ui/EditEquipment.ui" line="64"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
850 <source>Name of this equipment</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
851 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
852 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
853 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
854 <location filename="../ui/EditEquipment.ui" line="77"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
855 <source>Notes and usage tips.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
856 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
857 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
858 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
859 <location filename="../ui/EditEquipment.ui" line="96"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
860 <source>Quit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
861 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
862 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
863 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
864 <location filename="../ui/EditEquipment.ui" line="116"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
865 <source>Save</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
866 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
867 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
868 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
869 <location filename="../ui/EditEquipment.ui" line="136"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
870 <source>Delete</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
871 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
872 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
873 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
874 <location filename="../ui/EditEquipment.ui" line="153"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
875 <source>Calculate boil volume:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
876 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
877 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
878 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
879 <location filename="../ui/EditEquipment.ui" line="169"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
880 <source>Yes</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
881 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
882 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
883 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
884 <location filename="../ui/EditEquipment.ui" line="182"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
885 <source>Mashing</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
886 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
887 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
888 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
889 <location filename="../ui/EditEquipment.ui" line="228"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
890 <source>Tun volume L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
891 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
892 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
893 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
894 <location filename="../ui/EditEquipment.ui" line="244"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
895 <source>Tun height cm:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
896 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
897 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
898 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
899 <location filename="../ui/EditEquipment.ui" line="260"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
900 <source>Tun weight kg:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
901 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
902 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
903 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
904 <location filename="../ui/EditEquipment.ui" line="276"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
905 <source>Tun material:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
906 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
907 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
908 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
909 <location filename="../ui/EditEquipment.ui" line="292"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
910 <source>Tun specific heat:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
911 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
912 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
913 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
914 <location filename="../ui/EditEquipment.ui" line="308"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
915 <source>Mash water L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
916 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
917 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
918 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
919 <location filename="../ui/EditEquipment.ui" line="324"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
920 <source>Maximum malts kg:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
921 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
922 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
923 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
924 <location filename="../ui/EditEquipment.ui" line="500"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
925 <source>Lautering</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
926 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
927 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
928 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
929 <location filename="../ui/EditEquipment.ui" line="515"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
930 <source>Lauter volume L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
931 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
932 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
933 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
934 <location filename="../ui/EditEquipment.ui" line="531"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
935 <source>Lauter height cm:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
936 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
937 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
938 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
939 <location filename="../ui/EditEquipment.ui" line="547"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
940 <source>Lauter deadspace L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
941 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
942 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
943 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
944 <location filename="../ui/EditEquipment.ui" line="563"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
945 <source>Brewhouse efficiency %:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
946 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
947 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
948 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
949 <location filename="../ui/EditEquipment.ui" line="692"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
950 <source>Boiling</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
951 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
952 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
953 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
954 <location filename="../ui/EditEquipment.ui" line="704"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
955 <source>Kettle volume L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
956 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
957 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
958 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
959 <location filename="../ui/EditEquipment.ui" line="748"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
960 <source>Kettle heigh cmt:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
961 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
962 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
963 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
964 <location filename="../ui/EditEquipment.ui" line="792"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
965 <source>Boil size L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
966 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
967 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
968 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
969 <location filename="../ui/EditEquipment.ui" line="836"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
970 <source>Evaporation L/hour:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
971 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
972 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
973 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
974 <location filename="../ui/EditEquipment.ui" line="852"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
975 <source>Boil time minutes:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
976 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
977 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
978 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
979 <location filename="../ui/EditEquipment.ui" line="868"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
980 <source>Top up kettle L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
981 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
982 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
983 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
984 <location filename="../ui/EditEquipment.ui" line="884"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
985 <source>Hop utilization %:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
986 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
987 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
988 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
989 <location filename="../ui/EditEquipment.ui" line="900"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
990 <source>Batch size L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
991 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
992 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
993 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
994 <location filename="../ui/EditEquipment.ui" line="1000"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
995 <source>100% for small breweries, higher for large breweries.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
996 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
997 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
998 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
999 <location filename="../ui/EditEquipment.ui" line="1066"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1000 <source>Chilling</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1001 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1002 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1003 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1004 <location filename="../ui/EditEquipment.ui" line="1081"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1005 <source>Trub chiller loss L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1006 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1007 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1008 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1009 <location filename="../ui/EditEquipment.ui" line="1125"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1010 <source>Extra water in fermenter L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1011 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1012 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1013 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1014 <location filename="../ui/EditEquipment.ui" line="1141"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1015 <source>Volume in fermenter L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1016 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1017 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1018 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1019 <location filename="../src/EditEquipment.cpp" line="32"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1020 <source>Stainless Steel</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1021 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1022 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1023 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1024 <location filename="../src/EditEquipment.cpp" line="33"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1025 <source>Aluminium</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1026 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1027 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1028 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1029 <location filename="../src/EditEquipment.cpp" line="34"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1030 <source>Plastics</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1031 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1032 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1033 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1034 <location filename="../src/EditEquipment.cpp" line="35"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1035 <source>Copper</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1036 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1037 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1038 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1039 <location filename="../src/EditEquipment.cpp" line="149"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1040 <source>BMSapp - Add new equipment</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1041 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1042 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1043 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1044 <location filename="../src/EditEquipment.cpp" line="151"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1045 <source>BMSapp - Edit equipment %1</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1046 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1047 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1048 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1049 <location filename="../src/EditEquipment.cpp" line="167"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1050 <source>Edit Equipment</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1051 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1052 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1053 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1054 <location filename="../src/EditEquipment.cpp" line="167"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1055 <source>Name empty or too short.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1056 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1057 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1058 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1059 <location filename="../src/EditEquipment.cpp" line="225"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1060 <location filename="../src/EditEquipment.cpp" line="250"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1061 <source>Database error</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1062 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1063 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1064 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1065 <location filename="../src/EditEquipment.cpp" line="226"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1066 <location filename="../src/EditEquipment.cpp" line="251"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1067 <source>MySQL error: %1
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1068 %2
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1069 %3</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1070 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1071 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1072 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1073 <location filename="../src/EditEquipment.cpp" line="299"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1074 <source>Equipment changed</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1075 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1076 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1077 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1078 <location filename="../src/EditEquipment.cpp" line="299"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
1079 <source>This equipment has been modified. Save changes?</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1080 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1081 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1082 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1083 <context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1084 <name>EditFermentable</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1085 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1086 <location filename="../ui/EditFermentable.ui" line="14"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1087 <source>Dialog</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1088 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1089 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1090 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1091 <location filename="../ui/EditFermentable.ui" line="29"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1092 <source>Name:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1093 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1094 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1095 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1096 <location filename="../ui/EditFermentable.ui" line="45"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1097 <source>Notes:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1098 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1099 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1100 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1101 <location filename="../ui/EditFermentable.ui" line="61"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1102 <source>Type:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1103 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1104 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1105 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1106 <location filename="../ui/EditFermentable.ui" line="77"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1107 <source>Grain type:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1108 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1109 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1110 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1111 <location filename="../ui/EditFermentable.ui" line="93"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1112 <source>Origin:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1113 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1114 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1115 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1116 <location filename="../ui/EditFermentable.ui" line="109"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1117 <source>Supplier:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1118 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1119 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1120 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1121 <location filename="../ui/EditFermentable.ui" line="125"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1122 <source>Max in batch:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1123 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1124 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1125 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1126 <location filename="../ui/EditFermentable.ui" line="141"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1127 <source>Recommend mash:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1128 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1129 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1130 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1131 <location filename="../ui/EditFermentable.ui" line="157"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1132 <source>Add after boil:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1133 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1134 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1135 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1136 <location filename="../ui/EditFermentable.ui" line="173"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1137 <source>Add moment:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1138 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1139 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1140 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1141 <location filename="../ui/EditFermentable.ui" line="189"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1142 <source>Always on stock:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1143 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1144 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1145 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1146 <location filename="../ui/EditFermentable.ui" line="221"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1147 <source>Cost per Kg:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1148 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1149 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1150 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1151 <location filename="../ui/EditFermentable.ui" line="253"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1152 <source>Yield:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1153 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1154 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1155 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1156 <location filename="../ui/EditFermentable.ui" line="269"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1157 <source>Color EBC:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1158 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1159 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1160 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1161 <location filename="../ui/EditFermentable.ui" line="285"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1162 <source>Moisture:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1163 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1164 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1165 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1166 <location filename="../ui/EditFermentable.ui" line="301"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1167 <source>Coarse fine diff:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1168 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1169 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1170 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1171 <location filename="../ui/EditFermentable.ui" line="317"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1172 <source>Protein:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1173 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1174 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1175 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
1176 <location filename="../ui/EditFermentable.ui" line="205"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
1177 <source>Inventory Kg:</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
1178 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
1179 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
1180 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
1181 <location filename="../ui/EditFermentable.ui" line="237"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
1182 <source>Total:</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
1183 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
1184 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
1185 <message>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1186 <location filename="../ui/EditFermentable.ui" line="333"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
1187 <source>Windisch-Kolbach:</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1188 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1189 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1190 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1191 <location filename="../ui/EditFermentable.ui" line="349"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1192 <source>Dissolved protein:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1193 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1194 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1195 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1196 <location filename="../ui/EditFermentable.ui" line="365"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1197 <source>Dissolved pH:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1198 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1199 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1200 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1201 <location filename="../ui/EditFermentable.ui" line="381"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1202 <source>Acid to pH 5.7:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1203 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1204 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1205 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1206 <location filename="../ui/EditFermentable.ui" line="397"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1207 <source>Production date:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1208 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1209 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1210 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1211 <location filename="../ui/EditFermentable.ui" line="413"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1212 <source>Best before date:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1213 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1214 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1215 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1216 <location filename="../ui/EditFermentable.ui" line="432"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1217 <source>Name of the fermentable</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1218 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1219 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1220 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1221 <location filename="../ui/EditFermentable.ui" line="445"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1222 <source>Notes and usage tips.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1223 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1224 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1225 <message>
36
beb23d5e0ee0 Finisch yeasts dutch translation.
Michiel Broek <mbroek@mbse.eu>
parents: 31
diff changeset
1226 <location filename="../ui/EditFermentable.ui" line="493"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1227 <source>Country of origin</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1228 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1229 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1230 <message>
36
beb23d5e0ee0 Finisch yeasts dutch translation.
Michiel Broek <mbroek@mbse.eu>
parents: 31
diff changeset
1231 <location filename="../ui/EditFermentable.ui" line="509"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1232 <source>Producer or supplier</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1233 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1234 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1235 <message>
36
beb23d5e0ee0 Finisch yeasts dutch translation.
Michiel Broek <mbroek@mbse.eu>
parents: 31
diff changeset
1236 <location filename="../ui/EditFermentable.ui" line="528"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1237 <location filename="../ui/EditFermentable.ui" line="618"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1238 <location filename="../ui/EditFermentable.ui" line="662"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1239 <location filename="../ui/EditFermentable.ui" line="684"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1240 <location filename="../ui/EditFermentable.ui" line="706"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1241 <location filename="../ui/EditFermentable.ui" line="728"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1242 <source> %</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1243 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1244 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1245 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1246 <location filename="../ui/EditFermentable.ui" line="559"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1247 <source> Kg</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1248 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1249 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1250 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1251 <location filename="../ui/EditFermentable.ui" line="590"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
1252 <location filename="../ui/EditFermentable.ui" line="1012"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1253 <source> €</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1254 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1255 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1256 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1257 <location filename="../ui/EditFermentable.ui" line="750"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
1258 <source> °WK</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
1259 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
1260 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
1261 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
1262 <location filename="../ui/EditFermentable.ui" line="816"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
1263 <location filename="../ui/EditFermentable.ui" line="829"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
1264 <location filename="../ui/EditFermentable.ui" line="842"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1265 <source>Yes</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1266 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1267 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1268 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
1269 <location filename="../ui/EditFermentable.ui" line="891"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
1270 <location filename="../ui/EditFermentable.ui" line="924"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1271 <source>yyyy-MM-dd</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1272 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1273 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1274 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
1275 <location filename="../ui/EditFermentable.ui" line="946"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1276 <source>Quit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1277 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1278 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1279 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
1280 <location filename="../ui/EditFermentable.ui" line="966"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1281 <source>Save</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1282 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1283 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1284 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
1285 <location filename="../ui/EditFermentable.ui" line="986"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1286 <source>Delete</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1287 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1288 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1289 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
1290 <location filename="../ui/EditFermentable.ui" line="1028"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
1291 <source>Lintner:</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
1292 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
1293 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
1294 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
1295 <location filename="../ui/EditFermentable.ui" line="1050"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
1296 <source> °L</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
1297 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
1298 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
1299 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
1300 <location filename="../ui/EditFermentable.ui" line="1072"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1301 <source>Set the tht date to today.</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1302 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1303 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1304 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
1305 <location filename="../ui/EditFermentable.ui" line="1075"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
1306 <location filename="../ui/EditFermentable.ui" line="1095"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
1307 <location filename="../ui/EditFermentable.ui" line="1115"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
1308 <location filename="../ui/EditFermentable.ui" line="1135"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1309 <source>...</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1310 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1311 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1312 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
1313 <location filename="../ui/EditFermentable.ui" line="1092"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1314 <source>Clear tht date</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1315 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1316 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1317 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
1318 <location filename="../ui/EditFermentable.ui" line="1112"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1319 <source>Set the production date to today.</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1320 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1321 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1322 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
1323 <location filename="../ui/EditFermentable.ui" line="1132"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1324 <source>Clear production date</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1325 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1326 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1327 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
1328 <location filename="../src/EditFermentable.cpp" line="33"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1329 <source>Grain</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1330 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1331 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1332 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1333 <location filename="../src/EditFermentable.cpp" line="34"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
1334 <source>Sugar</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1335 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1336 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1337 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1338 <location filename="../src/EditFermentable.cpp" line="35"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
1339 <source>Extract</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1340 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1341 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1342 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1343 <location filename="../src/EditFermentable.cpp" line="36"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
1344 <source>Dry extract</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
1345 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
1346 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
1347 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
1348 <location filename="../src/EditFermentable.cpp" line="37"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1349 <source>Adjunct</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1350 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1351 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1352 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1353 <location filename="../src/EditFermentable.cpp" line="39"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
1354 <source>Base</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1355 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1356 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1357 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1358 <location filename="../src/EditFermentable.cpp" line="40"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
1359 <source>Roast</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1360 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1361 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1362 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1363 <location filename="../src/EditFermentable.cpp" line="41"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
1364 <source>Crystal</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1365 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1366 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1367 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1368 <location filename="../src/EditFermentable.cpp" line="42"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
1369 <source>Kilned</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1370 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1371 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1372 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1373 <location filename="../src/EditFermentable.cpp" line="43"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
1374 <source>Sour Malt</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1375 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1376 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1377 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1378 <location filename="../src/EditFermentable.cpp" line="44"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
1379 <source>Special</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
1380 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
1381 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
1382 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
1383 <location filename="../src/EditFermentable.cpp" line="45"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1384 <source>No malt</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1385 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1386 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1387 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1388 <location filename="../src/EditFermentable.cpp" line="47"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
1389 <source>Mash</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1390 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1391 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1392 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1393 <location filename="../src/EditFermentable.cpp" line="48"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
1394 <source>Boil</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1395 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1396 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1397 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1398 <location filename="../src/EditFermentable.cpp" line="49"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
1399 <source>Fermentation</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1400 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1401 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1402 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1403 <location filename="../src/EditFermentable.cpp" line="50"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
1404 <source>Lagering</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1405 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1406 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1407 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1408 <location filename="../src/EditFermentable.cpp" line="51"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
1409 <source>Bottle</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
1410 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
1411 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
1412 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
1413 <location filename="../src/EditFermentable.cpp" line="52"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1414 <source>Kegs</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1415 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1416 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1417 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1418 <location filename="../src/EditFermentable.cpp" line="163"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1419 <source>BMSapp - Add new fermentable</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1420 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1421 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1422 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1423 <location filename="../src/EditFermentable.cpp" line="165"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1424 <source>BMSapp - Edit fermentable %1</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1425 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1426 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1427 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
1428 <location filename="../src/EditFermentable.cpp" line="181"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
1429 <location filename="../src/EditFermentable.cpp" line="185"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1430 <location filename="../src/EditFermentable.cpp" line="189"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1431 <source>Edit Fermentable</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1432 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1433 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1434 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
1435 <location filename="../src/EditFermentable.cpp" line="181"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1436 <source>Name empty or too short.</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1437 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1438 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1439 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
1440 <location filename="../src/EditFermentable.cpp" line="185"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1441 <source>Origin empty or too short.</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1442 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1443 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1444 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1445 <location filename="../src/EditFermentable.cpp" line="189"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1446 <source>Supplier empty or too short.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1447 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1448 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1449 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1450 <location filename="../src/EditFermentable.cpp" line="242"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1451 <location filename="../src/EditFermentable.cpp" line="267"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
1452 <source>Database error</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
1453 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
1454 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
1455 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1456 <location filename="../src/EditFermentable.cpp" line="243"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1457 <location filename="../src/EditFermentable.cpp" line="268"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1458 <source>MySQL error: %1
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1459 %2
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1460 %3</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1461 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1462 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1463 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1464 <location filename="../src/EditFermentable.cpp" line="313"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1465 <source>Fermentable changed</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1466 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1467 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1468 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1469 <location filename="../src/EditFermentable.cpp" line="313"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
1470 <source>This fermentable has been modified. Save changes?</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1471 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1472 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1473 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1474 <context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1475 <name>EditHop</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1476 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1477 <location filename="../ui/EditHop.ui" line="14"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1478 <source>Dialog</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1479 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1480 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1481 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1482 <location filename="../ui/EditHop.ui" line="29"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1483 <source>Name:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1484 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1485 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1486 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1487 <location filename="../ui/EditHop.ui" line="45"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1488 <source>Notes:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1489 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1490 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1491 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1492 <location filename="../ui/EditHop.ui" line="61"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1493 <source>Inventory:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1494 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1495 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1496 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1497 <location filename="../ui/EditHop.ui" line="77"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1498 <source>Cost per Kg:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1499 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1500 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1501 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1502 <location filename="../ui/EditHop.ui" line="93"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1503 <source>Total value:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1504 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1505 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1506 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1507 <location filename="../ui/EditHop.ui" line="109"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1508 <source>Harvest date:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1509 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1510 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1511 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1512 <location filename="../ui/EditHop.ui" line="125"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1513 <source>Best BeFore date:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1514 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1515 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1516 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1517 <location filename="../ui/EditHop.ui" line="144"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1518 <source>Name of the hop</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1519 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1520 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1521 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1522 <location filename="../ui/EditHop.ui" line="157"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1523 <source>Notes and usage tips.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1524 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1525 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1526 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1527 <location filename="../ui/EditHop.ui" line="182"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1528 <source> Kg</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1529 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1530 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1531 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1532 <location filename="../ui/EditHop.ui" line="213"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1533 <location filename="../ui/EditHop.ui" line="373"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1534 <source> €</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1535 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1536 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1537 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1538 <location filename="../ui/EditHop.ui" line="252"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1539 <location filename="../ui/EditHop.ui" line="285"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1540 <source>yyyy-MM-dd</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1541 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1542 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1543 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1544 <location filename="../ui/EditHop.ui" line="307"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1545 <source>Quit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1546 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1547 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1548 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1549 <location filename="../ui/EditHop.ui" line="327"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1550 <source>Save</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1551 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1552 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1553 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1554 <location filename="../ui/EditHop.ui" line="347"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1555 <source>Delete</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1556 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1557 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1558 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1559 <location filename="../ui/EditHop.ui" line="405"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1560 <source>Type hop:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1561 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1562 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1563 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1564 <location filename="../ui/EditHop.ui" line="421"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1565 <source>Origin:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1566 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1567 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1568 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1569 <location filename="../ui/EditHop.ui" line="437"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1570 <source>Substitudes:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1571 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1572 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1573 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1574 <location filename="../ui/EditHop.ui" line="453"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1575 <location filename="../ui/EditHop.ui" line="661"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1576 <source>Hop Stability Index</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1577 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1578 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1579 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1580 <location filename="../ui/EditHop.ui" line="456"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1581 <source>HSI:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1582 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1583 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1584 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1585 <location filename="../ui/EditHop.ui" line="472"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1586 <source>Total oil:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1587 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1588 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1589 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1590 <location filename="../ui/EditHop.ui" line="488"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1591 <source>Humulene:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1592 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1593 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1594 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1595 <location filename="../ui/EditHop.ui" line="504"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1596 <source>Caryophyllene:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1597 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1598 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1599 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1600 <location filename="../ui/EditHop.ui" line="520"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1601 <source>Myrcene:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1602 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1603 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1604 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1605 <location filename="../ui/EditHop.ui" line="536"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1606 <source>Cohumulone:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1607 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1608 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1609 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1610 <location filename="../ui/EditHop.ui" line="552"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1611 <source>Form:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1612 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1613 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1614 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1615 <location filename="../ui/EditHop.ui" line="568"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1616 <source>Alpha %:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1617 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1618 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1619 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1620 <location filename="../ui/EditHop.ui" line="584"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1621 <source>Beta %:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1622 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1623 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1624 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1625 <location filename="../ui/EditHop.ui" line="600"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1626 <source>Always on stock:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1627 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1628 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1629 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1630 <location filename="../ui/EditHop.ui" line="616"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1631 <source>Country and place of origin</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1632 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1633 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1634 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1635 <location filename="../ui/EditHop.ui" line="632"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1636 <source>Substitutes that can be used for this hop</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1637 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1638 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1639 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1640 <location filename="../ui/EditHop.ui" line="792"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1641 <source>Yes</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1642 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1643 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1644 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1645 <location filename="../ui/EditHop.ui" line="805"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1646 <source>Set the production date to today.</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1647 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1648 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1649 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1650 <location filename="../ui/EditHop.ui" line="808"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1651 <location filename="../ui/EditHop.ui" line="828"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1652 <location filename="../ui/EditHop.ui" line="848"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1653 <location filename="../ui/EditHop.ui" line="868"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1654 <source>...</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1655 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1656 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1657 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1658 <location filename="../ui/EditHop.ui" line="825"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1659 <source>Clear production date</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1660 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1661 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1662 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1663 <location filename="../ui/EditHop.ui" line="845"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1664 <source>Clear tht date</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1665 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1666 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1667 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1668 <location filename="../ui/EditHop.ui" line="865"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1669 <source>Set the tht date to today.</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1670 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1671 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1672 <message>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1673 <location filename="../src/EditHop.cpp" line="32"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1674 <source>Bittering</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1675 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1676 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1677 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1678 <location filename="../src/EditHop.cpp" line="33"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1679 <source>Aroma</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1680 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1681 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1682 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1683 <location filename="../src/EditHop.cpp" line="34"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1684 <source>Both</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1685 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1686 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1687 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1688 <location filename="../src/EditHop.cpp" line="36"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1689 <source>Pellet</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1690 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1691 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1692 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1693 <location filename="../src/EditHop.cpp" line="37"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1694 <source>Plug</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1695 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1696 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1697 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1698 <location filename="../src/EditHop.cpp" line="38"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1699 <source>Leaf</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1700 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1701 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1702 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1703 <location filename="../src/EditHop.cpp" line="39"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1704 <source>Leaf Wet</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1705 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1706 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1707 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1708 <location filename="../src/EditHop.cpp" line="40"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1709 <source>Cryo</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1710 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1711 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1712 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1713 <location filename="../src/EditHop.cpp" line="41"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1714 <source>Extract</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1715 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1716 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1717 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1718 <location filename="../src/EditHop.cpp" line="129"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1719 <source>BMSapp - Add new hop</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1720 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1721 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1722 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1723 <location filename="../src/EditHop.cpp" line="131"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1724 <source>BMSapp - Edit hop %1</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1725 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1726 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1727 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1728 <location filename="../src/EditHop.cpp" line="147"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1729 <location filename="../src/EditHop.cpp" line="151"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1730 <source>Edit Hop</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1731 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1732 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1733 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1734 <location filename="../src/EditHop.cpp" line="147"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1735 <source>Name empty or too short.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1736 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1737 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1738 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1739 <location filename="../src/EditHop.cpp" line="151"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1740 <source>Origin empty or too short.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1741 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1742 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1743 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1744 <location filename="../src/EditHop.cpp" line="197"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1745 <location filename="../src/EditHop.cpp" line="222"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1746 <source>Database error</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1747 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1748 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1749 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1750 <location filename="../src/EditHop.cpp" line="198"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1751 <location filename="../src/EditHop.cpp" line="223"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1752 <source>MySQL error: %1
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1753 %2
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1754 %3</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1755 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1756 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1757 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1758 <location filename="../src/EditHop.cpp" line="249"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1759 <source>Hop changed</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1760 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1761 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1762 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1763 <location filename="../src/EditHop.cpp" line="249"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
1764 <source>This hop has been modified. Save changes?</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1765 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1766 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1767 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1768 <context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1769 <name>EditMisc</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1770 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1771 <location filename="../ui/EditMisc.ui" line="14"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1772 <source>Dialog</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1773 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1774 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1775 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1776 <location filename="../ui/EditMisc.ui" line="29"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1777 <source>Name:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1778 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1779 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1780 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1781 <location filename="../ui/EditMisc.ui" line="45"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1782 <source>Notes:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1783 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1784 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1785 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1786 <location filename="../ui/EditMisc.ui" line="61"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1787 <source>Inventory:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1788 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1789 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1790 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1791 <location filename="../ui/EditMisc.ui" line="77"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1792 <source>Cost per Kg:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1793 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1794 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1795 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1796 <location filename="../ui/EditMisc.ui" line="93"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1797 <source>Total value:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1798 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1799 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1800 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1801 <location filename="../ui/EditMisc.ui" line="109"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1802 <source>Production date:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1803 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1804 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1805 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1806 <location filename="../ui/EditMisc.ui" line="125"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1807 <source>Best before date:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1808 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1809 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1810 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1811 <location filename="../ui/EditMisc.ui" line="144"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1812 <source>Name of the misc ingredient</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1813 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1814 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1815 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1816 <location filename="../ui/EditMisc.ui" line="157"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1817 <source>Notes and usage tips.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1818 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1819 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1820 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1821 <location filename="../ui/EditMisc.ui" line="182"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1822 <location filename="../src/EditMisc.cpp" line="219"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1823 <source> gr</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1824 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1825 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1826 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1827 <location filename="../ui/EditMisc.ui" line="213"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1828 <location filename="../ui/EditMisc.ui" line="379"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1829 <source> €</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1830 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1831 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1832 <message>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1833 <location filename="../ui/EditMisc.ui" line="255"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1834 <location filename="../ui/EditMisc.ui" line="291"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1835 <source>yyyy-MM-dd</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1836 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1837 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1838 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1839 <location filename="../ui/EditMisc.ui" line="313"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1840 <source>Quit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1841 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1842 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1843 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1844 <location filename="../ui/EditMisc.ui" line="333"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1845 <source>Save</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1846 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1847 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1848 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1849 <location filename="../ui/EditMisc.ui" line="353"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1850 <source>Delete</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1851 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1852 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1853 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1854 <location filename="../ui/EditMisc.ui" line="395"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1855 <source>Type:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1856 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1857 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1858 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1859 <location filename="../ui/EditMisc.ui" line="411"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1860 <source>Amount is weight:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1861 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1862 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1863 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1864 <location filename="../ui/EditMisc.ui" line="427"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1865 <source>Use at:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1866 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1867 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1868 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1869 <location filename="../ui/EditMisc.ui" line="443"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1870 <source>Time:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1871 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1872 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1873 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1874 <location filename="../ui/EditMisc.ui" line="459"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1875 <source>Use for:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1876 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1877 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1878 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1879 <location filename="../ui/EditMisc.ui" line="475"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1880 <source>Always on stock:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1881 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1882 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1883 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1884 <location filename="../ui/EditMisc.ui" line="523"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1885 <location filename="../ui/EditMisc.ui" line="555"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1886 <source>Yes</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1887 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1888 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1889 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1890 <location filename="../ui/EditMisc.ui" line="594"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1891 <source>Clear production date</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1892 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1893 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1894 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1895 <location filename="../ui/EditMisc.ui" line="597"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1896 <location filename="../ui/EditMisc.ui" line="617"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1897 <location filename="../ui/EditMisc.ui" line="637"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1898 <location filename="../ui/EditMisc.ui" line="657"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1899 <source>...</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1900 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1901 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1902 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1903 <location filename="../ui/EditMisc.ui" line="614"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1904 <source>Set the production date to today.</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1905 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1906 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1907 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1908 <location filename="../ui/EditMisc.ui" line="634"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1909 <source>Clear tht date</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1910 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1911 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1912 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1913 <location filename="../ui/EditMisc.ui" line="654"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1914 <source>Set the tht date to today.</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1915 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1916 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1917 <message>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1918 <location filename="../src/EditMisc.cpp" line="32"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1919 <source>Spice</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1920 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1921 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1922 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1923 <location filename="../src/EditMisc.cpp" line="33"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1924 <source>Herb</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1925 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1926 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1927 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1928 <location filename="../src/EditMisc.cpp" line="34"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1929 <source>Flavor</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1930 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1931 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1932 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1933 <location filename="../src/EditMisc.cpp" line="35"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1934 <source>Fining</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1935 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1936 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1937 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1938 <location filename="../src/EditMisc.cpp" line="36"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1939 <source>Water agent</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1940 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1941 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1942 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1943 <location filename="../src/EditMisc.cpp" line="37"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1944 <source>Yeast nutrient</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1945 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1946 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1947 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1948 <location filename="../src/EditMisc.cpp" line="38"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1949 <source>Other</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1950 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1951 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1952 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1953 <location filename="../src/EditMisc.cpp" line="40"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1954 <source>Starter</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1955 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1956 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1957 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1958 <location filename="../src/EditMisc.cpp" line="41"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1959 <source>Mash</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1960 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1961 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1962 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1963 <location filename="../src/EditMisc.cpp" line="42"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1964 <source>Boil</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1965 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1966 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1967 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1968 <location filename="../src/EditMisc.cpp" line="43"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1969 <source>Primary</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1970 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1971 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1972 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1973 <location filename="../src/EditMisc.cpp" line="44"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1974 <source>Secondary</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1975 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1976 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1977 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1978 <location filename="../src/EditMisc.cpp" line="45"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1979 <source>Bottling</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1980 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1981 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1982 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1983 <location filename="../src/EditMisc.cpp" line="122"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1984 <source>BMSapp - Add new misc ingredient</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1985 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1986 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1987 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1988 <location filename="../src/EditMisc.cpp" line="124"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1989 <source>BMSapp - Edit misc ingredient %1</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1990 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1991 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1992 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1993 <location filename="../src/EditMisc.cpp" line="140"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1994 <source>Edit Misc</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1995 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1996 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1997 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1998 <location filename="../src/EditMisc.cpp" line="140"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1999 <source>Name empty or too short.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2000 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2001 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2002 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2003 <location filename="../src/EditMisc.cpp" line="177"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2004 <location filename="../src/EditMisc.cpp" line="202"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2005 <source>Database error</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2006 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2007 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2008 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2009 <location filename="../src/EditMisc.cpp" line="178"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2010 <location filename="../src/EditMisc.cpp" line="203"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2011 <source>MySQL error: %1
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2012 %2
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2013 %3</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2014 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2015 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2016 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2017 <location filename="../src/EditMisc.cpp" line="221"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2018 <source> ml</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2019 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2020 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2021 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2022 <location filename="../src/EditMisc.cpp" line="297"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2023 <source>Misc changed</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2024 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2025 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2026 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2027 <location filename="../src/EditMisc.cpp" line="297"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
2028 <source>The ingredient has been modified. Save changes?</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
2029 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
2030 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
2031 </context>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
2032 <context>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2033 <name>EditProduct</name>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2034 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2035 <location filename="../ui/EditProduct.ui" line="14"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2036 <source>Dialog</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2037 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2038 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2039 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2040 <location filename="../ui/EditProduct.ui" line="35"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2041 <source>Quit</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2042 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2043 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2044 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2045 <location filename="../ui/EditProduct.ui" line="55"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2046 <source>Save</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2047 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2048 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2049 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2050 <location filename="../ui/EditProduct.ui" line="75"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
2051 <location filename="../src/EditProductTab3.cpp" line="75"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
2052 <location filename="../src/EditProductTab3.cpp" line="163"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
2053 <location filename="../src/EditProductTab4.cpp" line="57"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
2054 <location filename="../src/EditProductTab4.cpp" line="149"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2055 <location filename="../src/EditProductTab5.cpp" line="76"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2056 <location filename="../src/EditProductTab5.cpp" line="166"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
2057 <location filename="../src/EditProductTab6.cpp" line="56"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
2058 <location filename="../src/EditProductTab6.cpp" line="143"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
2059 <location filename="../src/EditProductExport.cpp" line="852"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2060 <source>Delete</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2061 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2062 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2063 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2064 <location filename="../ui/EditProduct.ui" line="118"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2065 <source>Generic</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2066 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2067 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2068 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2069 <location filename="../ui/EditProduct.ui" line="130"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2070 <source>Brew name:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2071 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2072 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2073 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2074 <location filename="../ui/EditProduct.ui" line="146"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2075 <source>Brew notes:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2076 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2077 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2078 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2079 <location filename="../ui/EditProduct.ui" line="185"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2080 <source>Read only:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2081 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2082 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2083 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2084 <location filename="../ui/EditProduct.ui" line="201"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2085 <source>Yes</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2086 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2087 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2088 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2089 <location filename="../ui/EditProduct.ui" line="214"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2090 <source>Brew type:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2091 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2092 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2093 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2094 <location filename="../ui/EditProduct.ui" line="240"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2095 <location filename="../ui/EditProduct.ui" line="2143"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2096 <location filename="../ui/EditProduct.ui" line="7388"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2097 <location filename="../ui/EditProduct.ui" line="8360"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2098 <source>Efficiency:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2099 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2100 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2101 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2102 <location filename="../ui/EditProduct.ui" line="256"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2103 <location filename="../ui/EditProduct.ui" line="1943"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2104 <source>Boil time:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2105 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2106 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2107 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2108 <location filename="../ui/EditProduct.ui" line="272"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2109 <location filename="../ui/EditProduct.ui" line="2093"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2110 <source>Batch size:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2111 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2112 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2113 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2114 <location filename="../ui/EditProduct.ui" line="288"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2115 <location filename="../ui/EditProduct.ui" line="1843"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2116 <source>Boil size:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2117 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2118 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2119 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2120 <location filename="../ui/EditProduct.ui" line="310"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2121 <location filename="../ui/EditProduct.ui" line="471"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2122 <location filename="../ui/EditProduct.ui" line="640"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2123 <location filename="../ui/EditProduct.ui" line="2071"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2124 <location filename="../ui/EditProduct.ui" line="2171"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2125 <location filename="../ui/EditProduct.ui" line="2861"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2126 <location filename="../ui/EditProduct.ui" line="2914"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2127 <location filename="../ui/EditProduct.ui" line="3576"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2128 <location filename="../ui/EditProduct.ui" line="7081"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2129 <location filename="../ui/EditProduct.ui" line="7482"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2130 <location filename="../ui/EditProduct.ui" line="8476"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2131 <location filename="../ui/EditProduct.ui" line="9057"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2132 <location filename="../ui/EditProduct.ui" line="9291"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2133 <location filename="../ui/EditProduct.ui" line="9509"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2134 <location filename="../ui/EditProduct.ui" line="9611"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2135 <location filename="../ui/EditProduct.ui" line="9756"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2136 <location filename="../ui/EditProduct.ui" line="9809"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2137 <location filename="../ui/EditProduct.ui" line="10013"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2138 <location filename="../ui/EditProduct.ui" line="10047"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2139 <location filename="../ui/EditProduct.ui" line="10135"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2140 <location filename="../ui/EditProduct.ui" line="10313"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2141 <location filename="../ui/EditProduct.ui" line="10498"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2142 <location filename="../ui/EditProduct.ui" line="10726"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2143 <location filename="../ui/EditProduct.ui" line="10889"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2144 <source> %</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2145 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2146 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2147 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2148 <location filename="../ui/EditProduct.ui" line="335"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2149 <location filename="../ui/EditProduct.ui" line="1971"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2150 <location filename="../ui/EditProduct.ui" line="7679"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2151 <location filename="../ui/EditProduct.ui" line="7707"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2152 <location filename="../ui/EditProduct.ui" line="7735"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2153 <location filename="../ui/EditProduct.ui" line="7763"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2154 <location filename="../ui/EditProduct.ui" line="8150"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2155 <location filename="../ui/EditProduct.ui" line="8271"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2156 <source> min</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2157 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2158 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2159 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2160 <location filename="../ui/EditProduct.ui" line="360"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2161 <location filename="../ui/EditProduct.ui" line="394"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2162 <location filename="../ui/EditProduct.ui" line="1403"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2163 <location filename="../ui/EditProduct.ui" line="1487"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2164 <location filename="../ui/EditProduct.ui" line="1579"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2165 <location filename="../ui/EditProduct.ui" line="1645"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2166 <location filename="../ui/EditProduct.ui" line="1708"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2167 <location filename="../ui/EditProduct.ui" line="1758"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2168 <location filename="../ui/EditProduct.ui" line="1821"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2169 <location filename="../ui/EditProduct.ui" line="1871"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2170 <location filename="../ui/EditProduct.ui" line="1921"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2171 <location filename="../ui/EditProduct.ui" line="2021"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2172 <location filename="../ui/EditProduct.ui" line="2121"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2173 <location filename="../ui/EditProduct.ui" line="3779"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2174 <location filename="../ui/EditProduct.ui" line="5115"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2175 <location filename="../ui/EditProduct.ui" line="5851"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2176 <location filename="../ui/EditProduct.ui" line="6188"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2177 <location filename="../ui/EditProduct.ui" line="6514"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2178 <location filename="../ui/EditProduct.ui" line="7189"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2179 <location filename="../ui/EditProduct.ui" line="7255"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2180 <location filename="../ui/EditProduct.ui" line="7507"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2181 <location filename="../ui/EditProduct.ui" line="7538"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2182 <location filename="../ui/EditProduct.ui" line="7852"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2183 <location filename="../ui/EditProduct.ui" line="7880"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2184 <location filename="../ui/EditProduct.ui" line="7914"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2185 <location filename="../ui/EditProduct.ui" line="8341"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2186 <location filename="../ui/EditProduct.ui" line="8426"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2187 <location filename="../ui/EditProduct.ui" line="9948"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2188 <location filename="../ui/EditProduct.ui" line="9979"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2189 <location filename="../ui/EditProduct.ui" line="10285"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2190 <location filename="../ui/EditProduct.ui" line="10407"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2191 <location filename="../ui/EditProduct.ui" line="10767"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2192 <location filename="../ui/EditProduct.ui" line="10848"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
2193 <location filename="../src/EditProductExport.cpp" line="816"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
2194 <location filename="../src/EditProductExport.cpp" line="824"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2195 <source> L</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2196 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2197 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2198 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2199 <location filename="../ui/EditProduct.ui" line="416"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2200 <source>Overview</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2201 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2202 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2203 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2204 <location filename="../ui/EditProduct.ui" line="530"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2205 <location filename="../ui/EditProduct.ui" line="2833"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2206 <source>Alcohol Volume:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2207 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2208 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2209 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2210 <location filename="../ui/EditProduct.ui" line="546"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2211 <location filename="../ui/EditProduct.ui" line="2786"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2212 <source>Estimated FG:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2213 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2214 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2215 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2216 <location filename="../ui/EditProduct.ui" line="582"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2217 <location filename="../ui/EditProduct.ui" line="2253"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2218 <location filename="../ui/EditProduct.ui" line="2739"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2219 <source>Estimated OG:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2220 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2221 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2222 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2223 <location filename="../ui/EditProduct.ui" line="699"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2224 <source>Color method:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2225 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2226 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2227 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2228 <location filename="../ui/EditProduct.ui" line="715"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2229 <source>Carbonation:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2230 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2231 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2232 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2233 <location filename="../ui/EditProduct.ui" line="741"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2234 <location filename="../ui/EditProduct.ui" line="2203"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2235 <source>Color EBC:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2236 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2237 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2238 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2239 <location filename="../ui/EditProduct.ui" line="811"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2240 <source>IBU method:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2241 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2242 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2243 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2244 <location filename="../ui/EditProduct.ui" line="827"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2245 <source>Energy kcal/l:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2246 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2247 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2248 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2249 <location filename="../ui/EditProduct.ui" line="843"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2250 <location filename="../ui/EditProduct.ui" line="2541"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
2251 <location filename="../src/EditProductTab4.cpp" line="623"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2252 <source>Bitterness IBU:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2253 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2254 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2255 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2256 <location filename="../ui/EditProduct.ui" line="894"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2257 <source>Beerstyle</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2258 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2259 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2260 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2261 <location filename="../ui/EditProduct.ui" line="948"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2262 <source>Style guide:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2263 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2264 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2265 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2266 <location filename="../ui/EditProduct.ui" line="964"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2267 <source>Style group:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2268 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2269 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2270 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2271 <location filename="../ui/EditProduct.ui" line="980"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2272 <source>Select style:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2273 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2274 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2275 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2276 <location filename="../ui/EditProduct.ui" line="996"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2277 <source>Style type:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2278 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2279 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2280 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2281 <location filename="../ui/EditProduct.ui" line="1028"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2282 <source>Category:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2283 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2284 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2285 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2286 <location filename="../ui/EditProduct.ui" line="1060"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2287 <source>Category number:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2288 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2289 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2290 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2291 <location filename="../ui/EditProduct.ui" line="1108"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2292 <source>Style name:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2293 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2294 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2295 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2296 <location filename="../ui/EditProduct.ui" line="1125"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2297 <source>Brew code:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2298 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2299 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2300 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2301 <location filename="../ui/EditProduct.ui" line="1141"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2302 <source>Split product:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2303 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2304 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2305 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2306 <location filename="../ui/EditProduct.ui" line="1183"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2307 <source>Brew plan start:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2308 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2309 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2310 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2311 <location filename="../ui/EditProduct.ui" line="1212"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2312 <source>Brew fase:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2313 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2314 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2315 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2316 <location filename="../ui/EditProduct.ui" line="1241"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2317 <source>Ingredients present:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2318 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2319 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2320 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2321 <location filename="../ui/EditProduct.ui" line="1270"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2322 <source>Equipment</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2323 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2324 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2325 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2326 <location filename="../ui/EditProduct.ui" line="1292"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2327 <source>Equipment select:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2328 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2329 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2330 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2331 <location filename="../ui/EditProduct.ui" line="1321"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2332 <source>Equipment name:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2333 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2334 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2335 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2336 <location filename="../ui/EditProduct.ui" line="1337"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2337 <source>Remarks:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2338 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2339 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2340 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2341 <location filename="../ui/EditProduct.ui" line="1363"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2342 <source>Mashing</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2343 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2344 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2345 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2346 <location filename="../ui/EditProduct.ui" line="1375"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2347 <source>Mash water:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2348 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2349 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2350 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2351 <location filename="../ui/EditProduct.ui" line="1437"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2352 <source> Kg</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2353 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2354 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2355 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2356 <location filename="../ui/EditProduct.ui" line="1459"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2357 <source>Max malts:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2358 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2359 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2360 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2361 <location filename="../ui/EditProduct.ui" line="1509"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2362 <source>Tun volume:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2363 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2364 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2365 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2366 <location filename="../ui/EditProduct.ui" line="1525"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2367 <source>Tun material:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2368 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2369 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2370 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2371 <location filename="../ui/EditProduct.ui" line="1555"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2372 <source>Lautering</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2373 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2374 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2375 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2376 <location filename="../ui/EditProduct.ui" line="1601"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2377 <source>Lauter deadspace:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2378 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2379 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2380 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2381 <location filename="../ui/EditProduct.ui" line="1617"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2382 <source>Lauter volume:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2383 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2384 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2385 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2386 <location filename="../ui/EditProduct.ui" line="1668"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2387 <source>Chilling</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2388 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2389 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2390 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2391 <location filename="../ui/EditProduct.ui" line="1680"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2392 <source>Trub chiller loss:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2393 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2394 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2395 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2396 <location filename="../ui/EditProduct.ui" line="1730"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2397 <location filename="../ui/EditProduct.ui" line="7830"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2398 <source>Top up water:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2399 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2400 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2401 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2402 <location filename="../ui/EditProduct.ui" line="1781"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2403 <source>Boiling</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2404 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2405 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2406 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2407 <location filename="../ui/EditProduct.ui" line="1793"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2408 <source>Kettle volume:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2409 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2410 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2411 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2412 <location filename="../ui/EditProduct.ui" line="1893"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2413 <source>Evaporation / hour:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2414 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2415 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2416 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2417 <location filename="../ui/EditProduct.ui" line="1993"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2418 <source>Top up kettle:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2419 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2420 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2421 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2422 <location filename="../ui/EditProduct.ui" line="2043"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2423 <source>Hop utilization:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2424 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2425 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2426 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2427 <location filename="../ui/EditProduct.ui" line="2191"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2428 <source>Fermentables</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2429 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2430 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2431 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2432 <location filename="../ui/EditProduct.ui" line="2300"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2433 <source>Mash tun %:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2434 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2435 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2436 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2437 <location filename="../ui/EditProduct.ui" line="2316"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2438 <source>Sugars %:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2439 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2440 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2441 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2442 <location filename="../ui/EditProduct.ui" line="2332"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2443 <source>Cara/crystal %:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2444 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2445 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2446 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2447 <location filename="../ui/EditProduct.ui" line="2348"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2448 <source>Lintner:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2449 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2450 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2451 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2452 <location filename="../ui/EditProduct.ui" line="2383"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2453 <source>%v lintner</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2454 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2455 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2456 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2457 <location filename="../ui/EditProduct.ui" line="2405"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2458 <location filename="../ui/EditProduct.ui" line="2427"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2459 <location filename="../ui/EditProduct.ui" line="2449"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2460 <location filename="../ui/EditProduct.ui" line="2632"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2461 <location filename="../ui/EditProduct.ui" line="2654"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2462 <source>%v%</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2463 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2464 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2465 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2466 <location filename="../ui/EditProduct.ui" line="2462"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2467 <location filename="../ui/EditProduct.ui" line="2677"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2468 <location filename="../ui/EditProduct.ui" line="2713"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2469 <location filename="../ui/EditProduct.ui" line="3495"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2470 <location filename="../ui/EditProduct.ui" line="3650"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
2471 <location filename="../src/EditProductExport.cpp" line="844"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2472 <source>Add</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2473 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2474 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2475 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2476 <location filename="../ui/EditProduct.ui" line="2491"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2477 <source> kg</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2478 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2479 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2480 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2481 <location filename="../ui/EditProduct.ui" line="2516"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2482 <source>Mash weight:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2483 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2484 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2485 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2486 <location filename="../ui/EditProduct.ui" line="2529"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2487 <source>Hops</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2488 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2489 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2490 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2491 <location filename="../ui/EditProduct.ui" line="2591"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2492 <source>Hop taste:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2493 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2494 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2495 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2496 <location filename="../ui/EditProduct.ui" line="2607"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2497 <source>Hop aroma:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2498 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2499 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2500 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2501 <location filename="../ui/EditProduct.ui" line="2691"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2502 <source>Miscs</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2503 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2504 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2505 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2506 <location filename="../ui/EditProduct.ui" line="2727"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2507 <source>Yeasts</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2508 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2509 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2510 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2511 <location filename="../ui/EditProduct.ui" line="2991"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2512 <source>Pitchrate billion cells/ml/°P:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2513 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2514 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2515 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2516 <location filename="../ui/EditProduct.ui" line="3017"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2517 <source>Starter method:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2518 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2519 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2520 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2521 <location filename="../ui/EditProduct.ui" line="3033"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2522 <source>Starter SG:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2523 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2524 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2525 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2526 <location filename="../ui/EditProduct.ui" line="3080"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2527 <location filename="../ui/EditProduct.ui" line="9724"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2528 <location filename="../ui/EditProduct.ui" line="10985"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2529 <location filename="../ui/EditProduct.ui" line="11062"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2530 <location filename="../ui/EditProduct.ui" line="11371"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2531 <source>Set or clear date</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2532 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2533 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2534 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2535 <location filename="../ui/EditProduct.ui" line="3083"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2536 <location filename="../ui/EditProduct.ui" line="3547"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2537 <location filename="../ui/EditProduct.ui" line="3614"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2538 <location filename="../ui/EditProduct.ui" line="7560"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2539 <location filename="../ui/EditProduct.ui" line="8176"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2540 <location filename="../ui/EditProduct.ui" line="8498"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2541 <location filename="../ui/EditProduct.ui" line="8573"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2542 <location filename="../ui/EditProduct.ui" line="8612"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2543 <location filename="../ui/EditProduct.ui" line="8683"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2544 <location filename="../ui/EditProduct.ui" line="8770"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2545 <location filename="../ui/EditProduct.ui" line="9079"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2546 <location filename="../ui/EditProduct.ui" line="9099"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2547 <location filename="../ui/EditProduct.ui" line="9138"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2548 <location filename="../ui/EditProduct.ui" line="9313"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2549 <location filename="../ui/EditProduct.ui" line="9333"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2550 <location filename="../ui/EditProduct.ui" line="9372"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2551 <location filename="../ui/EditProduct.ui" line="9531"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2552 <location filename="../ui/EditProduct.ui" line="9666"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2553 <location filename="../ui/EditProduct.ui" line="9686"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2554 <location filename="../ui/EditProduct.ui" line="9727"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2555 <location filename="../ui/EditProduct.ui" line="10988"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2556 <location filename="../ui/EditProduct.ui" line="11008"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2557 <location filename="../ui/EditProduct.ui" line="11065"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2558 <location filename="../ui/EditProduct.ui" line="11374"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2559 <source>...</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2560 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2561 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2562 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2563 <location filename="../ui/EditProduct.ui" line="3122"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2564 <source>Need billion cells:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2565 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2566 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2567 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2568 <location filename="../ui/EditProduct.ui" line="3178"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2569 <source>Dry yeast claculation.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2570 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2571 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2572 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2573 <location filename="../ui/EditProduct.ui" line="3191"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2574 <source>Low grams/hl:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2575 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2576 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2577 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2578 <location filename="../ui/EditProduct.ui" line="3207"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2579 <source>High grams/hl:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2580 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2581 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2582 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2583 <location filename="../ui/EditProduct.ui" line="3267"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2584 <location filename="../ui/EditProduct.ui" line="3283"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2585 <source>at</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2586 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2587 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2588 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2589 <location filename="../ui/EditProduct.ui" line="3358"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2590 <source>This recipe pitch grams/hl:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2591 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2592 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2593 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2594 <location filename="../ui/EditProduct.ui" line="3402"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2595 <source>Pitchrate grams/hectoliter:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2596 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2597 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2598 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2599 <location filename="../ui/EditProduct.ui" line="3418"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2600 <source>Yeast grams needed:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2601 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2602 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2603 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2604 <location filename="../ui/EditProduct.ui" line="3512"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2605 <source>Production date:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2606 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2607 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2608 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2609 <location filename="../ui/EditProduct.ui" line="3528"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2610 <source>Yeast condition:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2611 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2612 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2613 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2614 <location filename="../ui/EditProduct.ui" line="3544"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2615 <location filename="../ui/EditProduct.ui" line="8570"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2616 <source>Set the date to today.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2617 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2618 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2619 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2620 <location filename="../ui/EditProduct.ui" line="3592"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2621 <source>Edit the production date.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2622 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2623 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2624 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2625 <location filename="../ui/EditProduct.ui" line="3595"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2626 <location filename="../ui/EditProduct.ui" line="8593"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2627 <location filename="../ui/EditProduct.ui" line="8648"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2628 <location filename="../ui/EditProduct.ui" line="9119"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2629 <location filename="../ui/EditProduct.ui" line="9353"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2630 <location filename="../ui/EditProduct.ui" line="10969"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2631 <location filename="../ui/EditProduct.ui" line="11355"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2632 <source>dd-MM-yyyy</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2633 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2634 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2635 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2636 <location filename="../ui/EditProduct.ui" line="3611"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2637 <source>Clear the date</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2638 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2639 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2640 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2641 <location filename="../ui/EditProduct.ui" line="3628"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
2642 <location filename="../src/EditProductTab3.cpp" line="1056"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
2643 <location filename="../src/EditProductTab4.cpp" line="668"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2644 <location filename="../src/EditProductTab5.cpp" line="719"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2645 <source>Mash</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2646 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2647 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2648 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2649 <location filename="../ui/EditProduct.ui" line="3667"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2650 <source>Mash name:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2651 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2652 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2653 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2654 <location filename="../ui/EditProduct.ui" line="3683"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2655 <source>Mash schedule:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2656 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2657 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2658 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2659 <location filename="../ui/EditProduct.ui" line="3722"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2660 <source>Mash time:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2661 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2662 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2663 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2664 <location filename="../ui/EditProduct.ui" line="3751"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2665 <source>Mash total volume:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2666 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2667 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2668 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2669 <location filename="../ui/EditProduct.ui" line="3795"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2670 <source>Water</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2671 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2672 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2673 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2674 <location filename="../ui/EditProduct.ui" line="6678"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2675 <source>Ca</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2676 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2677 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2678 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2679 <location filename="../ui/EditProduct.ui" line="6417"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2680 <source>Mg</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2681 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2682 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2683 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2684 <location filename="../ui/EditProduct.ui" line="6726"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2685 <source>HCO3</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2686 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2687 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2688 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2689 <location filename="../ui/EditProduct.ui" line="6558"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2690 <source>CaCO3</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2691 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2692 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2693 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2694 <location filename="../ui/EditProduct.ui" line="6662"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2695 <source>Na</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2696 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2697 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2698 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2699 <location filename="../ui/EditProduct.ui" line="6646"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2700 <source>Cl</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2701 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2702 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2703 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2704 <location filename="../ui/EditProduct.ui" line="6694"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2705 <source>SO4</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2706 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2707 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2708 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2709 <location filename="../ui/EditProduct.ui" line="6433"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2710 <location filename="../src/EditProductTab7.cpp" line="37"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2711 <source>pH</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2712 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2713 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2714 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2715 <location filename="../ui/EditProduct.ui" line="6710"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
2716 <location filename="../src/EditProductTab6.cpp" line="296"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2717 <location filename="../src/EditProductTab7.cpp" line="37"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2718 <source>Volume</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2719 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2720 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2721 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2722 <location filename="../ui/EditProduct.ui" line="6173"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2723 <source>The division between the main and dilution water. The total volume does not change.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2724 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2725 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2726 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2727 <location filename="../ui/EditProduct.ui" line="4401"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2728 <location filename="../ui/EditProduct.ui" line="5500"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2729 <source>Mash pH should be between 5.2 and 5.6. Use 5.2 for light and 5.5 for dark beers.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2730 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2731 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2732 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2733 <location filename="../ui/EditProduct.ui" line="5666"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2734 <source>The ideal amount of Magnesium is between 5 and 40.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2735 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2736 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2737 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2738 <location filename="../ui/EditProduct.ui" line="5431"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2739 <source>0 to 50 for light beers, 50 to 150 for amber beers, 150 to 250 for dark beers.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2740 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2741 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2742 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2743 <location filename="../ui/EditProduct.ui" line="5694"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2744 <source>The ideal Sulfate amount should be between 50 and 400.
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2745 Together with Chloride it must be below 500.</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2746 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2747 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2748 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2749 <location filename="../ui/EditProduct.ui" line="5610"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2750 <source>The ideal amount of Calcium is between 40 and 150.</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2751 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2752 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2753 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2754 <location filename="../ui/EditProduct.ui" line="5581"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2755 <source>The ideal Chloride amount is between 50 and 150.
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2756 Together with Sulfate it must be below 500.</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2757 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2758 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2759 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2760 <location filename="../ui/EditProduct.ui" line="5528"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2761 <source>The ideal amount of Natrium should be below 150.</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2762 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2763 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2764 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2765 <location filename="../ui/EditProduct.ui" line="6742"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2766 <source>Water profile</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2767 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2768 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2769 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2770 <location filename="../ui/EditProduct.ui" line="6627"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2771 <source>The main brewing water</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2772 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2773 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2774 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2775 <location filename="../ui/EditProduct.ui" line="6633"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2776 <source>Choose water</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2777 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2778 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2779 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2780 <location filename="../ui/EditProduct.ui" line="6260"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2781 <source>Optional dilution water</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2782 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2783 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2784 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2785 <location filename="../ui/EditProduct.ui" line="6263"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2786 <source>Choose dilution</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2787 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2788 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2789 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2790 <location filename="../ui/EditProduct.ui" line="5187"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2791 <source>If needed, choose a target water profile.</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2792 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2793 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2794 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2795 <location filename="../ui/EditProduct.ui" line="5776"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2796 <source>Mixed water</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2797 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2798 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2799 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2800 <location filename="../ui/EditProduct.ui" line="6461"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2801 <source>RA</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2802 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2803 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2804 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2805 <location filename="../ui/EditProduct.ui" line="6376"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2806 <source>Hardness</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2807 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2808 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2809 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2810 <location filename="../ui/EditProduct.ui" line="3807"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2811 <source>Water agents</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2812 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2813 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2814 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2815 <location filename="../ui/EditProduct.ui" line="3819"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2816 <source>Calcium Chloride</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2817 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2818 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2819 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2820 <location filename="../ui/EditProduct.ui" line="3822"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2821 <source>CaCl2:</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2822 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2823 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2824 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2825 <location filename="../ui/EditProduct.ui" line="3838"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2826 <source>Gypsym</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2827 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2828 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2829 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2830 <location filename="../ui/EditProduct.ui" line="3841"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2831 <source>CaSO4:</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2832 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2833 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2834 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2835 <location filename="../ui/EditProduct.ui" line="3857"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2836 <source>Epsom</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2837 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2838 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2839 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2840 <location filename="../ui/EditProduct.ui" line="3860"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2841 <source>MgSO4:</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2842 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2843 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2844 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2845 <location filename="../ui/EditProduct.ui" line="3876"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2846 <source>Table salt</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2847 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2848 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2849 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2850 <location filename="../ui/EditProduct.ui" line="3879"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2851 <source>NaCl:</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2852 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2853 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2854 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2855 <location filename="../ui/EditProduct.ui" line="3895"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2856 <location filename="../ui/EditProduct.ui" line="4079"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2857 <location filename="../ui/EditProduct.ui" line="4299"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2858 <source>Magnesium Chloride</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2859 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2860 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2861 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2862 <location filename="../ui/EditProduct.ui" line="3898"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2863 <source>MgCl2:</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2864 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2865 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2866 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2867 <location filename="../ui/EditProduct.ui" line="3914"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2868 <location filename="../ui/EditProduct.ui" line="4110"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2869 <source>Baking soda</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2870 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2871 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2872 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2873 <location filename="../ui/EditProduct.ui" line="3917"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2874 <source>NaHCO3:</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2875 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2876 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2877 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2878 <location filename="../ui/EditProduct.ui" line="3933"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2879 <location filename="../ui/EditProduct.ui" line="4141"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2880 <source>Chalk undissolved</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2881 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2882 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2883 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2884 <location filename="../ui/EditProduct.ui" line="3936"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2885 <source>CaCO3:</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2886 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2887 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2888 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2889 <location filename="../ui/EditProduct.ui" line="3952"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2890 <location filename="../ui/EditProduct.ui" line="4267"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2891 <source>To change the water profile. This adds Calcium and Chloride.
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2892 To improve sweet style beers.</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2893 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2894 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2895 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2896 <location filename="../ui/EditProduct.ui" line="3962"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2897 <location filename="../ui/EditProduct.ui" line="3994"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2898 <location filename="../ui/EditProduct.ui" line="4025"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2899 <location filename="../ui/EditProduct.ui" line="4057"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2900 <location filename="../ui/EditProduct.ui" line="4088"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2901 <location filename="../ui/EditProduct.ui" line="4119"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2902 <location filename="../ui/EditProduct.ui" line="4150"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2903 <location filename="../ui/EditProduct.ui" line="4182"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2904 <location filename="../ui/EditProduct.ui" line="4213"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2905 <location filename="../ui/EditProduct.ui" line="4245"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2906 <location filename="../ui/EditProduct.ui" line="4277"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2907 <location filename="../ui/EditProduct.ui" line="4308"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2908 <location filename="../ui/EditProduct.ui" line="10354"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2909 <location filename="../ui/EditProduct.ui" line="10698"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2910 <source> gr</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2911 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2912 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2913 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2914 <location filename="../ui/EditProduct.ui" line="3984"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2915 <location filename="../ui/EditProduct.ui" line="4172"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2916 <source>Gypsum to change the water profile. This adds Calcium and Sulfate.
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2917 To improve bitter beers.</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2918 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2919 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2920 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2921 <location filename="../ui/EditProduct.ui" line="4016"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2922 <location filename="../ui/EditProduct.ui" line="4204"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2923 <source>Epsom salt to change the water profile. Use with caution!</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2924 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2925 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2926 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2927 <location filename="../ui/EditProduct.ui" line="4047"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2928 <location filename="../ui/EditProduct.ui" line="4235"/>
351
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
2929 <source>Table salt to change the water profile. This adds Sodium and Chloride.
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
2930 Improves the sweetness of the beer. The beer will become salty at high doses.</source>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
2931 <translation type="unfinished"></translation>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
2932 </message>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
2933 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2934 <location filename="../ui/EditProduct.ui" line="4359"/>
351
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
2935 <source>Auto calculate:</source>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
2936 <translation type="unfinished"></translation>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
2937 </message>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
2938 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2939 <location filename="../ui/EditProduct.ui" line="4375"/>
351
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
2940 <source>Acid to use:</source>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
2941 <translation type="unfinished"></translation>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
2942 </message>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
2943 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2944 <location filename="../ui/EditProduct.ui" line="4441"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2945 <location filename="../ui/EditProduct.ui" line="4580"/>
351
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
2946 <source>%</source>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
2947 <translation type="unfinished"></translation>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
2948 </message>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
2949 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2950 <location filename="../ui/EditProduct.ui" line="4469"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2951 <location filename="../ui/EditProduct.ui" line="4614"/>
351
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
2952 <source> ml</source>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
2953 <translation type="unfinished"></translation>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
2954 </message>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
2955 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2956 <location filename="../ui/EditProduct.ui" line="4542"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2957 <source>Acid type:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2958 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2959 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2960 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2961 <location filename="../ui/EditProduct.ui" line="4669"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2962 <source>Bitterness index:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2963 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2964 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2965 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2966 <location filename="../ui/EditProduct.ui" line="4721"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2967 <location filename="../ui/EditProduct.ui" line="4789"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2968 <source>N/A</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2969 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2970 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2971 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2972 <location filename="../ui/EditProduct.ui" line="4737"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2973 <source>Preffered SO4:Cl ratio:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2974 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2975 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2976 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2977 <location filename="../ui/EditProduct.ui" line="4805"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2978 <source>Current SO4:Cl ratio:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2979 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2980 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2981 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2982 <location filename="../ui/EditProduct.ui" line="4862"/>
351
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
2983 <source>Estimate pre boil pH:</source>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
2984 <translation type="unfinished"></translation>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
2985 </message>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
2986 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2987 <location filename="../ui/EditProduct.ui" line="6915"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2988 <source>Brewday</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2989 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2990 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2991 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2992 <location filename="../ui/EditProduct.ui" line="6943"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2993 <source>Brewday end:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2994 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2995 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2996 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
2997 <location filename="../ui/EditProduct.ui" line="6959"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2998 <source>Mashing and Sparge</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2999 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3000 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3001 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3002 <location filename="../ui/EditProduct.ui" line="6971"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3003 <source>Mash pH:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3004 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3005 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3006 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3007 <location filename="../ui/EditProduct.ui" line="7100"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3008 <source>Mash SG:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3009 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3010 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3011 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3012 <location filename="../ui/EditProduct.ui" line="7116"/>
204
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3013 <source>Mash efficiency:</source>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3014 <translation type="unfinished"></translation>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3015 </message>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3016 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3017 <location filename="../ui/EditProduct.ui" line="7132"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3018 <source>Sparge water pH:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3019 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3020 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3021 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3022 <location filename="../ui/EditProduct.ui" line="7557"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3023 <location filename="../ui/EditProduct.ui" line="8495"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3024 <source>Edit volume</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3025 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3026 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3027 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3028 <location filename="../ui/EditProduct.ui" line="7641"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3029 <source>Whirlpool cold:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3030 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3031 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3032 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3033 <location filename="../ui/EditProduct.ui" line="8074"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3034 <source>Aeration time &amp; speed:</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3035 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3036 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3037 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3038 <location filename="../ui/EditProduct.ui" line="8205"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3039 <source>Cooling method:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3040 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3041 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3042 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3043 <location filename="../ui/EditProduct.ui" line="8303"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3044 <source>Cooling time:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3045 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3046 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3047 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3048 <location filename="../ui/EditProduct.ui" line="8808"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3049 <source>Start density:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3050 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3051 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3052 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3053 <location filename="../ui/EditProduct.ui" line="8824"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3054 <source>Start temperature:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3055 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3056 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3057 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3058 <location filename="../ui/EditProduct.ui" line="8840"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3059 <source>Peak temperature:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3060 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3061 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3062 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3063 <location filename="../ui/EditProduct.ui" line="8856"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3064 <location filename="../ui/EditProduct.ui" line="9168"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3065 <source>End temperature:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3066 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3067 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3068 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3069 <location filename="../ui/EditProduct.ui" line="8872"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3070 <location filename="../ui/EditProduct.ui" line="9184"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3071 <source>End density:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3072 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3073 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3074 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3075 <location filename="../ui/EditProduct.ui" line="8888"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3076 <location filename="../ui/EditProduct.ui" line="9200"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3077 <source>End date:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3078 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3079 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3080 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3081 <location filename="../ui/EditProduct.ui" line="9032"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3082 <location filename="../ui/EditProduct.ui" line="9266"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3083 <location filename="../ui/EditProduct.ui" line="9484"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3084 <source>Apparent attenuation:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3085 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3086 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3087 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3088 <location filename="../ui/EditProduct.ui" line="9350"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3089 <source>Edit the date the secondary fermentation was done.</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3090 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3091 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3092 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3093 <location filename="../ui/EditProduct.ui" line="9402"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3094 <source>Average temperature:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3095 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3096 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3097 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3098 <location filename="../ui/EditProduct.ui" line="9418"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3099 <source>Final density:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3100 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3101 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3102 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3103 <location filename="../ui/EditProduct.ui" line="9548"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3104 <source>Expected end density:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3105 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3106 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3107 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3108 <location filename="../ui/EditProduct.ui" line="9862"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3109 <source>Extra added volume:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3110 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3111 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3112 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3113 <location filename="../ui/EditProduct.ui" line="9878"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3114 <source>Extra remarks:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3115 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3116 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3117 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3118 <location filename="../ui/EditProduct.ui" line="9894"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3119 <source>Final ABV %:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3120 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3121 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3122 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3123 <location filename="../ui/EditProduct.ui" line="9910"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3124 <source>Extra added ABV %:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3125 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3126 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3127 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3128 <location filename="../ui/EditProduct.ui" line="10167"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3129 <location filename="../ui/EditProduct.ui" line="10745"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3130 <source>Volume:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3131 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3132 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3133 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3134 <location filename="../ui/EditProduct.ui" line="10231"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3135 <location filename="../ui/EditProduct.ui" line="10635"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3136 <source>Priming:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3137 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3138 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3139 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3140 <location filename="../ui/EditProduct.ui" line="10263"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3141 <source>Bottle fermentation:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3142 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3143 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3144 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3145 <location filename="../ui/EditProduct.ui" line="10382"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3146 <location filename="../ui/EditProduct.ui" line="10798"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3147 <source> gr/L</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3148 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3149 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3150 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3151 <location filename="../ui/EditProduct.ui" line="10651"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3152 <source>Kegs temperature:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3153 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3154 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3155 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3156 <location filename="../ui/EditProduct.ui" line="7786"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3157 <source>Transfer to fermenter</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3158 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3159 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3160 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3161 <location filename="../ui/EditProduct.ui" line="6927"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3162 <source>Brewday plan:</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3163 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3164 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3165 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3166 <location filename="../ui/EditProduct.ui" line="7286"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3167 <location filename="../ui/EditProduct.ui" line="8243"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3168 <location filename="../ui/EditProduct.ui" line="8932"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3169 <location filename="../ui/EditProduct.ui" line="8960"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3170 <location filename="../ui/EditProduct.ui" line="8988"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3171 <location filename="../ui/EditProduct.ui" line="9222"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3172 <location filename="../ui/EditProduct.ui" line="9440"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3173 <location filename="../ui/EditProduct.ui" line="10467"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3174 <location filename="../ui/EditProduct.ui" line="10917"/>
204
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3175 <source> °C</source>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3176 <translation type="unfinished"></translation>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3177 </message>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3178 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3179 <location filename="../ui/EditProduct.ui" line="7328"/>
204
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3180 <source>Pre boil</source>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3181 <translation type="unfinished"></translation>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3182 </message>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3183 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3184 <location filename="../ui/EditProduct.ui" line="7372"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3185 <location filename="../ui/EditProduct.ui" line="8531"/>
204
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3186 <source>Volume @100°C:</source>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3187 <translation type="unfinished"></translation>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3188 </message>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3189 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3190 <location filename="../ui/EditProduct.ui" line="7470"/>
204
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3191 <source>Mash, sparge and lauter efficiency.</source>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3192 <translation type="unfinished"></translation>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3193 </message>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3194 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3195 <location filename="../ui/EditProduct.ui" line="7597"/>
204
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3196 <source>Whirlpools</source>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3197 <translation type="unfinished"></translation>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3198 </message>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3199 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3200 <location filename="../ui/EditProduct.ui" line="7609"/>
204
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3201 <source>Whirlpool 72..79°C:</source>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3202 <translation type="unfinished"></translation>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3203 </message>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3204 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3205 <location filename="../ui/EditProduct.ui" line="7625"/>
204
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3206 <source>Whirlpool 60..66°C:</source>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3207 <translation type="unfinished"></translation>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3208 </message>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3209 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3210 <location filename="../ui/EditProduct.ui" line="7657"/>
204
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3211 <source>Whirlpool 85..100°C:</source>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3212 <translation type="unfinished"></translation>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3213 </message>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3214 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3215 <location filename="../ui/EditProduct.ui" line="7798"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3216 <source>Volume to fermenter:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3217 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3218 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3219 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3220 <location filename="../ui/EditProduct.ui" line="7814"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3221 <source>Trub and chiller loss:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3222 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3223 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3224 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3225 <location filename="../ui/EditProduct.ui" line="7936"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3226 <source>SG in fermenter:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3227 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3228 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3229 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3230 <location filename="../ui/EditProduct.ui" line="7952"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3231 <source>EBC color in fermenter:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3232 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3233 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3234 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3235 <location filename="../ui/EditProduct.ui" line="7968"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3236 <source>IBU in fermenter:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3237 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3238 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3239 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3240 <location filename="../ui/EditProduct.ui" line="8128"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3241 <source>Aeration with:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3242 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3243 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3244 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3245 <location filename="../ui/EditProduct.ui" line="8096"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3246 <source> L/m</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3247 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3248 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3249 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3250 <location filename="../ui/EditProduct.ui" line="2886"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3251 <source>Apparent Attenuation:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3252 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3253 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3254 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3255 <location filename="../ui/EditProduct.ui" line="4331"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3256 <source>Acid Additions</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3257 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3258 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3259 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3260 <location filename="../ui/EditProduct.ui" line="4343"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3261 <source>Desired mash pH:</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3262 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3263 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3264 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3265 <location filename="../ui/EditProduct.ui" line="4501"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3266 <source>Desired sparge pH:</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3267 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3268 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3269 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3270 <location filename="../ui/EditProduct.ui" line="4636"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3271 <location filename="../ui/EditProduct.ui" line="4652"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3272 <source>Acid amount:</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3273 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3274 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3275 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3276 <location filename="../ui/EditProduct.ui" line="5106"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3277 <source>The total prepared amount of sparge water</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3278 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3279 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3280 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3281 <location filename="../ui/EditProduct.ui" line="5190"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3282 <source>Choose example water</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3283 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3284 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3285 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3286 <location filename="../ui/EditProduct.ui" line="5484"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3287 <source>Treated mash water</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3288 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3289 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3290 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3291 <location filename="../ui/EditProduct.ui" line="6833"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3292 <source>Sparge water source 1</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3293 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3294 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3295 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3296 <location filename="../ui/EditProduct.ui" line="6855"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3297 <source>Sparge water source 2</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3298 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3299 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3300 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3301 <location filename="../ui/EditProduct.ui" line="6874"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3302 <source>Sparge water mixed</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3303 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3304 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3305 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3306 <location filename="../ui/EditProduct.ui" line="6890"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3307 <location filename="../src/EditProductTab5.cpp" line="724"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3308 <source>Sparge</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3309 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3310 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3311 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3312 <location filename="../ui/EditProduct.ui" line="6906"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3313 <source>Treated sparge water</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3314 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3315 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3316 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3317 <location filename="../ui/EditProduct.ui" line="7148"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3318 <source>Sparge supply:</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3319 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3320 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3321 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3322 <location filename="../ui/EditProduct.ui" line="7164"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3323 <source>Sparge estimate:</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3324 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3325 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3326 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3327 <location filename="../ui/EditProduct.ui" line="7208"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3328 <source>Sparge temp:</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3329 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3330 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3331 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3332 <location filename="../ui/EditProduct.ui" line="8173"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3333 <location filename="../ui/EditProduct.ui" line="9663"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3334 <location filename="../ui/EditProduct.ui" line="9683"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3335 <location filename="../ui/EditProduct.ui" line="11005"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3336 <source>Brew log chart</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3337 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3338 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3339 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3340 <location filename="../ui/EditProduct.ui" line="8193"/>
204
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3341 <source>Cooling</source>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3342 <translation type="unfinished"></translation>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3343 </message>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3344 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3345 <location filename="../ui/EditProduct.ui" line="8221"/>
204
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3346 <source>Cooling to:</source>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3347 <translation type="unfinished"></translation>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3348 </message>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3349 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3350 <location filename="../ui/EditProduct.ui" line="8320"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
3351 <location filename="../src/EditProductExport.cpp" line="783"/>
204
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3352 <source>After boil</source>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3353 <translation type="unfinished"></translation>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3354 </message>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3355 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3356 <location filename="../ui/EditProduct.ui" line="8464"/>
204
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3357 <source>The overall efficiency.</source>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3358 <translation type="unfinished"></translation>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3359 </message>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3360 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3361 <location filename="../ui/EditProduct.ui" line="8590"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3362 <source>Edit the brewdate plan or start.</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3363 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3364 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3365 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3366 <location filename="../ui/EditProduct.ui" line="8609"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3367 <source>Clear planned brewdate</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3368 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3369 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3370 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3371 <location filename="../ui/EditProduct.ui" line="8629"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3372 <source>Edit the brewdate start time.</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3373 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3374 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3375 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3376 <location filename="../ui/EditProduct.ui" line="8632"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3377 <location filename="../ui/EditProduct.ui" line="8667"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3378 <source>hh:mm</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3379 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3380 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3381 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3382 <location filename="../ui/EditProduct.ui" line="8645"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3383 <source>Edit the brewdate end.</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3384 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3385 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3386 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3387 <location filename="../ui/EditProduct.ui" line="8664"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3388 <source>Edit the brewdate end time.</source>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3389 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3390 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3391 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3392 <location filename="../ui/EditProduct.ui" line="8680"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3393 <source>Set the brewdate end date.</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3394 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3395 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3396 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3397 <location filename="../ui/EditProduct.ui" line="8700"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3398 <source>End time:</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3399 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3400 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3401 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3402 <location filename="../ui/EditProduct.ui" line="8716"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3403 <source>Start time:</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3404 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3405 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3406 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3407 <location filename="../ui/EditProduct.ui" line="8732"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3408 <source>Show brewlog:</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3409 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3410 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3411 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3412 <location filename="../ui/EditProduct.ui" line="8751"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3413 <source>Confirm brew done:</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3414 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3415 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3416 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3417 <location filename="../ui/EditProduct.ui" line="8767"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3418 <location filename="../ui/EditProduct.ui" line="9135"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3419 <location filename="../ui/EditProduct.ui" line="9369"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3420 <source>Confirm the brew dates and times.</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3421 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3422 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3423 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3424 <location filename="../ui/EditProduct.ui" line="8784"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3425 <source>Fermenting</source>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3426 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3427 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3428 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3429 <location filename="../ui/EditProduct.ui" line="8796"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3430 <source>Primary fermentation</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3431 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3432 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3433 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3434 <location filename="../ui/EditProduct.ui" line="9076"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3435 <location filename="../ui/EditProduct.ui" line="9310"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3436 <location filename="../ui/EditProduct.ui" line="9528"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3437 <source>Edit SG in Plato, Brix or SG</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3438 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3439 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3440 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3441 <location filename="../ui/EditProduct.ui" line="9096"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3442 <location filename="../ui/EditProduct.ui" line="9330"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3443 <source>Set the date to today</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3444 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3445 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3446 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3447 <location filename="../ui/EditProduct.ui" line="9116"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3448 <source>Edit the date the primary fermentation was done.</source>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3449 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3450 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3451 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3452 <location filename="../ui/EditProduct.ui" line="9156"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3453 <source>Secondary fermentation</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3454 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3455 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3456 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3457 <location filename="../ui/EditProduct.ui" line="9390"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3458 <source>Tertiary fermentation</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3459 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3460 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3461 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3462 <location filename="../ui/EditProduct.ui" line="9586"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3463 <source>Alcohol volume:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3464 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3465 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3466 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3467 <location filename="../ui/EditProduct.ui" line="9631"/>
204
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3468 <source>Show fermenter unit log:</source>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3469 <translation type="unfinished"></translation>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3470 </message>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3471 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3472 <location filename="../ui/EditProduct.ui" line="9647"/>
204
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3473 <source>Show fermentation log:</source>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3474 <translation type="unfinished"></translation>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3475 </message>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3476 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3477 <location filename="../ui/EditProduct.ui" line="9696"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3478 <source>Package</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3479 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3480 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3481 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3482 <location filename="../ui/EditProduct.ui" line="9708"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3483 <source>Package date:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3484 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3485 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3486 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3487 <location filename="../ui/EditProduct.ui" line="9781"/>
204
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3488 <source>Carbonation range:</source>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3489 <translation type="unfinished"></translation>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3490 </message>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3491 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3492 <location filename="../ui/EditProduct.ui" line="9834"/>
204
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3493 <source>Infusion or Dilution</source>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3494 <translation type="unfinished"></translation>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3495 </message>
decbf82ae9a5 Further translations work, give some labels more room. Changed the layout of the brewday tab to create more space and a more logical layout.
Michiel Broek <mbroek@mbse.eu>
parents: 203
diff changeset
3496 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3497 <location filename="../ui/EditProduct.ui" line="9846"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3498 <source>Package volume:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3499 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3500 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3501 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3502 <location filename="../ui/EditProduct.ui" line="10107"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3503 <source>Package ABV %:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3504 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3505 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3506 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3507 <location filename="../ui/EditProduct.ui" line="9926"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3508 <source>pH from fermenter:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3509 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3510 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3511 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3512 <location filename="../ui/EditProduct.ui" line="9970"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3513 <source>Extra dilution or infusion added to this batch.</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3514 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3515 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3516 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3517 <location filename="../ui/EditProduct.ui" line="10001"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3518 <location filename="../ui/EditProduct.ui" line="10123"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3519 <source>The ABV including the infusion.</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3520 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3521 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3522 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3523 <location filename="../ui/EditProduct.ui" line="10032"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3524 <source>If there is alcohol in the infusion, give the percentage.</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3525 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3526 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3527 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3528 <location filename="../ui/EditProduct.ui" line="10091"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3529 <source>Could be the description of the infusion.</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3530 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3531 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3532 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3533 <location filename="../ui/EditProduct.ui" line="10155"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3534 <source>Bottles</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3535 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3536 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3537 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3538 <location filename="../ui/EditProduct.ui" line="10183"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3539 <location filename="../ui/EditProduct.ui" line="10603"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3540 <source>Desired volume CO2:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3541 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3542 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3543 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3544 <location filename="../ui/EditProduct.ui" line="10199"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3545 <location filename="../ui/EditProduct.ui" line="10670"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3546 <source>Priming sugar:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3547 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3548 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3549 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3550 <location filename="../ui/EditProduct.ui" line="10215"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3551 <location filename="../ui/EditProduct.ui" line="10587"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3552 <source>Sugar amount:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3553 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3554 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3555 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3556 <location filename="../ui/EditProduct.ui" line="10247"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3557 <location filename="../ui/EditProduct.ui" line="10619"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3558 <source>Water amount:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3559 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3560 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3561 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3562 <location filename="../ui/EditProduct.ui" line="10429"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3563 <source>Expected pressure in bar:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3564 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3565 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3566 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3567 <location filename="../ui/EditProduct.ui" line="10445"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3568 <source>Bottles ABV %:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3569 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3570 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3571 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3572 <location filename="../ui/EditProduct.ui" line="10543"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3573 <source>Kegs</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3574 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3575 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3576 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3577 <location filename="../ui/EditProduct.ui" line="10555"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3578 <source>Kegs ABV %:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3579 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3580 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3581 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3582 <location filename="../ui/EditProduct.ui" line="10571"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3583 <source>Kegs pressure in bar:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3584 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3585 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3586 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3587 <location filename="../ui/EditProduct.ui" line="10939"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3588 <source>Forced carbonation:</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3589 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3590 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3591 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3592 <location filename="../ui/EditProduct.ui" line="10966"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3593 <source>Edit the package date.</source>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3594 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3595 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3596 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3597 <location filename="../ui/EditProduct.ui" line="11025"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3598 <source>Show carbonation log:</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3599 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3600 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3601 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3602 <location filename="../ui/EditProduct.ui" line="11034"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3603 <source>Tasting</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3604 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3605 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3606 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3607 <location filename="../ui/EditProduct.ui" line="11046"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3608 <source>Taste date:</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3609 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3610 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3611 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3612 <location filename="../ui/EditProduct.ui" line="11082"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3613 <source>Taste rate:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3614 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3615 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3616 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3617 <location filename="../ui/EditProduct.ui" line="11123"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3618 <source>Color:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3619 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3620 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3621 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3622 <location filename="../ui/EditProduct.ui" line="11139"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3623 <source>Transparency:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3624 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3625 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3626 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3627 <location filename="../ui/EditProduct.ui" line="11155"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3628 <source>Head:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3629 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3630 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3631 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3632 <location filename="../ui/EditProduct.ui" line="11210"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3633 <source>Aroma:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3634 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3635 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3636 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3637 <location filename="../ui/EditProduct.ui" line="11239"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3638 <source>Taste:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3639 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3640 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3641 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3642 <location filename="../ui/EditProduct.ui" line="11268"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3643 <source>Aftertaste:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3644 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3645 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3646 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3647 <location filename="../ui/EditProduct.ui" line="11297"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3648 <source>Mouthfeel:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3649 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3650 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3651 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3652 <location filename="../ui/EditProduct.ui" line="11326"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3653 <source>Notes:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3654 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3655 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3656 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3657 <location filename="../ui/EditProduct.ui" line="11352"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3658 <source>Edit the tasting date.</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3659 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3660 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3661 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3662 <location filename="../ui/EditProduct.ui" line="11393"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3663 <source>Export</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3664 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3665 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3666 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3667 <location filename="../ui/EditProduct.ui" line="11410"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3668 <source>Print</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3669 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3670 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3671 <message>
334
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
3672 <location filename="../src/EditProduct.cpp" line="44"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3673 <source>Extract</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3674 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3675 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3676 <message>
334
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
3677 <location filename="../src/EditProduct.cpp" line="45"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3678 <source>Partial Mash</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3679 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3680 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3681 <message>
334
9203fa01ddbf Version 0.2.15 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 330
diff changeset
3682 <location filename="../src/EditProduct.cpp" line="46"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3683 <source>All Grain</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3684 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3685 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3686 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3687 <location filename="../src/EditProduct.cpp" line="95"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
3688 <source>None</source>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3689 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3690 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3691 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3692 <location filename="../src/EditProduct.cpp" line="96"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
3693 <source>Air</source>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3694 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3695 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3696 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3697 <location filename="../src/EditProduct.cpp" line="97"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3698 <source>Oxygen</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3699 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3700 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3701 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
3702 <location filename="../src/EditProduct.cpp" line="303"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
3703 <source>%1, part %2 of %3</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
3704 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
3705 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
3706 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3707 <location filename="../src/EditProduct.cpp" line="798"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
3708 <source>BMSapp - Add new product</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
3709 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
3710 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
3711 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3712 <location filename="../src/EditProduct.cpp" line="800"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
3713 <source>BMSapp - Edit product %1</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
3714 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
3715 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
3716 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3717 <location filename="../src/EditProduct.cpp" line="816"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3718 <location filename="../src/EditProduct.cpp" line="820"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
3719 <source>Edit Product</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
3720 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
3721 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
3722 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3723 <location filename="../src/EditProduct.cpp" line="816"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
3724 <source>Name empty or too short.</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
3725 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
3726 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
3727 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3728 <location filename="../src/EditProduct.cpp" line="820"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3729 <source>No beerstyle selected.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3730 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3731 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3732 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3733 <location filename="../src/EditProduct.cpp" line="858"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3734 <source>Delete product</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3735 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3736 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3737 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3738 <location filename="../src/EditProduct.cpp" line="882"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3739 <source>Product changed</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3740 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3741 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3742 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3743 <location filename="../src/EditProduct.cpp" line="882"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3744 <source>The product has been modified. Save changes?</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3745 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3746 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3747 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3748 <location filename="../src/EditProductTab3.cpp" line="74"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3749 <source>Supplier</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3750 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3751 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3752 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3753 <location filename="../src/EditProductTab3.cpp" line="74"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3754 <source>Fermentable</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3755 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3756 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3757 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3758 <location filename="../src/EditProductTab3.cpp" line="74"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3759 <source>EBC</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3760 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3761 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3762 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3763 <location filename="../src/EditProductTab3.cpp" line="74"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3764 <location filename="../src/EditProductTab4.cpp" line="56"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3765 <location filename="../src/EditProductTab5.cpp" line="76"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3766 <location filename="../src/EditProductTab6.cpp" line="55"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3767 <location filename="../src/EditProductTab7.cpp" line="36"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3768 <source>Type</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3769 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3770 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3771 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3772 <location filename="../src/EditProductTab3.cpp" line="74"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3773 <source>Graintype</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3774 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3775 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3776 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3777 <location filename="../src/EditProductTab3.cpp" line="74"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3778 <source>When</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3779 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3780 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3781 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3782 <location filename="../src/EditProductTab3.cpp" line="74"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3783 <source>Yield</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3784 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3785 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3786 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3787 <location filename="../src/EditProductTab3.cpp" line="75"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3788 <location filename="../src/EditProductTab4.cpp" line="57"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3789 <location filename="../src/EditProductTab5.cpp" line="76"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3790 <location filename="../src/EditProductTab6.cpp" line="56"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3791 <source>Amount</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3792 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3793 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3794 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3795 <location filename="../src/EditProductTab3.cpp" line="75"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3796 <location filename="../src/EditProductTab4.cpp" line="57"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3797 <location filename="../src/EditProductTab5.cpp" line="76"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3798 <location filename="../src/EditProductTab6.cpp" line="56"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3799 <source>Stock</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3800 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3801 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3802 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3803 <location filename="../src/EditProductTab3.cpp" line="75"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3804 <source>Procent</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3805 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3806 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3807 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3808 <location filename="../src/EditProductTab3.cpp" line="75"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3809 <source>100%</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3810 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3811 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3812 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3813 <location filename="../src/EditProductTab3.cpp" line="75"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3814 <location filename="../src/EditProductTab3.cpp" line="174"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3815 <location filename="../src/EditProductTab4.cpp" line="57"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
3816 <location filename="../src/EditProductTab4.cpp" line="160"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3817 <location filename="../src/EditProductTab5.cpp" line="76"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3818 <location filename="../src/EditProductTab5.cpp" line="177"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3819 <location filename="../src/EditProductTab6.cpp" line="56"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3820 <location filename="../src/EditProductTab6.cpp" line="154"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3821 <source>Edit</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3822 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3823 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3824 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3825 <location filename="../src/EditProductTab3.cpp" line="147"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3826 <location filename="../src/EditProductTab3.cpp" line="150"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3827 <source>Edit this from the package tab</source>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3828 <translation type="unfinished"></translation>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3829 </message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3830 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3831 <location filename="../src/EditProductTab3.cpp" line="154"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3832 <location filename="../src/EditProductTab3.cpp" line="157"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3833 <source>Fermentable already used</source>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3834 <translation type="unfinished"></translation>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3835 </message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3836 <message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3837 <location filename="../src/EditProductTab3.cpp" line="650"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3838 <source>Delete fermentable</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3839 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3840 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3841 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3842 <location filename="../src/EditProductTab3.cpp" line="650"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
3843 <location filename="../src/EditProductTab4.cpp" line="341"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3844 <location filename="../src/EditProductTab5.cpp" line="400"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3845 <location filename="../src/EditProductTab6.cpp" line="747"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3846 <location filename="../src/EditProductTab7.cpp" line="303"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3847 <location filename="../src/EditProduct.cpp" line="858"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3848 <source>Delete %1</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3849 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3850 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3851 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
3852 <location filename="../src/EditProductTab3.cpp" line="966"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3853 <location filename="../src/EditProductTab5.cpp" line="644"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3854 <source>Current ingredient:</source>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3855 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3856 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3857 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
3858 <location filename="../src/EditProductTab3.cpp" line="971"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3859 <source>Supplier:</source>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3860 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3861 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3862 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
3863 <location filename="../src/EditProductTab3.cpp" line="976"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3864 <source>Amount in kg:</source>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3865 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3866 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3867 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
3868 <location filename="../src/EditProductTab3.cpp" line="981"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3869 <source>Percentage in batch:</source>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3870 <translation type="unfinished"></translation>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3871 </message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3872 <message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3873 <location filename="../src/EditProductTab3.cpp" line="986"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3874 <source>Auto fill to 100%:</source>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3875 <translation type="unfinished"></translation>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3876 </message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3877 <message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3878 <location filename="../src/EditProductTab3.cpp" line="991"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
3879 <location filename="../src/EditProductTab4.cpp" line="608"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3880 <location filename="../src/EditProductTab6.cpp" line="1006"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3881 <source>Use at:</source>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3882 <translation type="unfinished"></translation>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3883 </message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3884 <message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3885 <location filename="../src/EditProductTab3.cpp" line="996"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3886 <location filename="../src/EditProductTab5.cpp" line="670"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3887 <source>Select ingredient:</source>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3888 <translation type="unfinished"></translation>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3889 </message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3890 <message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3891 <location filename="../src/EditProductTab3.cpp" line="1001"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
3892 <location filename="../src/EditProductTab4.cpp" line="618"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3893 <location filename="../src/EditProductTab5.cpp" line="675"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3894 <location filename="../src/EditProductTab6.cpp" line="991"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3895 <source>In stock:</source>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3896 <translation type="unfinished"></translation>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3897 </message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3898 <message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3899 <location filename="../src/EditProductTab3.cpp" line="1006"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3900 <source>Max in batch:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3901 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3902 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3903 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3904 <location filename="../src/EditProductTab3.cpp" line="1057"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
3905 <location filename="../src/EditProductTab4.cpp" line="670"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3906 <location filename="../src/EditProductTab5.cpp" line="720"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3907 <source>Boil</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3908 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3909 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3910 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3911 <location filename="../src/EditProductTab3.cpp" line="1058"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3912 <source>Fermentation</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3913 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3914 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3915 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3916 <location filename="../src/EditProductTab3.cpp" line="1059"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3917 <source>Lagering</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3918 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3919 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3920 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3921 <location filename="../src/EditProductTab4.cpp" line="56"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3922 <source>Origin</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3923 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3924 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3925 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3926 <location filename="../src/EditProductTab4.cpp" line="56"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3927 <source>Hop</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3928 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3929 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3930 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3931 <location filename="../src/EditProductTab4.cpp" line="56"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3932 <source>Form</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3933 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3934 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3935 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3936 <location filename="../src/EditProductTab4.cpp" line="56"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3937 <source>Alpha</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3938 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3939 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3940 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3941 <location filename="../src/EditProductTab4.cpp" line="56"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3942 <location filename="../src/EditProductTab5.cpp" line="76"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3943 <source>Use at</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3944 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3945 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3946 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3947 <location filename="../src/EditProductTab4.cpp" line="56"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
3948 <location filename="../src/EditProductTab5.cpp" line="76"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3949 <location filename="../src/EditProductTab9.cpp" line="514"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3950 <source>Time</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3951 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3952 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3953 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3954 <location filename="../src/EditProductTab4.cpp" line="57"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3955 <source>IBU</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3956 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3957 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3958 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
3959 <location filename="../src/EditProductTab4.cpp" line="140"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
3960 <location filename="../src/EditProductTab4.cpp" line="143"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3961 <source>Hop already used</source>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3962 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3963 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3964 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
3965 <location filename="../src/EditProductTab4.cpp" line="176"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
3966 <location filename="../src/EditProductTab4.cpp" line="216"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3967 <source>Very low</source>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3968 <translation type="unfinished"></translation>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3969 </message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3970 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
3971 <location filename="../src/EditProductTab4.cpp" line="182"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
3972 <location filename="../src/EditProductTab4.cpp" line="222"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3973 <source>Low</source>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3974 <translation type="unfinished"></translation>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3975 </message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3976 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
3977 <location filename="../src/EditProductTab4.cpp" line="189"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
3978 <location filename="../src/EditProductTab4.cpp" line="229"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3979 <source>Moderate</source>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3980 <translation type="unfinished"></translation>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3981 </message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3982 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
3983 <location filename="../src/EditProductTab4.cpp" line="197"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
3984 <location filename="../src/EditProductTab4.cpp" line="237"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3985 <source>High</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3986 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3987 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3988 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
3989 <location filename="../src/EditProductTab4.cpp" line="204"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
3990 <location filename="../src/EditProductTab4.cpp" line="244"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3991 <source>Very high</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3992 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3993 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3994 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
3995 <location filename="../src/EditProductTab4.cpp" line="341"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3996 <source>Delete hop</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3997 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3998 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3999 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4000 <location filename="../src/EditProductTab4.cpp" line="541"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4001 <location filename="../src/EditProductTab4.cpp" line="600"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4002 <location filename="../src/EditProductTab5.cpp" line="515"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4003 <location filename="../src/EditProductTab5.cpp" line="604"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4004 <location filename="../src/EditProductTab5.cpp" line="662"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4005 <source>Time in minutes:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4006 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4007 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4008 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4009 <location filename="../src/EditProductTab4.cpp" line="545"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4010 <location filename="../src/EditProductTab4.cpp" line="598"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4011 <location filename="../src/EditProductTab5.cpp" line="510"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4012 <location filename="../src/EditProductTab5.cpp" line="599"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4013 <location filename="../src/EditProductTab5.cpp" line="660"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4014 <source>Time in days:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4015 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4016 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4017 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4018 <location filename="../src/EditProductTab4.cpp" line="582"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4019 <source>Current hop:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4020 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4021 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4022 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4023 <location filename="../src/EditProductTab4.cpp" line="587"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4024 <source>Origin:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4025 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4026 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4027 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4028 <location filename="../src/EditProductTab4.cpp" line="592"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4029 <location filename="../src/EditProductTab5.cpp" line="526"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4030 <location filename="../src/EditProductTab5.cpp" line="651"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4031 <location filename="../src/EditProductTab6.cpp" line="861"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4032 <location filename="../src/EditProductTab6.cpp" line="999"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4033 <source>Amount in gr:</source>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4034 <translation type="unfinished"></translation>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4035 </message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4036 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4037 <location filename="../src/EditProductTab4.cpp" line="613"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4038 <source>Select hop:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4039 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4040 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4041 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4042 <location filename="../src/EditProductTab4.cpp" line="669"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
4043 <source>First wort</source>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
4044 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
4045 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
4046 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4047 <location filename="../src/EditProductTab4.cpp" line="671"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
4048 <source>Aroma</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
4049 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
4050 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
4051 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4052 <location filename="../src/EditProductTab4.cpp" line="672"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
4053 <source>Whirlpool</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
4054 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
4055 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
4056 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4057 <location filename="../src/EditProductTab4.cpp" line="673"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4058 <source>Dry hop</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4059 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4060 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4061 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4062 <location filename="../src/EditProductTab5.cpp" line="76"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4063 <source>Ingredient</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4064 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4065 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4066 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4067 <location filename="../src/EditProductTab5.cpp" line="141"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4068 <location filename="../src/EditProductTab5.cpp" line="145"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4069 <source>Edit this from the water tab</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4070 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4071 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4072 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4073 <location filename="../src/EditProductTab5.cpp" line="150"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4074 <location filename="../src/EditProductTab5.cpp" line="154"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4075 <source>Misc already used</source>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4076 <translation type="unfinished"></translation>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4077 </message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4078 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4079 <location filename="../src/EditProductTab5.cpp" line="400"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4080 <source>Delete misc</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4081 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4082 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4083 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4084 <location filename="../src/EditProductTab5.cpp" line="529"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4085 <location filename="../src/EditProductTab5.cpp" line="653"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4086 <location filename="../src/EditProductTab6.cpp" line="868"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4087 <location filename="../src/EditProductTab6.cpp" line="1001"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4088 <source>Amount in ml:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4089 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4090 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4091 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4092 <location filename="../src/EditProductTab5.cpp" line="718"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4093 <source>Starter</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4094 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4095 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4096 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4097 <location filename="../src/EditProductTab5.cpp" line="721"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4098 <location filename="../src/EditProductTab6.cpp" line="1055"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4099 <source>Primary</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4100 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4101 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4102 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4103 <location filename="../src/EditProductTab5.cpp" line="722"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4104 <location filename="../src/EditProductTab6.cpp" line="1056"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4105 <source>Secondary</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4106 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4107 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4108 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4109 <location filename="../src/EditProductTab4.cpp" line="674"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4110 <location filename="../src/EditProductTab5.cpp" line="723"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4111 <source>Bottling</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4112 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4113 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4114 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4115 <location filename="../src/EditProductTab6.cpp" line="55"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4116 <source>Yeast</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4117 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4118 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4119 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4120 <location filename="../src/EditProductTab6.cpp" line="55"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4121 <source>Laboratory</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4122 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4123 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4124 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4125 <location filename="../src/EditProductTab6.cpp" line="55"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4126 <source>Code</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4127 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4128 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4129 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4130 <location filename="../src/EditProductTab6.cpp" line="55"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4131 <source>Use for</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4132 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4133 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4134 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4135 <location filename="../src/EditProductTab6.cpp" line="55"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4136 <source>Min.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4137 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4138 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4139 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4140 <location filename="../src/EditProductTab6.cpp" line="55"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4141 <source>Max.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4142 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4143 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4144 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4145 <location filename="../src/EditProductTab6.cpp" line="56"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4146 <source>Tol.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4147 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4148 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4149 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4150 <location filename="../src/EditProductTab6.cpp" line="56"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4151 <source>Attn.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4152 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4153 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4154 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4155 <location filename="../src/EditProductTab6.cpp" line="133"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4156 <location filename="../src/EditProductTab6.cpp" line="137"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4157 <source>Yeast already used</source>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4158 <translation type="unfinished"></translation>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4159 </message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4160 <message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4161 <location filename="../src/EditProductTab6.cpp" line="296"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4162 <source>Method</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4163 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4164 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4165 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4166 <location filename="../src/EditProductTab6.cpp" line="296"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4167 <source>Inj. factor</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4168 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4169 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4170 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4171 <location filename="../src/EditProductTab6.cpp" line="296"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4172 <source>New cells</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4173 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4174 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4175 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4176 <location filename="../src/EditProductTab6.cpp" line="296"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4177 <source>Total cells</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4178 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4179 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4180 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4181 <location filename="../src/EditProductTab6.cpp" line="296"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4182 <source>Grow factor</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4183 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4184 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4185 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4186 <location filename="../src/EditProductTab6.cpp" line="649"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4187 <source>Start step type:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4188 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4189 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4190 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4191 <location filename="../src/EditProductTab6.cpp" line="654"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4192 <source>Starter step volume:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4193 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4194 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4195 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4196 <location filename="../src/EditProductTab6.cpp" line="661"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4197 <source>Stirred</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4198 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4199 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4200 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4201 <location filename="../src/EditProductTab6.cpp" line="662"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4202 <source>Shaken</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4203 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4204 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4205 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4206 <location filename="../src/EditProductTab6.cpp" line="663"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4207 <source>Simple</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4208 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4209 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4210 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4211 <location filename="../src/EditProductTab6.cpp" line="747"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4212 <source>Delete yeast</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4213 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4214 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4215 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4216 <location filename="../src/EditProductTab6.cpp" line="854"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4217 <location filename="../src/EditProductTab6.cpp" line="997"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4218 <source>Total packs:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4219 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4220 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4221 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4222 <location filename="../src/EditProductTab6.cpp" line="971"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4223 <source>Yeast name:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4224 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4225 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4226 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4227 <location filename="../src/EditProductTab6.cpp" line="976"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4228 <location filename="../src/EditProductTab6.cpp" line="981"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4229 <source>Laboratory:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4230 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4231 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4232 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4233 <location filename="../src/EditProductTab6.cpp" line="986"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4234 <source>Select yeast:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4235 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4236 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4237 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4238 <location filename="../src/EditProductTab6.cpp" line="1057"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4239 <source>Tertiary</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4240 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4241 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4242 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4243 <location filename="../src/EditProductTab6.cpp" line="1058"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4244 <source>Bottle</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4245 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4246 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4247 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4248 <location filename="../src/EditProductTab7.cpp" line="36"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4249 <source>Step name</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4250 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4251 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4252 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4253 <location filename="../src/EditProductTab7.cpp" line="36"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4254 <source>Start</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4255 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4256 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4257 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4258 <location filename="../src/EditProductTab7.cpp" line="36"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4259 <source>End</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4260 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4261 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4262 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4263 <location filename="../src/EditProductTab7.cpp" line="36"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4264 <source>Rest</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4265 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4266 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4267 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4268 <location filename="../src/EditProductTab7.cpp" line="36"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4269 <source>Ramp</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4270 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4271 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4272 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4273 <location filename="../src/EditProductTab7.cpp" line="37"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4274 <source>Inf/dec</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4275 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4276 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4277 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4278 <location filename="../src/EditProductTab7.cpp" line="37"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4279 <source>W/G ratio</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4280 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4281 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4282 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4283 <location filename="../src/EditProductTab7.cpp" line="37"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4284 <source>SG</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4285 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4286 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4287 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4288 <location filename="../src/EditProductTab7.cpp" line="303"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4289 <source>Delete mash step</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4290 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4291 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4292 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
4293 <location filename="../src/EditProductTab7.cpp" line="553"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4294 <source>Step name:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4295 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4296 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4297 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
4298 <location filename="../src/EditProductTab7.cpp" line="563"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4299 <source>Step type:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4300 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4301 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4302 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4303 <location filename="../src/EditProductTab7.cpp" line="569"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
4304 <source>Infusion</source>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4305 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4306 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4307 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4308 <location filename="../src/EditProductTab7.cpp" line="570"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
4309 <source>Temperature</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
4310 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
4311 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
4312 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
4313 <location filename="../src/EditProductTab7.cpp" line="571"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4314 <source>Decoction</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4315 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4316 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4317 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
4318 <location filename="../src/EditProductTab7.cpp" line="576"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4319 <source>Step start temp:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4320 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4321 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4322 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
4323 <location filename="../src/EditProductTab7.cpp" line="588"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4324 <source>Step end temp:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4325 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4326 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4327 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
4328 <location filename="../src/EditProductTab7.cpp" line="600"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4329 <source>Step rest time:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4330 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4331 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4332 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
4333 <location filename="../src/EditProductTab7.cpp" line="612"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4334 <source>Step ramp time:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4335 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4336 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4337 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4338 <location filename="../ui/EditProduct.ui" line="7340"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4339 <location filename="../ui/EditProduct.ui" line="8448"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
4340 <location filename="../src/EditProductTab7.cpp" line="624"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4341 <source>Measured pH:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4342 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4343 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4344 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
4345 <location filename="../src/EditProductTab7.cpp" line="642"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4346 <source>Measured Brix:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4347 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4348 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4349 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4350 <location filename="../ui/EditProduct.ui" line="7356"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4351 <location filename="../ui/EditProduct.ui" line="8515"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
4352 <location filename="../src/EditProductTab7.cpp" line="656"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4353 <source>Measured SG:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4354 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4355 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4356 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
4357 <location filename="../src/EditProductTab7.cpp" line="676"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4358 <source>Infusion volume:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4359 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4360 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4361 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
4362 <location filename="../src/EditProductTab7.cpp" line="693"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4363 <source>Infusion Temperature:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4364 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4365 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4366 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4367 <location filename="../src/EditProductTab8.cpp" line="343"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4368 <source>Very malty and sweet</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4369 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4370 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4371 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4372 <location filename="../src/EditProductTab8.cpp" line="345"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4373 <source>Malty, sweet</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4374 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4375 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4376 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4377 <location filename="../src/EditProductTab8.cpp" line="347"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4378 <location filename="../src/EditProductTab8.cpp" line="363"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4379 <source>Balanced</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4380 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4381 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4382 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4383 <location filename="../src/EditProductTab8.cpp" line="349"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4384 <source>Hoppy, bitter</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4385 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4386 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4387 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4388 <location filename="../src/EditProductTab8.cpp" line="351"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4389 <source>Very hoppy, very bitter</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4390 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4391 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4392 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4393 <location filename="../src/EditProductTab8.cpp" line="357"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4394 <source>Too malty</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4395 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4396 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4397 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4398 <location filename="../src/EditProductTab8.cpp" line="359"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4399 <source>Very malty</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4400 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4401 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4402 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4403 <location filename="../src/EditProductTab8.cpp" line="361"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4404 <source>Malty</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4405 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4406 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4407 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4408 <location filename="../src/EditProductTab8.cpp" line="365"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4409 <source>Little bitter</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4410 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4411 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4412 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4413 <location filename="../src/EditProductTab8.cpp" line="367"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4414 <source>Bitter</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4415 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4416 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4417 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4418 <location filename="../src/EditProductTab8.cpp" line="369"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4419 <source>Very bitter</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4420 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4421 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4422 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
4423 <location filename="../src/EditProductTab8.cpp" line="371"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4424 <source>Too bitter</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4425 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4426 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4427 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4428 <location filename="../src/EditProductExport.cpp" line="37"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4429 <location filename="../src/EditProductExport.cpp" line="40"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4430 <location filename="../src/EditProductExport.cpp" line="261"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4431 <source>Save File</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4432 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4433 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4434 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4435 <location filename="../src/EditProductExport.cpp" line="38"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4436 <source>Files (*.xml)</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4437 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4438 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4439 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4440 <location filename="../src/EditProductExport.cpp" line="40"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4441 <source>No XML file selected.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4442 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4443 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4444 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4445 <location filename="../src/EditProductExport.cpp" line="261"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
4446 <source>XML export ready</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
4447 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
4448 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
4449 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4450 <location filename="../src/EditProductExport.cpp" line="313"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4451 <location filename="../src/EditProductExport.cpp" line="315"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4452 <location filename="../src/EditProductExport.cpp" line="411"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4453 <location filename="../src/EditProductExport.cpp" line="413"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4454 <source>Copy Product</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4455 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4456 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4457 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4458 <location filename="../src/EditProductExport.cpp" line="313"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4459 <source>Copy Product export ready.</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4460 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4461 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4462 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4463 <location filename="../src/EditProductExport.cpp" line="315"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4464 <source>Copy Product error.</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4465 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4466 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4467 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4468 <location filename="../src/EditProductExport.cpp" line="411"/>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
4469 <source>Copy Product to Recipe ready.</source>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4470 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4471 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4472 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4473 <location filename="../src/EditProductExport.cpp" line="413"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4474 <source>Copy Product to Recipe error.</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4475 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4476 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4477 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4478 <location filename="../src/EditProductExport.cpp" line="560"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4479 <location filename="../src/EditProductExport.cpp" line="1027"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4480 <source>Export to forum</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4481 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4482 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4483 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4484 <location filename="../src/EditProductExport.cpp" line="560"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4485 <source>The recipe and all data are copied to the clipboard.
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4486 You can &quot;paste&quot; this data in the forum screen in your web browser.</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4487 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4488 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4489 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4490 <location filename="../src/EditProductExport.cpp" line="577"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4491 <source>Add a splitted batch</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4492 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4493 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4494 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4495 <location filename="../src/EditProductExport.cpp" line="582"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4496 <source>Choose split moment in the brew process</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4497 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4498 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4499 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4500 <location filename="../src/EditProductExport.cpp" line="589"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4501 <source>Delete the last splitted batch</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4502 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4503 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4504 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4505 <location filename="../src/EditProductExport.cpp" line="598"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4506 <source>The read-only `product code` of the batch</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4507 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4508 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4509 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4510 <location filename="../src/EditProductExport.cpp" line="602"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4511 <source>Batch name, click to change the name</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4512 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4513 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4514 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4515 <location filename="../src/EditProductExport.cpp" line="607"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4516 <source>Batch size, click to change the volume</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4517 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4518 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4519 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4520 <location filename="../src/EditProductExport.cpp" line="712"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4521 <location filename="../src/EditProductExport.cpp" line="726"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4522 <source>Split product</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4523 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4524 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4525 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4526 <location filename="../src/EditProductExport.cpp" line="738"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4527 <source>Product name:</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4528 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4529 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4530 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4531 <location filename="../src/EditProductExport.cpp" line="749"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4532 <source>Product code:</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4533 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4534 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4535 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4536 <location filename="../src/EditProductExport.cpp" line="760"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4537 <source>Available volume:</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4538 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4539 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4540 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4541 <location filename="../src/EditProductExport.cpp" line="766"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4542 <source>Current brew stage:</source>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4543 <translation type="unfinished"></translation>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4544 </message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4545 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4546 <location filename="../src/EditProductExport.cpp" line="777"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4547 <source>Split at moment:</source>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4548 <translation type="unfinished"></translation>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4549 </message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4550 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4551 <location filename="../src/EditProductExport.cpp" line="781"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4552 <source>Not divided</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4553 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4554 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4555 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4556 <location filename="../src/EditProductExport.cpp" line="782"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4557 <source>After mash</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4558 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4559 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4560 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4561 <location filename="../src/EditProductExport.cpp" line="784"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4562 <source>After cooling</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4563 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4564 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4565 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4566 <location filename="../src/EditProductExport.cpp" line="785"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4567 <source>After primary</source>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4568 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4569 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4570 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4571 <location filename="../src/EditProductExport.cpp" line="786"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4572 <source>After secondary</source>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4573 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4574 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4575 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
4576 <location filename="../src/EditProductExport.cpp" line="787"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4577 <source>After tertiary</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4578 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4579 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4580 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4581 <location filename="../src/EditProductExport.cpp" line="808"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4582 <source>Volume remaining:</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4583 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4584 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4585 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4586 <location filename="../src/EditProductExport.cpp" line="826"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4587 <source>Split code</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4588 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4589 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4590 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4591 <location filename="../src/EditProductExport.cpp" line="826"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4592 <source>Split name</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4593 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4594 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4595 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4596 <location filename="../src/EditProductExport.cpp" line="826"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4597 <source>Split volume</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4598 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4599 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4600 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4601 <location filename="../src/EditProductExport.cpp" line="1003"/>
243
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
4602 <source>Export choices</source>
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
4603 <translation type="unfinished"></translation>
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
4604 </message>
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
4605 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4606 <location filename="../src/EditProductExport.cpp" line="1015"/>
243
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
4607 <source>Export to beerXML</source>
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
4608 <translation type="unfinished"></translation>
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
4609 </message>
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
4610 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4611 <location filename="../src/EditProductExport.cpp" line="1019"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4612 <source>Copy to product</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4613 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4614 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4615 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4616 <location filename="../src/EditProductExport.cpp" line="1023"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4617 <source>Copy to recipe</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4618 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4619 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4620 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4621 <location filename="../src/EditProductExport.cpp" line="1031"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4622 <source>Split this batch</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4623 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4624 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
4625 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4626 <location filename="../src/EditProductExport.cpp" line="1060"/>
243
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
4627 <source>Printer report</source>
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
4628 <translation type="unfinished"></translation>
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
4629 </message>
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
4630 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4631 <location filename="../src/EditProductExport.cpp" line="1072"/>
243
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
4632 <source>Print recipe</source>
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
4633 <translation type="unfinished"></translation>
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
4634 </message>
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
4635 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
4636 <location filename="../src/EditProductExport.cpp" line="1076"/>
243
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
4637 <source>Print checklist</source>
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
4638 <translation type="unfinished"></translation>
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
4639 </message>
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
4640 <message>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
4641 <location filename="../src/EditProductTab9.cpp" line="103"/>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
4642 <source>Confirm brew</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
4643 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
4644 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
4645 <message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
4646 <location filename="../src/EditProductTab9.cpp" line="103"/>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
4647 <source>Confirm that the brew date and time are correct</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
4648 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
4649 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
4650 <message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
4651 <location filename="../src/EditProductTab9.cpp" line="177"/>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
4652 <source>Distance from top:</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
4653 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
4654 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
4655 <message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
4656 <location filename="../src/EditProductTab9.cpp" line="187"/>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
4657 <source> cm</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
4658 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
4659 </message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4660 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
4661 <location filename="../src/EditProductTab9.cpp" line="525"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
4662 <source>Temperature °C or Power %</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
4663 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
4664 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
4665 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4666 <location filename="../src/EditProductTab10.cpp" line="42"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4667 <source>Refractometer Brix:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4668 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4669 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4670 <message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4671 <location filename="../src/EditProductTab10.cpp" line="143"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4672 <source>Confirm primary</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4673 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4674 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4675 <message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4676 <location filename="../src/EditProductTab10.cpp" line="143"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4677 <source>Confirm that the primary fermentation data is correct</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4678 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4679 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4680 <message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4681 <location filename="../src/EditProductTab10.cpp" line="211"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4682 <source>Confirm secondary</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4683 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4684 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4685 <message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4686 <location filename="../src/EditProductTab10.cpp" line="211"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4687 <source>Confirm that the secondary fermentation data is correct</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4688 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4689 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4690 <message>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
4691 <location filename="../src/EditProductTab11.cpp" line="295"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4692 <source>Confirm package</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4693 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4694 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4695 <message>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
4696 <location filename="../src/EditProductTab11.cpp" line="295"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4697 <source>Confirm that the beer is packaged and all data is correct</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4698 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4699 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4700 <message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4701 <location filename="../src/EditProductTab12.cpp" line="36"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4702 <source>Confirm tasting</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4703 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4704 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4705 <message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4706 <location filename="../src/EditProductTab12.cpp" line="36"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4707 <source>Confirm that the beer tasting is done and the results are filled in.</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4708 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4709 </message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4710 </context>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4711 <context>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4712 <name>EditProfileFerment</name>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4713 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4714 <location filename="../ui/EditProfileFerment.ui" line="14"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4715 <source>Dialog</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4716 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4717 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4718 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4719 <location filename="../ui/EditProfileFerment.ui" line="29"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4720 <source>Name:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4721 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4722 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4723 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4724 <location filename="../ui/EditProfileFerment.ui" line="48"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4725 <source>Name of the fermentation profile</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4726 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4727 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4728 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4729 <location filename="../ui/EditProfileFerment.ui" line="67"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4730 <source>Quit</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4731 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4732 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4733 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4734 <location filename="../ui/EditProfileFerment.ui" line="87"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4735 <source>Save</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4736 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4737 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4738 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4739 <location filename="../ui/EditProfileFerment.ui" line="107"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4740 <location filename="../src/EditProfileFerment.cpp" line="172"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4741 <location filename="../src/EditProfileFerment.cpp" line="409"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4742 <source>Delete</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4743 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4744 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4745 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4746 <location filename="../ui/EditProfileFerment.ui" line="134"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4747 <source>Steps:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4748 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4749 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4750 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4751 <location filename="../ui/EditProfileFerment.ui" line="150"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4752 <source>Total time:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4753 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4754 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4755 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4756 <location filename="../ui/EditProfileFerment.ui" line="179"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4757 <source>Add step</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4758 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4759 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4760 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4761 <location filename="../ui/EditProfileFerment.ui" line="196"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4762 <source>Start low:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4763 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4764 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4765 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4766 <location filename="../ui/EditProfileFerment.ui" line="212"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4767 <source>Start high:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4768 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4769 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4770 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4771 <location filename="../ui/EditProfileFerment.ui" line="234"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4772 <location filename="../ui/EditProfileFerment.ui" line="265"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4773 <source> °C</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4774 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4775 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4776 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4777 <location filename="../ui/EditProfileFerment.ui" line="290"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4778 <source>Sensor:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4779 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4780 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4781 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4782 <location filename="../src/EditProfileFerment.cpp" line="31"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4783 <location filename="../src/EditProfileFerment.cpp" line="135"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4784 <location filename="../src/EditProfileFerment.cpp" line="399"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4785 <source>Beer</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4786 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4787 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4788 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4789 <location filename="../src/EditProfileFerment.cpp" line="32"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4790 <location filename="../src/EditProfileFerment.cpp" line="136"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4791 <location filename="../src/EditProfileFerment.cpp" line="400"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4792 <source>Fridge</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4793 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4794 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4795 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4796 <location filename="../src/EditProfileFerment.cpp" line="91"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4797 <source>Step name</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4798 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4799 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4800 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4801 <location filename="../src/EditProfileFerment.cpp" line="91"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4802 <source>Start °C</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4803 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4804 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4805 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4806 <location filename="../src/EditProfileFerment.cpp" line="91"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4807 <source>End °C</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4808 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4809 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4810 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4811 <location filename="../src/EditProfileFerment.cpp" line="91"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4812 <source>Sensor</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4813 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4814 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4815 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4816 <location filename="../src/EditProfileFerment.cpp" line="91"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4817 <source>Ramp time</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4818 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4819 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4820 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4821 <location filename="../src/EditProfileFerment.cpp" line="91"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4822 <source>Rest time</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4823 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4824 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4825 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4826 <location filename="../src/EditProfileFerment.cpp" line="91"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4827 <source>Button</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4828 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4829 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4830 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4831 <location filename="../src/EditProfileFerment.cpp" line="204"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4832 <source>BMSapp - Add new fermentation profile</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4833 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4834 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4835 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4836 <location filename="../src/EditProfileFerment.cpp" line="206"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4837 <source>BMSapp - Edit fermentation profile %1</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4838 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4839 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4840 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4841 <location filename="../src/EditProfileFerment.cpp" line="222"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4842 <source>Edit Ferment</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4843 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4844 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4845 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4846 <location filename="../src/EditProfileFerment.cpp" line="222"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4847 <source>Name empty or too short.</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4848 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4849 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4850 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4851 <location filename="../src/EditProfileFerment.cpp" line="251"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4852 <location filename="../src/EditProfileFerment.cpp" line="276"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4853 <source>Database error</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4854 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4855 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4856 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4857 <location filename="../src/EditProfileFerment.cpp" line="252"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4858 <location filename="../src/EditProfileFerment.cpp" line="277"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4859 <source>MySQL error: %1
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4860 %2
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4861 %3</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4862 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4863 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4864 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4865 <location filename="../src/EditProfileFerment.cpp" line="435"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4866 <source>Fermentation changed</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4867 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4868 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4869 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4870 <location filename="../src/EditProfileFerment.cpp" line="435"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4871 <source>This fermentation profile has been modified. Save changes?</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
4872 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
4873 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
4874 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
4875 <context>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4876 <name>EditProfileMash</name>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4877 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4878 <location filename="../ui/EditProfileMash.ui" line="14"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4879 <source>Dialog</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4880 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4881 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4882 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4883 <location filename="../ui/EditProfileMash.ui" line="29"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4884 <source>Name:</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4885 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4886 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4887 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4888 <location filename="../ui/EditProfileMash.ui" line="45"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4889 <source>Notes:</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4890 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4891 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4892 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4893 <location filename="../ui/EditProfileMash.ui" line="64"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4894 <source>Name of the mash profile</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4895 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4896 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4897 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4898 <location filename="../ui/EditProfileMash.ui" line="77"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4899 <source>Notes or this mash profile.</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4900 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4901 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4902 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4903 <location filename="../ui/EditProfileMash.ui" line="96"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4904 <source>Quit</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4905 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4906 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4907 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4908 <location filename="../ui/EditProfileMash.ui" line="116"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4909 <source>Save</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4910 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4911 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4912 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4913 <location filename="../ui/EditProfileMash.ui" line="136"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4914 <location filename="../src/EditProfileMash.cpp" line="157"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4915 <location filename="../src/EditProfileMash.cpp" line="356"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4916 <source>Delete</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4917 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4918 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4919 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4920 <location filename="../ui/EditProfileMash.ui" line="163"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4921 <source>Steps:</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4922 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4923 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4924 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4925 <location filename="../ui/EditProfileMash.ui" line="179"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4926 <source>Total time:</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4927 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4928 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4929 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4930 <location filename="../ui/EditProfileMash.ui" line="205"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4931 <source>Add step</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4932 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4933 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4934 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4935 <location filename="../src/EditProfileMash.cpp" line="81"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4936 <source>Step name</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4937 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4938 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4939 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4940 <location filename="../src/EditProfileMash.cpp" line="81"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4941 <source>Type</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4942 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4943 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4944 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4945 <location filename="../src/EditProfileMash.cpp" line="81"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4946 <source>Start °C</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4947 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4948 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4949 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4950 <location filename="../src/EditProfileMash.cpp" line="81"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4951 <source>End °C</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4952 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4953 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4954 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4955 <location filename="../src/EditProfileMash.cpp" line="81"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4956 <source>Rest time</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4957 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4958 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4959 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4960 <location filename="../src/EditProfileMash.cpp" line="81"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4961 <source>Ramp time</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4962 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4963 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4964 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4965 <location filename="../src/EditProfileMash.cpp" line="81"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4966 <source>Button</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4967 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4968 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4969 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4970 <location filename="../src/EditProfileMash.cpp" line="102"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4971 <location filename="../src/EditProfileMash.cpp" line="344"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4972 <source>Infusion</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4973 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4974 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4975 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4976 <location filename="../src/EditProfileMash.cpp" line="103"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4977 <location filename="../src/EditProfileMash.cpp" line="345"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4978 <source>Temperature</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4979 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4980 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4981 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4982 <location filename="../src/EditProfileMash.cpp" line="104"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4983 <location filename="../src/EditProfileMash.cpp" line="346"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4984 <source>Decoction</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4985 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4986 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4987 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4988 <location filename="../src/EditProfileMash.cpp" line="189"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4989 <source>BMSapp - Add new mash profile</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4990 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4991 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4992 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4993 <location filename="../src/EditProfileMash.cpp" line="191"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4994 <source>BMSapp - Edit mash profile %1</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4995 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4996 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4997 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4998 <location filename="../src/EditProfileMash.cpp" line="207"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4999 <source>Edit Mash</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5000 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5001 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5002 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5003 <location filename="../src/EditProfileMash.cpp" line="207"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5004 <source>Name empty or too short.</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5005 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5006 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5007 <message>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5008 <location filename="../src/EditProfileMash.cpp" line="229"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5009 <location filename="../src/EditProfileMash.cpp" line="254"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5010 <source>Database error</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5011 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5012 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5013 <message>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5014 <location filename="../src/EditProfileMash.cpp" line="230"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5015 <location filename="../src/EditProfileMash.cpp" line="255"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5016 <source>MySQL error: %1
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5017 %2
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5018 %3</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5019 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5020 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5021 <message>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5022 <location filename="../src/EditProfileMash.cpp" line="382"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5023 <source>Mash changed</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5024 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5025 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5026 <message>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5027 <location filename="../src/EditProfileMash.cpp" line="382"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5028 <source>This mash profile has been modified. Save changes?</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5029 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5030 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5031 </context>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5032 <context>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5033 <name>EditProfileStyle</name>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5034 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5035 <location filename="../ui/EditProfileStyle.ui" line="14"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5036 <source>Dialog</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5037 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5038 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5039 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5040 <location filename="../ui/EditProfileStyle.ui" line="29"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5041 <source>Beer style:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5042 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5043 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5044 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5045 <location filename="../ui/EditProfileStyle.ui" line="48"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5046 <source>Name of the beer style</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5047 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5048 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5049 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5050 <location filename="../ui/EditProfileStyle.ui" line="61"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5051 <source>Remarks about this style.</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5052 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5053 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5054 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5055 <location filename="../ui/EditProfileStyle.ui" line="80"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5056 <source>Quit</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5057 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5058 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5059 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5060 <location filename="../ui/EditProfileStyle.ui" line="100"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5061 <source>Save</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5062 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5063 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5064 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5065 <location filename="../ui/EditProfileStyle.ui" line="120"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5066 <source>Delete</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5067 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5068 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5069 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5070 <location filename="../ui/EditProfileStyle.ui" line="137"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5071 <source>Beer group:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5072 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5073 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5074 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5075 <location filename="../ui/EditProfileStyle.ui" line="156"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5076 <source>Name of the beer group</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5077 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5078 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5079 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5080 <location filename="../ui/EditProfileStyle.ui" line="169"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5081 <source>Category:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5082 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5083 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5084 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5085 <location filename="../ui/EditProfileStyle.ui" line="185"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5086 <source>Category number:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5087 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5088 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5089 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5090 <location filename="../ui/EditProfileStyle.ui" line="204"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5091 <source>BJCP beer category</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5092 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5093 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5094 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5095 <location filename="../ui/EditProfileStyle.ui" line="233"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5096 <source>Profile:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5097 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5098 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5099 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5100 <location filename="../ui/EditProfileStyle.ui" line="249"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5101 <source>Profile description.</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5102 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5103 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5104 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5105 <location filename="../ui/EditProfileStyle.ui" line="262"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5106 <source>Remarks:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5107 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5108 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5109 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5110 <location filename="../ui/EditProfileStyle.ui" line="278"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5111 <source>Type:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5112 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5113 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5114 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5115 <location filename="../ui/EditProfileStyle.ui" line="304"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5116 <source>Style guide:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5117 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5118 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5119 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5120 <location filename="../ui/EditProfileStyle.ui" line="323"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5121 <source>The name of the style guide</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5122 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5123 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5124 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5125 <location filename="../ui/EditProfileStyle.ui" line="336"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5126 <source>Original Gravity:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5127 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5128 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5129 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5130 <location filename="../ui/EditProfileStyle.ui" line="352"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5131 <source>Final Gravity:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5132 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5133 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5134 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5135 <location filename="../ui/EditProfileStyle.ui" line="368"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5136 <source>IBU:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5137 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5138 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5139 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5140 <location filename="../ui/EditProfileStyle.ui" line="516"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5141 <source>EBC:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5142 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5143 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5144 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5145 <location filename="../ui/EditProfileStyle.ui" line="532"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5146 <source>Co2:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5147 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5148 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5149 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5150 <location filename="../ui/EditProfileStyle.ui" line="548"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5151 <source>ABV:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5152 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5153 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5154 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5155 <location filename="../ui/EditProfileStyle.ui" line="672"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5156 <source>Ingredients:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5157 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5158 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5159 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5160 <location filename="../ui/EditProfileStyle.ui" line="688"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5161 <source>Examples:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5162 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5163 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5164 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5165 <location filename="../ui/EditProfileStyle.ui" line="704"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5166 <source>Ingredients used in this style.</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5167 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5168 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5169 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5170 <location filename="../ui/EditProfileStyle.ui" line="717"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5171 <source>Examples of this style.</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5172 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5173 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5174 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5175 <location filename="../src/EditProfileStyle.cpp" line="32"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5176 <source>Lager</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5177 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5178 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5179 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5180 <location filename="../src/EditProfileStyle.cpp" line="33"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5181 <source>Ale</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5182 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5183 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5184 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5185 <location filename="../src/EditProfileStyle.cpp" line="34"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5186 <source>Mead</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5187 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5188 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5189 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5190 <location filename="../src/EditProfileStyle.cpp" line="35"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5191 <source>Wheat</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5192 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5193 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5194 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5195 <location filename="../src/EditProfileStyle.cpp" line="36"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5196 <source>Mixed</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5197 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5198 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5199 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5200 <location filename="../src/EditProfileStyle.cpp" line="37"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5201 <source>Cider</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5202 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5203 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5204 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5205 <location filename="../src/EditProfileStyle.cpp" line="129"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5206 <source>BMSapp - Add new beer style</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5207 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5208 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5209 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5210 <location filename="../src/EditProfileStyle.cpp" line="131"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5211 <source>BMSapp - Edit beer style %1</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5212 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5213 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5214 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5215 <location filename="../src/EditProfileStyle.cpp" line="147"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5216 <source>Edit Style</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5217 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5218 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5219 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5220 <location filename="../src/EditProfileStyle.cpp" line="147"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5221 <source>Beer style is empty or too short.</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5222 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5223 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5224 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5225 <location filename="../src/EditProfileStyle.cpp" line="197"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5226 <location filename="../src/EditProfileStyle.cpp" line="222"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5227 <source>Database error</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5228 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5229 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5230 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5231 <location filename="../src/EditProfileStyle.cpp" line="198"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5232 <location filename="../src/EditProfileStyle.cpp" line="223"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5233 <source>MySQL error: %1
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5234 %2
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5235 %3</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5236 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5237 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5238 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5239 <location filename="../src/EditProfileStyle.cpp" line="344"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5240 <source>Style changed</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5241 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5242 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5243 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5244 <location filename="../src/EditProfileStyle.cpp" line="344"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5245 <source>This beerstyle has been modified. Save changes?</source>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5246 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5247 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5248 </context>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5249 <context>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5250 <name>EditProfileWater</name>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5251 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5252 <location filename="../ui/EditProfileWater.ui" line="14"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5253 <source>Dialog</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5254 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5255 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5256 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5257 <location filename="../ui/EditProfileWater.ui" line="29"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5258 <source>Name:</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5259 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5260 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5261 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5262 <location filename="../ui/EditProfileWater.ui" line="45"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5263 <source>Notes:</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5264 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5265 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5266 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5267 <location filename="../ui/EditProfileWater.ui" line="64"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5268 <source>Name of the brewing water</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5269 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5270 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5271 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5272 <location filename="../ui/EditProfileWater.ui" line="77"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5273 <source>Notes or the source of this water.</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5274 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5275 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5276 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5277 <location filename="../ui/EditProfileWater.ui" line="96"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5278 <source>Quit</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5279 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5280 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5281 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5282 <location filename="../ui/EditProfileWater.ui" line="116"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5283 <source>Save</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5284 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5285 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5286 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5287 <location filename="../ui/EditProfileWater.ui" line="136"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5288 <source>Delete</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5289 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5290 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5291 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5292 <location filename="../ui/EditProfileWater.ui" line="153"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5293 <source>Calcium (Ca) mg/L:</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5294 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5295 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5296 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5297 <location filename="../ui/EditProfileWater.ui" line="169"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5298 <source>Magnesium (Mg) mg/L:</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5299 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5300 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5301 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5302 <location filename="../ui/EditProfileWater.ui" line="185"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5303 <source>Sodium (Na) mg/L:</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5304 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5305 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5306 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5307 <location filename="../ui/EditProfileWater.ui" line="201"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5308 <source>pH:</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5309 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5310 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5311 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5312 <location filename="../ui/EditProfileWater.ui" line="526"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5313 <source>Total Alkalinity (CaCO3) mg/L:</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5314 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5315 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5316 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5317 <location filename="../ui/EditProfileWater.ui" line="571"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5318 <source>Residual Alkalinity as CaCO3:</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5319 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5320 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5321 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5322 <location filename="../ui/EditProfileWater.ui" line="655"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5323 <source>Hardness as CaCO3:</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5324 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5325 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5326 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5327 <location filename="../ui/EditProfileWater.ui" line="705"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5328 <source>Carbonate (CO3) mg/L:</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5329 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5330 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5331 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5332 <location filename="../ui/EditProfileWater.ui" line="478"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5333 <source>Sulfate (SO4) mg/L:</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5334 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5335 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5336 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5337 <location filename="../ui/EditProfileWater.ui" line="494"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5338 <source>Chloride (Cl) mg/L:</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5339 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5340 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5341 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5342 <location filename="../ui/EditProfileWater.ui" line="510"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5343 <source>Bicarbonate (HCO3) mg/L:</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5344 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5345 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5346 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5347 <location filename="../ui/EditProfileWater.ui" line="542"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5348 <source>Ion balance meq/L:</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5349 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5350 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5351 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5352 <location filename="../src/EditProfileWater.cpp" line="96"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5353 <source>BMSapp - Add new brewing water</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5354 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5355 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5356 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5357 <location filename="../src/EditProfileWater.cpp" line="98"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5358 <source>BMSapp - Edit brewing water %1</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5359 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5360 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5361 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5362 <location filename="../src/EditProfileWater.cpp" line="114"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5363 <source>Edit Water</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5364 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5365 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5366 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5367 <location filename="../src/EditProfileWater.cpp" line="114"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5368 <source>Name empty or too short.</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5369 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5370 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5371 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5372 <location filename="../src/EditProfileWater.cpp" line="146"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5373 <location filename="../src/EditProfileWater.cpp" line="171"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5374 <source>Database error</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5375 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5376 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5377 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5378 <location filename="../src/EditProfileWater.cpp" line="147"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5379 <location filename="../src/EditProfileWater.cpp" line="172"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5380 <source>MySQL error: %1
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5381 %2
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5382 %3</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5383 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5384 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5385 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5386 <location filename="../src/EditProfileWater.cpp" line="281"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5387 <source>Water changed</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5388 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5389 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5390 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5391 <location filename="../src/EditProfileWater.cpp" line="281"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
5392 <source>This water profile has been modified. Save changes?</source>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5393 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5394 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5395 </context>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
5396 <context>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5397 <name>EditRecipe</name>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5398 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5399 <location filename="../ui/EditRecipe.ui" line="14"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5400 <source>Dialog</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5401 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5402 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5403 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5404 <location filename="../ui/EditRecipe.ui" line="35"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5405 <source>Quit</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5406 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5407 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5408 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5409 <location filename="../ui/EditRecipe.ui" line="55"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5410 <source>Save</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5411 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5412 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5413 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5414 <location filename="../ui/EditRecipe.ui" line="75"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5415 <location filename="../src/EditRecipeTab2.cpp" line="61"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5416 <location filename="../src/EditRecipeTab2.cpp" line="123"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5417 <location filename="../src/EditRecipeTab3.cpp" line="49"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
5418 <location filename="../src/EditRecipeTab3.cpp" line="117"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5419 <location filename="../src/EditRecipeTab4.cpp" line="62"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5420 <location filename="../src/EditRecipeTab4.cpp" line="128"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5421 <location filename="../src/EditRecipeTab5.cpp" line="42"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5422 <location filename="../src/EditRecipeTab5.cpp" line="103"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5423 <location filename="../src/EditRecipeTab6.cpp" line="35"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5424 <location filename="../src/EditRecipeTab6.cpp" line="133"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5425 <source>Delete</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5426 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5427 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5428 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5429 <location filename="../ui/EditRecipe.ui" line="118"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5430 <source>Generic</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5431 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5432 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5433 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5434 <location filename="../ui/EditRecipe.ui" line="130"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5435 <source>Recipe name:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5436 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5437 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5438 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5439 <location filename="../ui/EditRecipe.ui" line="146"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5440 <source>Recipe notes:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5441 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5442 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5443 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5444 <location filename="../ui/EditRecipe.ui" line="182"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5445 <source>Read only:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5446 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5447 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5448 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5449 <location filename="../ui/EditRecipe.ui" line="198"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5450 <source>Yes</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5451 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5452 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5453 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5454 <location filename="../ui/EditRecipe.ui" line="211"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5455 <source>Brew type:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5456 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5457 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5458 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5459 <location filename="../ui/EditRecipe.ui" line="237"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5460 <source>Efficiency:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5461 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5462 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5463 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5464 <location filename="../ui/EditRecipe.ui" line="253"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5465 <source>Boil time:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5466 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5467 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5468 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5469 <location filename="../ui/EditRecipe.ui" line="269"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5470 <source>Batch size:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5471 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5472 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5473 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5474 <location filename="../ui/EditRecipe.ui" line="285"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5475 <source>Boil size:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5476 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5477 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5478 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5479 <location filename="../ui/EditRecipe.ui" line="307"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5480 <location filename="../ui/EditRecipe.ui" line="468"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5481 <location filename="../ui/EditRecipe.ui" line="634"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5482 <location filename="../ui/EditRecipe.ui" line="1715"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5483 <location filename="../ui/EditRecipe.ui" line="1768"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5484 <source> %</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5485 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5486 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5487 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5488 <location filename="../ui/EditRecipe.ui" line="332"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5489 <source> min</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5490 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5491 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5492 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5493 <location filename="../ui/EditRecipe.ui" line="357"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5494 <location filename="../ui/EditRecipe.ui" line="391"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5495 <location filename="../ui/EditRecipe.ui" line="5362"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5496 <source> L</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5497 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5498 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5499 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5500 <location filename="../ui/EditRecipe.ui" line="413"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5501 <source>Overview</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5502 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5503 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5504 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5505 <location filename="../ui/EditRecipe.ui" line="524"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5506 <location filename="../ui/EditRecipe.ui" line="1687"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5507 <source>Alcohol Volume:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5508 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5509 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5510 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5511 <location filename="../ui/EditRecipe.ui" line="540"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5512 <location filename="../ui/EditRecipe.ui" line="1640"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5513 <source>Estimated FG:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5514 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5515 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5516 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5517 <location filename="../ui/EditRecipe.ui" line="576"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5518 <location filename="../ui/EditRecipe.ui" line="1160"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5519 <location filename="../ui/EditRecipe.ui" line="1593"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5520 <source>Estimated OG:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5521 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5522 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5523 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5524 <location filename="../ui/EditRecipe.ui" line="693"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5525 <source>Color method:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5526 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5527 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5528 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5529 <location filename="../ui/EditRecipe.ui" line="709"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5530 <source>Carbonation:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5531 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5532 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5533 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5534 <location filename="../ui/EditRecipe.ui" line="735"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5535 <location filename="../ui/EditRecipe.ui" line="1110"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5536 <source>Color EBC:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5537 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5538 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5539 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5540 <location filename="../ui/EditRecipe.ui" line="805"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5541 <source>IBU method:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5542 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5543 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5544 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5545 <location filename="../ui/EditRecipe.ui" line="821"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5546 <source>Energy kcal/l:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5547 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5548 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5549 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5550 <location filename="../ui/EditRecipe.ui" line="837"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5551 <location filename="../ui/EditRecipe.ui" line="1395"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
5552 <location filename="../src/EditRecipeTab3.cpp" line="605"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5553 <source>Bitterness IBU:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5554 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5555 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5556 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5557 <location filename="../ui/EditRecipe.ui" line="888"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5558 <source>Beerstyle</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5559 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5560 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5561 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5562 <location filename="../ui/EditRecipe.ui" line="949"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5563 <source>Style guide:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5564 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5565 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5566 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5567 <location filename="../ui/EditRecipe.ui" line="965"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5568 <source>Style group:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5569 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5570 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5571 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5572 <location filename="../ui/EditRecipe.ui" line="981"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5573 <source>Style name:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5574 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5575 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5576 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5577 <location filename="../ui/EditRecipe.ui" line="997"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5578 <source>Select style:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5579 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5580 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5581 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5582 <location filename="../ui/EditRecipe.ui" line="1013"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5583 <source>Style type:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5584 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5585 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5586 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5587 <location filename="../ui/EditRecipe.ui" line="1042"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5588 <source>Category:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5589 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5590 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5591 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5592 <location filename="../ui/EditRecipe.ui" line="1071"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5593 <source>Category number:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5594 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5595 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5596 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5597 <location filename="../ui/EditRecipe.ui" line="1098"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5598 <source>Fermentables</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5599 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5600 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5601 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5602 <location filename="../ui/EditRecipe.ui" line="1207"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5603 <source>Mash tun %:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5604 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5605 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5606 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5607 <location filename="../ui/EditRecipe.ui" line="1223"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5608 <source>Sugars %:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5609 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5610 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5611 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5612 <location filename="../ui/EditRecipe.ui" line="1239"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5613 <source>Cara/crystal %:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5614 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5615 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5616 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5617 <location filename="../ui/EditRecipe.ui" line="1255"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5618 <source>Lintner:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5619 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5620 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5621 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5622 <location filename="../ui/EditRecipe.ui" line="1290"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5623 <source>%v lintner</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5624 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5625 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5626 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5627 <location filename="../ui/EditRecipe.ui" line="1312"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5628 <location filename="../ui/EditRecipe.ui" line="1334"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5629 <location filename="../ui/EditRecipe.ui" line="1356"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5630 <location filename="../ui/EditRecipe.ui" line="1486"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5631 <location filename="../ui/EditRecipe.ui" line="1508"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5632 <source>%v%</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5633 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5634 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5635 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5636 <location filename="../ui/EditRecipe.ui" line="1369"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5637 <location filename="../ui/EditRecipe.ui" line="1531"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5638 <location filename="../ui/EditRecipe.ui" line="1567"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5639 <location filename="../ui/EditRecipe.ui" line="2295"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5640 <location filename="../ui/EditRecipe.ui" line="2331"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5641 <source>Add</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5642 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5643 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5644 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5645 <location filename="../ui/EditRecipe.ui" line="1383"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5646 <source>Hops</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5647 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5648 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5649 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5650 <location filename="../ui/EditRecipe.ui" line="1445"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5651 <source>Hop taste:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5652 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5653 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5654 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5655 <location filename="../ui/EditRecipe.ui" line="1461"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5656 <source>Hop aroma:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5657 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5658 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5659 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5660 <location filename="../ui/EditRecipe.ui" line="1545"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5661 <source>Miscs</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5662 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5663 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5664 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5665 <location filename="../ui/EditRecipe.ui" line="1581"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5666 <source>Yeasts</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5667 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5668 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5669 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5670 <location filename="../ui/EditRecipe.ui" line="1740"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
5671 <source>Apparent Attenuation:</source>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5672 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5673 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5674 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5675 <location filename="../ui/EditRecipe.ui" line="1824"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5676 <source>Liquid yeast advice</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5677 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5678 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5679 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5680 <location filename="../ui/EditRecipe.ui" line="1865"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5681 <source>Pitchrate million cells/ml/°P:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5682 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5683 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5684 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5685 <location filename="../ui/EditRecipe.ui" line="1881"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5686 <source>Initial billion cells:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5687 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5688 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5689 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5690 <location filename="../ui/EditRecipe.ui" line="1897"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5691 <source>Target billion cells:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5692 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5693 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5694 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5695 <location filename="../ui/EditRecipe.ui" line="1969"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5696 <source>Starter volume L:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5697 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5698 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5699 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5700 <location filename="../ui/EditRecipe.ui" line="1985"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5701 <source>A very rough starter volume estimate.</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5702 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5703 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5704 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5705 <location filename="../ui/EditRecipe.ui" line="2025"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5706 <source>Dry yeast advice</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5707 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5708 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5709 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5710 <location filename="../ui/EditRecipe.ui" line="2038"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5711 <source>Low grams/hl:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5712 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5713 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5714 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5715 <location filename="../ui/EditRecipe.ui" line="2054"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5716 <source>High grams/hl:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5717 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5718 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5719 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5720 <location filename="../ui/EditRecipe.ui" line="2114"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5721 <location filename="../ui/EditRecipe.ui" line="2130"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5722 <source>at</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5723 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5724 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5725 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5726 <location filename="../ui/EditRecipe.ui" line="2205"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5727 <source>Pitch grams:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5728 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5729 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5730 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5731 <location filename="../ui/EditRecipe.ui" line="2249"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5732 <source>Pitch grams/hl:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5733 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5734 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5735 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5736 <location filename="../ui/EditRecipe.ui" line="2309"/>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
5737 <location filename="../src/EditRecipeTab2.cpp" line="922"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
5738 <location filename="../src/EditRecipeTab3.cpp" line="659"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5739 <location filename="../src/EditRecipeTab4.cpp" line="653"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5740 <source>Mash</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5741 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5742 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5743 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5744 <location filename="../ui/EditRecipe.ui" line="2348"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5745 <source>Mash name:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5746 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5747 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5748 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5749 <location filename="../ui/EditRecipe.ui" line="2364"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5750 <source>Mash schedule:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5751 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5752 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5753 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5754 <location filename="../ui/EditRecipe.ui" line="2400"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5755 <source>Mash time:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5756 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5757 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5758 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5759 <location filename="../ui/EditRecipe.ui" line="2426"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5760 <source>Water</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5761 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5762 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5763 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5764 <location filename="../ui/EditRecipe.ui" line="4759"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5765 <source>Ca</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5766 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5767 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5768 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5769 <location filename="../ui/EditRecipe.ui" line="5118"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5770 <source>Mg</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5771 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5772 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5773 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5774 <location filename="../ui/EditRecipe.ui" line="4775"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5775 <source>HCO3</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5776 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5777 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5778 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5779 <location filename="../ui/EditRecipe.ui" line="4743"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5780 <source>CaCO3</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5781 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5782 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5783 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5784 <location filename="../ui/EditRecipe.ui" line="5070"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5785 <source>Na</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5786 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5787 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5788 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5789 <location filename="../ui/EditRecipe.ui" line="5102"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5790 <source>Cl</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5791 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5792 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5793 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5794 <location filename="../ui/EditRecipe.ui" line="4667"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5795 <source>SO4</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5796 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5797 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5798 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5799 <location filename="../ui/EditRecipe.ui" line="4869"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5800 <source>pH</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5801 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5802 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5803 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5804 <location filename="../ui/EditRecipe.ui" line="4954"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5805 <location filename="../src/EditRecipeTab6.cpp" line="35"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5806 <source>Volume</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5807 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5808 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5809 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5810 <location filename="../ui/EditRecipe.ui" line="4211"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5811 <source>The division between the main and dilution water. The total volume does not change.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5812 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5813 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5814 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5815 <location filename="../ui/EditRecipe.ui" line="3229"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5816 <location filename="../ui/EditRecipe.ui" line="3942"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5817 <source>Mash pH should be between 5.2 and 5.6. Use 5.2 for light and 5.5 for dark beers.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5818 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5819 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5820 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5821 <location filename="../ui/EditRecipe.ui" line="3998"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5822 <source>The ideal amount of Magnesium is between 5 and 40.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5823 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5824 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5825 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5826 <location filename="../ui/EditRecipe.ui" line="3860"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5827 <source>0 to 50 for light beers, 50 to 150 for amber beers, 150 to 250 for dark beers.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5828 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5829 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5830 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5831 <location filename="../ui/EditRecipe.ui" line="2962"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5832 <source>Acid Additions</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5833 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5834 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5835 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5836 <location filename="../ui/EditRecipe.ui" line="2974"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5837 <source>Desired sparge pH:</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5838 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5839 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5840 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5841 <location filename="../ui/EditRecipe.ui" line="3006"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5842 <location filename="../ui/EditRecipe.ui" line="3153"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5843 <source>Acid amount:</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5844 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5845 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5846 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5847 <location filename="../ui/EditRecipe.ui" line="3257"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5848 <source>Desired mash pH:</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5849 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5850 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5851 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5852 <location filename="../ui/EditRecipe.ui" line="3612"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5853 <source>Choose example water</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5854 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5855 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5856 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5857 <location filename="../ui/EditRecipe.ui" line="3803"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5858 <source>The ideal Sulfate amount should be between 50 and 400.
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5859 Together with Chloride it must be below 500.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5860 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5861 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5862 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5863 <location filename="../ui/EditRecipe.ui" line="3832"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5864 <source>The ideal amount of Calcium is between 40 and 150.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5865 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5866 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5867 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5868 <location filename="../ui/EditRecipe.ui" line="3913"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5869 <source>The ideal Chloride amount is between 50 and 150.
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5870 Together with Sulfate it must be below 500.</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5871 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5872 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5873 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5874 <location filename="../ui/EditRecipe.ui" line="4026"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5875 <source>Treated mash water</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5876 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5877 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5878 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5879 <location filename="../ui/EditRecipe.ui" line="4042"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5880 <source>The ideal amount of Natrium should be below 150.</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5881 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5882 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5883 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5884 <location filename="../ui/EditRecipe.ui" line="4885"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5885 <source>Water profile</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5886 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5887 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5888 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5889 <location filename="../ui/EditRecipe.ui" line="4683"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5890 <source>The main brewing water</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5891 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5892 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5893 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5894 <location filename="../ui/EditRecipe.ui" line="4689"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5895 <source>Choose water</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5896 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5897 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5898 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5899 <location filename="../ui/EditRecipe.ui" line="4651"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5900 <source>Optional dilution water</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5901 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5902 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5903 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5904 <location filename="../ui/EditRecipe.ui" line="4654"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5905 <source>Choose dilution</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5906 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5907 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5908 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5909 <location filename="../ui/EditRecipe.ui" line="3609"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5910 <source>If needed, choose a target water profile.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5911 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5912 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5913 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5914 <location filename="../ui/EditRecipe.ui" line="4070"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5915 <source>Mixed water</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5916 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5917 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5918 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5919 <location filename="../ui/EditRecipe.ui" line="5086"/>
351
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
5920 <source>RA</source>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
5921 <translation type="unfinished"></translation>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
5922 </message>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
5923 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5924 <location filename="../ui/EditRecipe.ui" line="4727"/>
351
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
5925 <source>Hardness</source>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
5926 <translation type="unfinished"></translation>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
5927 </message>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
5928 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5929 <location filename="../ui/EditRecipe.ui" line="2438"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5930 <source>Water agents</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5931 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5932 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5933 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5934 <location filename="../ui/EditRecipe.ui" line="2450"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5935 <source>Calcium Chloride</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5936 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5937 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5938 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5939 <location filename="../ui/EditRecipe.ui" line="2453"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5940 <source>CaCl2:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5941 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5942 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5943 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5944 <location filename="../ui/EditRecipe.ui" line="2469"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5945 <source>Gypsym</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5946 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5947 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5948 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5949 <location filename="../ui/EditRecipe.ui" line="2472"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5950 <source>CaSO4:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5951 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5952 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5953 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5954 <location filename="../ui/EditRecipe.ui" line="2488"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5955 <source>Epsom</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5956 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5957 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5958 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5959 <location filename="../ui/EditRecipe.ui" line="2491"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5960 <source>MgSO4:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5961 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5962 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5963 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5964 <location filename="../ui/EditRecipe.ui" line="2507"/>
351
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
5965 <source>Table salt</source>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
5966 <translation type="unfinished"></translation>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
5967 </message>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
5968 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5969 <location filename="../ui/EditRecipe.ui" line="2510"/>
351
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
5970 <source>NaCl:</source>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
5971 <translation type="unfinished"></translation>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
5972 </message>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
5973 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5974 <location filename="../ui/EditRecipe.ui" line="2526"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5975 <location filename="../ui/EditRecipe.ui" line="2710"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5976 <location filename="../ui/EditRecipe.ui" line="2930"/>
351
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
5977 <source>Magnesium Chloride</source>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
5978 <translation type="unfinished"></translation>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
5979 </message>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
5980 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5981 <location filename="../ui/EditRecipe.ui" line="2529"/>
351
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
5982 <source>MgCl2:</source>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
5983 <translation type="unfinished"></translation>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
5984 </message>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
5985 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5986 <location filename="../ui/EditRecipe.ui" line="2545"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5987 <location filename="../ui/EditRecipe.ui" line="2741"/>
351
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
5988 <source>Baking soda</source>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
5989 <translation type="unfinished"></translation>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
5990 </message>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
5991 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5992 <location filename="../ui/EditRecipe.ui" line="2548"/>
351
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
5993 <source>NaHCO3:</source>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
5994 <translation type="unfinished"></translation>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
5995 </message>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
5996 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5997 <location filename="../ui/EditRecipe.ui" line="2564"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
5998 <location filename="../ui/EditRecipe.ui" line="2772"/>
351
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
5999 <source>Chalk undissolved</source>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6000 <translation type="unfinished"></translation>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6001 </message>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6002 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6003 <location filename="../ui/EditRecipe.ui" line="2567"/>
351
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6004 <source>CaCO3:</source>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6005 <translation type="unfinished"></translation>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6006 </message>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6007 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6008 <location filename="../ui/EditRecipe.ui" line="2583"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6009 <location filename="../ui/EditRecipe.ui" line="2803"/>
351
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6010 <source>To change the water profile. This adds Calcium and Chloride.
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6011 To improve sweet style beers.</source>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6012 <translation type="unfinished"></translation>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6013 </message>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6014 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6015 <location filename="../ui/EditRecipe.ui" line="2593"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6016 <location filename="../ui/EditRecipe.ui" line="2625"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6017 <location filename="../ui/EditRecipe.ui" line="2656"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6018 <location filename="../ui/EditRecipe.ui" line="2688"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6019 <location filename="../ui/EditRecipe.ui" line="2719"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6020 <location filename="../ui/EditRecipe.ui" line="2750"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6021 <location filename="../ui/EditRecipe.ui" line="2781"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6022 <location filename="../ui/EditRecipe.ui" line="2813"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6023 <location filename="../ui/EditRecipe.ui" line="2844"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6024 <location filename="../ui/EditRecipe.ui" line="2876"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6025 <location filename="../ui/EditRecipe.ui" line="2908"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6026 <location filename="../ui/EditRecipe.ui" line="2939"/>
351
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6027 <source> gr</source>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6028 <translation type="unfinished"></translation>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6029 </message>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6030 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6031 <location filename="../ui/EditRecipe.ui" line="2615"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6032 <location filename="../ui/EditRecipe.ui" line="2898"/>
351
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6033 <source>Gypsum to change the water profile. This adds Calcium and Sulfate.
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6034 To improve bitter beers.</source>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6035 <translation type="unfinished"></translation>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6036 </message>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6037 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6038 <location filename="../ui/EditRecipe.ui" line="2647"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6039 <location filename="../ui/EditRecipe.ui" line="2835"/>
351
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6040 <source>Epsom salt to change the water profile. Use with caution!</source>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6041 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6042 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6043 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6044 <location filename="../ui/EditRecipe.ui" line="2678"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6045 <location filename="../ui/EditRecipe.ui" line="2866"/>
351
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6046 <source>Table salt to change the water profile. This adds Sodium and Chloride.
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6047 Improves the sweetness of the beer. The beer will become salty at high doses.</source>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6048 <translation type="unfinished"></translation>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6049 </message>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6050 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6051 <location filename="../ui/EditRecipe.ui" line="3273"/>
351
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6052 <source>Auto calculate:</source>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6053 <translation type="unfinished"></translation>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6054 </message>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6055 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6056 <location filename="../ui/EditRecipe.ui" line="3213"/>
351
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6057 <source>Acid to use:</source>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6058 <translation type="unfinished"></translation>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6059 </message>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6060 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6061 <location filename="../ui/EditRecipe.ui" line="3059"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6062 <location filename="../ui/EditRecipe.ui" line="3181"/>
351
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6063 <source>%</source>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6064 <translation type="unfinished"></translation>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6065 </message>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6066 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6067 <location filename="../ui/EditRecipe.ui" line="3093"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6068 <location filename="../ui/EditRecipe.ui" line="3131"/>
351
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6069 <source> ml</source>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6070 <translation type="unfinished"></translation>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6071 </message>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6072 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6073 <location filename="../ui/EditRecipe.ui" line="2990"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
6074 <source>Acid type:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
6075 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
6076 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
6077 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6078 <location filename="../ui/EditRecipe.ui" line="3300"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6079 <source>Bitterness index:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6080 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6081 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6082 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6083 <location filename="../ui/EditRecipe.ui" line="3352"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6084 <location filename="../ui/EditRecipe.ui" line="3420"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6085 <source>N/A</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6086 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6087 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6088 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6089 <location filename="../ui/EditRecipe.ui" line="3368"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6090 <source>Preffered SO4:Cl ratio:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6091 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6092 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6093 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6094 <location filename="../ui/EditRecipe.ui" line="3436"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6095 <source>Current SO4:Cl ratio:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6096 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6097 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6098 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6099 <location filename="../ui/EditRecipe.ui" line="3493"/>
351
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6100 <source>Estimate pre boil pH:</source>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6101 <translation type="unfinished"></translation>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6102 </message>
a2f36a715a38 Fixed some promps space. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 348
diff changeset
6103 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6104 <location filename="../ui/EditRecipe.ui" line="5212"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6105 <source>Treated sparge water</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6106 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6107 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6108 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6109 <location filename="../ui/EditRecipe.ui" line="5353"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6110 <source>The total prepared amount of sparge water</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6111 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6112 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6113 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6114 <location filename="../ui/EditRecipe.ui" line="5459"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6115 <location filename="../src/EditRecipeTab4.cpp" line="658"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6116 <source>Sparge</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6117 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6118 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6119 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6120 <location filename="../ui/EditRecipe.ui" line="5478"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6121 <source>Sparge water mixed</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6122 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6123 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6124 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6125 <location filename="../ui/EditRecipe.ui" line="5494"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6126 <source>Sparge water source 1</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6127 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6128 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6129 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6130 <location filename="../ui/EditRecipe.ui" line="5516"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6131 <source>Sparge water source 2</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6132 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6133 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6134 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6135 <location filename="../ui/EditRecipe.ui" line="5534"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6136 <source>Export</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6137 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6138 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6139 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6140 <location filename="../ui/EditRecipe.ui" line="5551"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6141 <source>Print</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6142 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6143 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6144 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6145 <location filename="../src/EditRecipe.cpp" line="41"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6146 <location filename="../src/EditRecipeTab3.cpp" line="676"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6147 <source>Extract</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6148 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6149 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6150 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6151 <location filename="../src/EditRecipe.cpp" line="42"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6152 <source>Partial Mash</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6153 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6154 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6155 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6156 <location filename="../src/EditRecipe.cpp" line="43"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6157 <source>All Grain</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6158 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6159 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6160 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6161 <location filename="../src/EditRecipe.cpp" line="456"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6162 <source>BMSapp - Add new recipe</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6163 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6164 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6165 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6166 <location filename="../src/EditRecipe.cpp" line="458"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6167 <source>BMSapp - Edit recipe %1</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6168 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6169 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6170 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6171 <location filename="../src/EditRecipe.cpp" line="474"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6172 <location filename="../src/EditRecipe.cpp" line="478"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6173 <source>Edit Recipe</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6174 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6175 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6176 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6177 <location filename="../src/EditRecipe.cpp" line="474"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6178 <source>Name empty or too short.</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6179 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6180 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6181 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6182 <location filename="../src/EditRecipe.cpp" line="478"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6183 <source>No beerstyle selected.</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6184 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6185 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6186 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6187 <location filename="../src/EditRecipe.cpp" line="510"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6188 <source>Delete recipe</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6189 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6190 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6191 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6192 <location filename="../src/EditRecipe.cpp" line="534"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6193 <source>Recipe changed</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6194 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6195 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6196 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6197 <location filename="../src/EditRecipe.cpp" line="534"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6198 <source>The recipe has been modified. Save changes?</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6199 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6200 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6201 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6202 <location filename="../src/EditRecipeTab2.cpp" line="60"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6203 <source>Supplier</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6204 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6205 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6206 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6207 <location filename="../src/EditRecipeTab2.cpp" line="60"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6208 <source>Fermentable</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6209 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6210 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6211 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6212 <location filename="../src/EditRecipeTab2.cpp" line="60"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6213 <source>EBC</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6214 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6215 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6216 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6217 <location filename="../src/EditRecipeTab2.cpp" line="60"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6218 <location filename="../src/EditRecipeTab3.cpp" line="48"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6219 <location filename="../src/EditRecipeTab4.cpp" line="62"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6220 <location filename="../src/EditRecipeTab5.cpp" line="41"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6221 <location filename="../src/EditRecipeTab6.cpp" line="34"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6222 <source>Type</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6223 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6224 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6225 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6226 <location filename="../src/EditRecipeTab2.cpp" line="60"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6227 <source>Graintype</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6228 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6229 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6230 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6231 <location filename="../src/EditRecipeTab2.cpp" line="60"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6232 <source>When</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6233 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6234 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6235 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6236 <location filename="../src/EditRecipeTab2.cpp" line="60"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6237 <source>Yield</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6238 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6239 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6240 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6241 <location filename="../src/EditRecipeTab2.cpp" line="61"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6242 <location filename="../src/EditRecipeTab3.cpp" line="49"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6243 <location filename="../src/EditRecipeTab4.cpp" line="62"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6244 <location filename="../src/EditRecipeTab5.cpp" line="42"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6245 <source>Amount</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6246 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6247 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6248 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6249 <location filename="../src/EditRecipeTab2.cpp" line="61"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6250 <source>Procent</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6251 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6252 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6253 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6254 <location filename="../src/EditRecipeTab2.cpp" line="61"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6255 <source>100%</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6256 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6257 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6258 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6259 <location filename="../src/EditRecipeTab2.cpp" line="61"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6260 <location filename="../src/EditRecipeTab2.cpp" line="134"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6261 <location filename="../src/EditRecipeTab3.cpp" line="49"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
6262 <location filename="../src/EditRecipeTab3.cpp" line="128"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6263 <location filename="../src/EditRecipeTab4.cpp" line="62"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6264 <location filename="../src/EditRecipeTab4.cpp" line="139"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6265 <location filename="../src/EditRecipeTab5.cpp" line="42"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6266 <location filename="../src/EditRecipeTab5.cpp" line="114"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6267 <location filename="../src/EditRecipeTab6.cpp" line="35"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6268 <location filename="../src/EditRecipeTab6.cpp" line="144"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6269 <source>Edit</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6270 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6271 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6272 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
6273 <location filename="../src/EditRecipeTab2.cpp" line="522"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6274 <source>Delete fermentable</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6275 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6276 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6277 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
6278 <location filename="../src/EditRecipeTab2.cpp" line="522"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
6279 <location filename="../src/EditRecipeTab3.cpp" line="291"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6280 <location filename="../src/EditRecipeTab4.cpp" line="344"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6281 <location filename="../src/EditRecipeTab5.cpp" line="261"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6282 <location filename="../src/EditRecipeTab6.cpp" line="285"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6283 <location filename="../src/EditRecipe.cpp" line="510"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6284 <source>Delete %1</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6285 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6286 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6287 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
6288 <location filename="../src/EditRecipeTab2.cpp" line="832"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6289 <location filename="../src/EditRecipeTab4.cpp" line="578"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6290 <source>Current ingredient:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6291 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6292 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6293 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
6294 <location filename="../src/EditRecipeTab2.cpp" line="837"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6295 <source>Supplier:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6296 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6297 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6298 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
6299 <location filename="../src/EditRecipeTab2.cpp" line="842"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6300 <source>Amount in kg:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6301 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6302 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6303 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
6304 <location filename="../src/EditRecipeTab2.cpp" line="847"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6305 <source>Percentage in batch:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6306 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6307 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6308 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
6309 <location filename="../src/EditRecipeTab2.cpp" line="852"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6310 <source>Auto fill to 100%:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6311 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6312 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6313 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
6314 <location filename="../src/EditRecipeTab2.cpp" line="857"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6315 <location filename="../src/EditRecipeTab3.cpp" line="585"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6316 <location filename="../src/EditRecipeTab5.cpp" line="497"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6317 <source>Use at:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6318 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6319 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6320 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
6321 <location filename="../src/EditRecipeTab2.cpp" line="862"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6322 <location filename="../src/EditRecipeTab4.cpp" line="604"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6323 <source>Select ingredient:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6324 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6325 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6326 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
6327 <location filename="../src/EditRecipeTab2.cpp" line="867"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6328 <location filename="../src/EditRecipeTab3.cpp" line="600"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6329 <location filename="../src/EditRecipeTab4.cpp" line="609"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6330 <location filename="../src/EditRecipeTab5.cpp" line="482"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6331 <source>In stock:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6332 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6333 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6334 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
6335 <location filename="../src/EditRecipeTab2.cpp" line="872"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6336 <source>Max in batch:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6337 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6338 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6339 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
6340 <location filename="../src/EditRecipeTab2.cpp" line="923"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6341 <location filename="../src/EditRecipeTab3.cpp" line="661"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6342 <location filename="../src/EditRecipeTab4.cpp" line="654"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6343 <source>Boil</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6344 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6345 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6346 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
6347 <location filename="../src/EditRecipeTab2.cpp" line="924"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6348 <source>Fermentation</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6349 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6350 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6351 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
6352 <location filename="../src/EditRecipeTab2.cpp" line="925"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6353 <source>Lagering</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6354 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6355 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6356 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
6357 <location filename="../src/EditRecipeTab2.cpp" line="926"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6358 <location filename="../src/EditRecipeTab5.cpp" line="548"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6359 <source>Bottle</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6360 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6361 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6362 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
6363 <location filename="../src/EditRecipeTab2.cpp" line="927"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6364 <source>Kegs</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6365 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6366 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6367 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6368 <location filename="../src/EditRecipeTab3.cpp" line="48"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6369 <source>Origin</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6370 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6371 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6372 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6373 <location filename="../src/EditRecipeTab3.cpp" line="48"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6374 <source>Hop</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6375 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6376 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6377 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6378 <location filename="../src/EditRecipeTab3.cpp" line="48"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6379 <source>Form</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6380 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6381 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6382 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6383 <location filename="../src/EditRecipeTab3.cpp" line="48"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6384 <source>Alpha</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6385 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6386 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6387 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6388 <location filename="../src/EditRecipeTab3.cpp" line="48"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6389 <location filename="../src/EditRecipeTab4.cpp" line="62"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6390 <source>Use at</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6391 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6392 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6393 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6394 <location filename="../src/EditRecipeTab3.cpp" line="48"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6395 <location filename="../src/EditRecipeTab4.cpp" line="62"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6396 <source>Time</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6397 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6398 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6399 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6400 <location filename="../src/EditRecipeTab3.cpp" line="49"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6401 <source>IBU</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6402 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6403 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6404 <message>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
6405 <location filename="../src/EditRecipeTab3.cpp" line="143"/>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
6406 <location filename="../src/EditRecipeTab3.cpp" line="183"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6407 <source>Very low</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6408 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6409 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6410 <message>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
6411 <location filename="../src/EditRecipeTab3.cpp" line="149"/>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
6412 <location filename="../src/EditRecipeTab3.cpp" line="189"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
6413 <source>Low</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
6414 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
6415 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
6416 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
6417 <location filename="../src/EditRecipeTab3.cpp" line="156"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
6418 <location filename="../src/EditRecipeTab3.cpp" line="196"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6419 <source>Moderate</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6420 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6421 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6422 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
6423 <location filename="../src/EditRecipeTab3.cpp" line="164"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
6424 <location filename="../src/EditRecipeTab3.cpp" line="204"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6425 <source>High</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6426 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6427 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6428 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
6429 <location filename="../src/EditRecipeTab3.cpp" line="171"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
6430 <location filename="../src/EditRecipeTab3.cpp" line="211"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6431 <source>Very high</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6432 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6433 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6434 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
6435 <location filename="../src/EditRecipeTab3.cpp" line="291"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6436 <source>Delete hop</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6437 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6438 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6439 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6440 <location filename="../src/EditRecipeTab3.cpp" line="491"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6441 <location filename="../src/EditRecipeTab3.cpp" line="577"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6442 <location filename="../src/EditRecipeTab4.cpp" line="458"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6443 <location filename="../src/EditRecipeTab4.cpp" line="538"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6444 <location filename="../src/EditRecipeTab4.cpp" line="596"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6445 <source>Time in minutes:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6446 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6447 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6448 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6449 <location filename="../src/EditRecipeTab3.cpp" line="495"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6450 <location filename="../src/EditRecipeTab3.cpp" line="575"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6451 <location filename="../src/EditRecipeTab4.cpp" line="453"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6452 <location filename="../src/EditRecipeTab4.cpp" line="533"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6453 <location filename="../src/EditRecipeTab4.cpp" line="594"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6454 <source>Time in days:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6455 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6456 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6457 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6458 <location filename="../src/EditRecipeTab3.cpp" line="554"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6459 <source>Current hop:</source>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6460 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6461 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6462 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6463 <location filename="../src/EditRecipeTab3.cpp" line="559"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
6464 <source>Origin:</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
6465 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
6466 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
6467 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6468 <location filename="../src/EditRecipeTab3.cpp" line="564"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6469 <location filename="../src/EditRecipeTab4.cpp" line="469"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6470 <location filename="../src/EditRecipeTab4.cpp" line="585"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6471 <location filename="../src/EditRecipeTab5.cpp" line="365"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6472 <location filename="../src/EditRecipeTab5.cpp" line="490"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6473 <source>Amount in gr:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6474 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6475 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6476 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6477 <location filename="../src/EditRecipeTab3.cpp" line="569"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
6478 <source>Alpha percent:</source>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6479 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6480 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6481 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6482 <location filename="../src/EditRecipeTab3.cpp" line="590"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6483 <source>Hop form:</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6484 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6485 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6486 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6487 <location filename="../src/EditRecipeTab3.cpp" line="595"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6488 <source>Select hop:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6489 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6490 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6491 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6492 <location filename="../src/EditRecipeTab3.cpp" line="660"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6493 <source>First wort</source>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6494 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6495 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6496 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6497 <location filename="../src/EditRecipeTab3.cpp" line="662"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6498 <source>Aroma</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6499 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6500 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6501 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6502 <location filename="../src/EditRecipeTab3.cpp" line="663"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6503 <source>Whirlpool</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6504 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6505 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6506 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6507 <location filename="../src/EditRecipeTab3.cpp" line="664"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6508 <source>Dry hop</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6509 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6510 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6511 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6512 <location filename="../src/EditRecipeTab3.cpp" line="671"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6513 <source>Pellet</source>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6514 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6515 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6516 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6517 <location filename="../src/EditRecipeTab3.cpp" line="672"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6518 <source>Plug</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6519 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6520 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6521 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6522 <location filename="../src/EditRecipeTab3.cpp" line="673"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6523 <source>Leaf</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6524 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6525 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6526 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6527 <location filename="../src/EditRecipeTab3.cpp" line="674"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6528 <source>Wet leaf</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6529 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6530 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6531 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6532 <location filename="../src/EditRecipeTab3.cpp" line="675"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6533 <source>Cryo</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6534 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6535 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6536 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6537 <location filename="../src/EditRecipeTab4.cpp" line="62"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6538 <source>Ingredient</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6539 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6540 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6541 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6542 <location filename="../src/EditRecipeTab4.cpp" line="113"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6543 <location filename="../src/EditRecipeTab4.cpp" line="116"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6544 <source>Edit this from the water tab</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6545 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6546 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6547 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6548 <location filename="../src/EditRecipeTab4.cpp" line="344"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6549 <source>Delete misc</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6550 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6551 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6552 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6553 <location filename="../src/EditRecipeTab4.cpp" line="472"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6554 <location filename="../src/EditRecipeTab4.cpp" line="587"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6555 <location filename="../src/EditRecipeTab5.cpp" line="369"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6556 <location filename="../src/EditRecipeTab5.cpp" line="492"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6557 <source>Amount in ml:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6558 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6559 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6560 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6561 <location filename="../src/EditRecipeTab4.cpp" line="652"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6562 <source>Starter</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6563 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6564 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6565 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6566 <location filename="../src/EditRecipeTab4.cpp" line="655"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6567 <location filename="../src/EditRecipeTab5.cpp" line="545"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6568 <source>Primary</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6569 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6570 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6571 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6572 <location filename="../src/EditRecipeTab4.cpp" line="656"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6573 <location filename="../src/EditRecipeTab5.cpp" line="546"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6574 <source>Secondary</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6575 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6576 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6577 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6578 <location filename="../src/EditRecipeTab3.cpp" line="665"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6579 <location filename="../src/EditRecipeTab4.cpp" line="657"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6580 <source>Bottling</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6581 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6582 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6583 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6584 <location filename="../src/EditRecipeTab5.cpp" line="41"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6585 <source>Yeast</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6586 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6587 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6588 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6589 <location filename="../src/EditRecipeTab5.cpp" line="41"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6590 <source>Laboratory</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6591 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6592 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6593 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6594 <location filename="../src/EditRecipeTab5.cpp" line="41"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6595 <source>Code</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6596 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6597 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6598 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6599 <location filename="../src/EditRecipeTab5.cpp" line="41"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6600 <source>Use for</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6601 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6602 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6603 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6604 <location filename="../src/EditRecipeTab5.cpp" line="41"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6605 <source>Min. °C</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6606 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6607 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6608 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6609 <location filename="../src/EditRecipeTab5.cpp" line="41"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6610 <source>Max. °C</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6611 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6612 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6613 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6614 <location filename="../src/EditRecipeTab5.cpp" line="42"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6615 <source>Tol. %</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6616 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6617 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6618 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6619 <location filename="../src/EditRecipeTab5.cpp" line="42"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6620 <source>Attn. %</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6621 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6622 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6623 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6624 <location filename="../src/EditRecipeTab5.cpp" line="261"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6625 <source>Delete yeast</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6626 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6627 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6628 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6629 <location filename="../src/EditRecipeTab5.cpp" line="361"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6630 <location filename="../src/EditRecipeTab5.cpp" line="488"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6631 <source>Total packs:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6632 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6633 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6634 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6635 <location filename="../src/EditRecipeTab5.cpp" line="462"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6636 <source>Yeast name:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6637 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6638 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6639 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6640 <location filename="../src/EditRecipeTab5.cpp" line="467"/>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6641 <location filename="../src/EditRecipeTab5.cpp" line="472"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6642 <source>Laboratory:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6643 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6644 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6645 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6646 <location filename="../src/EditRecipeTab5.cpp" line="477"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6647 <source>Select yeast:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6648 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6649 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6650 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6651 <location filename="../src/EditRecipeTab5.cpp" line="547"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6652 <source>Tertiary</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6653 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6654 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6655 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6656 <location filename="../src/EditRecipeTab6.cpp" line="34"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6657 <source>Step name</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6658 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6659 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6660 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6661 <location filename="../src/EditRecipeTab6.cpp" line="34"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6662 <source>Start</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6663 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6664 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6665 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6666 <location filename="../src/EditRecipeTab6.cpp" line="34"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6667 <source>End</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6668 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6669 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6670 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6671 <location filename="../src/EditRecipeTab6.cpp" line="34"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6672 <source>Rest</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6673 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6674 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6675 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6676 <location filename="../src/EditRecipeTab6.cpp" line="34"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6677 <source>Ramp</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6678 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6679 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6680 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6681 <location filename="../src/EditRecipeTab6.cpp" line="35"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6682 <source>Inf/dec</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6683 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6684 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6685 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6686 <location filename="../src/EditRecipeTab6.cpp" line="35"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6687 <source>W/G ratio</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6688 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6689 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6690 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6691 <location filename="../src/EditRecipeTab6.cpp" line="285"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6692 <source>Delete mash step</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6693 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6694 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6695 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6696 <location filename="../src/EditRecipeTab6.cpp" line="453"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6697 <source>Step name:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6698 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6699 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6700 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6701 <location filename="../src/EditRecipeTab6.cpp" line="463"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6702 <source>Step type:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6703 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6704 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6705 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6706 <location filename="../src/EditRecipeTab6.cpp" line="469"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6707 <source>Infusion</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6708 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6709 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6710 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6711 <location filename="../src/EditRecipeTab6.cpp" line="470"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6712 <source>Temperature</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6713 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6714 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6715 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6716 <location filename="../src/EditRecipeTab6.cpp" line="471"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6717 <source>Decoction</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6718 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6719 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6720 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6721 <location filename="../src/EditRecipeTab6.cpp" line="476"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6722 <source>Step start temp:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6723 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6724 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6725 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6726 <location filename="../src/EditRecipeTab6.cpp" line="488"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6727 <source>Step end temp:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6728 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6729 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6730 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6731 <location filename="../src/EditRecipeTab6.cpp" line="500"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6732 <source>Step rest time:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6733 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6734 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6735 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6736 <location filename="../src/EditRecipeTab6.cpp" line="512"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6737 <source>Step ramp time:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6738 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6739 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6740 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6741 <location filename="../src/EditRecipeTab6.cpp" line="527"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6742 <source>Infusion volume:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6743 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6744 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6745 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6746 <location filename="../src/EditRecipeTab6.cpp" line="544"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6747 <source>Infusion Temperature:</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6748 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6749 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6750 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6751 <location filename="../src/EditRecipeTab7.cpp" line="343"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6752 <source>Very malty and sweet</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6753 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6754 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6755 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6756 <location filename="../src/EditRecipeTab7.cpp" line="345"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6757 <source>Malty, sweet</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6758 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6759 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6760 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6761 <location filename="../src/EditRecipeTab7.cpp" line="347"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6762 <location filename="../src/EditRecipeTab7.cpp" line="363"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6763 <source>Balanced</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6764 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6765 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6766 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6767 <location filename="../src/EditRecipeTab7.cpp" line="349"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6768 <source>Hoppy, bitter</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6769 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6770 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6771 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6772 <location filename="../src/EditRecipeTab7.cpp" line="351"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6773 <source>Very hoppy, very bitter</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6774 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6775 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6776 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6777 <location filename="../src/EditRecipeTab7.cpp" line="357"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6778 <source>Too malty</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6779 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6780 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6781 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6782 <location filename="../src/EditRecipeTab7.cpp" line="359"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6783 <source>Very malty</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6784 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6785 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6786 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6787 <location filename="../src/EditRecipeTab7.cpp" line="361"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6788 <source>Malty</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6789 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6790 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6791 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6792 <location filename="../src/EditRecipeTab7.cpp" line="365"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6793 <source>Little bitter</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6794 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6795 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6796 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6797 <location filename="../src/EditRecipeTab7.cpp" line="367"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6798 <source>Bitter</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6799 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6800 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6801 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6802 <location filename="../src/EditRecipeTab7.cpp" line="369"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6803 <source>Very bitter</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6804 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6805 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6806 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
6807 <location filename="../src/EditRecipeTab7.cpp" line="371"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6808 <source>Too bitter</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6809 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6810 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6811 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
6812 <location filename="../src/EditRecipeExport.cpp" line="35"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
6813 <location filename="../src/EditRecipeExport.cpp" line="37"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
6814 <location filename="../src/EditRecipeExport.cpp" line="251"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6815 <source>Save File</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6816 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6817 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6818 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
6819 <location filename="../src/EditRecipeExport.cpp" line="35"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6820 <source>Files (*.xml)</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6821 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6822 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6823 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
6824 <location filename="../src/EditRecipeExport.cpp" line="37"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6825 <source>No XML file selected.</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6826 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6827 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6828 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
6829 <location filename="../src/EditRecipeExport.cpp" line="251"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6830 <source>XML export ready</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6831 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6832 </message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6833 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
6834 <location filename="../src/EditRecipeExport.cpp" line="267"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
6835 <location filename="../src/EditRecipeExport.cpp" line="269"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
6836 <location filename="../src/EditRecipeExport.cpp" line="428"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
6837 <location filename="../src/EditRecipeExport.cpp" line="430"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6838 <source>Copy Recipe</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6839 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6840 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6841 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
6842 <location filename="../src/EditRecipeExport.cpp" line="267"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6843 <source>Copy Recipe export ready.</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6844 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6845 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6846 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
6847 <location filename="../src/EditRecipeExport.cpp" line="269"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6848 <source>Copy Recipe error.</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6849 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6850 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6851 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
6852 <location filename="../src/EditRecipeExport.cpp" line="428"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6853 <source>Copy Recipe to Product ready.</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6854 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6855 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6856 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
6857 <location filename="../src/EditRecipeExport.cpp" line="430"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6858 <source>Copy Recipe to Product error.</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6859 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6860 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6861 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
6862 <location filename="../src/EditRecipeExport.cpp" line="567"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
6863 <location filename="../src/EditRecipeExport.cpp" line="601"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6864 <source>Export to forum</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6865 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6866 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6867 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
6868 <location filename="../src/EditRecipeExport.cpp" line="567"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6869 <source>The recipe and all data are copied to the clipboard.
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6870 You can &quot;paste&quot; this data in the forum screen in your web browser.</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6871 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6872 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6873 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
6874 <location filename="../src/EditRecipeExport.cpp" line="574"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6875 <source>Export choices</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6876 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6877 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6878 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
6879 <location filename="../src/EditRecipeExport.cpp" line="586"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6880 <source>Export to beerXML</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6881 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6882 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6883 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
6884 <location filename="../src/EditRecipeExport.cpp" line="591"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6885 <source>Copy to recipe</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6886 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6887 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6888 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
6889 <location filename="../src/EditRecipeExport.cpp" line="596"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6890 <source>Copy to product</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6891 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6892 </message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6893 </context>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6894 <context>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6895 <name>EditSupplier</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6896 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6897 <location filename="../ui/EditSupplier.ui" line="15"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6898 <source>Dialog</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6899 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6900 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6901 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6902 <location filename="../ui/EditSupplier.ui" line="30"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6903 <source>Name:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6904 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6905 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6906 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6907 <location filename="../ui/EditSupplier.ui" line="46"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6908 <source>Address:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6909 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6910 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6911 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6912 <location filename="../ui/EditSupplier.ui" line="62"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6913 <source>The street and housenumber</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6914 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6915 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6916 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6917 <location filename="../ui/EditSupplier.ui" line="68"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6918 <source>Address</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6919 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6920 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6921 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6922 <location filename="../ui/EditSupplier.ui" line="81"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6923 <source>City:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6924 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6925 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6926 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6927 <location filename="../ui/EditSupplier.ui" line="100"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6928 <source>City</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6929 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6930 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6931 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6932 <location filename="../ui/EditSupplier.ui" line="113"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6933 <source>Zip code:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6934 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6935 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6936 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6937 <location filename="../ui/EditSupplier.ui" line="138"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6938 <source>Zip code</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6939 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6940 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6941 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6942 <location filename="../ui/EditSupplier.ui" line="151"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6943 <source>Country:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6944 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6945 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6946 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6947 <location filename="../ui/EditSupplier.ui" line="170"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6948 <source>Country</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6949 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6950 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6951 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6952 <location filename="../ui/EditSupplier.ui" line="183"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6953 <source>Website:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6954 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6955 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6956 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6957 <location filename="../ui/EditSupplier.ui" line="202"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6958 <source>https://www.supplier.com</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6959 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6960 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6961 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6962 <location filename="../ui/EditSupplier.ui" line="215"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6963 <source>Email:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6964 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6965 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6966 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6967 <location filename="../ui/EditSupplier.ui" line="234"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6968 <source>sales@supplier.com</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6969 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6970 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6971 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6972 <location filename="../ui/EditSupplier.ui" line="247"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6973 <source>Phone:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6974 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6975 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6976 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6977 <location filename="../ui/EditSupplier.ui" line="272"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6978 <source>+31 123 45678</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6979 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6980 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6981 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6982 <location filename="../ui/EditSupplier.ui" line="285"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6983 <source>Notes:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6984 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6985 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6986 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6987 <location filename="../ui/EditSupplier.ui" line="310"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6988 <source>Notes about this supplier</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6989 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6990 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6991 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6992 <location filename="../ui/EditSupplier.ui" line="332"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6993 <source>Supplier name</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6994 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6995 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6996 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6997 <location filename="../ui/EditSupplier.ui" line="345"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6998 <source>Quit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6999 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7000 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7001 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7002 <location filename="../ui/EditSupplier.ui" line="362"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7003 <source>Save</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7004 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7005 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7006 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7007 <location filename="../ui/EditSupplier.ui" line="379"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7008 <source>Delete</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7009 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7010 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7011 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7012 <location filename="../src/EditSupplier.cpp" line="78"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7013 <source>BMSapp - Add new supplier</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7014 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7015 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7016 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7017 <location filename="../src/EditSupplier.cpp" line="80"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7018 <source>BMSapp - Edit supplier %1</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7019 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7020 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7021 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7022 <location filename="../src/EditSupplier.cpp" line="96"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7023 <source>Edit Supplier</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7024 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7025 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7026 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7027 <location filename="../src/EditSupplier.cpp" line="96"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7028 <source>Name empty or too short.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7029 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7030 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7031 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7032 <location filename="../src/EditSupplier.cpp" line="125"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7033 <location filename="../src/EditSupplier.cpp" line="150"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7034 <source>Database error</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7035 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7036 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7037 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7038 <location filename="../src/EditSupplier.cpp" line="126"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7039 <location filename="../src/EditSupplier.cpp" line="151"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7040 <source>MySQL error: %1
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7041 %2
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7042 %3</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7043 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7044 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7045 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7046 <location filename="../src/EditSupplier.cpp" line="175"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7047 <source>Supplier changed</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7048 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7049 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7050 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7051 <location filename="../src/EditSupplier.cpp" line="175"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
7052 <source>This supplier has been modified. Save changes?</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7053 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7054 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7055 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7056 <context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7057 <name>EditWater</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7058 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7059 <location filename="../ui/EditWater.ui" line="14"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7060 <source>Dialog</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7061 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7062 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7063 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7064 <location filename="../ui/EditWater.ui" line="29"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7065 <source>Name:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7066 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7067 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7068 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7069 <location filename="../ui/EditWater.ui" line="45"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7070 <source>Notes:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7071 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7072 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7073 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7074 <location filename="../ui/EditWater.ui" line="61"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7075 <source>Inventory L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7076 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7077 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7078 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7079 <location filename="../ui/EditWater.ui" line="77"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7080 <source>Cost per L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7081 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7082 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7083 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7084 <location filename="../ui/EditWater.ui" line="96"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7085 <source>Name of the brewing water</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7086 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7087 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7088 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7089 <location filename="../ui/EditWater.ui" line="109"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7090 <source>Notes or the source of this water.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7091 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7092 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7093 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7094 <location filename="../ui/EditWater.ui" line="190"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7095 <source>Quit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7096 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7097 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7098 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7099 <location filename="../ui/EditWater.ui" line="210"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7100 <source>Save</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7101 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7102 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7103 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7104 <location filename="../ui/EditWater.ui" line="230"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7105 <source>Delete</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7106 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7107 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7108 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7109 <location filename="../ui/EditWater.ui" line="247"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7110 <source>Calcium (Ca) mg/L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7111 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7112 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7113 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7114 <location filename="../ui/EditWater.ui" line="263"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7115 <source>Magnesium (Mg) mg/L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7116 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7117 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7118 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7119 <location filename="../ui/EditWater.ui" line="279"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7120 <source>Sodium (Na) mg/L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7121 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7122 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7123 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7124 <location filename="../ui/EditWater.ui" line="295"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7125 <source>pH:</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7126 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7127 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7128 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7129 <location filename="../ui/EditWater.ui" line="646"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7130 <source>Total Alkalinity (CaCO3) mg/L:</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7131 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7132 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7133 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7134 <location filename="../ui/EditWater.ui" line="662"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7135 <source>Ion balance mEq/L:</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7136 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7137 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7138 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7139 <location filename="../ui/EditWater.ui" line="785"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7140 <source>Hardness as CaCO3:</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7141 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7142 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7143 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7144 <location filename="../ui/EditWater.ui" line="801"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7145 <source>Residual Alkalinity as CaCO3:</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7146 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7147 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7148 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7149 <location filename="../ui/EditWater.ui" line="311"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7150 <source>Unlimited stock:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7151 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7152 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7153 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7154 <location filename="../ui/EditWater.ui" line="327"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7155 <source>Yes</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7156 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7157 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7158 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7159 <location filename="../ui/EditWater.ui" line="598"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7160 <source>Sulfate (SO4) mg/L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7161 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7162 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7163 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7164 <location filename="../ui/EditWater.ui" line="614"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7165 <source>Chloride (Cl) mg/L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7166 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7167 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7168 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7169 <location filename="../ui/EditWater.ui" line="630"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7170 <source>Bicarbonate (HCO3) mg/L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7171 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7172 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7173 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7174 <location filename="../ui/EditWater.ui" line="691"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
7175 <source>Nitrate (NO3) mg/L:</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
7176 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
7177 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
7178 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7179 <location filename="../ui/EditWater.ui" line="735"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
7180 <source>Carbonate (CO3) mg/L:</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7181 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7182 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7183 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7184 <location filename="../src/EditWater.cpp" line="105"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7185 <source>BMSapp - Add new brewing water</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7186 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7187 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7188 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7189 <location filename="../src/EditWater.cpp" line="107"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7190 <source>BMSapp - Edit brewing water %1</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7191 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7192 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7193 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7194 <location filename="../src/EditWater.cpp" line="123"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7195 <source>Edit Water</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7196 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7197 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7198 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7199 <location filename="../src/EditWater.cpp" line="123"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7200 <source>Name empty or too short.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7201 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7202 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7203 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7204 <location filename="../src/EditWater.cpp" line="159"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7205 <location filename="../src/EditWater.cpp" line="184"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7206 <source>Database error</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7207 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7208 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7209 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7210 <location filename="../src/EditWater.cpp" line="160"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7211 <location filename="../src/EditWater.cpp" line="185"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7212 <source>MySQL error: %1
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7213 %2
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7214 %3</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7215 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7216 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7217 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7218 <location filename="../src/EditWater.cpp" line="301"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7219 <source>Water changed</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7220 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7221 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7222 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
7223 <location filename="../src/EditWater.cpp" line="301"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
7224 <source>The brewing water has been modified. Save changes?</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7225 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7226 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7227 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7228 <context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7229 <name>EditYeast</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7230 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7231 <location filename="../ui/EditYeast.ui" line="14"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7232 <source>Dialog</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7233 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7234 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7235 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7236 <location filename="../ui/EditYeast.ui" line="29"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7237 <source>Name:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7238 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7239 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7240 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7241 <location filename="../ui/EditYeast.ui" line="45"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7242 <source>Notes:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7243 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7244 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7245 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7246 <location filename="../ui/EditYeast.ui" line="61"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7247 <source>Inventory:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7248 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7249 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7250 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7251 <location filename="../ui/EditYeast.ui" line="77"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7252 <source>Cost per Kg:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7253 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7254 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7255 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7256 <location filename="../ui/EditYeast.ui" line="93"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7257 <source>Total value:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7258 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7259 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7260 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7261 <location filename="../ui/EditYeast.ui" line="109"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7262 <source>Production date:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7263 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7264 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7265 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7266 <location filename="../ui/EditYeast.ui" line="125"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7267 <source>Best before date:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7268 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7269 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7270 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7271 <location filename="../ui/EditYeast.ui" line="144"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7272 <source>Name of the yeast</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7273 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7274 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7275 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7276 <location filename="../ui/EditYeast.ui" line="157"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7277 <source>Notes and usage tips.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7278 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7279 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7280 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7281 <location filename="../ui/EditYeast.ui" line="210"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7282 <location filename="../ui/EditYeast.ui" line="376"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7283 <source> €</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7284 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7285 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7286 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7287 <location filename="../ui/EditYeast.ui" line="252"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7288 <location filename="../ui/EditYeast.ui" line="288"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7289 <source>yyyy-MM-dd</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7290 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7291 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7292 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7293 <location filename="../ui/EditYeast.ui" line="310"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7294 <source>Quit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7295 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7296 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7297 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7298 <location filename="../ui/EditYeast.ui" line="330"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7299 <source>Save</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7300 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7301 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7302 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7303 <location filename="../ui/EditYeast.ui" line="350"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7304 <source>Delete</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7305 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7306 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7307 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7308 <location filename="../ui/EditYeast.ui" line="389"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7309 <source>Product id:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7310 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7311 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7312 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7313 <location filename="../ui/EditYeast.ui" line="408"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7314 <source>Product number, name or code</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7315 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7316 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7317 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7318 <location filename="../ui/EditYeast.ui" line="421"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7319 <source>Type:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7320 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7321 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7322 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7323 <location filename="../ui/EditYeast.ui" line="437"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7324 <source>Form:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7325 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7326 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7327 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7328 <location filename="../ui/EditYeast.ui" line="453"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7329 <source>Laboratory:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7330 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7331 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7332 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7333 <location filename="../ui/EditYeast.ui" line="469"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7334 <source>Best for:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7335 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7336 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7337 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7338 <location filename="../ui/EditYeast.ui" line="485"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7339 <source>Yeast bank:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7340 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7341 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7342 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7343 <location filename="../ui/EditYeast.ui" line="501"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7344 <source>POF+:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7345 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7346 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7347 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7348 <location filename="../ui/EditYeast.ui" line="517"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7349 <source>STA1 (diastatic):</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7350 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7351 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7352 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7353 <location filename="../ui/EditYeast.ui" line="568"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7354 <source>Yeast laboratory</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7355 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7356 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7357 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7358 <location filename="../ui/EditYeast.ui" line="584"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7359 <source>Yeast bank remark</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7360 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7361 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7362 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7363 <location filename="../ui/EditYeast.ui" line="597"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7364 <source>Best used in these style of beers</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7365 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7366 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7367 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7368 <location filename="../ui/EditYeast.ui" line="610"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7369 <location filename="../ui/EditYeast.ui" line="623"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7370 <location filename="../ui/EditYeast.ui" line="1084"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7371 <location filename="../ui/EditYeast.ui" line="1113"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7372 <source>Yes</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7373 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7374 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7375 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7376 <location filename="../ui/EditYeast.ui" line="658"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7377 <source>Min. temperature °C:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7378 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7379 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7380 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7381 <location filename="../ui/EditYeast.ui" line="674"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7382 <source>Max. temperature °C:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7383 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7384 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7385 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7386 <location filename="../ui/EditYeast.ui" line="690"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7387 <source>Attenuatiom %:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7388 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7389 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7390 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7391 <location filename="../ui/EditYeast.ui" line="706"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7392 <source>Alcohol tolerance %:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7393 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7394 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7395 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7396 <location filename="../ui/EditYeast.ui" line="722"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7397 <source>Flocculation:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7398 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7399 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7400 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7401 <location filename="../ui/EditYeast.ui" line="738"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7402 <location filename="../src/EditYeast.cpp" line="182"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7403 <source>Billion cells/gram:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7404 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7405 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7406 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7407 <location filename="../ui/EditYeast.ui" line="754"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7408 <source>Max. reuse:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7409 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7410 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7411 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7412 <location filename="../ui/EditYeast.ui" line="770"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7413 <source>Pitch temperature °C:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7414 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7415 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7416 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7417 <location filename="../ui/EditYeast.ui" line="786"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7418 <source>Harvest time:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7419 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7420 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7421 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7422 <location filename="../ui/EditYeast.ui" line="948"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7423 <location filename="../ui/EditYeast.ui" line="967"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7424 <source>grams / 100 litres</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7425 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7426 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7427 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7428 <location filename="../ui/EditYeast.ui" line="986"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7429 <location filename="../ui/EditYeast.ui" line="1011"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7430 <source>at this gravity</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7431 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7432 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7433 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7434 <location filename="../ui/EditYeast.ui" line="1036"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7435 <source>Pitch from gr/hl:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7436 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7437 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7438 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7439 <location filename="../ui/EditYeast.ui" line="1052"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7440 <source>Pitch upto gr/hl:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7441 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7442 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7443 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7444 <location filename="../ui/EditYeast.ui" line="1068"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7445 <source>Bacteria:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7446 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7447 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7448 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7449 <location filename="../ui/EditYeast.ui" line="1097"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7450 <source>Harvest top:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7451 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7452 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7453 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7454 <location filename="../ui/EditYeast.ui" line="1126"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7455 <location filename="../ui/EditYeast.ui" line="1139"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7456 <source>@</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7457 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7458 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7459 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7460 <location filename="../ui/EditYeast.ui" line="1152"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7461 <source>Clear tht date</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7462 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7463 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7464 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7465 <location filename="../ui/EditYeast.ui" line="1155"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7466 <location filename="../ui/EditYeast.ui" line="1175"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7467 <location filename="../ui/EditYeast.ui" line="1195"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7468 <location filename="../ui/EditYeast.ui" line="1215"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7469 <source>...</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7470 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7471 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7472 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7473 <location filename="../ui/EditYeast.ui" line="1172"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7474 <source>Clear production date</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7475 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7476 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7477 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7478 <location filename="../ui/EditYeast.ui" line="1192"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7479 <source>Set the production date to today.</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7480 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7481 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7482 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7483 <location filename="../ui/EditYeast.ui" line="1212"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7484 <source>Set the tht date to today.</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7485 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7486 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7487 <message>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7488 <location filename="../src/EditYeast.cpp" line="32"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7489 <source>Lager</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7490 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7491 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7492 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7493 <location filename="../src/EditYeast.cpp" line="33"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7494 <source>Ale</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7495 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7496 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7497 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7498 <location filename="../src/EditYeast.cpp" line="34"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7499 <source>Wheat</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7500 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7501 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7502 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7503 <location filename="../src/EditYeast.cpp" line="35"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7504 <source>Wine</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7505 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7506 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7507 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7508 <location filename="../src/EditYeast.cpp" line="36"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7509 <source>Champagne</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7510 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7511 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7512 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7513 <location filename="../src/EditYeast.cpp" line="37"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7514 <source>Brett</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7515 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7516 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7517 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7518 <location filename="../src/EditYeast.cpp" line="38"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7519 <source>Kveik</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7520 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7521 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7522 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7523 <location filename="../src/EditYeast.cpp" line="39"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7524 <source>Hybrid</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7525 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7526 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7527 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7528 <location filename="../src/EditYeast.cpp" line="41"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7529 <source>Liquid</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7530 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7531 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7532 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7533 <location filename="../src/EditYeast.cpp" line="42"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7534 <source>Dry</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7535 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7536 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7537 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7538 <location filename="../src/EditYeast.cpp" line="43"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7539 <source>Slant</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7540 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7541 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7542 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7543 <location filename="../src/EditYeast.cpp" line="44"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7544 <source>Culture</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7545 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7546 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7547 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7548 <location filename="../src/EditYeast.cpp" line="45"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7549 <source>Frozen</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7550 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7551 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7552 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7553 <location filename="../src/EditYeast.cpp" line="46"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7554 <source>Bottle</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7555 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7556 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7557 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7558 <location filename="../src/EditYeast.cpp" line="47"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7559 <source>Dried</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7560 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7561 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7562 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7563 <location filename="../src/EditYeast.cpp" line="49"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7564 <source>Low</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7565 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7566 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7567 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7568 <location filename="../src/EditYeast.cpp" line="50"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7569 <source>Medium</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7570 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7571 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7572 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7573 <location filename="../src/EditYeast.cpp" line="51"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7574 <source>High</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7575 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7576 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7577 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7578 <location filename="../src/EditYeast.cpp" line="52"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7579 <source>Very high</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7580 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7581 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7582 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7583 <location filename="../src/EditYeast.cpp" line="170"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7584 <source>Price per pack:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7585 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7586 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7587 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7588 <location filename="../src/EditYeast.cpp" line="171"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7589 <source>Inventory Packs:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7590 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7591 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7592 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7593 <location filename="../src/EditYeast.cpp" line="172"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7594 <source>Billion cells/pack:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7595 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7596 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7597 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7598 <location filename="../src/EditYeast.cpp" line="180"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7599 <source>Price per Kg:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7600 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7601 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7602 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7603 <location filename="../src/EditYeast.cpp" line="181"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7604 <source>Inventory gram:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7605 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7606 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7607 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7608 <location filename="../src/EditYeast.cpp" line="190"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7609 <source>Price per litre:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7610 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7611 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7612 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7613 <location filename="../src/EditYeast.cpp" line="191"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7614 <source>Inventory ml:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7615 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7616 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7617 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7618 <location filename="../src/EditYeast.cpp" line="192"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7619 <source>Billion cells/ml:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7620 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7621 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7622 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7623 <location filename="../src/EditYeast.cpp" line="229"/>
36
beb23d5e0ee0 Finisch yeasts dutch translation.
Michiel Broek <mbroek@mbse.eu>
parents: 31
diff changeset
7624 <source>BMSapp - Add new yeast</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7625 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7626 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7627 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7628 <location filename="../src/EditYeast.cpp" line="231"/>
36
beb23d5e0ee0 Finisch yeasts dutch translation.
Michiel Broek <mbroek@mbse.eu>
parents: 31
diff changeset
7629 <source>BMSapp - Edit yeast %1</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7630 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7631 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7632 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7633 <location filename="../src/EditYeast.cpp" line="247"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7634 <location filename="../src/EditYeast.cpp" line="251"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7635 <source>Edit Yeast</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7636 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7637 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7638 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7639 <location filename="../src/EditYeast.cpp" line="247"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7640 <source>Name empty or too short.</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7641 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7642 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7643 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7644 <location filename="../src/EditYeast.cpp" line="251"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7645 <source>Laboratory empty or too short.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7646 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7647 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7648 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7649 <location filename="../src/EditYeast.cpp" line="314"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7650 <location filename="../src/EditYeast.cpp" line="339"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7651 <source>Database error</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7652 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7653 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7654 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7655 <location filename="../src/EditYeast.cpp" line="315"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7656 <location filename="../src/EditYeast.cpp" line="340"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7657 <source>MySQL error: %1
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7658 %2
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7659 %3</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7660 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7661 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7662 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7663 <location filename="../src/EditYeast.cpp" line="414"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7664 <source>Yeast changed</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7665 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7666 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7667 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7668 <location filename="../src/EditYeast.cpp" line="414"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
7669 <source>The yeast has been modified. Save changes?</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7670 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7671 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7672 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7673 <context>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7674 <name>FermentableAdded</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7675 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
7676 <location filename="../src/global.cpp" line="100"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7677 <source>Mash</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7678 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7679 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7680 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
7681 <location filename="../src/global.cpp" line="101"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7682 <source>Boil</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7683 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7684 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7685 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
7686 <location filename="../src/global.cpp" line="102"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7687 <source>Fermentation</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7688 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7689 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7690 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
7691 <location filename="../src/global.cpp" line="103"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7692 <source>Lagering</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7693 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7694 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7695 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
7696 <location filename="../src/global.cpp" line="104"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7697 <source>Bottle</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7698 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7699 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7700 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
7701 <location filename="../src/global.cpp" line="105"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7702 <source>Kegs</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7703 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7704 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7705 </context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7706 <context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7707 <name>FermentableGraintype</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7708 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
7709 <location filename="../src/global.cpp" line="90"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7710 <source>Base</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7711 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7712 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7713 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
7714 <location filename="../src/global.cpp" line="91"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7715 <source>Roast</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7716 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7717 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7718 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
7719 <location filename="../src/global.cpp" line="92"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7720 <source>Crystal</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7721 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7722 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7723 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
7724 <location filename="../src/global.cpp" line="93"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7725 <source>Kilned</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7726 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7727 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7728 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
7729 <location filename="../src/global.cpp" line="94"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7730 <source>Sour Malt</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7731 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7732 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7733 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
7734 <location filename="../src/global.cpp" line="95"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7735 <source>Special</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7736 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7737 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7738 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
7739 <location filename="../src/global.cpp" line="96"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7740 <source>No malt</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7741 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7742 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7743 </context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7744 <context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7745 <name>FermentableType</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7746 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
7747 <location filename="../src/global.cpp" line="82"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7748 <source>Grain</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7749 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7750 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7751 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
7752 <location filename="../src/global.cpp" line="83"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7753 <source>Sugar</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7754 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7755 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7756 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
7757 <location filename="../src/global.cpp" line="84"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7758 <source>Extract</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7759 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7760 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7761 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
7762 <location filename="../src/global.cpp" line="85"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7763 <source>Dry extract</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7764 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7765 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7766 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
7767 <location filename="../src/global.cpp" line="86"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7768 <source>Adjunct</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7769 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7770 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7771 </context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7772 <context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7773 <name>HopForm</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7774 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
7775 <location filename="../src/global.cpp" line="115"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7776 <source>Pellet</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7777 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7778 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7779 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
7780 <location filename="../src/global.cpp" line="116"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7781 <source>Plug</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7782 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7783 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7784 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
7785 <location filename="../src/global.cpp" line="117"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7786 <source>Leaf</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7787 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7788 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7789 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
7790 <location filename="../src/global.cpp" line="118"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7791 <source>Leaf wet</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7792 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7793 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7794 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
7795 <location filename="../src/global.cpp" line="119"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7796 <source>Cryo</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7797 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7798 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7799 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
7800 <location filename="../src/global.cpp" line="120"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7801 <source>Extract</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7802 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7803 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7804 </context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7805 <context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7806 <name>HopTypes</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7807 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
7808 <location filename="../src/global.cpp" line="109"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7809 <source>Bittering</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7810 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7811 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7812 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
7813 <location filename="../src/global.cpp" line="110"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7814 <source>Aroma</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7815 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7816 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7817 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
7818 <location filename="../src/global.cpp" line="111"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7819 <source>Both</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7820 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7821 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7822 </context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7823 <context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7824 <name>HopUse</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7825 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
7826 <location filename="../src/global.cpp" line="124"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7827 <source>Mash</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7828 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7829 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7830 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
7831 <location filename="../src/global.cpp" line="125"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7832 <source>First wort</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7833 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7834 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7835 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
7836 <location filename="../src/global.cpp" line="126"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7837 <source>Boil</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7838 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7839 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7840 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
7841 <location filename="../src/global.cpp" line="127"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7842 <source>Aroma</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7843 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7844 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7845 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
7846 <location filename="../src/global.cpp" line="128"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7847 <source>Whirlpool</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7848 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7849 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7850 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
7851 <location filename="../src/global.cpp" line="129"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7852 <source>Dry hop</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7853 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7854 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
7855 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
7856 <location filename="../src/global.cpp" line="130"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7857 <source>Bottling</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7858 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7859 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7860 </context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7861 <context>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7862 <name>ImportXML</name>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7863 <message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7864 <location filename="../ui/ImportXML.ui" line="14"/>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7865 <source>Dialog</source>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7866 <translation type="unfinished"></translation>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7867 </message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7868 <message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7869 <location filename="../ui/ImportXML.ui" line="29"/>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7870 <source>XML file:</source>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7871 <translation type="unfinished"></translation>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7872 </message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7873 <message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7874 <location filename="../ui/ImportXML.ui" line="64"/>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7875 <source>Quit</source>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7876 <translation type="unfinished"></translation>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7877 </message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7878 <message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7879 <location filename="../ui/ImportXML.ui" line="84"/>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7880 <source>Open</source>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7881 <translation type="unfinished"></translation>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7882 </message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7883 <message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7884 <location filename="../ui/ImportXML.ui" line="101"/>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7885 <source>Results</source>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7886 <translation type="unfinished"></translation>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7887 </message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7888 <message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7889 <location filename="../src/ImportXML.cpp" line="44"/>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7890 <source>BMSapp - Import XML</source>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7891 <translation type="unfinished"></translation>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7892 </message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7893 <message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7894 <location filename="../src/ImportXML.cpp" line="55"/>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7895 <location filename="../src/ImportXML.cpp" line="57"/>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7896 <source>Open File</source>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7897 <translation type="unfinished"></translation>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7898 </message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7899 <message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7900 <location filename="../src/ImportXML.cpp" line="55"/>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7901 <source>Files (*.xml)</source>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7902 <translation type="unfinished"></translation>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7903 </message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7904 <message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7905 <location filename="../src/ImportXML.cpp" line="57"/>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7906 <source>No XML file selected.</source>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7907 <translation type="unfinished"></translation>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7908 </message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7909 </context>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7910 <context>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7911 <name>InventoryEquipments</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7912 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
7913 <location filename="../src/InventoryEquipments.cpp" line="51"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7914 <source>Quit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7915 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7916 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7917 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
7918 <location filename="../src/InventoryEquipments.cpp" line="60"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7919 <source>Export</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7920 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7921 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7922 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
7923 <location filename="../src/InventoryEquipments.cpp" line="69"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7924 <source>New</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7925 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7926 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7927 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7928 <location filename="../src/InventoryEquipments.cpp" line="91"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7929 <source>Name</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7930 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7931 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7932 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7933 <location filename="../src/InventoryEquipments.cpp" line="91"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7934 <source>Boil volume</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7935 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7936 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7937 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7938 <location filename="../src/InventoryEquipments.cpp" line="91"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7939 <source>Batch size</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7940 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7941 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7942 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7943 <location filename="../src/InventoryEquipments.cpp" line="91"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7944 <source>Notes</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7945 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7946 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7947 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7948 <location filename="../src/InventoryEquipments.cpp" line="91"/>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7949 <location filename="../src/InventoryEquipments.cpp" line="123"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7950 <source>Edit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7951 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7952 </message>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7953 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7954 <location filename="../src/InventoryEquipments.cpp" line="132"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7955 <source>Total items: %1</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7956 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7957 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7958 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7959 <location filename="../src/InventoryEquipments.cpp" line="169"/>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7960 <location filename="../src/InventoryEquipments.cpp" line="171"/>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7961 <location filename="../src/InventoryEquipments.cpp" line="215"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7962 <source>Save File</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7963 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7964 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7965 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7966 <location filename="../src/InventoryEquipments.cpp" line="169"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7967 <source>Files (*.xml)</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7968 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7969 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7970 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7971 <location filename="../src/InventoryEquipments.cpp" line="171"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7972 <source>No XML file selected.</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7973 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7974 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7975 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7976 <location filename="../src/InventoryEquipments.cpp" line="215"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7977 <source>XML export ready</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7978 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7979 </message>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7980 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7981 <context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7982 <name>InventoryFermentables</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7983 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7984 <location filename="../src/InventoryFermentables.cpp" line="53"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7985 <source>Quit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7986 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7987 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7988 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7989 <location filename="../src/InventoryFermentables.cpp" line="62"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7990 <source>Export</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7991 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7992 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7993 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7994 <location filename="../src/InventoryFermentables.cpp" line="71"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7995 <source>New</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7996 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7997 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7998 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7999 <location filename="../src/InventoryFermentables.cpp" line="93"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8000 <source>Origin</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8001 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8002 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8003 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8004 <location filename="../src/InventoryFermentables.cpp" line="93"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8005 <source>Supplier</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8006 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8007 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8008 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8009 <location filename="../src/InventoryFermentables.cpp" line="93"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8010 <source>Name</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8011 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8012 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8013 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8014 <location filename="../src/InventoryFermentables.cpp" line="93"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8015 <source>Type</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8016 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8017 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8018 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8019 <location filename="../src/InventoryFermentables.cpp" line="93"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8020 <source>Grain</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8021 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8022 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8023 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8024 <location filename="../src/InventoryFermentables.cpp" line="93"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8025 <source>Color</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8026 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8027 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8028 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8029 <location filename="../src/InventoryFermentables.cpp" line="93"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8030 <source>Yield</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8031 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8032 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8033 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8034 <location filename="../src/InventoryFermentables.cpp" line="93"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8035 <source>Stock</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8036 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8037 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8038 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8039 <location filename="../src/InventoryFermentables.cpp" line="93"/>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8040 <location filename="../src/InventoryFermentables.cpp" line="144"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8041 <source>Edit</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8042 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8043 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8044 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8045 <location filename="../src/InventoryFermentables.cpp" line="153"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
8046 <source>Total items: %1</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
8047 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
8048 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
8049 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8050 <location filename="../src/InventoryFermentables.cpp" line="198"/>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8051 <location filename="../src/InventoryFermentables.cpp" line="200"/>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8052 <location filename="../src/InventoryFermentables.cpp" line="250"/>
42
88e827ea7172 Fixed recommend mash checkmark in fermentable editor. Added fermentables XML export.
Michiel Broek <mbroek@mbse.eu>
parents: 41
diff changeset
8053 <source>Save File</source>
88e827ea7172 Fixed recommend mash checkmark in fermentable editor. Added fermentables XML export.
Michiel Broek <mbroek@mbse.eu>
parents: 41
diff changeset
8054 <translation type="unfinished"></translation>
88e827ea7172 Fixed recommend mash checkmark in fermentable editor. Added fermentables XML export.
Michiel Broek <mbroek@mbse.eu>
parents: 41
diff changeset
8055 </message>
88e827ea7172 Fixed recommend mash checkmark in fermentable editor. Added fermentables XML export.
Michiel Broek <mbroek@mbse.eu>
parents: 41
diff changeset
8056 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8057 <location filename="../src/InventoryFermentables.cpp" line="198"/>
42
88e827ea7172 Fixed recommend mash checkmark in fermentable editor. Added fermentables XML export.
Michiel Broek <mbroek@mbse.eu>
parents: 41
diff changeset
8058 <source>Files (*.xml)</source>
88e827ea7172 Fixed recommend mash checkmark in fermentable editor. Added fermentables XML export.
Michiel Broek <mbroek@mbse.eu>
parents: 41
diff changeset
8059 <translation type="unfinished"></translation>
88e827ea7172 Fixed recommend mash checkmark in fermentable editor. Added fermentables XML export.
Michiel Broek <mbroek@mbse.eu>
parents: 41
diff changeset
8060 </message>
88e827ea7172 Fixed recommend mash checkmark in fermentable editor. Added fermentables XML export.
Michiel Broek <mbroek@mbse.eu>
parents: 41
diff changeset
8061 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8062 <location filename="../src/InventoryFermentables.cpp" line="200"/>
42
88e827ea7172 Fixed recommend mash checkmark in fermentable editor. Added fermentables XML export.
Michiel Broek <mbroek@mbse.eu>
parents: 41
diff changeset
8063 <source>No XML file selected.</source>
88e827ea7172 Fixed recommend mash checkmark in fermentable editor. Added fermentables XML export.
Michiel Broek <mbroek@mbse.eu>
parents: 41
diff changeset
8064 <translation type="unfinished"></translation>
88e827ea7172 Fixed recommend mash checkmark in fermentable editor. Added fermentables XML export.
Michiel Broek <mbroek@mbse.eu>
parents: 41
diff changeset
8065 </message>
88e827ea7172 Fixed recommend mash checkmark in fermentable editor. Added fermentables XML export.
Michiel Broek <mbroek@mbse.eu>
parents: 41
diff changeset
8066 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8067 <location filename="../src/InventoryFermentables.cpp" line="250"/>
42
88e827ea7172 Fixed recommend mash checkmark in fermentable editor. Added fermentables XML export.
Michiel Broek <mbroek@mbse.eu>
parents: 41
diff changeset
8068 <source>XML export ready</source>
88e827ea7172 Fixed recommend mash checkmark in fermentable editor. Added fermentables XML export.
Michiel Broek <mbroek@mbse.eu>
parents: 41
diff changeset
8069 <translation type="unfinished"></translation>
88e827ea7172 Fixed recommend mash checkmark in fermentable editor. Added fermentables XML export.
Michiel Broek <mbroek@mbse.eu>
parents: 41
diff changeset
8070 </message>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8071 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8072 <context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8073 <name>InventoryHops</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8074 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8075 <location filename="../src/InventoryHops.cpp" line="52"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8076 <source>Quit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8077 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8078 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8079 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8080 <location filename="../src/InventoryHops.cpp" line="61"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8081 <source>Export</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8082 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8083 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8084 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8085 <location filename="../src/InventoryHops.cpp" line="70"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8086 <source>New</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8087 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8088 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8089 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8090 <location filename="../src/InventoryHops.cpp" line="92"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8091 <source>Origin</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8092 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8093 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8094 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8095 <location filename="../src/InventoryHops.cpp" line="92"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8096 <source>Name</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8097 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8098 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8099 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8100 <location filename="../src/InventoryHops.cpp" line="92"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8101 <source>Type</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8102 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8103 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8104 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8105 <location filename="../src/InventoryHops.cpp" line="92"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8106 <source>Form</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8107 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8108 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8109 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8110 <location filename="../src/InventoryHops.cpp" line="92"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8111 <source>Alpha</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8112 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8113 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8114 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8115 <location filename="../src/InventoryHops.cpp" line="92"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8116 <source>Beta</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8117 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8118 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8119 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8120 <location filename="../src/InventoryHops.cpp" line="92"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8121 <source>Cohumulone</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8122 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8123 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8124 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8125 <location filename="../src/InventoryHops.cpp" line="92"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8126 <source>HSI</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8127 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8128 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8129 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8130 <location filename="../src/InventoryHops.cpp" line="92"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8131 <source>Harvest</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8132 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8133 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8134 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8135 <location filename="../src/InventoryHops.cpp" line="92"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8136 <source>Stock</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8137 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8138 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8139 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8140 <location filename="../src/InventoryHops.cpp" line="92"/>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8141 <location filename="../src/InventoryHops.cpp" line="160"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8142 <source>Edit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8143 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8144 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8145 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8146 <location filename="../src/InventoryHops.cpp" line="169"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
8147 <source>Total items: %1</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
8148 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
8149 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
8150 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8151 <location filename="../src/InventoryHops.cpp" line="211"/>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8152 <location filename="../src/InventoryHops.cpp" line="213"/>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8153 <location filename="../src/InventoryHops.cpp" line="255"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8154 <source>Save File</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8155 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8156 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8157 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8158 <location filename="../src/InventoryHops.cpp" line="211"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8159 <source>Files (*.xml)</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8160 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8161 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8162 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8163 <location filename="../src/InventoryHops.cpp" line="213"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8164 <source>No XML file selected.</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8165 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8166 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8167 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8168 <location filename="../src/InventoryHops.cpp" line="255"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8169 <source>XML export ready</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8170 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8171 </message>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8172 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8173 <context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8174 <name>InventoryMiscs</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8175 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
8176 <location filename="../src/InventoryMiscs.cpp" line="52"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8177 <source>Quit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8178 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8179 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8180 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
8181 <location filename="../src/InventoryMiscs.cpp" line="61"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8182 <source>Export</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8183 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8184 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8185 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
8186 <location filename="../src/InventoryMiscs.cpp" line="70"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8187 <source>New</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8188 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8189 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8190 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8191 <location filename="../src/InventoryMiscs.cpp" line="92"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8192 <source>Name</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8193 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8194 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8195 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8196 <location filename="../src/InventoryMiscs.cpp" line="92"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8197 <source>Type</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8198 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8199 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8200 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8201 <location filename="../src/InventoryMiscs.cpp" line="92"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8202 <source>Use</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8203 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8204 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8205 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8206 <location filename="../src/InventoryMiscs.cpp" line="92"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8207 <source>Time</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8208 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8209 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8210 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8211 <location filename="../src/InventoryMiscs.cpp" line="92"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8212 <source>Stock</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8213 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8214 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8215 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8216 <location filename="../src/InventoryMiscs.cpp" line="92"/>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8217 <location filename="../src/InventoryMiscs.cpp" line="148"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8218 <source>Edit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8219 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8220 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8221 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8222 <location filename="../src/InventoryMiscs.cpp" line="118"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8223 <source>1 minute</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8224 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8225 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8226 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8227 <location filename="../src/InventoryMiscs.cpp" line="120"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8228 <source>%1 minutes</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8229 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8230 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8231 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8232 <location filename="../src/InventoryMiscs.cpp" line="122"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8233 <source>%1 hours</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8234 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8235 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8236 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8237 <location filename="../src/InventoryMiscs.cpp" line="124"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8238 <source>1 day</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8239 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8240 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8241 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8242 <location filename="../src/InventoryMiscs.cpp" line="126"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8243 <source>%1 days</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8244 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8245 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8246 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8247 <location filename="../src/InventoryMiscs.cpp" line="157"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
8248 <source>Total items: %1</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
8249 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
8250 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
8251 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8252 <location filename="../src/InventoryMiscs.cpp" line="201"/>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8253 <location filename="../src/InventoryMiscs.cpp" line="203"/>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8254 <location filename="../src/InventoryMiscs.cpp" line="240"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8255 <source>Save File</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8256 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8257 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8258 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8259 <location filename="../src/InventoryMiscs.cpp" line="201"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8260 <source>Files (*.xml)</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8261 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8262 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8263 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8264 <location filename="../src/InventoryMiscs.cpp" line="203"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8265 <source>No XML file selected.</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8266 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8267 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8268 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8269 <location filename="../src/InventoryMiscs.cpp" line="240"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8270 <source>XML export ready</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8271 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8272 </message>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8273 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8274 <context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8275 <name>InventorySuppliers</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8276 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8277 <location filename="../src/InventorySuppliers.cpp" line="56"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8278 <source>Quit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8279 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8280 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8281 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8282 <location filename="../src/InventorySuppliers.cpp" line="65"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8283 <source>New</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8284 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8285 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8286 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8287 <location filename="../src/InventorySuppliers.cpp" line="84"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8288 <source>Name</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8289 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8290 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8291 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8292 <location filename="../src/InventorySuppliers.cpp" line="84"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8293 <source>Address</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8294 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8295 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8296 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8297 <location filename="../src/InventorySuppliers.cpp" line="84"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8298 <source>City</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8299 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8300 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8301 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8302 <location filename="../src/InventorySuppliers.cpp" line="84"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8303 <source>Country</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8304 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8305 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8306 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8307 <location filename="../src/InventorySuppliers.cpp" line="84"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8308 <source>Phone</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8309 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8310 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8311 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8312 <location filename="../src/InventorySuppliers.cpp" line="84"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8313 <location filename="../src/InventorySuppliers.cpp" line="110"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8314 <source>Edit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8315 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8316 </message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
8317 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8318 <location filename="../src/InventorySuppliers.cpp" line="119"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
8319 <source>Total items: %1</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
8320 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
8321 </message>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8322 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8323 <context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8324 <name>InventoryWaters</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8325 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8326 <location filename="../src/InventoryWaters.cpp" line="51"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8327 <source>Quit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8328 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8329 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8330 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8331 <location filename="../src/InventoryWaters.cpp" line="60"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8332 <source>Export</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8333 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8334 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8335 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8336 <location filename="../src/InventoryWaters.cpp" line="69"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8337 <source>New</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8338 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8339 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8340 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8341 <location filename="../src/InventoryWaters.cpp" line="94"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8342 <source>Name</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8343 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8344 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8345 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8346 <location filename="../src/InventoryWaters.cpp" line="94"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8347 <source>Notes</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8348 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8349 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8350 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8351 <location filename="../src/InventoryWaters.cpp" line="94"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8352 <source>Unlimited</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8353 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8354 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8355 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8356 <location filename="../src/InventoryWaters.cpp" line="94"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8357 <source>Stock</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8358 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8359 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8360 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8361 <location filename="../src/InventoryWaters.cpp" line="94"/>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8362 <location filename="../src/InventoryWaters.cpp" line="139"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8363 <source>Edit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8364 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8365 </message>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8366 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8367 <location filename="../src/InventoryWaters.cpp" line="148"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
8368 <source>Total items: %1</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
8369 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
8370 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
8371 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8372 <location filename="../src/InventoryWaters.cpp" line="185"/>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8373 <location filename="../src/InventoryWaters.cpp" line="187"/>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8374 <location filename="../src/InventoryWaters.cpp" line="223"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8375 <source>Save File</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8376 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8377 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8378 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8379 <location filename="../src/InventoryWaters.cpp" line="185"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8380 <source>Files (*.xml)</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8381 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8382 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8383 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8384 <location filename="../src/InventoryWaters.cpp" line="187"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8385 <source>No XML file selected.</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8386 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8387 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8388 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8389 <location filename="../src/InventoryWaters.cpp" line="223"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8390 <source>XML export ready</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8391 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8392 </message>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8393 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8394 <context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8395 <name>InventoryYeasts</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8396 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
8397 <location filename="../src/InventoryYeasts.cpp" line="52"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8398 <source>Quit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8399 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8400 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8401 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
8402 <location filename="../src/InventoryYeasts.cpp" line="61"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8403 <source>Export</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8404 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8405 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8406 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
8407 <location filename="../src/InventoryYeasts.cpp" line="70"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8408 <source>New</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8409 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8410 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8411 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8412 <location filename="../src/InventoryYeasts.cpp" line="95"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8413 <source>Laboratory</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8414 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8415 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8416 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8417 <location filename="../src/InventoryYeasts.cpp" line="95"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8418 <source>Product id</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8419 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8420 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8421 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8422 <location filename="../src/InventoryYeasts.cpp" line="95"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8423 <source>Name</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8424 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8425 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8426 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8427 <location filename="../src/InventoryYeasts.cpp" line="95"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8428 <source>Type</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8429 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8430 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8431 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8432 <location filename="../src/InventoryYeasts.cpp" line="95"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8433 <source>Form</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8434 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8435 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8436 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8437 <location filename="../src/InventoryYeasts.cpp" line="95"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8438 <source>SVG %</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8439 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8440 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8441 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8442 <location filename="../src/InventoryYeasts.cpp" line="95"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8443 <source>Tol %</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8444 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8445 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8446 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8447 <location filename="../src/InventoryYeasts.cpp" line="95"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8448 <source>POF+</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8449 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8450 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8451 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8452 <location filename="../src/InventoryYeasts.cpp" line="95"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8453 <source>STA1</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8454 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8455 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8456 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8457 <location filename="../src/InventoryYeasts.cpp" line="95"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8458 <source>Stock</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8459 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8460 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8461 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8462 <location filename="../src/InventoryYeasts.cpp" line="95"/>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8463 <location filename="../src/InventoryYeasts.cpp" line="182"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8464 <source>Edit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8465 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8466 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8467 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8468 <location filename="../src/InventoryYeasts.cpp" line="191"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
8469 <source>Total items: %1</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
8470 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
8471 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
8472 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8473 <location filename="../src/InventoryYeasts.cpp" line="235"/>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8474 <location filename="../src/InventoryYeasts.cpp" line="237"/>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8475 <location filename="../src/InventoryYeasts.cpp" line="277"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8476 <source>Save File</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8477 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8478 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8479 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8480 <location filename="../src/InventoryYeasts.cpp" line="235"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8481 <source>Files (*.xml)</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8482 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8483 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8484 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8485 <location filename="../src/InventoryYeasts.cpp" line="237"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8486 <source>No XML file selected.</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8487 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8488 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8489 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8490 <location filename="../src/InventoryYeasts.cpp" line="277"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8491 <source>XML export ready</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8492 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8493 </message>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8494 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8495 <context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8496 <name>MainWindow</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8497 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
8498 <location filename="../ui/MainWindow.ui" line="48"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8499 <source>File</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8500 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8501 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8502 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8503 <location filename="../ui/MainWindow.ui" line="55"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8504 <source>Help</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8505 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8506 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8507 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8508 <location filename="../ui/MainWindow.ui" line="61"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8509 <source>Settings</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8510 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8511 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8512 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8513 <location filename="../ui/MainWindow.ui" line="72"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8514 <source>Inventory</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8515 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8516 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8517 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8518 <location filename="../ui/MainWindow.ui" line="88"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8519 <source>Monitor</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8520 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8521 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8522 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8523 <location filename="../ui/MainWindow.ui" line="99"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8524 <source>Products</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8525 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8526 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8527 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8528 <location filename="../ui/MainWindow.ui" line="103"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8529 <location filename="../ui/MainWindow.ui" line="349"/>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
8530 <source>Archive</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
8531 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
8532 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
8533 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8534 <location filename="../ui/MainWindow.ui" line="119"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8535 <location filename="../ui/MainWindow.ui" line="322"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8536 <source>Recipes</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8537 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8538 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8539 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8540 <location filename="../ui/MainWindow.ui" line="142"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8541 <source>Exit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8542 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8543 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8544 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8545 <location filename="../ui/MainWindow.ui" line="151"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8546 <source>About</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8547 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8548 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8549 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8550 <location filename="../ui/MainWindow.ui" line="437"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8551 <source>Fermenters</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8552 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8553 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8554 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8555 <location filename="../ui/MainWindow.ui" line="455"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8556 <source>iSpindels</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8557 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8558 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8559 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8560 <location filename="../ui/MainWindow.ui" line="160"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8561 <source>Suppliers</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8562 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8563 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8564 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8565 <location filename="../ui/MainWindow.ui" line="172"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8566 <source>Fermentables</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8567 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8568 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8569 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8570 <location filename="../ui/MainWindow.ui" line="184"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8571 <source>Hops</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8572 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8573 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8574 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8575 <location filename="../ui/MainWindow.ui" line="196"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8576 <source>Yeasts</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8577 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8578 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8579 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8580 <location filename="../ui/MainWindow.ui" line="208"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8581 <source>Miscs</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8582 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8583 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8584 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8585 <location filename="../ui/MainWindow.ui" line="220"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8586 <source>Waters</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8587 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8588 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8589 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8590 <location filename="../ui/MainWindow.ui" line="232"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8591 <source>Equipments</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8592 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8593 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8594 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8595 <location filename="../ui/MainWindow.ui" line="244"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8596 <source>Supplies list</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8597 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8598 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8599 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8600 <location filename="../ui/MainWindow.ui" line="256"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8601 <source>Yeast bank</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8602 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8603 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8604 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8605 <location filename="../ui/MainWindow.ui" line="268"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8606 <source>Water profiles</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8607 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8608 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8609 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8610 <location filename="../ui/MainWindow.ui" line="280"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8611 <source>Mash schedules</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8612 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8613 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8614 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8615 <location filename="../ui/MainWindow.ui" line="292"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8616 <source>Beer styles</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8617 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8618 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8619 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8620 <location filename="../ui/MainWindow.ui" line="304"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8621 <source>Fermentation schedules</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8622 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8623 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8624 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8625 <location filename="../ui/MainWindow.ui" line="313"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8626 <source>Global settings</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8627 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8628 </message>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
8629 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8630 <location filename="../ui/MainWindow.ui" line="331"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
8631 <source>Import beerxml</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
8632 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
8633 </message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
8634 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8635 <location filename="../ui/MainWindow.ui" line="340"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
8636 <source>In Production</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
8637 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
8638 </message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
8639 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8640 <location filename="../ui/MainWindow.ui" line="358"/>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
8641 <source>On Name</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
8642 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
8643 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
8644 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8645 <location filename="../ui/MainWindow.ui" line="367"/>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
8646 <source>On Code</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
8647 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
8648 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
8649 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8650 <location filename="../ui/MainWindow.ui" line="376"/>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
8651 <source>On Date</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
8652 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
8653 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
8654 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8655 <location filename="../ui/MainWindow.ui" line="385"/>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
8656 <source>On Beerstyle</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
8657 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
8658 </message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8659 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8660 <location filename="../ui/MainWindow.ui" line="394"/>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8661 <source>Import beerXML</source>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8662 <translation type="unfinished"></translation>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
8663 </message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8664 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8665 <location filename="../ui/MainWindow.ui" line="399"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8666 <source>dummy</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8667 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8668 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8669 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8670 <location filename="../ui/MainWindow.ui" line="404"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8671 <source>hh</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8672 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8673 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8674 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8675 <location filename="../ui/MainWindow.ui" line="409"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8676 <source>hj</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8677 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8678 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8679 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8680 <location filename="../ui/MainWindow.ui" line="414"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8681 <source>ll</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8682 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8683 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8684 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8685 <location filename="../ui/MainWindow.ui" line="419"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8686 <location filename="../ui/MainWindow.ui" line="428"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8687 <source>Nodes</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8688 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8689 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8690 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8691 <location filename="../ui/MainWindow.ui" line="446"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8692 <source>Carbonation</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8693 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8694 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8695 </context>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8696 <context>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8697 <name>ManoMeter</name>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8698 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8699 <location filename="../src/analog/manometer.cpp" line="52"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8700 <source>Analog Barmeter</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8701 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8702 </message>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8703 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8704 <context>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8705 <name>MiscType</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8706 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
8707 <location filename="../src/global.cpp" line="134"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8708 <source>Spice</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8709 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8710 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8711 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
8712 <location filename="../src/global.cpp" line="135"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8713 <source>Herb</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8714 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8715 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8716 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
8717 <location filename="../src/global.cpp" line="136"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8718 <source>Flavor</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8719 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8720 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8721 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
8722 <location filename="../src/global.cpp" line="137"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8723 <source>Fining</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8724 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8725 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8726 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
8727 <location filename="../src/global.cpp" line="138"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8728 <source>Water agent</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8729 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8730 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8731 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
8732 <location filename="../src/global.cpp" line="139"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8733 <source>Yeast nutrient</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8734 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8735 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8736 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
8737 <location filename="../src/global.cpp" line="140"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8738 <source>Other</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8739 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8740 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8741 </context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8742 <context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8743 <name>MiscUse</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8744 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
8745 <location filename="../src/global.cpp" line="144"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8746 <source>Starter</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8747 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8748 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8749 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
8750 <location filename="../src/global.cpp" line="145"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8751 <source>Mash</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8752 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8753 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8754 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
8755 <location filename="../src/global.cpp" line="146"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8756 <source>Boil</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8757 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8758 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8759 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
8760 <location filename="../src/global.cpp" line="147"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8761 <source>Primary</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8762 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8763 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8764 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
8765 <location filename="../src/global.cpp" line="148"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8766 <source>Secondary</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8767 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8768 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8769 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
8770 <location filename="../src/global.cpp" line="149"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8771 <source>Bottling</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8772 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8773 </message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
8774 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
8775 <location filename="../src/global.cpp" line="150"/>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
8776 <source>Sparge</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
8777 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
8778 </message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8779 </context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8780 <context>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8781 <name>MonCO2meters</name>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8782 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8783 <location filename="../src/MonCO2meters.cpp" line="56"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8784 <source>Quit</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8785 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8786 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8787 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8788 <location filename="../src/MonCO2meters.cpp" line="76"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8789 <source>Node</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8790 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8791 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8792 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8793 <location filename="../src/MonCO2meters.cpp" line="76"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8794 <source>Unit</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8795 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8796 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8797 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8798 <location filename="../src/MonCO2meters.cpp" line="76"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8799 <source>Status</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8800 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8801 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8802 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8803 <location filename="../src/MonCO2meters.cpp" line="76"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8804 <source>Beer</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8805 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8806 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8807 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8808 <location filename="../src/MonCO2meters.cpp" line="76"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8809 <source>Temperature</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8810 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8811 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8812 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8813 <location filename="../src/MonCO2meters.cpp" line="76"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8814 <source>Pressure</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8815 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8816 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8817 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8818 <location filename="../src/MonCO2meters.cpp" line="76"/>
330
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
8819 <location filename="../src/MonCO2meters.cpp" line="129"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8820 <source>Details</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8821 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8822 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8823 <message>
330
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
8824 <location filename="../src/MonCO2meters.cpp" line="76"/>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
8825 <source>Mode</source>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
8826 <translation type="unfinished"></translation>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
8827 </message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
8828 <message>
138e320ce9bd Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 327
diff changeset
8829 <location filename="../src/MonCO2meters.cpp" line="138"/>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8830 <source>Total items: %1</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8831 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8832 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8833 </context>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8834 <context>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8835 <name>MonFermenters</name>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8836 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8837 <location filename="../src/MonFermenters.cpp" line="56"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8838 <source>Quit</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8839 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8840 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8841 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8842 <location filename="../src/MonFermenters.cpp" line="76"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8843 <source>Node</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8844 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8845 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8846 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8847 <location filename="../src/MonFermenters.cpp" line="76"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8848 <source>Unit</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8849 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8850 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8851 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8852 <location filename="../src/MonFermenters.cpp" line="76"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8853 <source>Status</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8854 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8855 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8856 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8857 <location filename="../src/MonFermenters.cpp" line="76"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8858 <source>Mode</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8859 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8860 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8861 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8862 <location filename="../src/MonFermenters.cpp" line="76"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8863 <source>Beer</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8864 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8865 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8866 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8867 <location filename="../src/MonFermenters.cpp" line="76"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8868 <source>Air</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8869 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8870 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8871 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8872 <location filename="../src/MonFermenters.cpp" line="76"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8873 <location filename="../src/MonFermenters.cpp" line="129"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8874 <source>Details</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8875 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8876 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8877 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8878 <location filename="../src/MonFermenters.cpp" line="138"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8879 <source>Total items: %1</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8880 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8881 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8882 </context>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8883 <context>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8884 <name>MonNodes</name>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8885 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8886 <location filename="../src/MonNodes.cpp" line="56"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8887 <source>Quit</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8888 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8889 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8890 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8891 <location filename="../src/MonNodes.cpp" line="77"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8892 <source>Node</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8893 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8894 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8895 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8896 <location filename="../src/MonNodes.cpp" line="77"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8897 <source>Status</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8898 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8899 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8900 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8901 <location filename="../src/MonNodes.cpp" line="77"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8902 <source>Group</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8903 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8904 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8905 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8906 <location filename="../src/MonNodes.cpp" line="77"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8907 <source>Last seen</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8908 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8909 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8910 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8911 <location filename="../src/MonNodes.cpp" line="77"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8912 <source>Address</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8913 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8914 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8915 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8916 <location filename="../src/MonNodes.cpp" line="77"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8917 <source>Interval</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8918 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8919 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8920 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8921 <location filename="../src/MonNodes.cpp" line="77"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8922 <location filename="../src/MonNodes.cpp" line="123"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8923 <source>Details</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8924 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8925 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8926 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8927 <location filename="../src/MonNodes.cpp" line="132"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8928 <source>Total items: %1</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8929 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8930 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8931 </context>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8932 <context>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8933 <name>MoniSpindels</name>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8934 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8935 <location filename="../src/MoniSpindels.cpp" line="57"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8936 <source>Quit</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8937 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8938 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8939 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8940 <location filename="../src/MoniSpindels.cpp" line="78"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8941 <source>Unit</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8942 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8943 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8944 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8945 <location filename="../src/MoniSpindels.cpp" line="78"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8946 <source>Node</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8947 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8948 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8949 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8950 <location filename="../src/MoniSpindels.cpp" line="78"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8951 <source>Status</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8952 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8953 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8954 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8955 <location filename="../src/MoniSpindels.cpp" line="78"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8956 <source>Beer</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8957 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8958 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8959 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8960 <location filename="../src/MoniSpindels.cpp" line="78"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8961 <source>Temperature</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8962 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8963 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8964 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8965 <location filename="../src/MoniSpindels.cpp" line="78"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8966 <source>SG</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8967 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8968 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8969 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8970 <location filename="../src/MoniSpindels.cpp" line="78"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8971 <location filename="../src/MoniSpindels.cpp" line="131"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8972 <source>Details</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8973 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8974 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8975 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8976 <location filename="../src/MoniSpindels.cpp" line="140"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8977 <source>Total items: %1</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8978 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8979 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8980 </context>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
8981 <context>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8982 <name>PrinterDialog</name>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8983 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
8984 <location filename="../src/PrinterDialog.cpp" line="69"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8985 <source>pkg</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8986 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8987 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8988 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
8989 <location filename="../src/PrinterDialog.cpp" line="69"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8990 <source>gr</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8991 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8992 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8993 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
8994 <location filename="../src/PrinterDialog.cpp" line="69"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8995 <source>ml</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8996 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8997 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8998 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
8999 <location filename="../src/PrinterDialog.cpp" line="89"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9000 <location filename="../src/PrinterDialog.cpp" line="238"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9001 <location filename="../src/PrinterDialog.cpp" line="287"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9002 <location filename="../src/PrinterDialog.cpp" line="380"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9003 <location filename="../src/PrinterDialog.cpp" line="427"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9004 <location filename="../src/PrinterDialog.cpp" line="473"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9005 <location filename="../src/PrinterDialog.cpp" line="517"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9006 <location filename="../src/PrinterDialog.cpp" line="777"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9007 <location filename="../src/PrinterDialog.cpp" line="827"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9008 <location filename="../src/PrinterDialog.cpp" line="874"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9009 <location filename="../src/PrinterDialog.cpp" line="934"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9010 <source>Type</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9011 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9012 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9013 <message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9014 <location filename="../src/PrinterDialog.cpp" line="90"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9015 <source>Supplier</source>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9016 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9017 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9018 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9019 <location filename="../src/PrinterDialog.cpp" line="91"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9020 <location filename="../src/PrinterDialog.cpp" line="377"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9021 <location filename="../src/PrinterDialog.cpp" line="774"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9022 <source>Fermentable</source>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9023 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9024 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9025 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9026 <location filename="../src/PrinterDialog.cpp" line="92"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9027 <location filename="../src/PrinterDialog.cpp" line="141"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9028 <location filename="../src/PrinterDialog.cpp" line="191"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9029 <location filename="../src/PrinterDialog.cpp" line="240"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9030 <location filename="../src/PrinterDialog.cpp" line="289"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9031 <source>Stock</source>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
9032 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
9033 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
9034 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
9035 <location filename="../src/PrinterDialog.cpp" line="93"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9036 <location filename="../src/PrinterDialog.cpp" line="142"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9037 <location filename="../src/PrinterDialog.cpp" line="192"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9038 <location filename="../src/PrinterDialog.cpp" line="241"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9039 <source>Price/Kg</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9040 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9041 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9042 <message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9043 <location filename="../src/PrinterDialog.cpp" line="94"/>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9044 <location filename="../src/PrinterDialog.cpp" line="143"/>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9045 <location filename="../src/PrinterDialog.cpp" line="193"/>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9046 <location filename="../src/PrinterDialog.cpp" line="242"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9047 <source>Value</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9048 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9049 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9050 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9051 <location filename="../src/PrinterDialog.cpp" line="120"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9052 <location filename="../src/PrinterDialog.cpp" line="170"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9053 <location filename="../src/PrinterDialog.cpp" line="220"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9054 <location filename="../src/PrinterDialog.cpp" line="268"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9055 <source>Total</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9056 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9057 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9058 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9059 <location filename="../src/PrinterDialog.cpp" line="138"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9060 <source>Country</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9061 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9062 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9063 <message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9064 <location filename="../src/PrinterDialog.cpp" line="139"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9065 <source>Hop name</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9066 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9067 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9068 <message>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9069 <location filename="../src/PrinterDialog.cpp" line="140"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9070 <location filename="../src/PrinterDialog.cpp" line="288"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9071 <source>Form</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9072 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9073 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9074 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9075 <location filename="../src/PrinterDialog.cpp" line="188"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9076 <source>Laboratory</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9077 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9078 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9079 <message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9080 <location filename="../src/PrinterDialog.cpp" line="189"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9081 <source>Product</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9082 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9083 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9084 <message>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9085 <location filename="../src/PrinterDialog.cpp" line="190"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9086 <location filename="../src/PrinterDialog.cpp" line="285"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9087 <location filename="../src/PrinterDialog.cpp" line="471"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9088 <location filename="../src/PrinterDialog.cpp" line="872"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9089 <source>Yeast</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9090 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9091 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9092 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9093 <location filename="../src/PrinterDialog.cpp" line="239"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9094 <source>Ingredient</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9095 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9096 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9097 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9098 <location filename="../src/PrinterDialog.cpp" line="286"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9099 <source>Description</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9100 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9101 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9102 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9103 <location filename="../src/PrinterDialog.cpp" line="290"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9104 <source>Date</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9105 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9106 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9107 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9108 <location filename="../src/PrinterDialog.cpp" line="324"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9109 <source>Recipe overview</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9110 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9111 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9112 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9113 <location filename="../src/PrinterDialog.cpp" line="328"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9114 <location filename="../src/PrinterDialog.cpp" line="704"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9115 <source>Brew type</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9116 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9117 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9118 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9119 <location filename="../src/PrinterDialog.cpp" line="331"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9120 <location filename="../src/PrinterDialog.cpp" line="707"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9121 <source>Efficiency</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9122 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9123 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9124 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9125 <location filename="../src/PrinterDialog.cpp" line="335"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9126 <location filename="../src/PrinterDialog.cpp" line="711"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9127 <source>Boil time</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9128 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9129 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9130 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9131 <location filename="../src/PrinterDialog.cpp" line="338"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9132 <location filename="../src/PrinterDialog.cpp" line="714"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9133 <source>Batch size</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9134 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9135 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9136 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9137 <location filename="../src/PrinterDialog.cpp" line="342"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9138 <location filename="../src/PrinterDialog.cpp" line="723"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9139 <source>Start SG</source>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9140 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9141 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9142 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9143 <location filename="../src/PrinterDialog.cpp" line="346"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9144 <location filename="../src/PrinterDialog.cpp" line="727"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9145 <source>End SG</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9146 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9147 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9148 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9149 <location filename="../src/PrinterDialog.cpp" line="351"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9150 <location filename="../src/PrinterDialog.cpp" line="732"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9151 <source>Estimated Alcohol</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9152 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9153 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9154 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9155 <location filename="../src/PrinterDialog.cpp" line="355"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9156 <location filename="../src/PrinterDialog.cpp" line="736"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9157 <source>Estimated CO2 vol</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9158 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9159 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9160 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9161 <location filename="../src/PrinterDialog.cpp" line="360"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9162 <location filename="../src/PrinterDialog.cpp" line="741"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9163 <source>Color (</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9164 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9165 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9166 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9167 <location filename="../src/PrinterDialog.cpp" line="368"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9168 <location filename="../src/PrinterDialog.cpp" line="749"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9169 <source>IBU (</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9170 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9171 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9172 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9173 <location filename="../src/PrinterDialog.cpp" line="378"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9174 <location filename="../src/PrinterDialog.cpp" line="775"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9175 <source>Percent</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9176 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9177 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9178 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9179 <location filename="../src/PrinterDialog.cpp" line="379"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9180 <location filename="../src/PrinterDialog.cpp" line="776"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9181 <source>Yield</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9182 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9183 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9184 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9185 <location filename="../src/PrinterDialog.cpp" line="381"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9186 <location filename="../src/PrinterDialog.cpp" line="428"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9187 <location filename="../src/PrinterDialog.cpp" line="474"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9188 <location filename="../src/PrinterDialog.cpp" line="518"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9189 <location filename="../src/PrinterDialog.cpp" line="778"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9190 <location filename="../src/PrinterDialog.cpp" line="828"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9191 <location filename="../src/PrinterDialog.cpp" line="875"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9192 <location filename="../src/PrinterDialog.cpp" line="935"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9193 <source>Use at</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9194 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9195 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9196 <message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9197 <location filename="../src/PrinterDialog.cpp" line="382"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9198 <location filename="../src/PrinterDialog.cpp" line="429"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9199 <location filename="../src/PrinterDialog.cpp" line="475"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9200 <location filename="../src/PrinterDialog.cpp" line="519"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9201 <location filename="../src/PrinterDialog.cpp" line="779"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9202 <location filename="../src/PrinterDialog.cpp" line="829"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9203 <location filename="../src/PrinterDialog.cpp" line="876"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9204 <location filename="../src/PrinterDialog.cpp" line="936"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9205 <source>Amount</source>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9206 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9207 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9208 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9209 <location filename="../src/PrinterDialog.cpp" line="383"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9210 <location filename="../src/PrinterDialog.cpp" line="430"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9211 <location filename="../src/PrinterDialog.cpp" line="476"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9212 <location filename="../src/PrinterDialog.cpp" line="520"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9213 <location filename="../src/PrinterDialog.cpp" line="780"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9214 <location filename="../src/PrinterDialog.cpp" line="830"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9215 <location filename="../src/PrinterDialog.cpp" line="877"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9216 <location filename="../src/PrinterDialog.cpp" line="937"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9217 <source>Cost</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9218 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9219 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9220 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9221 <location filename="../src/PrinterDialog.cpp" line="424"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9222 <location filename="../src/PrinterDialog.cpp" line="824"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9223 <source>Hop</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9224 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9225 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9226 <message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9227 <location filename="../src/PrinterDialog.cpp" line="425"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9228 <location filename="../src/PrinterDialog.cpp" line="825"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9229 <source>Alpha</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9230 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9231 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9232 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9233 <location filename="../src/PrinterDialog.cpp" line="426"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9234 <location filename="../src/PrinterDialog.cpp" line="826"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9235 <source>IBU</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9236 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9237 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9238 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9239 <location filename="../src/PrinterDialog.cpp" line="472"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9240 <location filename="../src/PrinterDialog.cpp" line="873"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9241 <source>Attn</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9242 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9243 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9244 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9245 <location filename="../src/PrinterDialog.cpp" line="516"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9246 <location filename="../src/PrinterDialog.cpp" line="933"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9247 <source>Misc ingredient</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9248 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9249 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9250 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9251 <location filename="../src/PrinterDialog.cpp" line="563"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9252 <location filename="../src/PrinterDialog.cpp" line="980"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9253 <location filename="../src/PrinterDialog.cpp" line="1139"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9254 <source>Mash step</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9255 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9256 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9257 <message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9258 <location filename="../src/PrinterDialog.cpp" line="564"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9259 <location filename="../src/PrinterDialog.cpp" line="981"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9260 <location filename="../src/PrinterDialog.cpp" line="1140"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9261 <source>Step type</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9262 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9263 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9264 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9265 <location filename="../src/PrinterDialog.cpp" line="565"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9266 <location filename="../src/PrinterDialog.cpp" line="982"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9267 <source>Start °C</source>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
9268 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
9269 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
9270 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
9271 <location filename="../src/PrinterDialog.cpp" line="566"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9272 <location filename="../src/PrinterDialog.cpp" line="983"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9273 <source>End °C</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9274 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9275 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9276 <message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9277 <location filename="../src/PrinterDialog.cpp" line="567"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9278 <location filename="../src/PrinterDialog.cpp" line="984"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9279 <source>Time</source>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9280 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9281 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9282 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9283 <location filename="../src/PrinterDialog.cpp" line="568"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9284 <location filename="../src/PrinterDialog.cpp" line="985"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9285 <source>Ramp</source>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9286 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9287 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9288 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9289 <location filename="../src/PrinterDialog.cpp" line="569"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9290 <location filename="../src/PrinterDialog.cpp" line="986"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9291 <source>L/kg</source>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9292 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9293 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9294 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9295 <location filename="../src/PrinterDialog.cpp" line="570"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9296 <location filename="../src/PrinterDialog.cpp" line="987"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9297 <source>Inf/dec L.</source>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9298 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9299 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9300 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9301 <location filename="../src/PrinterDialog.cpp" line="571"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9302 <location filename="../src/PrinterDialog.cpp" line="988"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9303 <source>Inf/dec °C</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9304 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9305 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9306 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9307 <location filename="../src/PrinterDialog.cpp" line="601"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9308 <location filename="../src/PrinterDialog.cpp" line="1018"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9309 <source>Water source</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9310 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9311 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9312 <message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9313 <location filename="../src/PrinterDialog.cpp" line="602"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9314 <location filename="../src/PrinterDialog.cpp" line="1019"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9315 <source>Volume</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9316 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9317 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9318 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9319 <location filename="../src/PrinterDialog.cpp" line="603"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9320 <location filename="../src/PrinterDialog.cpp" line="1020"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9321 <source>Ca</source>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
9322 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
9323 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
9324 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
9325 <location filename="../src/PrinterDialog.cpp" line="604"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9326 <location filename="../src/PrinterDialog.cpp" line="1021"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9327 <source>Mg</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9328 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9329 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9330 <message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9331 <location filename="../src/PrinterDialog.cpp" line="605"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9332 <location filename="../src/PrinterDialog.cpp" line="1022"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9333 <source>CaCO3</source>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9334 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9335 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9336 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9337 <location filename="../src/PrinterDialog.cpp" line="606"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9338 <location filename="../src/PrinterDialog.cpp" line="1023"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9339 <source>Na</source>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9340 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9341 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9342 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9343 <location filename="../src/PrinterDialog.cpp" line="607"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9344 <location filename="../src/PrinterDialog.cpp" line="1024"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9345 <source>Cl</source>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9346 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9347 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9348 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9349 <location filename="../src/PrinterDialog.cpp" line="608"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9350 <location filename="../src/PrinterDialog.cpp" line="1025"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9351 <source>SO4</source>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9352 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9353 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9354 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9355 <location filename="../src/PrinterDialog.cpp" line="609"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9356 <location filename="../src/PrinterDialog.cpp" line="1026"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9357 <location filename="../src/PrinterDialog.cpp" line="1144"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9358 <location filename="../src/PrinterDialog.cpp" line="1671"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9359 <location filename="../src/PrinterDialog.cpp" line="1700"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9360 <location filename="../src/PrinterDialog.cpp" line="1708"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9361 <location filename="../src/PrinterDialog.cpp" line="1788"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9362 <source>pH</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9363 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9364 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9365 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9366 <location filename="../src/PrinterDialog.cpp" line="639"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9367 <location filename="../src/PrinterDialog.cpp" line="1056"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9368 <source>Mixed water</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9369 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9370 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9371 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9372 <location filename="../src/PrinterDialog.cpp" line="651"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9373 <location filename="../src/PrinterDialog.cpp" line="1068"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9374 <source>Treated water</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9375 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9376 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9377 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9378 <location filename="../src/PrinterDialog.cpp" line="680"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9379 <location filename="../src/PrinterDialog.cpp" line="1097"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9380 <source>Recipe notes</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9381 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9382 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9383 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9384 <location filename="../src/PrinterDialog.cpp" line="700"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9385 <source>Product overview</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9386 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9387 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9388 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9389 <location filename="../src/PrinterDialog.cpp" line="757"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9390 <source>Stage</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9391 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9392 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9393 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9394 <location filename="../src/PrinterDialog.cpp" line="762"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9395 <source>Split batch</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9396 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9397 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9398 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9399 <location filename="../src/PrinterDialog.cpp" line="765"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9400 <source>Batch number</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9401 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9402 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9403 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9404 <location filename="../src/PrinterDialog.cpp" line="914"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9405 <source>%1 step yeaststarter</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9406 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9407 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9408 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9409 <location filename="../src/PrinterDialog.cpp" line="915"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9410 <source>Before</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9411 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9412 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9413 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9414 <location filename="../src/PrinterDialog.cpp" line="1119"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9415 <source>Product brewday</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9416 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9417 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9418 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9419 <location filename="../src/PrinterDialog.cpp" line="1123"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9420 <source>Brewday start</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9421 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9422 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9423 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9424 <location filename="../src/PrinterDialog.cpp" line="1126"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9425 <source>Brewday end</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9426 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9427 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9428 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9429 <location filename="../src/PrinterDialog.cpp" line="1141"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9430 <source>Temperature</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9431 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9432 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9433 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9434 <location filename="../src/PrinterDialog.cpp" line="1142"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9435 <source>Minutes</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9436 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9437 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9438 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9439 <location filename="../src/PrinterDialog.cpp" line="1143"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9440 <location filename="../src/PrinterDialog.cpp" line="1687"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9441 <location filename="../src/PrinterDialog.cpp" line="1707"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9442 <location filename="../src/PrinterDialog.cpp" line="1787"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9443 <source>SG</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9444 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9445 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9446 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9447 <location filename="../src/PrinterDialog.cpp" line="1170"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9448 <source>Brew item</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9449 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9450 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9451 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9452 <location filename="../src/PrinterDialog.cpp" line="1171"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9453 <source>Expected</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9454 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9455 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9456 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9457 <location filename="../src/PrinterDialog.cpp" line="1172"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9458 <source>Reached</source>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9459 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9460 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9461 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9462 <location filename="../src/PrinterDialog.cpp" line="1173"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9463 <source>Difference</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9464 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9465 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9466 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9467 <location filename="../src/PrinterDialog.cpp" line="1177"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9468 <source>Mash pH</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9469 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9470 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9471 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9472 <location filename="../src/PrinterDialog.cpp" line="1183"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9473 <source>Mash density</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9474 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9475 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9476 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9477 <location filename="../src/PrinterDialog.cpp" line="1189"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9478 <source>Mash efficiency</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9479 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9480 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9481 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9482 <location filename="../src/PrinterDialog.cpp" line="1195"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9483 <source>Sparge pH</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9484 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9485 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9486 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9487 <location filename="../src/PrinterDialog.cpp" line="1202"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9488 <source>Pre boil pH</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9489 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9490 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9491 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9492 <location filename="../src/PrinterDialog.cpp" line="1206"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9493 <source>Pre boil density</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9494 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9495 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9496 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9497 <location filename="../src/PrinterDialog.cpp" line="1212"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9498 <source>Pre boil volume</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9499 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9500 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9501 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9502 <location filename="../src/PrinterDialog.cpp" line="1218"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9503 <source>Pre boil efficiency</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9504 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9505 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9506 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9507 <location filename="../src/PrinterDialog.cpp" line="1224"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9508 <source>After boil pH</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9509 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9510 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9511 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9512 <location filename="../src/PrinterDialog.cpp" line="1229"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9513 <source>After boil density</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9514 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9515 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9516 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9517 <location filename="../src/PrinterDialog.cpp" line="1235"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9518 <source>After boil volume</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9519 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9520 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9521 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9522 <location filename="../src/PrinterDialog.cpp" line="1241"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9523 <source>After boil efficiency</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9524 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9525 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9526 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9527 <location filename="../src/PrinterDialog.cpp" line="1247"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9528 <source>Chiller and trub loss</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9529 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9530 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9531 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9532 <location filename="../src/PrinterDialog.cpp" line="1253"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9533 <source>Top up water</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9534 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9535 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9536 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9537 <location filename="../src/PrinterDialog.cpp" line="1259"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9538 <source>Fermenter volume</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9539 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9540 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9541 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9542 <location filename="../src/PrinterDialog.cpp" line="1265"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9543 <source>Fermenter density</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9544 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9545 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9546 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9547 <location filename="../src/PrinterDialog.cpp" line="1271"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9548 <source>Fermenter color</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9549 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9550 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9551 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9552 <location filename="../src/PrinterDialog.cpp" line="1277"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9553 <source>Fermenter IBU</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9554 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9555 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9556 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9557 <location filename="../src/PrinterDialog.cpp" line="1283"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9558 <source>Cooling method</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9559 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9560 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9561 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9562 <location filename="../src/PrinterDialog.cpp" line="1287"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9563 <source>Cooling temperature</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9564 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9565 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9566 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9567 <location filename="../src/PrinterDialog.cpp" line="1291"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9568 <source>Cooling time</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9569 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9570 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9571 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9572 <location filename="../src/PrinterDialog.cpp" line="1306"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9573 <source>Product fermentation</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9574 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9575 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9576 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9577 <location filename="../src/PrinterDialog.cpp" line="1310"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9578 <source>Primary start temp</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9579 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9580 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9581 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9582 <location filename="../src/PrinterDialog.cpp" line="1313"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9583 <source>Primary peak temp</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9584 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9585 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9586 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9587 <location filename="../src/PrinterDialog.cpp" line="1317"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9588 <source>Primary end temp</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9589 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9590 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9591 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9592 <location filename="../src/PrinterDialog.cpp" line="1320"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9593 <source>Primary density</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9594 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9595 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9596 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9597 <location filename="../src/PrinterDialog.cpp" line="1324"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9598 <source>Primary end date</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9599 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9600 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9601 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9602 <location filename="../src/PrinterDialog.cpp" line="1328"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9603 <source>Secondary end temp</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9604 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9605 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9606 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9607 <location filename="../src/PrinterDialog.cpp" line="1331"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9608 <source>Secondary density</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9609 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9610 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9611 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9612 <location filename="../src/PrinterDialog.cpp" line="1335"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9613 <source>Secondary end date</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9614 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9615 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9616 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9617 <location filename="../src/PrinterDialog.cpp" line="1339"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9618 <source>Tertiary temperature</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9619 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9620 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9621 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9622 <location filename="../src/PrinterDialog.cpp" line="1342"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9623 <source>Final density</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9624 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9625 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9626 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9627 <location filename="../src/PrinterDialog.cpp" line="1346"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9628 <source>Tertiary end date</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9629 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9630 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9631 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9632 <location filename="../src/PrinterDialog.cpp" line="1349"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9633 <source>Apperant attenuation</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9634 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9635 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9636 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9637 <location filename="../src/PrinterDialog.cpp" line="1364"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9638 <source>Package product</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9639 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9640 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9641 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9642 <location filename="../src/PrinterDialog.cpp" line="1368"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9643 <source>Package date</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9644 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9645 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9646 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9647 <location filename="../src/PrinterDialog.cpp" line="1371"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9648 <source>Package volume</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9649 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9650 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9651 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9652 <location filename="../src/PrinterDialog.cpp" line="1376"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9653 <location filename="../src/PrinterDialog.cpp" line="1456"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9654 <location filename="../src/PrinterDialog.cpp" line="1459"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9655 <source>Alcohol volume</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9656 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9657 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9658 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9659 <location filename="../src/PrinterDialog.cpp" line="1381"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9660 <source>Infuse volume</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9661 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9662 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9663 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9664 <location filename="../src/PrinterDialog.cpp" line="1384"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9665 <source>Infuse alcohol</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9666 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9667 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9668 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9669 <location filename="../src/PrinterDialog.cpp" line="1394"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9670 <source>Bottles</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9671 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9672 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9673 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9674 <location filename="../src/PrinterDialog.cpp" line="1396"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9675 <source>Kegs</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9676 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9677 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9678 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9679 <location filename="../src/PrinterDialog.cpp" line="1400"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9680 <source>Bottles volume</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9681 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9682 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9683 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9684 <location filename="../src/PrinterDialog.cpp" line="1403"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9685 <source>Kegs volume</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9686 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9687 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9688 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9689 <location filename="../src/PrinterDialog.cpp" line="1407"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9690 <source>Bottles CO2 volumes</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9691 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9692 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9693 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9694 <location filename="../src/PrinterDialog.cpp" line="1410"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9695 <source>Kegs CO2 volumes</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9696 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9697 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9698 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9699 <location filename="../src/PrinterDialog.cpp" line="1426"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9700 <location filename="../src/PrinterDialog.cpp" line="1433"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9701 <source>Sugar</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9702 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9703 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9704 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9705 <location filename="../src/PrinterDialog.cpp" line="1430"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9706 <source>Forced carbonation</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9707 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9708 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9709 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9710 <location filename="../src/PrinterDialog.cpp" line="1431"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9711 <source>Yes</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9712 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9713 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9714 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9715 <location filename="../src/PrinterDialog.cpp" line="1438"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9716 <location filename="../src/PrinterDialog.cpp" line="1442"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9717 <source>Sugar amount</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9718 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9719 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9720 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9721 <location filename="../src/PrinterDialog.cpp" line="1447"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9722 <location filename="../src/PrinterDialog.cpp" line="1451"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9723 <source>Water amount</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9724 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9725 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9726 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9727 <location filename="../src/PrinterDialog.cpp" line="1463"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9728 <location filename="../src/PrinterDialog.cpp" line="1466"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9729 <source>Pressure</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9730 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9731 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9732 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9733 <location filename="../src/PrinterDialog.cpp" line="1470"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9734 <location filename="../src/PrinterDialog.cpp" line="1473"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9735 <source>Carbonation temp</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9736 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9737 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9738 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9739 <location filename="../src/PrinterDialog.cpp" line="1500"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9740 <source>Tasting notes</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9741 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9742 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9743 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9744 <location filename="../src/PrinterDialog.cpp" line="1504"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9745 <source>Tasting date</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9746 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9747 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9748 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9749 <location filename="../src/PrinterDialog.cpp" line="1507"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9750 <source>Taste score</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9751 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9752 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9753 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9754 <location filename="../src/PrinterDialog.cpp" line="1511"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9755 <source>Color</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9756 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9757 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9758 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9759 <location filename="../src/PrinterDialog.cpp" line="1515"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9760 <source>Transparency</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9761 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9762 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9763 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9764 <location filename="../src/PrinterDialog.cpp" line="1519"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9765 <source>Head</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9766 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9767 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9768 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9769 <location filename="../src/PrinterDialog.cpp" line="1523"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9770 <source>Aroma</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9771 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9772 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9773 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9774 <location filename="../src/PrinterDialog.cpp" line="1527"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9775 <source>Taste</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9776 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9777 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9778 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9779 <location filename="../src/PrinterDialog.cpp" line="1531"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9780 <source>Mouthfeel</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9781 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9782 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9783 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9784 <location filename="../src/PrinterDialog.cpp" line="1535"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9785 <source>Aftertaste</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9786 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9787 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9788 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9789 <location filename="../src/PrinterDialog.cpp" line="1557"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9790 <source>Make a yeast starter</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9791 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9792 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9793 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9794 <location filename="../src/PrinterDialog.cpp" line="1572"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9795 <source>Start about %1 days before brewday with the starter.</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9796 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9797 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9798 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9799 <location filename="../src/PrinterDialog.cpp" line="1575"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9800 <source>Starter step %1 of %2 liter with SG %3</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9801 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9802 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9803 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9804 <location filename="../src/PrinterDialog.cpp" line="1577"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9805 <source> until there is enough yeast</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9806 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9807 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9808 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9809 <location filename="../src/PrinterDialog.cpp" line="1579"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9810 <source>about 24 hours on a stirplate</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9811 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9812 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9813 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9814 <location filename="../src/PrinterDialog.cpp" line="1581"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9815 <source>shake often for a few days</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9816 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9817 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9818 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9819 <location filename="../src/PrinterDialog.cpp" line="1583"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9820 <source>let it rest for almost a week</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9821 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9822 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9823 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9824 <location filename="../src/PrinterDialog.cpp" line="1585"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9825 <source>place starter in the fridge for 24 hours</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9826 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9827 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9828 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9829 <location filename="../src/PrinterDialog.cpp" line="1586"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9830 <location filename="../src/PrinterDialog.cpp" line="1589"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9831 <source>remove starter from the fridge and decant</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9832 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9833 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9834 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9835 <location filename="../src/PrinterDialog.cpp" line="1588"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9836 <source>place starter in the fridge until brewday</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9837 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9838 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9839 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9840 <location filename="../src/PrinterDialog.cpp" line="1596"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9841 <source>Mash water and treatment</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9842 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9843 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9844 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9845 <location filename="../src/PrinterDialog.cpp" line="1612"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9846 <source>Weight and mill the malts</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9847 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9848 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9849 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9850 <location filename="../src/PrinterDialog.cpp" line="1619"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9851 <source>Mill the malts</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9852 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9853 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9854 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9855 <location filename="../src/PrinterDialog.cpp" line="1622"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9856 <source>Mash</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9857 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9858 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9859 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9860 <location filename="../src/PrinterDialog.cpp" line="1633"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9861 <source>Heat %1 liter water to %2°C (%3 cm below kettle top)</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9862 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9863 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9864 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9865 <location filename="../src/PrinterDialog.cpp" line="1637"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9866 <source>Add brouwzouten</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9867 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9868 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9869 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9870 <location filename="../src/PrinterDialog.cpp" line="1638"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9871 <source>Add malts and dough-in</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9872 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9873 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9874 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9875 <location filename="../src/PrinterDialog.cpp" line="1641"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9876 <source>Add %1 gram `%2` hop</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9877 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9878 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9879 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9880 <location filename="../src/PrinterDialog.cpp" line="1648"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9881 <source>Add %1 %2 `%3`</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9882 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9883 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9884 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9885 <location filename="../src/PrinterDialog.cpp" line="1654"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9886 <source>Add %1 liter water of %2°C</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9887 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9888 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9889 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9890 <location filename="../src/PrinterDialog.cpp" line="1657"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9891 <source>Heat upto %1°C</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9892 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9893 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9894 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9895 <location filename="../src/PrinterDialog.cpp" line="1659"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9896 <source>Take, heat, boil and return %1 part of the mash</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9897 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9898 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9899 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9900 <location filename="../src/PrinterDialog.cpp" line="1664"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9901 <source>%1 minutes from %2°C to %3°C</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9902 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9903 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9904 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9905 <location filename="../src/PrinterDialog.cpp" line="1665"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9906 <location filename="../src/PrinterDialog.cpp" line="1668"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9907 <source>Brix</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9908 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9909 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9910 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9911 <location filename="../src/PrinterDialog.cpp" line="1667"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9912 <source>%1 minutes at %2°C</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9913 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9914 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9915 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9916 <location filename="../src/PrinterDialog.cpp" line="1671"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9917 <source>Measure and adjust pH (target %1 pH)</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9918 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9919 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9920 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9921 <location filename="../src/PrinterDialog.cpp" line="1687"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9922 <source>Target SG end mash: </source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9923 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9924 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9925 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9926 <location filename="../src/PrinterDialog.cpp" line="1696"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9927 <source>Lauter and Sparge</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9928 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9929 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9930 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9931 <location filename="../src/PrinterDialog.cpp" line="1697"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9932 <source>Heat %1 liter sparge water to %2°C</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9933 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9934 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9935 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9936 <location filename="../src/PrinterDialog.cpp" line="1699"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9937 <source>Bring to %1 pH with %2 ml. `%3`</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9938 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9939 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9940 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9941 <location filename="../src/PrinterDialog.cpp" line="1701"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9942 <source>Sparge with close to %1 liter water</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9943 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9944 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9945 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9946 <location filename="../src/PrinterDialog.cpp" line="1703"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9947 <source>Target volume in boil kettle: %1 liter (%2 cm below kettle top)</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9948 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9949 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9950 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9951 <location filename="../src/PrinterDialog.cpp" line="1706"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9952 <location filename="../src/PrinterDialog.cpp" line="1786"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9953 <source>cm</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9954 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9955 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9956 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9957 <location filename="../src/PrinterDialog.cpp" line="1707"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9958 <source>Target SG in boil kettle: </source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9959 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9960 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9961 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9962 <location filename="../src/PrinterDialog.cpp" line="1711"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9963 <source>Add %1 gr `%2` hop after sparge</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9964 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9965 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9966 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9967 <location filename="../src/PrinterDialog.cpp" line="1747"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9968 <source>Boil</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9969 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9970 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9971 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9972 <location filename="../src/PrinterDialog.cpp" line="1749"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9973 <source>Total boiltime: %1 minutes</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9974 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9975 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9976 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9977 <location filename="../src/PrinterDialog.cpp" line="1754"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9978 <source>%1 kg `%2` at 10 minutes before end of boil</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9979 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9980 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9981 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9982 <location filename="../src/PrinterDialog.cpp" line="1759"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9983 <source>Place emersion chiller at 10 minutes before end of boil</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9984 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9985 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9986 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9987 <location filename="../src/PrinterDialog.cpp" line="1764"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9988 <source>%1 gr `%2` at flameout</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9989 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9990 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9991 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9992 <location filename="../src/PrinterDialog.cpp" line="1767"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9993 <source>%1 gr `%2` at %3 minutes before end of boil</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9994 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9995 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9996 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
9997 <location filename="../src/PrinterDialog.cpp" line="1775"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9998 <source>%1 %2 `%3` at flameout</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9999 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10000 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10001 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10002 <location filename="../src/PrinterDialog.cpp" line="1778"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10003 <source>%1 %2 `%3` at %4 minutes before end of boil</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10004 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10005 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10006 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10007 <location filename="../src/PrinterDialog.cpp" line="1783"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10008 <source>Target volume at end of boil: %1 liter (%2 cm below kettle top)</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10009 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10010 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10011 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10012 <location filename="../src/PrinterDialog.cpp" line="1787"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10013 <source>Target SG at end of boil: </source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10014 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10015 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10016 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10017 <location filename="../src/PrinterDialog.cpp" line="1792"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10018 <source>This is a `no-boil` recipe</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10019 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10020 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10021 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10022 <location filename="../src/PrinterDialog.cpp" line="1817"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10023 <source>Whirlpool(s) and cooling</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10024 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10025 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10026 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10027 <location filename="../src/PrinterDialog.cpp" line="1819"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10028 <source>Wirlpool for %1 minutes. Keep temp above 85°C</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10029 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10030 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10031 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10032 <location filename="../src/PrinterDialog.cpp" line="1821"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10033 <source>Wirlpool for %1 minutes. Keep temp between 72 and 79°C</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10034 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10035 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10036 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10037 <location filename="../src/PrinterDialog.cpp" line="1823"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10038 <source>Wirlpool for %1 minutes. Keep temp between 60 and 66°C</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10039 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10040 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10041 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10042 <location filename="../src/PrinterDialog.cpp" line="1826"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10043 <source>%1 gr `%2` for %3 minutes in the whirlpool</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10044 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10045 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10046 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10047 <location filename="../src/PrinterDialog.cpp" line="1830"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10048 <location filename="../src/PrinterDialog.cpp" line="1835"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10049 <source>Cool to %1°C</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10050 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10051 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10052 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10053 <location filename="../src/PrinterDialog.cpp" line="1832"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10054 <source>Wirlpool for %1 minutes.</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10055 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10056 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10057 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10058 <location filename="../src/PrinterDialog.cpp" line="1834"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10059 <source>Cooling</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10060 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10061 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10062 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10063 <location filename="../src/PrinterDialog.cpp" line="1837"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10064 <source>Desinfect fermenter and pump and hoses if needed</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10065 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10066 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10067 <message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10068 <location filename="../src/PrinterDialog.cpp" line="1838"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10069 <source>Transfer wort to fermenter</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10070 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10071 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10072 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10073 <location filename="../src/PrinterDialog.cpp" line="1838"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10074 <source>Liter</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10075 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10076 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10077 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10078 <location filename="../src/PrinterDialog.cpp" line="1863"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10079 <source>Yeast pitching and fermentation</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10080 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10081 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10082 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10083 <location filename="../src/PrinterDialog.cpp" line="1867"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10084 <source>%1 pack %2, `%3` yeast</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10085 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10086 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10087 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10088 <location filename="../src/PrinterDialog.cpp" line="1871"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10089 <source>%1 gram %2, `%3` yeast</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10090 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10091 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10092 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10093 <location filename="../src/PrinterDialog.cpp" line="1875"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10094 <source>%1 ml %2, `%3` yeast</source>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10095 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10096 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10097 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10098 <location filename="../src/PrinterDialog.cpp" line="1881"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10099 <source>Pitch yeast at %1°C</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10100 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10101 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10102 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10103 <location filename="../src/PrinterDialog.cpp" line="1887"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10104 <source>Pitch yeast dry into the wort</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10105 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10106 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10107 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10108 <location filename="../src/PrinterDialog.cpp" line="1890"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10109 <source>Add decanted yeast starter</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10110 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10111 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10112 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10113 <location filename="../src/PrinterDialog.cpp" line="1892"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10114 <source>Add the yeast</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10115 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10116 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10117 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10118 <location filename="../src/PrinterDialog.cpp" line="1895"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10119 <source>Add %1 liter water in the fermenter</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10120 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10121 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10122 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10123 <location filename="../src/PrinterDialog.cpp" line="1897"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10124 <source>Aerate %1 minutes with %2</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10125 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10126 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10127 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10128 <location filename="../src/PrinterDialog.cpp" line="1899"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10129 <source>Set fermentation start temperature to %1°C</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10130 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10131 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10132 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10133 <location filename="../src/PrinterDialog.cpp" line="1900"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10134 <source>Start fermentation</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10135 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10136 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10137 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10138 <location filename="../src/PrinterDialog.cpp" line="1918"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10139 <source>Primary fermentation</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10140 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10141 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10142 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10143 <location filename="../src/PrinterDialog.cpp" line="1921"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10144 <source>Add %1 kg `%2` on day 3 or 4</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10145 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10146 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10147 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10148 <location filename="../src/PrinterDialog.cpp" line="1927"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10149 <source>Add %1 %2 `%3` on day 3 or 4</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10150 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10151 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10152 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10153 <location filename="../src/PrinterDialog.cpp" line="1951"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10154 <source>Secondary fermentation</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10155 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10156 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10157 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10158 <location filename="../src/PrinterDialog.cpp" line="1955"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10159 <location filename="../src/PrinterDialog.cpp" line="2013"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10160 <source>Add %1 pack %2, `%3` yeast (with starter if needed)</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10161 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10162 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10163 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10164 <location filename="../src/PrinterDialog.cpp" line="1958"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10165 <location filename="../src/PrinterDialog.cpp" line="2016"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10166 <source>Add %1 gram %2, `%3`</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10167 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10168 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10169 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10170 <location filename="../src/PrinterDialog.cpp" line="1961"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10171 <source>Add %1 gram %2, `%3` yeast (with starter if needed)</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10172 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10173 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10174 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10175 <location filename="../src/PrinterDialog.cpp" line="1967"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10176 <source>After %1 hours harvest yeast from the %2</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10177 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10178 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10179 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10180 <location filename="../src/PrinterDialog.cpp" line="1998"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10181 <source>Tertiary fermentation</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10182 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10183 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10184 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10185 <location filename="../src/PrinterDialog.cpp" line="2001"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10186 <source>Add %1 kg `%2`</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10187 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10188 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10189 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10190 <location filename="../src/PrinterDialog.cpp" line="2006"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10191 <source>Add %1 gram `%2` for %3 days</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10192 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10193 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10194 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10195 <location filename="../src/PrinterDialog.cpp" line="2019"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10196 <source>Add %1 ml %2, `%3` yeast (with starter if needed)</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10197 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10198 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10199 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10200 <location filename="../src/PrinterDialog.cpp" line="2028"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10201 <source>Add %1 %2 `%3` for %4 days</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10202 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10203 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10204 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10205 <location filename="../src/PrinterDialog.cpp" line="2055"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10206 <source>Packaging</source>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10207 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10208 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10209 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10210 <location filename="../src/PrinterDialog.cpp" line="2058"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10211 <source>Bottling add %1 kg `%2` with %3 liter water</source>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10212 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10213 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10214 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10215 <location filename="../src/PrinterDialog.cpp" line="2062"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10216 <source>Kegging add %1 kg `%2` with %3 liter water</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10217 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10218 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10219 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10220 <location filename="../src/PrinterDialog.cpp" line="2069"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10221 <source>Add %1, `%2` as bottle yeast</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10222 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10223 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10224 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10225 <location filename="../src/PrinterDialog.cpp" line="2072"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10226 <source>Add %1 gram %2, `%3` as bottle yeast</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10227 <translation type="unfinished"></translation>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10228 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
10229 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10230 <location filename="../src/PrinterDialog.cpp" line="2076"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10231 <source>Add %1 ml %2, `%3` as bottle yeast</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10232 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10233 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10234 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10235 <location filename="../src/PrinterDialog.cpp" line="2085"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10236 <source>Add %1 %2 `%3` during bottling</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10237 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10238 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10239 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10240 <location filename="../src/PrinterDialog.cpp" line="2123"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10241 <source>Measured:</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10242 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10243 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10244 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10245 <location filename="../src/PrinterDialog.cpp" line="2135"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10246 <source>%1 split the batch here!</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10247 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10248 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
10249 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10250 <location filename="../src/PrinterDialog.cpp" line="2174"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10251 <source>Inventory</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10252 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10253 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10254 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10255 <location filename="../src/PrinterDialog.cpp" line="2176"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10256 <source>Yeastbank</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10257 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10258 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10259 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10260 <location filename="../src/PrinterDialog.cpp" line="2186"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10261 <source>Date and time</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10262 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10263 </message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10264 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10265 <location filename="../src/PrinterDialog.cpp" line="754"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10266 <location filename="../src/PrinterDialog.cpp" line="2189"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10267 <location filename="../src/PrinterDialog.cpp" line="2193"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10268 <source>Beer style</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10269 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10270 </message>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10271 </context>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10272 <context>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10273 <name>ProdInprod</name>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10274 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
10275 <location filename="../src/ProdInprod.cpp" line="54"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10276 <source>Quit</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10277 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10278 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10279 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
10280 <location filename="../src/ProdInprod.cpp" line="63"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10281 <source>New</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10282 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10283 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10284 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
10285 <location filename="../src/ProdInprod.cpp" line="85"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10286 <source>Date</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10287 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10288 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10289 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
10290 <location filename="../src/ProdInprod.cpp" line="85"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10291 <source>Code</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10292 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10293 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10294 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
10295 <location filename="../src/ProdInprod.cpp" line="85"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10296 <source>Style</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10297 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10298 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10299 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
10300 <location filename="../src/ProdInprod.cpp" line="85"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10301 <source>Product</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10302 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10303 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10304 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
10305 <location filename="../src/ProdInprod.cpp" line="85"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10306 <source>Stage</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10307 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10308 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10309 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
10310 <location filename="../src/ProdInprod.cpp" line="85"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
10311 <location filename="../src/ProdInprod.cpp" line="124"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10312 <source>Edit</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10313 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10314 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10315 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
10316 <location filename="../src/ProdInprod.cpp" line="110"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10317 <source> on </source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10318 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10319 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10320 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
10321 <location filename="../src/ProdInprod.cpp" line="113"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10322 <source> day %1 of day 14</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10323 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10324 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10325 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
10326 <location filename="../src/ProdInprod.cpp" line="116"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10327 <source> day %1 of day 28</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10328 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10329 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10330 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
10331 <location filename="../src/ProdInprod.cpp" line="134"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10332 <source>Total items: %1</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10333 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10334 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10335 </context>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10336 <context>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10337 <name>ProdOnCode</name>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10338 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10339 <location filename="../src/ProdOnCode.cpp" line="54"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10340 <source>Quit</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10341 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10342 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10343 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10344 <location filename="../src/ProdOnCode.cpp" line="75"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10345 <source>Code</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10346 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10347 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10348 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10349 <location filename="../src/ProdOnCode.cpp" line="75"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10350 <source>Name</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10351 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10352 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10353 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10354 <location filename="../src/ProdOnCode.cpp" line="75"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10355 <source>Style</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10356 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10357 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10358 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10359 <location filename="../src/ProdOnCode.cpp" line="75"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10360 <source>OG</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10361 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10362 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10363 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10364 <location filename="../src/ProdOnCode.cpp" line="75"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10365 <source>FG</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10366 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10367 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10368 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10369 <location filename="../src/ProdOnCode.cpp" line="75"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10370 <source>Date</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10371 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10372 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10373 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10374 <location filename="../src/ProdOnCode.cpp" line="75"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10375 <location filename="../src/ProdOnCode.cpp" line="109"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10376 <source>Edit</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10377 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10378 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10379 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10380 <location filename="../src/ProdOnCode.cpp" line="119"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10381 <source>Total items: %1</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10382 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10383 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10384 </context>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10385 <context>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10386 <name>ProdOnDate</name>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10387 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10388 <location filename="../src/ProdOnDate.cpp" line="52"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10389 <source>Brew volume:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10390 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10391 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10392 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10393 <location filename="../src/ProdOnDate.cpp" line="57"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10394 <source>Brewhouse efficiency:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10395 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10396 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10397 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10398 <location filename="../src/ProdOnDate.cpp" line="62"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10399 <source>Boil volume:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10400 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10401 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10402 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10403 <location filename="../src/ProdOnDate.cpp" line="67"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10404 <source>Boil time:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10405 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10406 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10407 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10408 <location filename="../src/ProdOnDate.cpp" line="72"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10409 <source>Original gravity:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10410 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10411 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10412 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10413 <location filename="../src/ProdOnDate.cpp" line="77"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10414 <source>Final gravity:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10415 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10416 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10417 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10418 <location filename="../src/ProdOnDate.cpp" line="82"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10419 <source>Alcohol by Volume:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10420 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10421 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10422 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10423 <location filename="../src/ProdOnDate.cpp" line="87"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10424 <source>CO2 Volume:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10425 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10426 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10427 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10428 <location filename="../src/ProdOnDate.cpp" line="92"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10429 <source>Color EBC:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10430 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10431 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10432 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10433 <location filename="../src/ProdOnDate.cpp" line="97"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10434 <source>Color method:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10435 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10436 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10437 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10438 <location filename="../src/ProdOnDate.cpp" line="102"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10439 <source>Bitterness IBU:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10440 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10441 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10442 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10443 <location filename="../src/ProdOnDate.cpp" line="107"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10444 <source>Bitterness method:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10445 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10446 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10447 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10448 <location filename="../src/ProdOnDate.cpp" line="112"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10449 <source>Remarks:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10450 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10451 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10452 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10453 <location filename="../src/ProdOnDate.cpp" line="122"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10454 <location filename="../src/ProdOnDate.cpp" line="131"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10455 <source> L</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10456 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10457 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10458 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10459 <location filename="../src/ProdOnDate.cpp" line="140"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10460 <location filename="../src/ProdOnDate.cpp" line="165"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10461 <source> %</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10462 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10463 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10464 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10465 <location filename="../src/ProdOnDate.cpp" line="181"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10466 <source> min</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10467 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10468 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10469 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10470 <location filename="../src/ProdOnDate.cpp" line="223"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10471 <source>Quit</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10472 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10473 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10474 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10475 <location filename="../src/ProdOnDate.cpp" line="232"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10476 <source>Open</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10477 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10478 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10479 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10480 <location filename="../src/ProdOnDate.cpp" line="246"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10481 <source>Year</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10482 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10483 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10484 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10485 <location filename="../src/ProdOnDate.cpp" line="246"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10486 <source>Date</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10487 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10488 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10489 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10490 <location filename="../src/ProdOnDate.cpp" line="246"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10491 <source>Code</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10492 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10493 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10494 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10495 <location filename="../src/ProdOnDate.cpp" line="246"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10496 <source>Product</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10497 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10498 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10499 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10500 <location filename="../src/ProdOnDate.cpp" line="289"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10501 <source>Total items: %1</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10502 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10503 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10504 </context>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10505 <context>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10506 <name>ProdOnName</name>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10507 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10508 <location filename="../src/ProdOnName.cpp" line="54"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10509 <source>Quit</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10510 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10511 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10512 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10513 <location filename="../src/ProdOnName.cpp" line="75"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10514 <source>Name</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10515 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10516 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10517 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10518 <location filename="../src/ProdOnName.cpp" line="75"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10519 <source>Style</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10520 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10521 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10522 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10523 <location filename="../src/ProdOnName.cpp" line="75"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10524 <source>OG</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10525 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10526 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10527 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10528 <location filename="../src/ProdOnName.cpp" line="75"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10529 <source>FG</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10530 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10531 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10532 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10533 <location filename="../src/ProdOnName.cpp" line="75"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10534 <source>Date</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10535 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10536 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10537 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10538 <location filename="../src/ProdOnName.cpp" line="75"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10539 <source>Code</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10540 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10541 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10542 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10543 <location filename="../src/ProdOnName.cpp" line="75"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10544 <location filename="../src/ProdOnName.cpp" line="109"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10545 <source>Edit</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10546 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10547 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10548 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10549 <location filename="../src/ProdOnName.cpp" line="119"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10550 <source>Total items: %1</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10551 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10552 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10553 </context>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10554 <context>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10555 <name>ProdOnTree</name>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10556 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10557 <location filename="../src/ProdOnTree.cpp" line="52"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10558 <source>Brew volume:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10559 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10560 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10561 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10562 <location filename="../src/ProdOnTree.cpp" line="57"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10563 <source>Brewhouse efficiency:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10564 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10565 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10566 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10567 <location filename="../src/ProdOnTree.cpp" line="62"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10568 <source>Boil volume:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10569 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10570 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10571 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10572 <location filename="../src/ProdOnTree.cpp" line="67"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10573 <source>Boil time:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10574 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10575 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10576 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10577 <location filename="../src/ProdOnTree.cpp" line="72"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10578 <source>Original gravity:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10579 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10580 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10581 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10582 <location filename="../src/ProdOnTree.cpp" line="77"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10583 <source>Final gravity:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10584 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10585 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10586 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10587 <location filename="../src/ProdOnTree.cpp" line="82"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10588 <source>Alcohol by Volume:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10589 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10590 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10591 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10592 <location filename="../src/ProdOnTree.cpp" line="87"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10593 <source>CO2 Volume:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10594 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10595 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10596 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10597 <location filename="../src/ProdOnTree.cpp" line="92"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10598 <source>Color EBC:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10599 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10600 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10601 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10602 <location filename="../src/ProdOnTree.cpp" line="97"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10603 <source>Color method:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10604 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10605 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10606 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10607 <location filename="../src/ProdOnTree.cpp" line="102"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10608 <source>Bitterness IBU:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10609 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10610 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10611 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10612 <location filename="../src/ProdOnTree.cpp" line="107"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10613 <source>Bitterness method:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10614 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10615 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10616 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10617 <location filename="../src/ProdOnTree.cpp" line="112"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10618 <source>Remarks:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10619 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10620 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10621 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10622 <location filename="../src/ProdOnTree.cpp" line="122"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10623 <location filename="../src/ProdOnTree.cpp" line="131"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10624 <source> L</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10625 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10626 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10627 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10628 <location filename="../src/ProdOnTree.cpp" line="140"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10629 <location filename="../src/ProdOnTree.cpp" line="165"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10630 <source> %</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10631 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10632 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10633 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10634 <location filename="../src/ProdOnTree.cpp" line="181"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10635 <source> min</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10636 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10637 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10638 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10639 <location filename="../src/ProdOnTree.cpp" line="223"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10640 <source>Quit</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10641 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10642 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10643 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10644 <location filename="../src/ProdOnTree.cpp" line="232"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10645 <source>Open</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10646 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10647 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10648 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10649 <location filename="../src/ProdOnTree.cpp" line="246"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10650 <source>Guide</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10651 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10652 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10653 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10654 <location filename="../src/ProdOnTree.cpp" line="246"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10655 <source>Group</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10656 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10657 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10658 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10659 <location filename="../src/ProdOnTree.cpp" line="246"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10660 <source>Style</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10661 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10662 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10663 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10664 <location filename="../src/ProdOnTree.cpp" line="246"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10665 <source>Code</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10666 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10667 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10668 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10669 <location filename="../src/ProdOnTree.cpp" line="246"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10670 <source>Product</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10671 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10672 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10673 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10674 <location filename="../src/ProdOnTree.cpp" line="311"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10675 <source>Total items: %1</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10676 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10677 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10678 </context>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
10679 <context>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10680 <name>ProdStages</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10681 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10682 <location filename="../src/global.cpp" line="28"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10683 <source>Plan</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10684 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10685 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10686 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10687 <location filename="../src/global.cpp" line="29"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10688 <source>Wait</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10689 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10690 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10691 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10692 <location filename="../src/global.cpp" line="30"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10693 <source>Brew</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10694 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10695 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10696 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10697 <location filename="../src/global.cpp" line="31"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10698 <source>Primary</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10699 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10700 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10701 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10702 <location filename="../src/global.cpp" line="32"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10703 <source>Secondary</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10704 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10705 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10706 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10707 <location filename="../src/global.cpp" line="33"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10708 <source>Tertiary</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10709 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10710 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10711 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10712 <location filename="../src/global.cpp" line="34"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10713 <source>Package</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10714 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10715 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10716 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10717 <location filename="../src/global.cpp" line="35"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10718 <source>Carbonation</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10719 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10720 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10721 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10722 <location filename="../src/global.cpp" line="36"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10723 <source>Mature</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10724 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10725 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10726 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10727 <location filename="../src/global.cpp" line="37"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10728 <source>Taste</source>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
10729 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
10730 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
10731 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
10732 <location filename="../src/global.cpp" line="38"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10733 <source>Ready</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10734 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10735 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10736 <message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
10737 <location filename="../src/global.cpp" line="39"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10738 <source>Closed</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10739 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10740 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10741 </context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10742 <context>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10743 <name>ProfileFerments</name>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10744 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10745 <location filename="../src/ProfileFerments.cpp" line="52"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10746 <source>Quit</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10747 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10748 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10749 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10750 <location filename="../src/ProfileFerments.cpp" line="61"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10751 <source>New</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10752 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10753 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10754 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10755 <location filename="../src/ProfileFerments.cpp" line="84"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10756 <source>Name</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10757 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10758 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10759 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10760 <location filename="../src/ProfileFerments.cpp" line="84"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10761 <source>Start low</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10762 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10763 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10764 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10765 <location filename="../src/ProfileFerments.cpp" line="84"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10766 <source>Start high</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10767 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10768 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10769 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10770 <location filename="../src/ProfileFerments.cpp" line="84"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10771 <source>Sensor</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10772 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10773 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10774 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10775 <location filename="../src/ProfileFerments.cpp" line="84"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10776 <source>Steps</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10777 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10778 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10779 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10780 <location filename="../src/ProfileFerments.cpp" line="84"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10781 <source>Duration</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10782 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10783 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10784 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10785 <location filename="../src/ProfileFerments.cpp" line="84"/>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10786 <location filename="../src/ProfileFerments.cpp" line="134"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10787 <source>Edit</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10788 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10789 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10790 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10791 <location filename="../src/ProfileFerments.cpp" line="115"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10792 <source>Fridge</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10793 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10794 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10795 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10796 <location filename="../src/ProfileFerments.cpp" line="115"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10797 <source>Beer</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10798 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10799 </message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10800 <message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10801 <location filename="../src/ProfileFerments.cpp" line="143"/>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10802 <source>Total items: %1</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10803 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10804 </message>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10805 </context>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10806 <context>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10807 <name>ProfileMashs</name>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10808 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10809 <location filename="../src/ProfileMashs.cpp" line="51"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10810 <source>Quit</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10811 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10812 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10813 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10814 <location filename="../src/ProfileMashs.cpp" line="60"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10815 <source>New</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10816 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10817 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10818 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10819 <location filename="../src/ProfileMashs.cpp" line="83"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10820 <source>Name</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10821 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10822 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10823 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10824 <location filename="../src/ProfileMashs.cpp" line="83"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10825 <source>Notes</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10826 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10827 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10828 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10829 <location filename="../src/ProfileMashs.cpp" line="83"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10830 <source>Steps</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10831 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10832 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10833 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10834 <location filename="../src/ProfileMashs.cpp" line="83"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10835 <location filename="../src/ProfileMashs.cpp" line="122"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10836 <source>Edit</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10837 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10838 </message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10839 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10840 <location filename="../src/ProfileMashs.cpp" line="131"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10841 <source>Total items: %1</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10842 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10843 </message>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10844 </context>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10845 <context>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10846 <name>ProfileStyles</name>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10847 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10848 <location filename="../src/ProfileStyles.cpp" line="51"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10849 <source>Quit</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10850 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10851 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10852 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10853 <location filename="../src/ProfileStyles.cpp" line="60"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10854 <source>New</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10855 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10856 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10857 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10858 <location filename="../src/ProfileStyles.cpp" line="83"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10859 <source>Guide</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10860 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10861 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10862 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10863 <location filename="../src/ProfileStyles.cpp" line="83"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10864 <source>Gr</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10865 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10866 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10867 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10868 <location filename="../src/ProfileStyles.cpp" line="83"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10869 <source>Name</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10870 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10871 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10872 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10873 <location filename="../src/ProfileStyles.cpp" line="83"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10874 <source>OG</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10875 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10876 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10877 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10878 <location filename="../src/ProfileStyles.cpp" line="83"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10879 <source>FG</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10880 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10881 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10882 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10883 <location filename="../src/ProfileStyles.cpp" line="84"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10884 <source>IBU</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10885 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10886 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10887 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10888 <location filename="../src/ProfileStyles.cpp" line="84"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10889 <source>EBC</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10890 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10891 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10892 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10893 <location filename="../src/ProfileStyles.cpp" line="84"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10894 <source>Co2</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10895 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10896 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10897 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10898 <location filename="../src/ProfileStyles.cpp" line="84"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10899 <source>ABV</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10900 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10901 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10902 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10903 <location filename="../src/ProfileStyles.cpp" line="84"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10904 <location filename="../src/ProfileStyles.cpp" line="180"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10905 <source>Edit</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10906 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10907 </message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10908 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10909 <location filename="../src/ProfileStyles.cpp" line="189"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10910 <source>Total items: %1</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10911 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10912 </message>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10913 </context>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10914 <context>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10915 <name>ProfileWaters</name>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10916 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10917 <location filename="../src/ProfileWaters.cpp" line="51"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10918 <source>Quit</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10919 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10920 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10921 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10922 <location filename="../src/ProfileWaters.cpp" line="60"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10923 <source>New</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10924 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10925 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10926 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10927 <location filename="../src/ProfileWaters.cpp" line="83"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10928 <source>Name</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10929 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10930 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10931 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10932 <location filename="../src/ProfileWaters.cpp" line="83"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10933 <source>Notes</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10934 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10935 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10936 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10937 <location filename="../src/ProfileWaters.cpp" line="83"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10938 <source>Ca</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10939 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10940 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10941 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10942 <location filename="../src/ProfileWaters.cpp" line="83"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10943 <source>Mg</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10944 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10945 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10946 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10947 <location filename="../src/ProfileWaters.cpp" line="83"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10948 <source>Na</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10949 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10950 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10951 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10952 <location filename="../src/ProfileWaters.cpp" line="83"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10953 <source>CaCO3</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10954 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10955 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10956 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10957 <location filename="../src/ProfileWaters.cpp" line="83"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10958 <source>Cl</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10959 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10960 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10961 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10962 <location filename="../src/ProfileWaters.cpp" line="83"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10963 <source>SO4</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10964 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10965 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10966 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10967 <location filename="../src/ProfileWaters.cpp" line="83"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10968 <source>pH</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10969 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10970 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10971 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10972 <location filename="../src/ProfileWaters.cpp" line="83"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10973 <location filename="../src/ProfileWaters.cpp" line="147"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10974 <source>Edit</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10975 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10976 </message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10977 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10978 <location filename="../src/ProfileWaters.cpp" line="156"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10979 <source>Total items: %1</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10980 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10981 </message>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10982 </context>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10983 <context>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10984 <name>QApplication</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10985 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10986 <location filename="../src/main.cpp" line="114"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10987 <source>Application terminates</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10988 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10989 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10990 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10991 <location filename="../src/main.cpp" line="115"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10992 <source>The application encountered a fatal error.
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10993 Error message:
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10994 %1</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10995 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10996 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10997 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10998 <context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10999 <name>QObject</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11000 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
11001 <location filename="../src/Utils.cpp" line="73"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
11002 <source>1 hour</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
11003 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
11004 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
11005 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
11006 <location filename="../src/Utils.cpp" line="75"/>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
11007 <location filename="../src/Utils.cpp" line="85"/>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
11008 <location filename="../src/Utils.cpp" line="92"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
11009 <source>hours</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
11010 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
11011 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
11012 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
11013 <location filename="../src/Utils.cpp" line="81"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11014 <source>1 day</source>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
11015 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
11016 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
11017 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
11018 <location filename="../src/Utils.cpp" line="83"/>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
11019 <location filename="../src/Utils.cpp" line="85"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11020 <source>1 day, </source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11021 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11022 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11023 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
11024 <location filename="../src/Utils.cpp" line="83"/>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
11025 <location filename="../src/Utils.cpp" line="90"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11026 <source>hour</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11027 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11028 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11029 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
11030 <location filename="../src/Utils.cpp" line="88"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11031 <source>days</source>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11032 <translation type="unfinished"></translation>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11033 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11034 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
11035 <location filename="../src/Utils.cpp" line="90"/>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
11036 <location filename="../src/Utils.cpp" line="92"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
11037 <source>days, </source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
11038 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
11039 </message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11040 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
11041 <location filename="../src/database/db_recipe.cpp" line="31"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
11042 <location filename="../src/database/db_recipe.cpp" line="636"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
11043 <location filename="../src/database/db_recipe.cpp" line="669"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
11044 <location filename="../src/database/db_product.cpp" line="31"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
11045 <location filename="../src/database/db_product.cpp" line="997"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
11046 <location filename="../src/database/db_product.cpp" line="1030"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
11047 <source>Database error</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
11048 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
11049 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
11050 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
11051 <location filename="../src/database/db_recipe.cpp" line="31"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
11052 <location filename="../src/database/db_product.cpp" line="31"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
11053 <source>MySQL error: record %1 not found</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
11054 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
11055 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
11056 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
11057 <location filename="../src/database/db_recipe.cpp" line="637"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
11058 <location filename="../src/database/db_recipe.cpp" line="670"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
11059 <location filename="../src/database/db_product.cpp" line="998"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
11060 <location filename="../src/database/db_product.cpp" line="1031"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
11061 <source>MySQL error: %1
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
11062 %2
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
11063 %3</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
11064 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
11065 </message>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11066 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11067 <context>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11068 <name>RecipeType</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11069 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11070 <location filename="../src/global.cpp" line="53"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11071 <source>Extract</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11072 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11073 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11074 <message>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
11075 <location filename="../src/global.cpp" line="54"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11076 <source>Partial Mash</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11077 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11078 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11079 <message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11080 <location filename="../src/global.cpp" line="55"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11081 <source>All Grain</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11082 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11083 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11084 </context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11085 <context>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11086 <name>RecipesTree</name>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11087 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11088 <location filename="../src/RecipesTree.cpp" line="52"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11089 <source>Brew volume:</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11090 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11091 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11092 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11093 <location filename="../src/RecipesTree.cpp" line="57"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11094 <source>Brewhouse efficiency:</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11095 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11096 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11097 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11098 <location filename="../src/RecipesTree.cpp" line="62"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11099 <source>Boil volume:</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11100 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11101 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11102 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11103 <location filename="../src/RecipesTree.cpp" line="67"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11104 <source>Boil time:</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11105 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11106 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11107 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11108 <location filename="../src/RecipesTree.cpp" line="72"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11109 <source>Original gravity:</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11110 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11111 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11112 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11113 <location filename="../src/RecipesTree.cpp" line="77"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11114 <source>Final gravity:</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11115 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11116 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11117 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11118 <location filename="../src/RecipesTree.cpp" line="82"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11119 <source>Alcohol by Volume:</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11120 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11121 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11122 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11123 <location filename="../src/RecipesTree.cpp" line="87"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11124 <source>CO2 Volume:</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11125 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11126 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11127 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11128 <location filename="../src/RecipesTree.cpp" line="92"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11129 <source>Color EBC:</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11130 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11131 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11132 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11133 <location filename="../src/RecipesTree.cpp" line="97"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11134 <source>Color method:</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11135 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11136 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11137 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11138 <location filename="../src/RecipesTree.cpp" line="102"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11139 <source>Bitterness IBU:</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11140 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11141 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11142 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11143 <location filename="../src/RecipesTree.cpp" line="107"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11144 <source>Bitterness method:</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11145 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11146 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11147 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11148 <location filename="../src/RecipesTree.cpp" line="112"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11149 <source>Remarks:</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11150 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11151 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11152 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11153 <location filename="../src/RecipesTree.cpp" line="122"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11154 <location filename="../src/RecipesTree.cpp" line="131"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11155 <source> L</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11156 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11157 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11158 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11159 <location filename="../src/RecipesTree.cpp" line="140"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11160 <location filename="../src/RecipesTree.cpp" line="165"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11161 <source> %</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11162 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11163 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11164 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11165 <location filename="../src/RecipesTree.cpp" line="181"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11166 <source> min</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11167 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11168 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11169 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11170 <location filename="../src/RecipesTree.cpp" line="226"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11171 <source>Quit</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11172 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11173 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11174 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11175 <location filename="../src/RecipesTree.cpp" line="234"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11176 <source>New</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11177 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11178 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11179 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11180 <location filename="../src/RecipesTree.cpp" line="242"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11181 <source>Open</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11182 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11183 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11184 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11185 <location filename="../src/RecipesTree.cpp" line="257"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11186 <source>Guide</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11187 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11188 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11189 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11190 <location filename="../src/RecipesTree.cpp" line="257"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11191 <source>Group</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11192 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11193 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11194 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11195 <location filename="../src/RecipesTree.cpp" line="257"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11196 <source>Style</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11197 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11198 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11199 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11200 <location filename="../src/RecipesTree.cpp" line="257"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11201 <source>Recipe</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11202 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11203 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11204 <message>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
11205 <location filename="../src/RecipesTree.cpp" line="320"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11206 <source>Total items: %1</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11207 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11208 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11209 </context>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11210 <context>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11211 <name>Setup</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11212 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11213 <location filename="../src/Setup.cpp" line="42"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11214 <source>Brewery name:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11215 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11216 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11217 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11218 <location filename="../src/Setup.cpp" line="58"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11219 <source>First Wort Hop factor:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11220 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11221 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11222 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11223 <location filename="../src/Setup.cpp" line="64"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11224 <source>Mash Hop factor:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11225 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11226 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11227 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11228 <location filename="../src/Setup.cpp" line="70"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11229 <source>Pellet Hop factor:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11230 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11231 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11232 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11233 <location filename="../src/Setup.cpp" line="76"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11234 <source>Hop Plugs factor:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11235 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11236 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11237 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11238 <location filename="../src/Setup.cpp" line="82"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11239 <source>Wet Hop factor:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11240 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11241 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11242 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11243 <location filename="../src/Setup.cpp" line="88"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11244 <source>Cryo Hop® factor:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11245 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11246 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11247 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11248 <location filename="../src/Setup.cpp" line="98"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11249 <location filename="../src/Setup.cpp" line="108"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11250 <location filename="../src/Setup.cpp" line="118"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11251 <location filename="../src/Setup.cpp" line="127"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11252 <location filename="../src/Setup.cpp" line="137"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11253 <location filename="../src/Setup.cpp" line="147"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11254 <source>%</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11255 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11256 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11257 <message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11258 <location filename="../src/Setup.cpp" line="153"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11259 <source>Grain Absorbtion:</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11260 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11261 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11262 <message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11263 <location filename="../src/Setup.cpp" line="159"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11264 <source>Brix Correction factor:</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11265 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11266 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11267 <message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11268 <location filename="../src/Setup.cpp" line="177"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11269 <source>Brew settings.</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11270 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11271 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11272 <message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11273 <location filename="../src/Setup.cpp" line="46"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11274 <source>The name for this brewery.</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11275 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11276 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11277 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11278 <location filename="../src/Setup.cpp" line="97"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11279 <source>The efficiency for First Wort Hopping.</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11280 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11281 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11282 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11283 <location filename="../src/Setup.cpp" line="107"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11284 <source>The efficiency for Mash hopping.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11285 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11286 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11287 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11288 <location filename="../src/Setup.cpp" line="117"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11289 <source>The efficiency for hop pellets.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11290 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11291 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11292 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11293 <location filename="../src/Setup.cpp" line="126"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11294 <source>The efficiency for hop plugs.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11295 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11296 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11297 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11298 <location filename="../src/Setup.cpp" line="136"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11299 <source>The efficiency for fresh hops.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11300 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11301 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11302 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11303 <location filename="../src/Setup.cpp" line="146"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11304 <source>The efficiency for using Cryo Hop®.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11305 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11306 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11307 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11308 <location filename="../src/Setup.cpp" line="165"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11309 <source>Brewery height meters:</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11310 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11311 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11312 <message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11313 <location filename="../src/Setup.cpp" line="183"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11314 <source>Color Calculation:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11315 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11316 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11317 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11318 <location filename="../src/Setup.cpp" line="189"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11319 <source>IBU Calculation:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11320 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11321 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11322 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11323 <location filename="../src/Setup.cpp" line="195"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11324 <source>Default Water:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11325 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11326 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11327 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11328 <location filename="../src/Setup.cpp" line="201"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11329 <source>Private Yeast bank:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11330 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11331 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11332 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11333 <location filename="../src/Setup.cpp" line="213"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11334 <source>Absorbtion with water by the grain (L/Kg)</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11335 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11336 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11337 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11338 <location filename="../src/Setup.cpp" line="214"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11339 <source> L/Kg</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11340 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11341 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11342 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11343 <location filename="../src/Setup.cpp" line="226"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11344 <source>Plato to Brix conversion factor.</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11345 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11346 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11347 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11348 <location filename="../src/Setup.cpp" line="237"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11349 <source>Height in meters above/below sealevel to calculate the exact boiling point and hop isomerizon.</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11350 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11351 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11352 <message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11353 <location filename="../src/Setup.cpp" line="245"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11354 <location filename="../src/Setup.cpp" line="253"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11355 <location filename="../src/Setup.cpp" line="261"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11356 <location filename="../src/Setup.cpp" line="269"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11357 <source>Choose color</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11358 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11359 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11360 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11361 <location filename="../src/Setup.cpp" line="275"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11362 <source>Logo here</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11363 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11364 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11365 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11366 <location filename="../src/Setup.cpp" line="283"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11367 <source>Quit</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11368 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11369 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11370 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11371 <location filename="../src/Setup.cpp" line="291"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11372 <source>Save</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11373 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11374 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11375 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11376 <location filename="../src/Setup.cpp" line="300"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11377 <source>Load logo</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11378 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11379 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11380 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11381 <location filename="../src/Setup.cpp" line="310"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11382 <location filename="../src/Setup.cpp" line="506"/>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11383 <location filename="../src/Setup.cpp" line="533"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11384 <source>Setup</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11385 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11386 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11387 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11388 <location filename="../src/Setup.cpp" line="356"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11389 <source>Choose default water</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11390 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11391 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11392 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11393 <location filename="../src/Setup.cpp" line="372"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11394 <source>Choose laboratory</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11395 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11396 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11397 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11398 <location filename="../src/Setup.cpp" line="401"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11399 <source>Cannot load %1: %2</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11400 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11401 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11402 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11403 <location filename="../src/Setup.cpp" line="436"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11404 <source>Open File</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11405 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11406 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11407 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11408 <location filename="../src/Setup.cpp" line="495"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11409 <source>Database error</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11410 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11411 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
11412 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11413 <location filename="../src/Setup.cpp" line="496"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11414 <source>MySQL error: %1
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11415 %2
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11416 %3</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11417 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11418 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11419 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11420 <location filename="../src/Setup.cpp" line="513"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11421 <source>Setup changed</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11422 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11423 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11424 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11425 <location filename="../src/Setup.cpp" line="513"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
11426 <source>The global setup has been modified. Save changes?</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11427 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11428 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11429 </context>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11430 <context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11431 <name>Splitter</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11432 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11433 <location filename="../src/global.cpp" line="43"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11434 <source>Not divided</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11435 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11436 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11437 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11438 <location filename="../src/global.cpp" line="44"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11439 <source>After mash</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11440 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11441 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11442 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11443 <location filename="../src/global.cpp" line="45"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11444 <source>After boil</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11445 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11446 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11447 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11448 <location filename="../src/global.cpp" line="46"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11449 <source>After cooling</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11450 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11451 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11452 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11453 <location filename="../src/global.cpp" line="47"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11454 <source>After primary</source>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
11455 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
11456 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
11457 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
11458 <location filename="../src/global.cpp" line="48"/>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11459 <source>After secondary</source>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11460 <translation type="unfinished"></translation>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11461 </message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11462 <message>
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11463 <location filename="../src/global.cpp" line="49"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11464 <source>After tertiary</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11465 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11466 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11467 </context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11468 <context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11469 <name>StepType</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11470 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11471 <location filename="../src/global.cpp" line="188"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11472 <source>Infusion</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11473 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11474 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11475 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11476 <location filename="../src/global.cpp" line="189"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11477 <source>Temperature</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11478 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11479 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11480 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11481 <location filename="../src/global.cpp" line="190"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11482 <source>Decoction</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11483 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11484 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11485 </context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11486 <context>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
11487 <name>ThermoMeter</name>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
11488 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
11489 <location filename="../src/analog/thermometer.cpp" line="49"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
11490 <source>Analog Thermometer</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
11491 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
11492 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
11493 </context>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
11494 <context>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11495 <name>TunMaterial</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11496 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11497 <location filename="../src/global.cpp" line="194"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11498 <source>Stainless Steel</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11499 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11500 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11501 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11502 <location filename="../src/global.cpp" line="195"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11503 <source>Aluminium</source>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
11504 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
11505 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
11506 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11507 <location filename="../src/global.cpp" line="196"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11508 <source>Plastics</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11509 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11510 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11511 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11512 <location filename="../src/global.cpp" line="197"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11513 <source>Copper</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11514 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11515 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11516 </context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11517 <context>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
11518 <name>WallClock</name>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
11519 <message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
11520 <location filename="../src/analog/wallclock.cpp" line="55"/>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
11521 <source>Analog Clock</source>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
11522 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
11523 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
11524 </context>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
11525 <context>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11526 <name>YeastForm</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11527 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11528 <location filename="../src/global.cpp" line="165"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11529 <source>Liquid</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11530 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11531 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11532 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11533 <location filename="../src/global.cpp" line="166"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11534 <source>Dry</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11535 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11536 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11537 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11538 <location filename="../src/global.cpp" line="167"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11539 <source>Slant</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11540 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11541 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11542 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11543 <location filename="../src/global.cpp" line="168"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11544 <source>Culture</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11545 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11546 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11547 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11548 <location filename="../src/global.cpp" line="169"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11549 <source>Frozen</source>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
11550 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
11551 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
11552 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11553 <location filename="../src/global.cpp" line="170"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11554 <source>Bottle</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11555 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11556 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11557 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11558 <location filename="../src/global.cpp" line="171"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11559 <source>Dried</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11560 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11561 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11562 </context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11563 <context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11564 <name>YeastStarter</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11565 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11566 <location filename="../src/global.cpp" line="182"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11567 <source>Stirred</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11568 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11569 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11570 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11571 <location filename="../src/global.cpp" line="183"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11572 <source>Shaken</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11573 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11574 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11575 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11576 <location filename="../src/global.cpp" line="184"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11577 <source>Simple</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11578 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11579 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11580 </context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11581 <context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11582 <name>YeastType</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11583 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11584 <location filename="../src/global.cpp" line="154"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11585 <source>Lager</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11586 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11587 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11588 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11589 <location filename="../src/global.cpp" line="155"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11590 <source>Ale</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11591 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11592 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11593 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11594 <location filename="../src/global.cpp" line="156"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11595 <source>Wheat</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11596 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11597 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11598 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11599 <location filename="../src/global.cpp" line="157"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11600 <source>Wine</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11601 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11602 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11603 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11604 <location filename="../src/global.cpp" line="158"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11605 <source>Champagne</source>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11606 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11607 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11608 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11609 <location filename="../src/global.cpp" line="159"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11610 <source>Brett</source>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
11611 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
11612 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
11613 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11614 <location filename="../src/global.cpp" line="160"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11615 <source>Kveik</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11616 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11617 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11618 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11619 <location filename="../src/global.cpp" line="161"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11620 <source>Hybrid</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11621 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11622 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11623 </context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11624 <context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11625 <name>YeastUse</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11626 <message>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11627 <location filename="../src/global.cpp" line="175"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11628 <source>Primary</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11629 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11630 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11631 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11632 <location filename="../src/global.cpp" line="176"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11633 <source>Secondary</source>
327
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
11634 <translation type="unfinished"></translation>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
11635 </message>
f44bb52f760f Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 306
diff changeset
11636 <message>
341
1b1e2d4c1a3e Cooling method dropdown table loads from a global table. Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 334
diff changeset
11637 <location filename="../src/global.cpp" line="177"/>
360
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11638 <source>Tertiary</source>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11639 <translation type="unfinished"></translation>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11640 </message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11641 <message>
b70cfa20ac46 Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 351
diff changeset
11642 <location filename="../src/global.cpp" line="178"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11643 <source>Bottle</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11644 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11645 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
11646 </context>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
11647 </TS>

mercurial