translations/bmsapp_en.ts

Thu, 30 Jun 2022 21:05:30 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 30 Jun 2022 21:05:30 +0200
changeset 323
d053ffbbf3e9
parent 306
d45c502ce77f
child 327
f44bb52f760f
permissions
-rw-r--r--

Started with change and signal functions. Implemented mode change for test. The MainWindow webSocket is now global so the Detail screens can send websocket messages.

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 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
17 <location filename="../ui/AboutDialog.ui" line="44"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
18 <source>Code:
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
19 Author: Michiel Broek
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
20 Source: https://hg.mbse.eu/bmsapp/
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
21 License: GPL v3
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
22
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
23 Theme: QDarkStyleSheet
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
24 Author: Colin Duquesnoy, Daniel Pizetta, Gonzalo Peña-Castellanos, Carlos Cordoba
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
25 Source: https://github.com/ColinDuquesnoy/QDarkStyleSheet
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
26 License: MIT
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
27
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
28 Icons: Silk
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
29 Author: Mark James
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
30 Source: http://www.famfamfam.com/lab/icons/silk/
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
31 License: Creative Commons Attribution 2.5 License</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
32 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
33 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
34 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
35 <context>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
36 <name>BeerType</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
37 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
38 <location filename="../src/global.cpp" line="57"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
39 <source>Lager</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
40 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
41 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
42 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
43 <location filename="../src/global.cpp" line="58"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
44 <source>Ale</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
45 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
46 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
47 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
48 <location filename="../src/global.cpp" line="59"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
49 <source>Mead</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
50 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
51 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
52 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
53 <location filename="../src/global.cpp" line="60"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
54 <source>Wheat</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
55 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
56 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
57 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
58 <location filename="../src/global.cpp" line="61"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
59 <source>Mixed</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
60 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
61 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
62 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
63 <location filename="../src/global.cpp" line="62"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
64 <source>Cider</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
65 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
66 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
67 </context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
68 <context>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
69 <name>EditEquipment</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
70 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
71 <location filename="../ui/EditEquipment.ui" line="14"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
72 <source>Dialog</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
73 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
74 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
75 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
76 <location filename="../ui/EditEquipment.ui" line="29"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
77 <source>Name:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
78 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
79 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
80 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
81 <location filename="../ui/EditEquipment.ui" line="45"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
82 <source>Notes:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
83 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
84 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
85 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
86 <location filename="../ui/EditEquipment.ui" line="64"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
87 <source>Name of this equipment</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
88 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
89 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
90 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
91 <location filename="../ui/EditEquipment.ui" line="77"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
92 <source>Notes and usage tips.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
93 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
94 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
95 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
96 <location filename="../ui/EditEquipment.ui" line="96"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
97 <source>Quit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
98 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
99 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
100 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
101 <location filename="../ui/EditEquipment.ui" line="116"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
102 <source>Save</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
103 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
104 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
105 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
106 <location filename="../ui/EditEquipment.ui" line="136"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
107 <source>Delete</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
108 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
109 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
110 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
111 <location filename="../ui/EditEquipment.ui" line="153"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
112 <source>Calculate boil volume:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
113 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
114 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
115 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
116 <location filename="../ui/EditEquipment.ui" line="169"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
117 <source>Yes</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
118 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
119 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
120 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
121 <location filename="../ui/EditEquipment.ui" line="182"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
122 <source>Mashing</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
123 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
124 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
125 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
126 <location filename="../ui/EditEquipment.ui" line="228"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
127 <source>Tun volume L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
128 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
129 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
130 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
131 <location filename="../ui/EditEquipment.ui" line="244"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
132 <source>Tun height cm:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
133 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
134 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
135 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
136 <location filename="../ui/EditEquipment.ui" line="260"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
137 <source>Tun weight kg:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
138 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
139 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
140 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
141 <location filename="../ui/EditEquipment.ui" line="276"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
142 <source>Tun material:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
143 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
144 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
145 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
146 <location filename="../ui/EditEquipment.ui" line="292"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
147 <source>Tun specific heat:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
148 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
149 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
150 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
151 <location filename="../ui/EditEquipment.ui" line="308"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
152 <source>Mash water L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
153 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
154 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
155 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
156 <location filename="../ui/EditEquipment.ui" line="324"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
157 <source>Maximum malts kg:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
158 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
159 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
160 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
161 <location filename="../ui/EditEquipment.ui" line="500"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
162 <source>Lautering</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
163 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
164 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
165 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
166 <location filename="../ui/EditEquipment.ui" line="515"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
167 <source>Lauter volume L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
168 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
169 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
170 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
171 <location filename="../ui/EditEquipment.ui" line="531"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
172 <source>Lauter height cm:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
173 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
174 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
175 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
176 <location filename="../ui/EditEquipment.ui" line="547"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
177 <source>Lauter deadspace L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
178 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
179 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
180 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
181 <location filename="../ui/EditEquipment.ui" line="563"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
182 <source>Brewhouse efficiency %:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
183 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
184 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
185 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
186 <location filename="../ui/EditEquipment.ui" line="692"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
187 <source>Boiling</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
188 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
189 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
190 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
191 <location filename="../ui/EditEquipment.ui" line="704"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
192 <source>Kettle volume L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
193 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
194 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
195 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
196 <location filename="../ui/EditEquipment.ui" line="748"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
197 <source>Kettle heigh cmt:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
198 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
199 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
200 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
201 <location filename="../ui/EditEquipment.ui" line="792"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
202 <source>Boil size L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
203 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
204 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
205 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
206 <location filename="../ui/EditEquipment.ui" line="836"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
207 <source>Evaporation L/hour:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
208 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
209 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
210 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
211 <location filename="../ui/EditEquipment.ui" line="852"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
212 <source>Boil time minutes:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
213 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
214 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
215 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
216 <location filename="../ui/EditEquipment.ui" line="868"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
217 <source>Top up kettle L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
218 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
219 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
220 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
221 <location filename="../ui/EditEquipment.ui" line="884"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
222 <source>Hop utilization %:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
223 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
224 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
225 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
226 <location filename="../ui/EditEquipment.ui" line="900"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
227 <source>Batch size L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
228 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
229 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
230 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
231 <location filename="../ui/EditEquipment.ui" line="1000"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
232 <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
233 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
234 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
235 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
236 <location filename="../ui/EditEquipment.ui" line="1066"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
237 <source>Chilling</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
238 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
239 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
240 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
241 <location filename="../ui/EditEquipment.ui" line="1081"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
242 <source>Trub chiller loss L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
243 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
244 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
245 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
246 <location filename="../ui/EditEquipment.ui" line="1125"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
247 <source>Extra water in fermenter L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
248 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
249 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
250 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
251 <location filename="../ui/EditEquipment.ui" line="1141"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
252 <source>Volume in fermenter L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
253 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
254 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
255 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
256 <location filename="../src/EditEquipment.cpp" line="32"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
257 <source>Stainless Steel</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
258 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
259 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
260 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
261 <location filename="../src/EditEquipment.cpp" line="33"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
262 <source>Aluminium</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
263 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
264 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
265 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
266 <location filename="../src/EditEquipment.cpp" line="34"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
267 <source>Plastics</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
268 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
269 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
270 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
271 <location filename="../src/EditEquipment.cpp" line="35"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
272 <source>Copper</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
273 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
274 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
275 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
276 <location filename="../src/EditEquipment.cpp" line="149"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
277 <source>BMSapp - Add new equipment</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
278 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
279 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
280 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
281 <location filename="../src/EditEquipment.cpp" line="151"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
282 <source>BMSapp - Edit equipment %1</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
283 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
284 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
285 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
286 <location filename="../src/EditEquipment.cpp" line="167"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
287 <source>Edit Equipment</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
288 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
289 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
290 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
291 <location filename="../src/EditEquipment.cpp" line="167"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
292 <source>Name empty or too short.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
293 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
294 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
295 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
296 <location filename="../src/EditEquipment.cpp" line="225"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
297 <location filename="../src/EditEquipment.cpp" line="250"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
298 <source>Database error</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
299 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
300 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
301 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
302 <location filename="../src/EditEquipment.cpp" line="226"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
303 <location filename="../src/EditEquipment.cpp" line="251"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
304 <source>MySQL error: %1
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
305 %2
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
306 %3</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
307 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
308 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
309 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
310 <location filename="../src/EditEquipment.cpp" line="299"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
311 <source>Equipment changed</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
312 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
313 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
314 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
315 <location filename="../src/EditEquipment.cpp" line="299"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
316 <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
317 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
318 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
319 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
320 <context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
321 <name>EditFermentable</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
322 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
323 <location filename="../ui/EditFermentable.ui" line="14"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
324 <source>Dialog</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
325 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
326 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
327 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
328 <location filename="../ui/EditFermentable.ui" line="29"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
329 <source>Name:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
330 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
331 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
332 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
333 <location filename="../ui/EditFermentable.ui" line="45"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
334 <source>Notes:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
335 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
336 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
337 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
338 <location filename="../ui/EditFermentable.ui" line="61"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
339 <source>Type:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
340 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
341 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
342 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
343 <location filename="../ui/EditFermentable.ui" line="77"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
344 <source>Grain type:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
345 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
346 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
347 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
348 <location filename="../ui/EditFermentable.ui" line="93"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
349 <source>Origin:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
350 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
351 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
352 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
353 <location filename="../ui/EditFermentable.ui" line="109"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
354 <source>Supplier:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
355 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
356 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
357 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
358 <location filename="../ui/EditFermentable.ui" line="125"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
359 <source>Max in batch:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
360 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
361 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
362 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
363 <location filename="../ui/EditFermentable.ui" line="141"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
364 <source>Recommend mash:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
365 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
366 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
367 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
368 <location filename="../ui/EditFermentable.ui" line="157"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
369 <source>Add after boil:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
370 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
371 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
372 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
373 <location filename="../ui/EditFermentable.ui" line="173"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
374 <source>Add moment:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
375 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
376 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
377 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
378 <location filename="../ui/EditFermentable.ui" line="189"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
379 <source>Always on stock:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
380 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
381 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
382 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
383 <location filename="../ui/EditFermentable.ui" line="221"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
384 <source>Cost per Kg:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
385 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
386 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
387 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
388 <location filename="../ui/EditFermentable.ui" line="253"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
389 <source>Yield:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
390 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
391 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
392 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
393 <location filename="../ui/EditFermentable.ui" line="269"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
394 <source>Color EBC:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
395 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
396 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
397 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
398 <location filename="../ui/EditFermentable.ui" line="285"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
399 <source>Moisture:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
400 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
401 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
402 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
403 <location filename="../ui/EditFermentable.ui" line="301"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
404 <source>Coarse fine diff:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
405 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
406 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
407 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
408 <location filename="../ui/EditFermentable.ui" line="317"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
409 <source>Protein:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
410 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
411 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
412 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
413 <location filename="../ui/EditFermentable.ui" line="205"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
414 <source>Inventory Kg:</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
415 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
416 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
417 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
418 <location filename="../ui/EditFermentable.ui" line="237"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
419 <source>Total:</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
420 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
421 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
422 <message>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
423 <location filename="../ui/EditFermentable.ui" line="333"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
424 <source>Windisch-Kolbach:</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
425 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
426 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
427 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
428 <location filename="../ui/EditFermentable.ui" line="349"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
429 <source>Dissolved protein:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
430 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
431 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
432 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
433 <location filename="../ui/EditFermentable.ui" line="365"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
434 <source>Dissolved pH:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
435 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
436 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
437 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
438 <location filename="../ui/EditFermentable.ui" line="381"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
439 <source>Acid to pH 5.7:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
440 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
441 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
442 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
443 <location filename="../ui/EditFermentable.ui" line="397"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
444 <source>Production date:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
445 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
446 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
447 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
448 <location filename="../ui/EditFermentable.ui" line="413"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
449 <source>Best before date:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
450 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
451 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
452 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
453 <location filename="../ui/EditFermentable.ui" line="432"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
454 <source>Name of the fermentable</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
455 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
456 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
457 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
458 <location filename="../ui/EditFermentable.ui" line="445"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
459 <source>Notes and usage tips.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
460 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
461 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
462 <message>
36
beb23d5e0ee0 Finisch yeasts dutch translation.
Michiel Broek <mbroek@mbse.eu>
parents: 31
diff changeset
463 <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
464 <source>Country of origin</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
465 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
466 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
467 <message>
36
beb23d5e0ee0 Finisch yeasts dutch translation.
Michiel Broek <mbroek@mbse.eu>
parents: 31
diff changeset
468 <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
469 <source>Producer or supplier</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
470 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
471 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
472 <message>
36
beb23d5e0ee0 Finisch yeasts dutch translation.
Michiel Broek <mbroek@mbse.eu>
parents: 31
diff changeset
473 <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
474 <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
475 <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
476 <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
477 <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
478 <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
479 <source> %</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
480 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
481 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
482 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
483 <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
484 <source> Kg</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
485 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
486 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
487 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
488 <location filename="../ui/EditFermentable.ui" line="590"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
489 <location filename="../ui/EditFermentable.ui" line="1006"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
490 <source> €</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
491 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
492 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
493 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
494 <location filename="../ui/EditFermentable.ui" line="750"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
495 <source> °WK</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
496 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
497 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
498 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
499 <location filename="../ui/EditFermentable.ui" line="810"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
500 <location filename="../ui/EditFermentable.ui" line="823"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
501 <location filename="../ui/EditFermentable.ui" line="836"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
502 <source>Yes</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
503 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
504 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
505 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
506 <location filename="../ui/EditFermentable.ui" line="885"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
507 <location filename="../ui/EditFermentable.ui" line="918"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
508 <source>yyyy-MM-dd</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
509 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
510 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
511 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
512 <location filename="../ui/EditFermentable.ui" line="940"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
513 <source>Quit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
514 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
515 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
516 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
517 <location filename="../ui/EditFermentable.ui" line="960"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
518 <source>Save</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
519 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
520 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
521 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
522 <location filename="../ui/EditFermentable.ui" line="980"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
523 <source>Delete</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
524 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
525 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
526 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
527 <location filename="../ui/EditFermentable.ui" line="1022"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
528 <source>Lintner:</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
529 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
530 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
531 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
532 <location filename="../ui/EditFermentable.ui" line="1044"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
533 <source> °L</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
534 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
535 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
536 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
537 <location filename="../ui/EditFermentable.ui" line="1066"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
538 <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
539 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
540 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
541 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
542 <location filename="../ui/EditFermentable.ui" line="1069"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
543 <location filename="../ui/EditFermentable.ui" line="1089"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
544 <location filename="../ui/EditFermentable.ui" line="1109"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
545 <location filename="../ui/EditFermentable.ui" line="1129"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
546 <source>...</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
547 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
548 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
549 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
550 <location filename="../ui/EditFermentable.ui" line="1086"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
551 <source>Clear tht date</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
552 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
553 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
554 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
555 <location filename="../ui/EditFermentable.ui" line="1106"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
556 <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
557 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
558 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
559 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
560 <location filename="../ui/EditFermentable.ui" line="1126"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
561 <source>Clear production date</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
562 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
563 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
564 <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
565 <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
566 <source>Grain</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
567 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
568 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
569 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
570 <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
571 <source>Sugar</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
572 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
573 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
574 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
575 <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
576 <source>Extract</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
577 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
578 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
579 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
580 <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
581 <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
582 <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
583 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
584 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
585 <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
586 <source>Adjunct</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
587 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
588 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
589 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
590 <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
591 <source>Base</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
592 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
593 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
594 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
595 <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
596 <source>Roast</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
597 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
598 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
599 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
600 <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
601 <source>Crystal</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
602 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
603 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
604 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
605 <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
606 <source>Kilned</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
607 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
608 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
609 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
610 <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
611 <source>Sour Malt</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
612 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
613 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
614 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
615 <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
616 <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
617 <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
618 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
619 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
620 <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
621 <source>No malt</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
622 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
623 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
624 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
625 <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
626 <source>Mash</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
627 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
628 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
629 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
630 <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
631 <source>Boil</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
632 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
633 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
634 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
635 <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
636 <source>Fermentation</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
637 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
638 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
639 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
640 <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
641 <source>Lagering</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
642 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
643 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
644 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
645 <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
646 <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
647 <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
648 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
649 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
650 <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
651 <source>Kegs</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
652 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
653 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
654 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
655 <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
656 <source>BMSapp - Add new fermentable</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
657 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
658 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
659 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
660 <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
661 <source>BMSapp - Edit fermentable %1</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
662 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
663 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
664 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
665 <location filename="../src/EditFermentable.cpp" line="181"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
666 <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
667 <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
668 <source>Edit Fermentable</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
669 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
670 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
671 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
672 <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
673 <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
674 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
675 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
676 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
677 <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
678 <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
679 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
680 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
681 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
682 <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
683 <source>Supplier empty or too short.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
684 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
685 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
686 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
687 <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
688 <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
689 <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
690 <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
691 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
692 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
693 <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
694 <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
695 <source>MySQL error: %1
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
696 %2
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
697 %3</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
698 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
699 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
700 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
701 <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
702 <source>Fermentable changed</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
703 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
704 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
705 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
706 <location filename="../src/EditFermentable.cpp" line="313"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
707 <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
708 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
709 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
710 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
711 <context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
712 <name>EditHop</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
713 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
714 <location filename="../ui/EditHop.ui" line="14"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
715 <source>Dialog</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
716 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
717 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
718 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
719 <location filename="../ui/EditHop.ui" line="29"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
720 <source>Name:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
721 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
722 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
723 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
724 <location filename="../ui/EditHop.ui" line="45"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
725 <source>Notes:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
726 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
727 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
728 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
729 <location filename="../ui/EditHop.ui" line="61"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
730 <source>Inventory:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
731 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
732 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
733 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
734 <location filename="../ui/EditHop.ui" line="77"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
735 <source>Cost per Kg:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
736 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
737 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
738 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
739 <location filename="../ui/EditHop.ui" line="93"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
740 <source>Total value:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
741 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
742 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
743 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
744 <location filename="../ui/EditHop.ui" line="109"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
745 <source>Harvest date:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
746 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
747 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
748 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
749 <location filename="../ui/EditHop.ui" line="125"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
750 <source>Best BeFore date:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
751 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
752 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
753 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
754 <location filename="../ui/EditHop.ui" line="144"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
755 <source>Name of the hop</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
756 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
757 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
758 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
759 <location filename="../ui/EditHop.ui" line="157"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
760 <source>Notes and usage tips.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
761 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
762 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
763 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
764 <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
765 <source> Kg</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
766 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
767 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
768 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
769 <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
770 <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
771 <source> €</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
772 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
773 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
774 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
775 <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
776 <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
777 <source>yyyy-MM-dd</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
778 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
779 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
780 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
781 <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
782 <source>Quit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
783 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
784 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
785 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
786 <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
787 <source>Save</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
788 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
789 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
790 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
791 <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
792 <source>Delete</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
793 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
794 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
795 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
796 <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
797 <source>Type hop:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
798 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
799 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
800 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
801 <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
802 <source>Origin:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
803 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
804 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
805 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
806 <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
807 <source>Substitudes:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
808 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
809 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
810 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
811 <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
812 <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
813 <source>Hop Stability Index</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
814 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
815 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
816 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
817 <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
818 <source>HSI:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
819 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
820 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
821 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
822 <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
823 <source>Total oil:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
824 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
825 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
826 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
827 <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
828 <source>Humulene:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
829 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
830 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
831 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
832 <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
833 <source>Caryophyllene:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
834 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
835 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
836 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
837 <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
838 <source>Myrcene:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
839 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
840 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
841 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
842 <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
843 <source>Cohumulone:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
844 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
845 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
846 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
847 <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
848 <source>Form:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
849 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
850 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
851 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
852 <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
853 <source>Alpha %:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
854 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
855 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
856 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
857 <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
858 <source>Beta %:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
859 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
860 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
861 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
862 <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
863 <source>Always on stock:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
864 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
865 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
866 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
867 <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
868 <source>Country and place of origin</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
869 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
870 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
871 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
872 <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
873 <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
874 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
875 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
876 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
877 <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
878 <source>Yes</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
879 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
880 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
881 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
882 <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
883 <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
884 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
885 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
886 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
887 <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
888 <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
889 <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
890 <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
891 <source>...</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
892 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
893 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
894 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
895 <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
896 <source>Clear production date</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
897 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
898 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
899 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
900 <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
901 <source>Clear tht date</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
902 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
903 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
904 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
905 <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
906 <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
907 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
908 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
909 <message>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
910 <location filename="../src/EditHop.cpp" line="32"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
911 <source>Bittering</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
912 <translation type="unfinished"></translation>
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 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
915 <location filename="../src/EditHop.cpp" line="33"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
916 <source>Aroma</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
917 <translation type="unfinished"></translation>
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 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
920 <location filename="../src/EditHop.cpp" line="34"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
921 <source>Both</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
922 <translation type="unfinished"></translation>
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 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
925 <location filename="../src/EditHop.cpp" line="36"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
926 <source>Pellet</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
927 <translation type="unfinished"></translation>
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 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
930 <location filename="../src/EditHop.cpp" line="37"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
931 <source>Plug</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
932 <translation type="unfinished"></translation>
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 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
935 <location filename="../src/EditHop.cpp" line="38"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
936 <source>Leaf</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
937 <translation type="unfinished"></translation>
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 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
940 <location filename="../src/EditHop.cpp" line="39"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
941 <source>Leaf Wet</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
942 <translation type="unfinished"></translation>
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 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
945 <location filename="../src/EditHop.cpp" line="40"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
946 <source>Cryo</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
947 <translation type="unfinished"></translation>
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 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
950 <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
951 <source>Extract</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
952 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
953 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
954 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
955 <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
956 <source>BMSapp - Add new hop</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
957 <translation type="unfinished"></translation>
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 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
960 <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
961 <source>BMSapp - Edit hop %1</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
962 <translation type="unfinished"></translation>
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 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
965 <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
966 <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
967 <source>Edit Hop</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
968 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
969 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
970 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
971 <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
972 <source>Name empty or too short.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
973 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
974 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
975 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
976 <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
977 <source>Origin empty or too short.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
978 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
979 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
980 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
981 <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
982 <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
983 <source>Database error</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
984 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
985 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
986 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
987 <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
988 <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
989 <source>MySQL error: %1
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
990 %2
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
991 %3</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
992 <translation type="unfinished"></translation>
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 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
995 <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
996 <source>Hop changed</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
997 <translation type="unfinished"></translation>
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 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1000 <location filename="../src/EditHop.cpp" line="249"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
1001 <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
1002 <translation type="unfinished"></translation>
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 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1005 <context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1006 <name>EditMisc</name>
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 <location filename="../ui/EditMisc.ui" line="14"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1009 <source>Dialog</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1010 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1011 </message>
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 <location filename="../ui/EditMisc.ui" line="29"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1014 <source>Name:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1015 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1016 </message>
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 <location filename="../ui/EditMisc.ui" line="45"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1019 <source>Notes:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1020 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1021 </message>
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 <location filename="../ui/EditMisc.ui" line="61"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1024 <source>Inventory:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1025 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1026 </message>
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 <location filename="../ui/EditMisc.ui" line="77"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1029 <source>Cost per Kg:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1030 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1031 </message>
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 <location filename="../ui/EditMisc.ui" line="93"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1034 <source>Total value:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1035 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1036 </message>
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 <location filename="../ui/EditMisc.ui" line="109"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1039 <source>Production date:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1040 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1041 </message>
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 <location filename="../ui/EditMisc.ui" line="125"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1044 <source>Best before date:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1045 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1046 </message>
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 <location filename="../ui/EditMisc.ui" line="144"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1049 <source>Name of the misc ingredient</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1050 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1051 </message>
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 <location filename="../ui/EditMisc.ui" line="157"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1054 <source>Notes and usage tips.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1055 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1056 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1057 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1058 <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
1059 <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
1060 <source> gr</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1061 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1062 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1063 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1064 <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
1065 <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
1066 <source> €</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1067 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1068 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1069 <message>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1070 <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
1071 <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
1072 <source>yyyy-MM-dd</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1073 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1074 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1075 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1076 <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
1077 <source>Quit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1078 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1079 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1080 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1081 <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
1082 <source>Save</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1083 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1084 </message>
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/EditMisc.ui" line="353"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1087 <source>Delete</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1088 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1089 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1090 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1091 <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
1092 <source>Type:</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>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1096 <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
1097 <source>Amount is weight:</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>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1101 <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
1102 <source>Use at:</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>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1106 <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
1107 <source>Time:</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>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1111 <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
1112 <source>Use for:</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>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1116 <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
1117 <source>Always on stock:</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>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1121 <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
1122 <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
1123 <source>Yes</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1124 <translation type="unfinished"></translation>
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 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1127 <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
1128 <source>Clear production date</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1129 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1130 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1131 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1132 <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
1133 <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
1134 <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
1135 <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
1136 <source>...</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1137 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1138 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1139 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1140 <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
1141 <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
1142 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1143 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1144 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1145 <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
1146 <source>Clear tht date</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1147 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1148 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1149 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1150 <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
1151 <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
1152 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1153 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1154 <message>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1155 <location filename="../src/EditMisc.cpp" line="32"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1156 <source>Spice</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1157 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1158 </message>
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 <location filename="../src/EditMisc.cpp" line="33"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1161 <source>Herb</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1162 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1163 </message>
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 <location filename="../src/EditMisc.cpp" line="34"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1166 <source>Flavor</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1167 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1168 </message>
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 <location filename="../src/EditMisc.cpp" line="35"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1171 <source>Fining</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1172 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1173 </message>
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 <location filename="../src/EditMisc.cpp" line="36"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1176 <source>Water agent</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1177 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1178 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1179 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1180 <location filename="../src/EditMisc.cpp" line="37"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1181 <source>Yeast nutrient</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1182 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1183 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1184 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1185 <location filename="../src/EditMisc.cpp" line="38"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1186 <source>Other</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1187 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1188 </message>
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 <location filename="../src/EditMisc.cpp" line="40"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1191 <source>Starter</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1192 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1193 </message>
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 <location filename="../src/EditMisc.cpp" line="41"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1196 <source>Mash</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1197 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1198 </message>
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 <location filename="../src/EditMisc.cpp" line="42"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1201 <source>Boil</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1202 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1203 </message>
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 <location filename="../src/EditMisc.cpp" line="43"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1206 <source>Primary</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1207 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1208 </message>
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 <location filename="../src/EditMisc.cpp" line="44"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1211 <source>Secondary</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1212 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1213 </message>
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 <location filename="../src/EditMisc.cpp" line="45"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1216 <source>Bottling</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1217 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1218 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1219 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1220 <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
1221 <source>BMSapp - Add new misc ingredient</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1222 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1223 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1224 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1225 <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
1226 <source>BMSapp - Edit misc ingredient %1</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1227 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1228 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1229 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1230 <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
1231 <source>Edit Misc</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1232 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1233 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1234 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1235 <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
1236 <source>Name empty or too short.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1237 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1238 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1239 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1240 <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
1241 <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
1242 <source>Database error</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="../src/EditMisc.cpp" line="178"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1247 <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
1248 <source>MySQL error: %1
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1249 %2
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1250 %3</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1251 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1252 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1253 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1254 <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
1255 <source> ml</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1256 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1257 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1258 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1259 <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
1260 <source>Misc changed</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1261 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1262 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1263 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1264 <location filename="../src/EditMisc.cpp" line="297"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
1265 <source>The ingredient has been modified. Save changes?</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
1266 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
1267 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
1268 </context>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
1269 <context>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1270 <name>EditProduct</name>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1271 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1272 <location filename="../ui/EditProduct.ui" line="14"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1273 <source>Dialog</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1274 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1275 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1276 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1277 <location filename="../ui/EditProduct.ui" line="35"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1278 <source>Quit</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1279 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1280 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1281 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1282 <location filename="../ui/EditProduct.ui" line="55"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1283 <source>Save</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1284 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1285 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1286 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1287 <location filename="../ui/EditProduct.ui" line="75"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
1288 <location filename="../src/EditProductTab3.cpp" line="75"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
1289 <location filename="../src/EditProductTab3.cpp" line="163"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
1290 <location filename="../src/EditProductTab4.cpp" line="57"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
1291 <location filename="../src/EditProductTab4.cpp" line="148"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
1292 <location filename="../src/EditProductTab5.cpp" line="69"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
1293 <location filename="../src/EditProductTab5.cpp" line="159"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
1294 <location filename="../src/EditProductTab6.cpp" line="56"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
1295 <location filename="../src/EditProductTab6.cpp" line="143"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
1296 <location filename="../src/EditProductExport.cpp" line="853"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1297 <source>Delete</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1298 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1299 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1300 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1301 <location filename="../ui/EditProduct.ui" line="118"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1302 <source>Generic</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1303 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1304 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1305 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1306 <location filename="../ui/EditProduct.ui" line="130"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1307 <source>Brew name:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1308 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1309 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1310 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1311 <location filename="../ui/EditProduct.ui" line="146"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1312 <source>Brew notes:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1313 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1314 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1315 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1316 <location filename="../ui/EditProduct.ui" line="185"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1317 <source>Read only:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1318 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1319 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1320 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1321 <location filename="../ui/EditProduct.ui" line="201"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1322 <source>Yes</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1323 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1324 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1325 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1326 <location filename="../ui/EditProduct.ui" line="214"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1327 <source>Brew type:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1328 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1329 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1330 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1331 <location filename="../ui/EditProduct.ui" line="240"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1332 <location filename="../ui/EditProduct.ui" line="2143"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1333 <location filename="../ui/EditProduct.ui" line="6641"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1334 <location filename="../ui/EditProduct.ui" line="7594"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1335 <source>Efficiency:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1336 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1337 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1338 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1339 <location filename="../ui/EditProduct.ui" line="256"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1340 <location filename="../ui/EditProduct.ui" line="1943"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1341 <source>Boil time:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1342 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1343 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1344 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1345 <location filename="../ui/EditProduct.ui" line="272"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1346 <location filename="../ui/EditProduct.ui" line="2093"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1347 <source>Batch size:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1348 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1349 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1350 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1351 <location filename="../ui/EditProduct.ui" line="288"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1352 <location filename="../ui/EditProduct.ui" line="1843"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1353 <source>Boil size:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1354 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1355 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1356 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1357 <location filename="../ui/EditProduct.ui" line="310"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1358 <location filename="../ui/EditProduct.ui" line="471"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1359 <location filename="../ui/EditProduct.ui" line="640"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1360 <location filename="../ui/EditProduct.ui" line="2071"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1361 <location filename="../ui/EditProduct.ui" line="2171"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1362 <location filename="../ui/EditProduct.ui" line="2861"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1363 <location filename="../ui/EditProduct.ui" line="2914"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1364 <location filename="../ui/EditProduct.ui" line="3576"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1365 <location filename="../ui/EditProduct.ui" line="6340"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1366 <location filename="../ui/EditProduct.ui" line="6735"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1367 <location filename="../ui/EditProduct.ui" line="7710"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1368 <location filename="../ui/EditProduct.ui" line="8291"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1369 <location filename="../ui/EditProduct.ui" line="8525"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1370 <location filename="../ui/EditProduct.ui" line="8743"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1371 <location filename="../ui/EditProduct.ui" line="8845"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1372 <location filename="../ui/EditProduct.ui" line="8990"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1373 <location filename="../ui/EditProduct.ui" line="9043"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1374 <location filename="../ui/EditProduct.ui" line="9247"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1375 <location filename="../ui/EditProduct.ui" line="9281"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1376 <location filename="../ui/EditProduct.ui" line="9369"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1377 <location filename="../ui/EditProduct.ui" line="9547"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1378 <location filename="../ui/EditProduct.ui" line="9732"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1379 <location filename="../ui/EditProduct.ui" line="9960"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1380 <location filename="../ui/EditProduct.ui" line="10123"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1381 <source> %</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1382 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1383 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1384 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1385 <location filename="../ui/EditProduct.ui" line="335"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1386 <location filename="../ui/EditProduct.ui" line="1971"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1387 <location filename="../ui/EditProduct.ui" line="6913"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1388 <location filename="../ui/EditProduct.ui" line="6941"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1389 <location filename="../ui/EditProduct.ui" line="6969"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1390 <location filename="../ui/EditProduct.ui" line="6997"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1391 <location filename="../ui/EditProduct.ui" line="7384"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1392 <location filename="../ui/EditProduct.ui" line="7505"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1393 <source> min</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1394 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1395 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1396 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1397 <location filename="../ui/EditProduct.ui" line="360"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1398 <location filename="../ui/EditProduct.ui" line="394"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1399 <location filename="../ui/EditProduct.ui" line="1403"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1400 <location filename="../ui/EditProduct.ui" line="1487"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1401 <location filename="../ui/EditProduct.ui" line="1579"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1402 <location filename="../ui/EditProduct.ui" line="1645"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1403 <location filename="../ui/EditProduct.ui" line="1708"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1404 <location filename="../ui/EditProduct.ui" line="1758"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1405 <location filename="../ui/EditProduct.ui" line="1821"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1406 <location filename="../ui/EditProduct.ui" line="1871"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1407 <location filename="../ui/EditProduct.ui" line="1921"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1408 <location filename="../ui/EditProduct.ui" line="2021"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1409 <location filename="../ui/EditProduct.ui" line="2121"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1410 <location filename="../ui/EditProduct.ui" line="3779"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1411 <location filename="../ui/EditProduct.ui" line="5824"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1412 <location filename="../ui/EditProduct.ui" line="6448"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1413 <location filename="../ui/EditProduct.ui" line="6514"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1414 <location filename="../ui/EditProduct.ui" line="6760"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1415 <location filename="../ui/EditProduct.ui" line="6791"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1416 <location filename="../ui/EditProduct.ui" line="7086"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1417 <location filename="../ui/EditProduct.ui" line="7114"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1418 <location filename="../ui/EditProduct.ui" line="7148"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1419 <location filename="../ui/EditProduct.ui" line="7575"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1420 <location filename="../ui/EditProduct.ui" line="7660"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1421 <location filename="../ui/EditProduct.ui" line="9182"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1422 <location filename="../ui/EditProduct.ui" line="9213"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1423 <location filename="../ui/EditProduct.ui" line="9519"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1424 <location filename="../ui/EditProduct.ui" line="9641"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1425 <location filename="../ui/EditProduct.ui" line="10001"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1426 <location filename="../ui/EditProduct.ui" line="10082"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
1427 <location filename="../src/EditProductExport.cpp" line="817"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
1428 <location filename="../src/EditProductExport.cpp" line="825"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1429 <source> L</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1430 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1431 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1432 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1433 <location filename="../ui/EditProduct.ui" line="416"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1434 <source>Overview</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1435 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1436 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1437 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1438 <location filename="../ui/EditProduct.ui" line="530"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1439 <location filename="../ui/EditProduct.ui" line="2833"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1440 <source>Alcohol Volume:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1441 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1442 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1443 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1444 <location filename="../ui/EditProduct.ui" line="546"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1445 <location filename="../ui/EditProduct.ui" line="2786"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1446 <source>Estimated FG:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1447 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1448 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1449 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1450 <location filename="../ui/EditProduct.ui" line="582"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1451 <location filename="../ui/EditProduct.ui" line="2253"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1452 <location filename="../ui/EditProduct.ui" line="2739"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1453 <source>Estimated OG:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1454 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1455 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1456 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1457 <location filename="../ui/EditProduct.ui" line="699"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1458 <source>Color method:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1459 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1460 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1461 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1462 <location filename="../ui/EditProduct.ui" line="715"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1463 <source>Carbonation:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1464 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1465 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1466 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1467 <location filename="../ui/EditProduct.ui" line="741"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1468 <location filename="../ui/EditProduct.ui" line="2203"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1469 <source>Color EBC:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1470 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1471 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1472 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1473 <location filename="../ui/EditProduct.ui" line="811"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1474 <source>IBU method:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1475 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1476 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1477 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1478 <location filename="../ui/EditProduct.ui" line="827"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1479 <source>Energy kcal/l:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1480 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1481 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1482 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1483 <location filename="../ui/EditProduct.ui" line="843"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1484 <location filename="../ui/EditProduct.ui" line="2541"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
1485 <location filename="../src/EditProductTab4.cpp" line="617"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1486 <source>Bitterness IBU:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1487 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1488 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1489 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1490 <location filename="../ui/EditProduct.ui" line="894"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1491 <source>Beerstyle</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1492 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1493 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1494 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1495 <location filename="../ui/EditProduct.ui" line="948"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1496 <source>Style guide:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1497 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1498 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1499 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1500 <location filename="../ui/EditProduct.ui" line="964"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1501 <source>Style group:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1502 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1503 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1504 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1505 <location filename="../ui/EditProduct.ui" line="980"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1506 <source>Select style:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1507 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1508 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1509 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1510 <location filename="../ui/EditProduct.ui" line="996"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1511 <source>Style type:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1512 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1513 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1514 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1515 <location filename="../ui/EditProduct.ui" line="1028"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1516 <source>Category:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1517 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1518 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1519 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1520 <location filename="../ui/EditProduct.ui" line="1060"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1521 <source>Category number:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1522 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1523 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1524 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1525 <location filename="../ui/EditProduct.ui" line="1108"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1526 <source>Style name:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1527 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1528 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1529 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1530 <location filename="../ui/EditProduct.ui" line="1125"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1531 <source>Brew code:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1532 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1533 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1534 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1535 <location filename="../ui/EditProduct.ui" line="1141"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1536 <source>Split product:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1537 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1538 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1539 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1540 <location filename="../ui/EditProduct.ui" line="1183"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1541 <source>Brew plan start:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1542 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1543 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1544 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1545 <location filename="../ui/EditProduct.ui" line="1212"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1546 <source>Brew fase:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1547 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1548 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1549 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1550 <location filename="../ui/EditProduct.ui" line="1241"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1551 <source>Ingredients present:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1552 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1553 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1554 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1555 <location filename="../ui/EditProduct.ui" line="1270"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1556 <source>Equipment</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1557 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1558 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1559 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1560 <location filename="../ui/EditProduct.ui" line="1292"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1561 <source>Equipment select:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1562 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1563 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1564 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1565 <location filename="../ui/EditProduct.ui" line="1321"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1566 <source>Equipment name:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1567 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1568 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1569 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1570 <location filename="../ui/EditProduct.ui" line="1337"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1571 <source>Remarks:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1572 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1573 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1574 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1575 <location filename="../ui/EditProduct.ui" line="1363"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1576 <source>Mashing</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1577 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1578 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1579 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1580 <location filename="../ui/EditProduct.ui" line="1375"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1581 <source>Mash water:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1582 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1583 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1584 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1585 <location filename="../ui/EditProduct.ui" line="1437"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1586 <source> Kg</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1587 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1588 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1589 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1590 <location filename="../ui/EditProduct.ui" line="1459"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1591 <source>Max malts:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1592 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1593 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1594 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1595 <location filename="../ui/EditProduct.ui" line="1509"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1596 <source>Tun volume:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1597 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1598 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1599 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1600 <location filename="../ui/EditProduct.ui" line="1525"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1601 <source>Tun material:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1602 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1603 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1604 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1605 <location filename="../ui/EditProduct.ui" line="1555"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1606 <source>Lautering</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1607 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1608 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1609 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1610 <location filename="../ui/EditProduct.ui" line="1601"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1611 <source>Lauter deadspace:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1612 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1613 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1614 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1615 <location filename="../ui/EditProduct.ui" line="1617"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1616 <source>Lauter volume:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1617 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1618 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1619 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1620 <location filename="../ui/EditProduct.ui" line="1668"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1621 <source>Chilling</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1622 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1623 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1624 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1625 <location filename="../ui/EditProduct.ui" line="1680"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1626 <source>Trub chiller loss:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1627 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1628 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1629 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1630 <location filename="../ui/EditProduct.ui" line="1730"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1631 <location filename="../ui/EditProduct.ui" line="7064"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1632 <source>Top up water:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1633 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1634 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1635 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1636 <location filename="../ui/EditProduct.ui" line="1781"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1637 <source>Boiling</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1638 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1639 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1640 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1641 <location filename="../ui/EditProduct.ui" line="1793"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1642 <source>Kettle volume:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1643 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1644 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1645 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1646 <location filename="../ui/EditProduct.ui" line="1893"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1647 <source>Evaporation / hour:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1648 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1649 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1650 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1651 <location filename="../ui/EditProduct.ui" line="1993"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1652 <source>Top up kettle:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1653 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1654 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1655 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1656 <location filename="../ui/EditProduct.ui" line="2043"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1657 <source>Hop utilization:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1658 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1659 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1660 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1661 <location filename="../ui/EditProduct.ui" line="2191"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1662 <source>Fermentables</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1663 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1664 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1665 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1666 <location filename="../ui/EditProduct.ui" line="2300"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1667 <source>Mash tun %:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1668 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1669 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1670 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1671 <location filename="../ui/EditProduct.ui" line="2316"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1672 <source>Sugars %:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1673 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1674 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1675 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1676 <location filename="../ui/EditProduct.ui" line="2332"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1677 <source>Cara/crystal %:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1678 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1679 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1680 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1681 <location filename="../ui/EditProduct.ui" line="2348"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1682 <source>Lintner:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1683 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1684 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1685 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1686 <location filename="../ui/EditProduct.ui" line="2383"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1687 <source>%v lintner</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1688 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1689 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1690 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1691 <location filename="../ui/EditProduct.ui" line="2405"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1692 <location filename="../ui/EditProduct.ui" line="2427"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1693 <location filename="../ui/EditProduct.ui" line="2449"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1694 <location filename="../ui/EditProduct.ui" line="2632"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1695 <location filename="../ui/EditProduct.ui" line="2654"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1696 <source>%v%</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1697 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1698 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1699 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1700 <location filename="../ui/EditProduct.ui" line="2462"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1701 <location filename="../ui/EditProduct.ui" line="2677"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1702 <location filename="../ui/EditProduct.ui" line="2713"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1703 <location filename="../ui/EditProduct.ui" line="3495"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1704 <location filename="../ui/EditProduct.ui" line="3650"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
1705 <location filename="../src/EditProductExport.cpp" line="845"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1706 <source>Add</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1707 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1708 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1709 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1710 <location filename="../ui/EditProduct.ui" line="2491"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1711 <source> kg</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1712 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1713 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1714 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1715 <location filename="../ui/EditProduct.ui" line="2516"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1716 <source>Mash weight:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1717 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1718 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1719 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1720 <location filename="../ui/EditProduct.ui" line="2529"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1721 <source>Hops</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1722 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1723 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1724 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1725 <location filename="../ui/EditProduct.ui" line="2591"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1726 <source>Hop taste:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1727 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1728 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1729 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1730 <location filename="../ui/EditProduct.ui" line="2607"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1731 <source>Hop aroma:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1732 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1733 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1734 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1735 <location filename="../ui/EditProduct.ui" line="2691"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1736 <source>Miscs</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1737 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1738 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1739 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1740 <location filename="../ui/EditProduct.ui" line="2727"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1741 <source>Yeasts</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1742 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1743 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1744 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1745 <location filename="../ui/EditProduct.ui" line="2991"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1746 <source>Pitchrate billion cells/ml/°P:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1747 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1748 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1749 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1750 <location filename="../ui/EditProduct.ui" line="3017"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1751 <source>Starter method:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1752 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1753 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1754 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1755 <location filename="../ui/EditProduct.ui" line="3033"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1756 <source>Starter SG:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1757 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1758 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1759 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1760 <location filename="../ui/EditProduct.ui" line="3080"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1761 <location filename="../ui/EditProduct.ui" line="8958"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1762 <location filename="../ui/EditProduct.ui" line="10219"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1763 <location filename="../ui/EditProduct.ui" line="10296"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1764 <location filename="../ui/EditProduct.ui" line="10605"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1765 <source>Set or clear date</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1766 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1767 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1768 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1769 <location filename="../ui/EditProduct.ui" line="3083"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1770 <location filename="../ui/EditProduct.ui" line="3547"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1771 <location filename="../ui/EditProduct.ui" line="3614"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1772 <location filename="../ui/EditProduct.ui" line="6813"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1773 <location filename="../ui/EditProduct.ui" line="7410"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1774 <location filename="../ui/EditProduct.ui" line="7732"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1775 <location filename="../ui/EditProduct.ui" line="7807"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1776 <location filename="../ui/EditProduct.ui" line="7846"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1777 <location filename="../ui/EditProduct.ui" line="7917"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1778 <location filename="../ui/EditProduct.ui" line="8004"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1779 <location filename="../ui/EditProduct.ui" line="8313"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1780 <location filename="../ui/EditProduct.ui" line="8333"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1781 <location filename="../ui/EditProduct.ui" line="8372"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1782 <location filename="../ui/EditProduct.ui" line="8547"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1783 <location filename="../ui/EditProduct.ui" line="8567"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1784 <location filename="../ui/EditProduct.ui" line="8606"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1785 <location filename="../ui/EditProduct.ui" line="8765"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1786 <location filename="../ui/EditProduct.ui" line="8900"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1787 <location filename="../ui/EditProduct.ui" line="8920"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1788 <location filename="../ui/EditProduct.ui" line="8961"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1789 <location filename="../ui/EditProduct.ui" line="10222"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1790 <location filename="../ui/EditProduct.ui" line="10242"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1791 <location filename="../ui/EditProduct.ui" line="10299"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1792 <location filename="../ui/EditProduct.ui" line="10608"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1793 <source>...</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1794 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1795 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1796 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1797 <location filename="../ui/EditProduct.ui" line="3122"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1798 <source>Need billion cells:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1799 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1800 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1801 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1802 <location filename="../ui/EditProduct.ui" line="3178"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1803 <source>Dry yeast claculation.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1804 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1805 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1806 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1807 <location filename="../ui/EditProduct.ui" line="3191"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1808 <source>Low grams/hl:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1809 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1810 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1811 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1812 <location filename="../ui/EditProduct.ui" line="3207"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1813 <source>High grams/hl:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1814 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1815 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1816 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1817 <location filename="../ui/EditProduct.ui" line="3267"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1818 <location filename="../ui/EditProduct.ui" line="3283"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1819 <source>at</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1820 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1821 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1822 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1823 <location filename="../ui/EditProduct.ui" line="3358"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1824 <source>This recipe pitch grams/hl:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1825 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1826 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1827 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1828 <location filename="../ui/EditProduct.ui" line="3402"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1829 <source>Pitchrate grams/hectoliter:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1830 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1831 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1832 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1833 <location filename="../ui/EditProduct.ui" line="3418"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1834 <source>Yeast grams needed:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1835 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1836 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1837 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1838 <location filename="../ui/EditProduct.ui" line="3512"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1839 <source>Production date:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1840 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1841 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1842 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1843 <location filename="../ui/EditProduct.ui" line="3528"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1844 <source>Yeast condition:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1845 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1846 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1847 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1848 <location filename="../ui/EditProduct.ui" line="3544"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1849 <location filename="../ui/EditProduct.ui" line="7804"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1850 <source>Set the date to today.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1851 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1852 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1853 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1854 <location filename="../ui/EditProduct.ui" line="3592"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1855 <source>Edit the production date.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1856 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1857 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1858 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1859 <location filename="../ui/EditProduct.ui" line="3595"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1860 <location filename="../ui/EditProduct.ui" line="7827"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1861 <location filename="../ui/EditProduct.ui" line="7882"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1862 <location filename="../ui/EditProduct.ui" line="8353"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1863 <location filename="../ui/EditProduct.ui" line="8587"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
1864 <location filename="../ui/EditProduct.ui" line="10203"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
1865 <location filename="../ui/EditProduct.ui" line="10589"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1866 <source>dd-MM-yyyy</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1867 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1868 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1869 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1870 <location filename="../ui/EditProduct.ui" line="3611"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1871 <source>Clear the date</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1872 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1873 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1874 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1875 <location filename="../ui/EditProduct.ui" line="3628"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
1876 <location filename="../src/EditProductTab3.cpp" line="1056"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
1877 <location filename="../src/EditProductTab4.cpp" line="662"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
1878 <location filename="../src/EditProductTab5.cpp" line="675"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1879 <source>Mash</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1880 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1881 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1882 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1883 <location filename="../ui/EditProduct.ui" line="3667"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1884 <source>Mash name:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1885 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1886 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1887 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1888 <location filename="../ui/EditProduct.ui" line="3683"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1889 <source>Mash schedule:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1890 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1891 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1892 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1893 <location filename="../ui/EditProduct.ui" line="3722"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1894 <source>Mash time:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1895 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1896 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1897 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1898 <location filename="../ui/EditProduct.ui" line="3751"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1899 <source>Mash total volume:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1900 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1901 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1902 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1903 <location filename="../ui/EditProduct.ui" line="3795"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1904 <source>Water</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1905 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1906 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1907 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1908 <location filename="../ui/EditProduct.ui" line="3810"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1909 <source>Water overview</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1910 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1911 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1912 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1913 <location filename="../ui/EditProduct.ui" line="4031"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1914 <source>Ca</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1915 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1916 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1917 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1918 <location filename="../ui/EditProduct.ui" line="4047"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1919 <source>Mg</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1920 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1921 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1922 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1923 <location filename="../ui/EditProduct.ui" line="4063"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1924 <source>HCO3</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1925 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1926 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1927 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1928 <location filename="../ui/EditProduct.ui" line="4079"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1929 <source>CaCO3</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1930 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1931 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1932 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1933 <location filename="../ui/EditProduct.ui" line="4095"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1934 <source>Na</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1935 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1936 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1937 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1938 <location filename="../ui/EditProduct.ui" line="4111"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1939 <source>Cl</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1940 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1941 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1942 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1943 <location filename="../ui/EditProduct.ui" line="4127"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1944 <source>SO4</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1945 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1946 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1947 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1948 <location filename="../ui/EditProduct.ui" line="4143"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1949 <location filename="../src/EditProductTab7.cpp" line="37"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1950 <source>pH</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1951 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1952 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1953 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1954 <location filename="../ui/EditProduct.ui" line="4187"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
1955 <location filename="../src/EditProductTab6.cpp" line="296"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1956 <location filename="../src/EditProductTab7.cpp" line="37"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1957 <source>Volume</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1958 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1959 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1960 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1961 <location filename="../ui/EditProduct.ui" line="4378"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1962 <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
1963 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1964 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1965 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1966 <location filename="../ui/EditProduct.ui" line="4687"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1967 <location filename="../ui/EditProduct.ui" line="5593"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1968 <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
1969 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1970 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1971 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1972 <location filename="../ui/EditProduct.ui" line="4865"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1973 <source>The ideal amount of Magnesium is between 5 and 40.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1974 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1975 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1976 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1977 <location filename="../ui/EditProduct.ui" line="4893"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1978 <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
1979 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1980 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1981 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1982 <location filename="../ui/EditProduct.ui" line="4921"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1983 <source>The ideal Sulfate amount should be between 50 and 400.
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1984 Together with Chloride it must be below 500.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1985 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1986 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1987 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1988 <location filename="../ui/EditProduct.ui" line="4950"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1989 <source>The ideal amount of Calcium is between 40 and 150.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1990 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1991 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1992 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1993 <location filename="../ui/EditProduct.ui" line="4978"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1994 <source>The ideal Chloride amount is between 50 and 150.
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1995 Together with Sulfate it must be below 500.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1996 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1997 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
1998 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
1999 <location filename="../ui/EditProduct.ui" line="5032"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2000 <source>The ideal amount of Natrium should be below 150.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2001 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2002 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2003 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2004 <location filename="../ui/EditProduct.ui" line="5060"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2005 <source>Water profile</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2006 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2007 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2008 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2009 <location filename="../ui/EditProduct.ui" line="5076"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2010 <source>The main brewing water</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2011 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2012 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2013 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2014 <location filename="../ui/EditProduct.ui" line="5082"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2015 <source>Choose water</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2016 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2017 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2018 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2019 <location filename="../ui/EditProduct.ui" line="5095"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2020 <source>Optional dilution water</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2021 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2022 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2023 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2024 <location filename="../ui/EditProduct.ui" line="5098"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2025 <source>Choose dilution</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2026 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2027 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2028 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2029 <location filename="../ui/EditProduct.ui" line="5111"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2030 <source>If needed, choose a target water profile.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2031 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2032 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2033 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2034 <location filename="../ui/EditProduct.ui" line="5124"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2035 <source>Mixed water</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2036 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2037 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2038 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2039 <location filename="../ui/EditProduct.ui" line="5140"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2040 <source>Treated water</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2041 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2042 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2043 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2044 <location filename="../ui/EditProduct.ui" line="5157"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2045 <source>Water agents</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2046 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2047 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2048 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2049 <location filename="../ui/EditProduct.ui" line="5169"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2050 <source>Calcium Chloride</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2051 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2052 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2053 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2054 <location filename="../ui/EditProduct.ui" line="5172"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2055 <source>CaCl2:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2056 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2057 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2058 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2059 <location filename="../ui/EditProduct.ui" line="5188"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2060 <source>Gypsym</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>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2064 <location filename="../ui/EditProduct.ui" line="5191"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2065 <source>CaSO4:</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>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2069 <location filename="../ui/EditProduct.ui" line="5207"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2070 <source>Epsom</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>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2074 <location filename="../ui/EditProduct.ui" line="5210"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2075 <source>MgSO4:</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="5226"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2080 <source>Table salt</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="5229"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2085 <source>NaCl:</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="5245"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2090 <location filename="../ui/EditProduct.ui" line="5429"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2091 <source>Magnesium Chloride</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2092 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2093 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2094 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2095 <location filename="../ui/EditProduct.ui" line="5248"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2096 <source>MgCl2:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2097 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2098 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2099 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2100 <location filename="../ui/EditProduct.ui" line="5264"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2101 <location filename="../ui/EditProduct.ui" line="5460"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2102 <source>Baking soda</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2103 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2104 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2105 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2106 <location filename="../ui/EditProduct.ui" line="5267"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2107 <source>NaHCO3:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2108 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2109 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2110 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2111 <location filename="../ui/EditProduct.ui" line="5283"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2112 <location filename="../ui/EditProduct.ui" line="5491"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2113 <source>Chalk undissolved</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2114 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2115 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2116 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2117 <location filename="../ui/EditProduct.ui" line="5286"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2118 <source>CaCO3:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2119 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2120 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2121 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2122 <location filename="../ui/EditProduct.ui" line="5302"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2123 <source>To change the water profile. This adds Calcium and Chloride.
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2124 To improve sweet style beers.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2125 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2126 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2127 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2128 <location filename="../ui/EditProduct.ui" line="5312"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2129 <location filename="../ui/EditProduct.ui" line="5344"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2130 <location filename="../ui/EditProduct.ui" line="5375"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2131 <location filename="../ui/EditProduct.ui" line="5407"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2132 <location filename="../ui/EditProduct.ui" line="5438"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2133 <location filename="../ui/EditProduct.ui" line="5469"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2134 <location filename="../ui/EditProduct.ui" line="5500"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2135 <location filename="../ui/EditProduct.ui" line="9588"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2136 <location filename="../ui/EditProduct.ui" line="9932"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2137 <source> gr</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2138 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2139 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2140 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2141 <location filename="../ui/EditProduct.ui" line="5334"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2142 <source>Gypsum to change the water profile. This adds Calcium and Sulfate.
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2143 To improve bitter beers.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2144 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2145 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2146 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2147 <location filename="../ui/EditProduct.ui" line="5366"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2148 <source>Epsom salt to change the water profile. Use with caution!</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2149 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2150 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2151 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2152 <location filename="../ui/EditProduct.ui" line="5397"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2153 <source>Table salt to change the water profile. This adds Sodium and Chloride.
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2154 Improves the sweetness of the beer. The beer will become salty at high doses.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2155 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2156 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2157 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2158 <location filename="../ui/EditProduct.ui" line="5523"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2159 <source>Mash water</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2160 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2161 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2162 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2163 <location filename="../ui/EditProduct.ui" line="5535"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2164 <location filename="../ui/EditProduct.ui" line="5754"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2165 <source>Desired pH:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2166 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2167 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2168 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2169 <location filename="../ui/EditProduct.ui" line="5551"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2170 <source>Auto calculate:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2171 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2172 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2173 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2174 <location filename="../ui/EditProduct.ui" line="5567"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2175 <source>Acid to use:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2176 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2177 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2178 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2179 <location filename="../ui/EditProduct.ui" line="5633"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2180 <location filename="../ui/EditProduct.ui" line="5911"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2181 <source>%</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2182 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2183 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2184 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2185 <location filename="../ui/EditProduct.ui" line="5661"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2186 <location filename="../ui/EditProduct.ui" line="5945"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2187 <source> ml</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2188 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2189 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2190 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2191 <location filename="../ui/EditProduct.ui" line="5694"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2192 <source>Sparge water</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2193 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2194 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2195 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2196 <location filename="../ui/EditProduct.ui" line="5706"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2197 <source>Sparge water supply:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2198 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2199 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2200 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2201 <location filename="../ui/EditProduct.ui" line="5722"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2202 <source>Sparge temperature:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2203 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2204 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2205 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2206 <location filename="../ui/EditProduct.ui" line="5738"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2207 <source>Water source:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2208 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2209 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2210 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2211 <location filename="../ui/EditProduct.ui" line="5770"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2212 <source>Acid type:</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="5786"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2217 <source>Acid strength:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2218 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2219 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2220 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2221 <location filename="../ui/EditProduct.ui" line="5802"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2222 <source>Acid needed:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2223 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2224 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2225 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2226 <location filename="../ui/EditProduct.ui" line="5988"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2227 <source>Bitterness index:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2228 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2229 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2230 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2231 <location filename="../ui/EditProduct.ui" line="6040"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2232 <location filename="../ui/EditProduct.ui" line="6108"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2233 <source>N/A</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2234 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2235 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2236 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2237 <location filename="../ui/EditProduct.ui" line="6056"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2238 <source>Preffered SO4:Cl ratio:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2239 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2240 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2241 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2242 <location filename="../ui/EditProduct.ui" line="6124"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2243 <source>Current SO4:Cl ratio:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2244 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2245 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2246 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2247 <location filename="../ui/EditProduct.ui" line="6174"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2248 <source>Brewday</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2249 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2250 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2251 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2252 <location filename="../ui/EditProduct.ui" line="6202"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2253 <source>Brewday end:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2254 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2255 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2256 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2257 <location filename="../ui/EditProduct.ui" line="6218"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2258 <source>Mashing and Sparge</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2259 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2260 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2261 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2262 <location filename="../ui/EditProduct.ui" line="6230"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2263 <source>Mash pH:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2264 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2265 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2266 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2267 <location filename="../ui/EditProduct.ui" line="6359"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2268 <source>Mash SG:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2269 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2270 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2271 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2272 <location filename="../ui/EditProduct.ui" line="6375"/>
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
2273 <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
2274 <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
2275 </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
2276 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2277 <location filename="../ui/EditProduct.ui" line="6391"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2278 <source>Sparge water pH:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2279 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2280 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2281 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2282 <location filename="../ui/EditProduct.ui" line="6810"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2283 <location filename="../ui/EditProduct.ui" line="7729"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2284 <source>Edit volume</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2285 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2286 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2287 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2288 <location filename="../ui/EditProduct.ui" line="6875"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2289 <source>Whirlpool cold:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2290 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2291 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2292 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2293 <location filename="../ui/EditProduct.ui" line="7308"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2294 <source>Aeration time &amp; speed:</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2295 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2296 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2297 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2298 <location filename="../ui/EditProduct.ui" line="7439"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2299 <source>Cooling method:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2300 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2301 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2302 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2303 <location filename="../ui/EditProduct.ui" line="7537"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2304 <source>Cooling time:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2305 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2306 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2307 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2308 <location filename="../ui/EditProduct.ui" line="8042"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2309 <source>Start density:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2310 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2311 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2312 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2313 <location filename="../ui/EditProduct.ui" line="8058"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2314 <source>Start temperature:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2315 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2316 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2317 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2318 <location filename="../ui/EditProduct.ui" line="8074"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2319 <source>Peak temperature:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2320 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2321 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2322 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2323 <location filename="../ui/EditProduct.ui" line="8090"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2324 <location filename="../ui/EditProduct.ui" line="8402"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2325 <source>End temperature:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2326 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2327 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2328 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2329 <location filename="../ui/EditProduct.ui" line="8106"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2330 <location filename="../ui/EditProduct.ui" line="8418"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2331 <source>End density:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2332 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2333 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2334 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2335 <location filename="../ui/EditProduct.ui" line="8122"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2336 <location filename="../ui/EditProduct.ui" line="8434"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2337 <source>End date:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2338 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2339 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2340 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2341 <location filename="../ui/EditProduct.ui" line="8266"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2342 <location filename="../ui/EditProduct.ui" line="8500"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2343 <location filename="../ui/EditProduct.ui" line="8718"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2344 <source>Apparent attenuation:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2345 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2346 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2347 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2348 <location filename="../ui/EditProduct.ui" line="8584"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2349 <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
2350 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2351 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2352 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2353 <location filename="../ui/EditProduct.ui" line="8636"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2354 <source>Average temperature:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2355 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2356 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2357 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2358 <location filename="../ui/EditProduct.ui" line="8652"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2359 <source>Final density:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2360 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2361 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2362 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2363 <location filename="../ui/EditProduct.ui" line="8782"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2364 <source>Expected end density:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2365 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2366 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2367 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2368 <location filename="../ui/EditProduct.ui" line="9096"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2369 <source>Extra added volume:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2370 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2371 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2372 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2373 <location filename="../ui/EditProduct.ui" line="9112"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2374 <source>Extra remarks:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2375 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2376 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2377 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2378 <location filename="../ui/EditProduct.ui" line="9128"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2379 <source>Final ABV %:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2380 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2381 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2382 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2383 <location filename="../ui/EditProduct.ui" line="9144"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2384 <source>Extra added ABV %:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2385 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2386 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2387 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2388 <location filename="../ui/EditProduct.ui" line="9401"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2389 <location filename="../ui/EditProduct.ui" line="9979"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2390 <source>Volume:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2391 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2392 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2393 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2394 <location filename="../ui/EditProduct.ui" line="9465"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2395 <location filename="../ui/EditProduct.ui" line="9869"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2396 <source>Priming:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2397 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2398 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2399 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2400 <location filename="../ui/EditProduct.ui" line="9497"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2401 <source>Bottle fermentation:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2402 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2403 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2404 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2405 <location filename="../ui/EditProduct.ui" line="9616"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2406 <location filename="../ui/EditProduct.ui" line="10032"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2407 <source> gr/L</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2408 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2409 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2410 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2411 <location filename="../ui/EditProduct.ui" line="9885"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2412 <source>Kegs temperature:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2413 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2414 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2415 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2416 <location filename="../ui/EditProduct.ui" line="7020"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2417 <source>Transfer to fermenter</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2418 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2419 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2420 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2421 <location filename="../ui/EditProduct.ui" line="6186"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2422 <source>Brewday plan:</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2423 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2424 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2425 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2426 <location filename="../ui/EditProduct.ui" line="5852"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2427 <location filename="../ui/EditProduct.ui" line="6542"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2428 <location filename="../ui/EditProduct.ui" line="7477"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2429 <location filename="../ui/EditProduct.ui" line="8166"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2430 <location filename="../ui/EditProduct.ui" line="8194"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2431 <location filename="../ui/EditProduct.ui" line="8222"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2432 <location filename="../ui/EditProduct.ui" line="8456"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2433 <location filename="../ui/EditProduct.ui" line="8674"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2434 <location filename="../ui/EditProduct.ui" line="9701"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2435 <location filename="../ui/EditProduct.ui" line="10151"/>
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
2436 <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
2437 <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
2438 </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
2439 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2440 <location filename="../ui/EditProduct.ui" line="6581"/>
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
2441 <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
2442 <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
2443 </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
2444 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2445 <location filename="../ui/EditProduct.ui" line="6625"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2446 <location filename="../ui/EditProduct.ui" line="7765"/>
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
2447 <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
2448 <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
2449 </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
2450 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2451 <location filename="../ui/EditProduct.ui" line="6723"/>
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
2452 <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
2453 <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
2454 </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
2455 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2456 <location filename="../ui/EditProduct.ui" line="6831"/>
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
2457 <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
2458 <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
2459 </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
2460 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2461 <location filename="../ui/EditProduct.ui" line="6843"/>
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
2462 <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
2463 <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
2464 </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
2465 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2466 <location filename="../ui/EditProduct.ui" line="6859"/>
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
2467 <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
2468 <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
2469 </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
2470 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2471 <location filename="../ui/EditProduct.ui" line="6891"/>
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
2472 <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
2473 <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
2474 </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
2475 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2476 <location filename="../ui/EditProduct.ui" line="7032"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2477 <source>Volume to fermenter:</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>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2481 <location filename="../ui/EditProduct.ui" line="7048"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2482 <source>Trub and chiller loss:</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>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2486 <location filename="../ui/EditProduct.ui" line="7170"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2487 <source>SG in fermenter:</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>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2491 <location filename="../ui/EditProduct.ui" line="7186"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2492 <source>EBC color in fermenter:</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>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2496 <location filename="../ui/EditProduct.ui" line="7202"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2497 <source>IBU in fermenter:</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>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2501 <location filename="../ui/EditProduct.ui" line="7362"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2502 <source>Aeration with:</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>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2506 <location filename="../ui/EditProduct.ui" line="7330"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2507 <source> L/m</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="2886"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2512 <source>Apparent Attenuation:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2513 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2514 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2515 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2516 <location filename="../ui/EditProduct.ui" line="6407"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2517 <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
2518 <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
2519 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2520 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2521 <location filename="../ui/EditProduct.ui" line="6423"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2522 <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
2523 <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
2524 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2525 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2526 <location filename="../ui/EditProduct.ui" line="6467"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2527 <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
2528 <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
2529 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2530 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2531 <location filename="../ui/EditProduct.ui" line="7407"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2532 <location filename="../ui/EditProduct.ui" line="8897"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2533 <location filename="../ui/EditProduct.ui" line="8917"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2534 <location filename="../ui/EditProduct.ui" line="10239"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2535 <source>Brew log chart</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2536 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2537 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2538 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2539 <location filename="../ui/EditProduct.ui" line="7427"/>
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
2540 <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
2541 <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
2542 </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
2543 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2544 <location filename="../ui/EditProduct.ui" line="7455"/>
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
2545 <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
2546 <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
2547 </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
2548 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2549 <location filename="../ui/EditProduct.ui" line="7554"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
2550 <location filename="../src/EditProductExport.cpp" line="784"/>
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
2551 <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
2552 <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
2553 </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
2554 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2555 <location filename="../ui/EditProduct.ui" line="7698"/>
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
2556 <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
2557 <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
2558 </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
2559 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2560 <location filename="../ui/EditProduct.ui" line="7824"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2561 <source>Edit the brewdate plan or start.</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2562 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2563 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2564 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2565 <location filename="../ui/EditProduct.ui" line="7843"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2566 <source>Clear planned brewdate</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2567 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2568 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2569 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2570 <location filename="../ui/EditProduct.ui" line="7863"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2571 <source>Edit the brewdate start time.</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2572 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2573 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2574 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2575 <location filename="../ui/EditProduct.ui" line="7866"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2576 <location filename="../ui/EditProduct.ui" line="7901"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2577 <source>hh:mm</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2578 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2579 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2580 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2581 <location filename="../ui/EditProduct.ui" line="7879"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2582 <source>Edit the brewdate end.</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2583 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2584 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2585 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2586 <location filename="../ui/EditProduct.ui" line="7898"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2587 <source>Edit the brewdate end time.</source>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2588 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2589 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2590 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2591 <location filename="../ui/EditProduct.ui" line="7914"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2592 <source>Set the brewdate end date.</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2593 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2594 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2595 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2596 <location filename="../ui/EditProduct.ui" line="7934"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2597 <source>End time:</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2598 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2599 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2600 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2601 <location filename="../ui/EditProduct.ui" line="7950"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2602 <source>Start time:</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2603 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2604 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2605 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2606 <location filename="../ui/EditProduct.ui" line="7966"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2607 <source>Show brewlog:</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2608 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2609 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2610 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2611 <location filename="../ui/EditProduct.ui" line="7985"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2612 <source>Confirm brew done:</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2613 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2614 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2615 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2616 <location filename="../ui/EditProduct.ui" line="8001"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2617 <location filename="../ui/EditProduct.ui" line="8369"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2618 <location filename="../ui/EditProduct.ui" line="8603"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2619 <source>Confirm the brew dates and times.</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2620 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2621 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2622 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2623 <location filename="../ui/EditProduct.ui" line="8018"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2624 <source>Fermenting</source>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2625 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2626 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2627 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2628 <location filename="../ui/EditProduct.ui" line="8030"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2629 <source>Primary fermentation</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2630 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2631 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2632 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2633 <location filename="../ui/EditProduct.ui" line="8310"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2634 <location filename="../ui/EditProduct.ui" line="8544"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2635 <location filename="../ui/EditProduct.ui" line="8762"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2636 <source>Edit SG in Plato, Brix or SG</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2637 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2638 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2639 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2640 <location filename="../ui/EditProduct.ui" line="8330"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2641 <location filename="../ui/EditProduct.ui" line="8564"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2642 <source>Set the date to today</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2643 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2644 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2645 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2646 <location filename="../ui/EditProduct.ui" line="8350"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2647 <source>Edit the date the primary fermentation was done.</source>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2648 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2649 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2650 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2651 <location filename="../ui/EditProduct.ui" line="8390"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2652 <source>Secondary fermentation</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2653 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2654 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2655 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2656 <location filename="../ui/EditProduct.ui" line="8624"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2657 <source>Tertiary fermentation</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2658 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2659 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2660 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2661 <location filename="../ui/EditProduct.ui" line="8820"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2662 <source>Alcohol volume:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2663 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2664 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2665 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2666 <location filename="../ui/EditProduct.ui" line="8865"/>
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
2667 <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
2668 <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
2669 </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
2670 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2671 <location filename="../ui/EditProduct.ui" line="8881"/>
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
2672 <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
2673 <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
2674 </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
2675 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2676 <location filename="../ui/EditProduct.ui" line="8930"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2677 <source>Package</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2678 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2679 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2680 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2681 <location filename="../ui/EditProduct.ui" line="8942"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2682 <source>Package date:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2683 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2684 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2685 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2686 <location filename="../ui/EditProduct.ui" line="9015"/>
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
2687 <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
2688 <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
2689 </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
2690 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2691 <location filename="../ui/EditProduct.ui" line="9068"/>
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
2692 <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
2693 <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
2694 </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
2695 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2696 <location filename="../ui/EditProduct.ui" line="9080"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2697 <source>Package volume:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2698 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2699 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2700 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2701 <location filename="../ui/EditProduct.ui" line="9341"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2702 <source>Package ABV %:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2703 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2704 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2705 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2706 <location filename="../ui/EditProduct.ui" line="9160"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2707 <source>pH from fermenter:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2708 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2709 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2710 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2711 <location filename="../ui/EditProduct.ui" line="9204"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2712 <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
2713 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2714 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2715 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2716 <location filename="../ui/EditProduct.ui" line="9235"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2717 <location filename="../ui/EditProduct.ui" line="9357"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2718 <source>The ABV including the infusion.</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2719 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2720 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2721 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2722 <location filename="../ui/EditProduct.ui" line="9266"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2723 <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
2724 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2725 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2726 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2727 <location filename="../ui/EditProduct.ui" line="9325"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2728 <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
2729 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2730 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2731 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2732 <location filename="../ui/EditProduct.ui" line="9389"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2733 <source>Bottles</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2734 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2735 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2736 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2737 <location filename="../ui/EditProduct.ui" line="9417"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2738 <location filename="../ui/EditProduct.ui" line="9837"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2739 <source>Desired volume CO2:</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>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2743 <location filename="../ui/EditProduct.ui" line="9433"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2744 <location filename="../ui/EditProduct.ui" line="9904"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2745 <source>Priming sugar:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2746 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2747 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2748 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2749 <location filename="../ui/EditProduct.ui" line="9449"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2750 <location filename="../ui/EditProduct.ui" line="9821"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2751 <source>Sugar amount:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2752 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2753 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2754 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2755 <location filename="../ui/EditProduct.ui" line="9481"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2756 <location filename="../ui/EditProduct.ui" line="9853"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2757 <source>Water amount:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2758 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2759 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2760 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2761 <location filename="../ui/EditProduct.ui" line="9663"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2762 <source>Expected pressure in bar:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2763 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2764 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2765 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2766 <location filename="../ui/EditProduct.ui" line="9679"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2767 <source>Bottles ABV %:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2768 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2769 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2770 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2771 <location filename="../ui/EditProduct.ui" line="9777"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2772 <source>Kegs</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2773 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2774 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2775 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2776 <location filename="../ui/EditProduct.ui" line="9789"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2777 <source>Kegs ABV %:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2778 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2779 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2780 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2781 <location filename="../ui/EditProduct.ui" line="9805"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2782 <source>Kegs pressure in bar:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2783 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2784 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2785 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2786 <location filename="../ui/EditProduct.ui" line="10173"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2787 <source>Forced carbonation:</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2788 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2789 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
2790 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2791 <location filename="../ui/EditProduct.ui" line="10200"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2792 <source>Edit the package date.</source>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2793 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2794 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2795 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2796 <location filename="../ui/EditProduct.ui" line="10259"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2797 <source>Show carbonation log:</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2798 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2799 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2800 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2801 <location filename="../ui/EditProduct.ui" line="10268"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2802 <source>Tasting</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2803 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2804 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2805 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2806 <location filename="../ui/EditProduct.ui" line="10280"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2807 <source>Taste date:</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2808 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2809 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2810 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2811 <location filename="../ui/EditProduct.ui" line="10316"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2812 <source>Taste rate:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2813 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2814 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2815 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2816 <location filename="../ui/EditProduct.ui" line="10357"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2817 <source>Color:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2818 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2819 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2820 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2821 <location filename="../ui/EditProduct.ui" line="10373"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2822 <source>Transparency:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2823 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2824 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2825 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2826 <location filename="../ui/EditProduct.ui" line="10389"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2827 <source>Head:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2828 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2829 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2830 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2831 <location filename="../ui/EditProduct.ui" line="10444"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2832 <source>Aroma:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2833 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2834 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2835 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2836 <location filename="../ui/EditProduct.ui" line="10473"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2837 <source>Taste:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2838 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2839 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2840 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2841 <location filename="../ui/EditProduct.ui" line="10502"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2842 <source>Aftertaste:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2843 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2844 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2845 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2846 <location filename="../ui/EditProduct.ui" line="10531"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2847 <source>Mouthfeel:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2848 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2849 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2850 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2851 <location filename="../ui/EditProduct.ui" line="10560"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2852 <source>Notes:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2853 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2854 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2855 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2856 <location filename="../ui/EditProduct.ui" line="10586"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2857 <source>Edit the tasting date.</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2858 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2859 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
2860 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2861 <location filename="../ui/EditProduct.ui" line="10627"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2862 <source>Export</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2863 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2864 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2865 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2866 <location filename="../ui/EditProduct.ui" line="10644"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2867 <source>Print</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2868 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2869 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2870 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2871 <location filename="../src/EditProduct.cpp" line="41"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2872 <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
2873 <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
2874 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2875 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2876 <location filename="../src/EditProduct.cpp" line="42"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2877 <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
2878 <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
2879 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2880 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2881 <location filename="../src/EditProduct.cpp" line="43"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2882 <source>All Grain</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2883 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2884 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2885 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2886 <location filename="../src/EditProduct.cpp" line="60"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2887 <source>Source 1</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2888 <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
2889 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2890 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2891 <location filename="../src/EditProduct.cpp" line="61"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2892 <source>Source 2</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2893 <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
2894 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2895 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2896 <location filename="../src/EditProduct.cpp" line="62"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2897 <source>Mixed</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2898 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2899 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2900 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2901 <location filename="../src/EditProduct.cpp" line="95"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2902 <source>Emersion chiller</source>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2903 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2904 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2905 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2906 <location filename="../src/EditProduct.cpp" line="96"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2907 <source>Counterflow chiller</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2908 <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
2909 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2910 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2911 <location filename="../src/EditProduct.cpp" line="97"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2912 <source>Au bain marie</source>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2913 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2914 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2915 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2916 <location filename="../src/EditProduct.cpp" line="98"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2917 <source>Natural</source>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2918 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2919 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2920 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2921 <location filename="../src/EditProduct.cpp" line="100"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2922 <source>None</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2923 <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
2924 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2925 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2926 <location filename="../src/EditProduct.cpp" line="101"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2927 <location filename="../src/EditProductTab10.cpp" line="303"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2928 <source>Air</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2929 <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
2930 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2931 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2932 <location filename="../src/EditProduct.cpp" line="102"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2933 <source>Oxygen</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2934 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2935 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2936 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2937 <location filename="../src/EditProduct.cpp" line="301"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
2938 <source>%1, part %2 of %3</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
2939 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
2940 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
2941 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2942 <location filename="../src/EditProduct.cpp" line="788"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
2943 <source>BMSapp - Add new product</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
2944 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
2945 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
2946 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2947 <location filename="../src/EditProduct.cpp" line="790"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
2948 <source>BMSapp - Edit product %1</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
2949 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
2950 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
2951 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2952 <location filename="../src/EditProduct.cpp" line="806"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2953 <location filename="../src/EditProduct.cpp" line="810"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2954 <source>Edit Product</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2955 <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
2956 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2957 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2958 <location filename="../src/EditProduct.cpp" line="806"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2959 <source>Name empty or too short.</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2960 <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
2961 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
2962 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
2963 <location filename="../src/EditProduct.cpp" line="810"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2964 <source>No beerstyle selected.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2965 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2966 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2967 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
2968 <location filename="../src/EditProduct.cpp" line="848"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2969 <source>Delete product</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2970 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2971 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2972 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
2973 <location filename="../src/EditProduct.cpp" line="872"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2974 <source>Product changed</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2975 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2976 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2977 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
2978 <location filename="../src/EditProduct.cpp" line="872"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2979 <source>The product has been modified. Save changes?</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2980 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2981 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2982 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
2983 <location filename="../src/EditProductTab3.cpp" line="74"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2984 <source>Supplier</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2985 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2986 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2987 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
2988 <location filename="../src/EditProductTab3.cpp" line="74"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2989 <source>Fermentable</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2990 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2991 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2992 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
2993 <location filename="../src/EditProductTab3.cpp" line="74"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2994 <source>EBC</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2995 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2996 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
2997 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
2998 <location filename="../src/EditProductTab3.cpp" line="74"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
2999 <location filename="../src/EditProductTab4.cpp" line="56"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3000 <location filename="../src/EditProductTab5.cpp" line="69"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3001 <location filename="../src/EditProductTab6.cpp" line="55"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3002 <location filename="../src/EditProductTab7.cpp" line="36"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3003 <source>Type</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>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3007 <location filename="../src/EditProductTab3.cpp" line="74"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3008 <source>Graintype</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>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3012 <location filename="../src/EditProductTab3.cpp" line="74"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3013 <source>When</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3014 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3015 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3016 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3017 <location filename="../src/EditProductTab3.cpp" line="74"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3018 <source>Yield</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>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3022 <location filename="../src/EditProductTab3.cpp" line="75"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3023 <location filename="../src/EditProductTab4.cpp" line="57"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3024 <location filename="../src/EditProductTab5.cpp" line="69"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3025 <location filename="../src/EditProductTab6.cpp" line="56"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3026 <source>Amount</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3027 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3028 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3029 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3030 <location filename="../src/EditProductTab3.cpp" line="75"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3031 <location filename="../src/EditProductTab4.cpp" line="57"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3032 <location filename="../src/EditProductTab5.cpp" line="69"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3033 <location filename="../src/EditProductTab6.cpp" line="56"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3034 <source>Stock</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3035 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3036 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3037 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3038 <location filename="../src/EditProductTab3.cpp" line="75"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3039 <source>Procent</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>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3043 <location filename="../src/EditProductTab3.cpp" line="75"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3044 <source>100%</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>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3048 <location filename="../src/EditProductTab3.cpp" line="75"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3049 <location filename="../src/EditProductTab3.cpp" line="174"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3050 <location filename="../src/EditProductTab4.cpp" line="57"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3051 <location filename="../src/EditProductTab4.cpp" line="159"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3052 <location filename="../src/EditProductTab5.cpp" line="69"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3053 <location filename="../src/EditProductTab5.cpp" line="170"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3054 <location filename="../src/EditProductTab6.cpp" line="56"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3055 <location filename="../src/EditProductTab6.cpp" line="154"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3056 <source>Edit</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3057 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3058 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3059 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3060 <location filename="../src/EditProductTab3.cpp" line="147"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3061 <location filename="../src/EditProductTab3.cpp" line="150"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3062 <source>Edit this from the package tab</source>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3063 <translation type="unfinished"></translation>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3064 </message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3065 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3066 <location filename="../src/EditProductTab3.cpp" line="154"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3067 <location filename="../src/EditProductTab3.cpp" line="157"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3068 <source>Fermentable already used</source>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3069 <translation type="unfinished"></translation>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3070 </message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3071 <message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3072 <location filename="../src/EditProductTab3.cpp" line="650"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3073 <source>Delete fermentable</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3074 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3075 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3076 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3077 <location filename="../src/EditProductTab3.cpp" line="650"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3078 <location filename="../src/EditProductTab4.cpp" line="338"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3079 <location filename="../src/EditProductTab5.cpp" line="356"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3080 <location filename="../src/EditProductTab6.cpp" line="747"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3081 <location filename="../src/EditProductTab7.cpp" line="303"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3082 <location filename="../src/EditProduct.cpp" line="848"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3083 <source>Delete %1</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3084 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3085 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3086 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
3087 <location filename="../src/EditProductTab3.cpp" line="966"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3088 <location filename="../src/EditProductTab5.cpp" line="600"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3089 <source>Current ingredient:</source>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3090 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3091 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3092 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
3093 <location filename="../src/EditProductTab3.cpp" line="971"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3094 <source>Supplier:</source>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3095 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3096 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3097 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
3098 <location filename="../src/EditProductTab3.cpp" line="976"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3099 <source>Amount in kg:</source>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3100 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3101 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3102 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
3103 <location filename="../src/EditProductTab3.cpp" line="981"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3104 <source>Percentage in batch:</source>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3105 <translation type="unfinished"></translation>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3106 </message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3107 <message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3108 <location filename="../src/EditProductTab3.cpp" line="986"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3109 <source>Auto fill to 100%:</source>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3110 <translation type="unfinished"></translation>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3111 </message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3112 <message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3113 <location filename="../src/EditProductTab3.cpp" line="991"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3114 <location filename="../src/EditProductTab4.cpp" line="602"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3115 <location filename="../src/EditProductTab6.cpp" line="1006"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3116 <source>Use at:</source>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3117 <translation type="unfinished"></translation>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3118 </message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3119 <message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3120 <location filename="../src/EditProductTab3.cpp" line="996"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3121 <location filename="../src/EditProductTab5.cpp" line="626"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3122 <source>Select ingredient:</source>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3123 <translation type="unfinished"></translation>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3124 </message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3125 <message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3126 <location filename="../src/EditProductTab3.cpp" line="1001"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3127 <location filename="../src/EditProductTab4.cpp" line="612"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3128 <location filename="../src/EditProductTab5.cpp" line="631"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3129 <location filename="../src/EditProductTab6.cpp" line="991"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3130 <source>In stock:</source>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3131 <translation type="unfinished"></translation>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3132 </message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3133 <message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3134 <location filename="../src/EditProductTab3.cpp" line="1006"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3135 <source>Max in batch:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3136 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3137 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3138 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3139 <location filename="../src/EditProductTab3.cpp" line="1057"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3140 <location filename="../src/EditProductTab4.cpp" line="664"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3141 <location filename="../src/EditProductTab5.cpp" line="676"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3142 <source>Boil</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3143 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3144 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3145 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3146 <location filename="../src/EditProductTab3.cpp" line="1058"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3147 <source>Fermentation</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3148 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3149 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3150 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3151 <location filename="../src/EditProductTab3.cpp" line="1059"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3152 <source>Lagering</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3153 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3154 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3155 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3156 <location filename="../src/EditProductTab4.cpp" line="56"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3157 <source>Origin</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>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3161 <location filename="../src/EditProductTab4.cpp" line="56"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3162 <source>Hop</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3163 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3164 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3165 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3166 <location filename="../src/EditProductTab4.cpp" line="56"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3167 <source>Form</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3168 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3169 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3170 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3171 <location filename="../src/EditProductTab4.cpp" line="56"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3172 <source>Alpha</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3173 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3174 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3175 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3176 <location filename="../src/EditProductTab4.cpp" line="56"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3177 <location filename="../src/EditProductTab5.cpp" line="69"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3178 <source>Use at</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3179 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3180 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3181 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3182 <location filename="../src/EditProductTab4.cpp" line="56"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3183 <location filename="../src/EditProductTab5.cpp" line="69"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3184 <location filename="../src/EditProductTab9.cpp" line="514"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3185 <source>Time</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3186 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3187 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3188 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3189 <location filename="../src/EditProductTab4.cpp" line="57"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3190 <source>IBU</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3191 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3192 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3193 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3194 <location filename="../src/EditProductTab4.cpp" line="139"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3195 <location filename="../src/EditProductTab4.cpp" line="142"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3196 <source>Hop already used</source>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3197 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3198 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3199 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
3200 <location filename="../src/EditProductTab4.cpp" line="175"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
3201 <location filename="../src/EditProductTab4.cpp" line="215"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3202 <source>Very low</source>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3203 <translation type="unfinished"></translation>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3204 </message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3205 <message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3206 <location filename="../src/EditProductTab4.cpp" line="181"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3207 <location filename="../src/EditProductTab4.cpp" line="221"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3208 <source>Low</source>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3209 <translation type="unfinished"></translation>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3210 </message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3211 <message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3212 <location filename="../src/EditProductTab4.cpp" line="188"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3213 <location filename="../src/EditProductTab4.cpp" line="228"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3214 <source>Moderate</source>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3215 <translation type="unfinished"></translation>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3216 </message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3217 <message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3218 <location filename="../src/EditProductTab4.cpp" line="196"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3219 <location filename="../src/EditProductTab4.cpp" line="236"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3220 <source>High</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3221 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3222 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3223 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3224 <location filename="../src/EditProductTab4.cpp" line="203"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3225 <location filename="../src/EditProductTab4.cpp" line="243"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3226 <source>Very high</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>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3230 <location filename="../src/EditProductTab4.cpp" line="338"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3231 <source>Delete hop</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>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3235 <location filename="../src/EditProductTab4.cpp" line="535"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3236 <location filename="../src/EditProductTab4.cpp" line="594"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3237 <location filename="../src/EditProductTab5.cpp" line="471"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3238 <location filename="../src/EditProductTab5.cpp" line="560"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3239 <location filename="../src/EditProductTab5.cpp" line="618"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3240 <source>Time in minutes:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3241 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3242 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3243 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3244 <location filename="../src/EditProductTab4.cpp" line="539"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3245 <location filename="../src/EditProductTab4.cpp" line="592"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3246 <location filename="../src/EditProductTab5.cpp" line="466"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3247 <location filename="../src/EditProductTab5.cpp" line="555"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3248 <location filename="../src/EditProductTab5.cpp" line="616"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3249 <source>Time in days:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3250 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3251 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3252 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3253 <location filename="../src/EditProductTab4.cpp" line="576"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3254 <source>Current hop:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3255 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3256 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3257 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3258 <location filename="../src/EditProductTab4.cpp" line="581"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3259 <source>Origin:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3260 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3261 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3262 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3263 <location filename="../src/EditProductTab4.cpp" line="586"/>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3264 <location filename="../src/EditProductTab5.cpp" line="482"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3265 <location filename="../src/EditProductTab5.cpp" line="607"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3266 <location filename="../src/EditProductTab6.cpp" line="861"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3267 <location filename="../src/EditProductTab6.cpp" line="999"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3268 <source>Amount in gr:</source>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3269 <translation type="unfinished"></translation>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3270 </message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3271 <message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3272 <location filename="../src/EditProductTab4.cpp" line="607"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3273 <source>Select hop:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3274 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3275 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3276 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3277 <location filename="../src/EditProductTab4.cpp" line="663"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3278 <source>First wort</source>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3279 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3280 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3281 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3282 <location filename="../src/EditProductTab4.cpp" line="665"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3283 <source>Aroma</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3284 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3285 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3286 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3287 <location filename="../src/EditProductTab4.cpp" line="666"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3288 <source>Whirlpool</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3289 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3290 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3291 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3292 <location filename="../src/EditProductTab4.cpp" line="667"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3293 <source>Dry hop</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3294 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3295 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3296 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3297 <location filename="../src/EditProductTab5.cpp" line="69"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3298 <source>Ingredient</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3299 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3300 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3301 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3302 <location filename="../src/EditProductTab5.cpp" line="134"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3303 <location filename="../src/EditProductTab5.cpp" line="138"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3304 <source>Edit this from the water tab</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3305 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3306 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3307 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3308 <location filename="../src/EditProductTab5.cpp" line="143"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3309 <location filename="../src/EditProductTab5.cpp" line="147"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3310 <source>Misc already used</source>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3311 <translation type="unfinished"></translation>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3312 </message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3313 <message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3314 <location filename="../src/EditProductTab5.cpp" line="356"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3315 <source>Delete misc</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3316 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3317 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3318 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3319 <location filename="../src/EditProductTab5.cpp" line="485"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3320 <location filename="../src/EditProductTab5.cpp" line="609"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3321 <location filename="../src/EditProductTab6.cpp" line="868"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3322 <location filename="../src/EditProductTab6.cpp" line="1001"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3323 <source>Amount in ml:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3324 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3325 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3326 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3327 <location filename="../src/EditProductTab5.cpp" line="674"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3328 <source>Starter</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3329 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3330 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3331 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3332 <location filename="../src/EditProductTab5.cpp" line="677"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3333 <location filename="../src/EditProductTab6.cpp" line="1055"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3334 <source>Primary</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3335 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3336 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3337 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3338 <location filename="../src/EditProductTab5.cpp" line="678"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3339 <location filename="../src/EditProductTab6.cpp" line="1056"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3340 <source>Secondary</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3341 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3342 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3343 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3344 <location filename="../src/EditProductTab4.cpp" line="668"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3345 <location filename="../src/EditProductTab5.cpp" line="679"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3346 <source>Bottling</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3347 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3348 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3349 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3350 <location filename="../src/EditProductTab6.cpp" line="55"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3351 <source>Yeast</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3352 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3353 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3354 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3355 <location filename="../src/EditProductTab6.cpp" line="55"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3356 <source>Laboratory</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3357 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3358 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3359 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3360 <location filename="../src/EditProductTab6.cpp" line="55"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3361 <source>Code</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3362 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3363 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3364 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3365 <location filename="../src/EditProductTab6.cpp" line="55"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3366 <source>Use for</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3367 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3368 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3369 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3370 <location filename="../src/EditProductTab6.cpp" line="55"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3371 <source>Min.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3372 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3373 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3374 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3375 <location filename="../src/EditProductTab6.cpp" line="55"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3376 <source>Max.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3377 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3378 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3379 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3380 <location filename="../src/EditProductTab6.cpp" line="56"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3381 <source>Tol.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3382 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3383 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3384 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3385 <location filename="../src/EditProductTab6.cpp" line="56"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3386 <source>Attn.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3387 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3388 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3389 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3390 <location filename="../src/EditProductTab6.cpp" line="133"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3391 <location filename="../src/EditProductTab6.cpp" line="137"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3392 <source>Yeast already used</source>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3393 <translation type="unfinished"></translation>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3394 </message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3395 <message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3396 <location filename="../src/EditProductTab6.cpp" line="296"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3397 <source>Method</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3398 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3399 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3400 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3401 <location filename="../src/EditProductTab6.cpp" line="296"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3402 <source>Inj. factor</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3403 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3404 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3405 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3406 <location filename="../src/EditProductTab6.cpp" line="296"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3407 <source>New cells</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3408 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3409 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3410 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3411 <location filename="../src/EditProductTab6.cpp" line="296"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3412 <source>Total cells</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3413 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3414 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3415 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3416 <location filename="../src/EditProductTab6.cpp" line="296"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3417 <source>Grow factor</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3418 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3419 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3420 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3421 <location filename="../src/EditProductTab6.cpp" line="649"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3422 <source>Start step type:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3423 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3424 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3425 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3426 <location filename="../src/EditProductTab6.cpp" line="654"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3427 <source>Starter step volume:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3428 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3429 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3430 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3431 <location filename="../src/EditProductTab6.cpp" line="661"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3432 <source>Stirred</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3433 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3434 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3435 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3436 <location filename="../src/EditProductTab6.cpp" line="662"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3437 <source>Shaken</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>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3441 <location filename="../src/EditProductTab6.cpp" line="663"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3442 <source>Simple</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3443 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3444 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3445 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3446 <location filename="../src/EditProductTab6.cpp" line="747"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3447 <source>Delete yeast</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3448 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3449 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3450 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3451 <location filename="../src/EditProductTab6.cpp" line="854"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3452 <location filename="../src/EditProductTab6.cpp" line="997"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3453 <source>Total packs:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3454 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3455 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3456 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3457 <location filename="../src/EditProductTab6.cpp" line="971"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3458 <source>Yeast name:</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>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3462 <location filename="../src/EditProductTab6.cpp" line="976"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3463 <location filename="../src/EditProductTab6.cpp" line="981"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3464 <source>Laboratory:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3465 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3466 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3467 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3468 <location filename="../src/EditProductTab6.cpp" line="986"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3469 <source>Select yeast:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3470 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3471 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3472 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3473 <location filename="../src/EditProductTab6.cpp" line="1057"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3474 <source>Tertiary</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3475 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3476 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3477 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3478 <location filename="../src/EditProductTab6.cpp" line="1058"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3479 <source>Bottle</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3480 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3481 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3482 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3483 <location filename="../src/EditProductTab7.cpp" line="36"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3484 <source>Step name</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3485 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3486 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3487 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3488 <location filename="../src/EditProductTab7.cpp" line="36"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3489 <source>Start</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3490 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3491 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3492 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3493 <location filename="../src/EditProductTab7.cpp" line="36"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3494 <source>End</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3495 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3496 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3497 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3498 <location filename="../src/EditProductTab7.cpp" line="36"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3499 <source>Rest</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3500 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3501 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3502 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3503 <location filename="../src/EditProductTab7.cpp" line="36"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3504 <source>Ramp</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3505 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3506 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3507 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3508 <location filename="../src/EditProductTab7.cpp" line="37"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3509 <source>Inf/dec</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3510 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3511 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3512 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3513 <location filename="../src/EditProductTab7.cpp" line="37"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3514 <source>W/G ratio</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3515 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3516 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3517 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3518 <location filename="../src/EditProductTab7.cpp" line="37"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3519 <location filename="../src/EditProductTab10.cpp" line="405"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3520 <source>SG</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3521 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3522 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3523 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3524 <location filename="../src/EditProductTab7.cpp" line="303"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3525 <source>Delete mash step</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3526 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3527 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3528 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3529 <location filename="../src/EditProductTab7.cpp" line="552"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3530 <source>Step name:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3531 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3532 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3533 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3534 <location filename="../src/EditProductTab7.cpp" line="562"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3535 <source>Step type:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3536 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3537 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3538 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3539 <location filename="../src/EditProductTab7.cpp" line="568"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3540 <source>Infusion</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>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3544 <location filename="../src/EditProductTab7.cpp" line="569"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3545 <source>Temperature</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3546 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3547 </message>
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 <location filename="../src/EditProductTab7.cpp" line="570"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3550 <source>Decoction</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3551 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3552 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3553 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3554 <location filename="../src/EditProductTab7.cpp" line="575"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3555 <source>Step start temp:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3556 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3557 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3558 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3559 <location filename="../src/EditProductTab7.cpp" line="587"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3560 <source>Step end temp:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3561 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3562 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3563 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3564 <location filename="../src/EditProductTab7.cpp" line="599"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3565 <source>Step rest time:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3566 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3567 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3568 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3569 <location filename="../src/EditProductTab7.cpp" line="611"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3570 <source>Step ramp time:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3571 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3572 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3573 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3574 <location filename="../ui/EditProduct.ui" line="6593"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3575 <location filename="../ui/EditProduct.ui" line="7682"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3576 <location filename="../src/EditProductTab7.cpp" line="623"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3577 <source>Measured pH:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3578 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3579 </message>
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 <location filename="../src/EditProductTab7.cpp" line="641"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3582 <source>Measured Brix:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3583 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3584 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3585 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3586 <location filename="../ui/EditProduct.ui" line="6609"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3587 <location filename="../ui/EditProduct.ui" line="7749"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3588 <location filename="../src/EditProductTab7.cpp" line="655"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3589 <source>Measured SG:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3590 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3591 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3592 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3593 <location filename="../src/EditProductTab7.cpp" line="675"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3594 <source>Infusion volume:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3595 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3596 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3597 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3598 <location filename="../src/EditProductTab7.cpp" line="692"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3599 <source>Infusion Temperature:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3600 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3601 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3602 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3603 <location filename="../src/EditProductTab8.cpp" line="327"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3604 <source>Very malty and sweet</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3605 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3606 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3607 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3608 <location filename="../src/EditProductTab8.cpp" line="329"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3609 <source>Malty, sweet</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3610 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3611 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3612 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3613 <location filename="../src/EditProductTab8.cpp" line="331"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3614 <location filename="../src/EditProductTab8.cpp" line="347"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3615 <source>Balanced</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3616 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3617 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3618 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3619 <location filename="../src/EditProductTab8.cpp" line="333"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3620 <source>Hoppy, bitter</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3621 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3622 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3623 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3624 <location filename="../src/EditProductTab8.cpp" line="335"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3625 <source>Very hoppy, very bitter</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3626 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3627 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3628 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3629 <location filename="../src/EditProductTab8.cpp" line="341"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3630 <source>Too malty</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3631 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3632 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3633 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3634 <location filename="../src/EditProductTab8.cpp" line="343"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3635 <source>Very malty</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3636 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3637 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3638 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3639 <location filename="../src/EditProductTab8.cpp" line="345"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3640 <source>Malty</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3641 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3642 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3643 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3644 <location filename="../src/EditProductTab8.cpp" line="349"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3645 <source>Little bitter</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3646 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3647 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3648 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3649 <location filename="../src/EditProductTab8.cpp" line="351"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3650 <source>Bitter</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3651 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3652 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3653 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3654 <location filename="../src/EditProductTab8.cpp" line="353"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3655 <source>Very bitter</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3656 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3657 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3658 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3659 <location filename="../src/EditProductTab8.cpp" line="355"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3660 <source>Too bitter</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3661 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3662 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3663 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3664 <location filename="../src/EditProductExport.cpp" line="38"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3665 <location filename="../src/EditProductExport.cpp" line="41"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3666 <location filename="../src/EditProductExport.cpp" line="262"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3667 <source>Save File</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3668 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3669 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3670 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3671 <location filename="../src/EditProductExport.cpp" line="39"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3672 <source>Files (*.xml)</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3673 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3674 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3675 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3676 <location filename="../src/EditProductExport.cpp" line="41"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3677 <source>No XML file selected.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3678 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3679 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
3680 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3681 <location filename="../src/EditProductExport.cpp" line="262"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
3682 <source>XML export ready</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
3683 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
3684 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
3685 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3686 <location filename="../src/EditProductExport.cpp" line="314"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3687 <location filename="../src/EditProductExport.cpp" line="316"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3688 <location filename="../src/EditProductExport.cpp" line="412"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3689 <location filename="../src/EditProductExport.cpp" line="414"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3690 <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
3691 <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
3692 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3693 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3694 <location filename="../src/EditProductExport.cpp" line="314"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3695 <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
3696 <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
3697 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3698 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3699 <location filename="../src/EditProductExport.cpp" line="316"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3700 <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
3701 <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
3702 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3703 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3704 <location filename="../src/EditProductExport.cpp" line="412"/>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
3705 <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
3706 <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
3707 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3708 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3709 <location filename="../src/EditProductExport.cpp" line="414"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3710 <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
3711 <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
3712 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3713 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3714 <location filename="../src/EditProductExport.cpp" line="561"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3715 <location filename="../src/EditProductExport.cpp" line="1028"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3716 <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
3717 <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
3718 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3719 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3720 <location filename="../src/EditProductExport.cpp" line="561"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3721 <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
3722 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
3723 <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
3724 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3725 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3726 <location filename="../src/EditProductExport.cpp" line="578"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3727 <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
3728 <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
3729 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3730 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3731 <location filename="../src/EditProductExport.cpp" line="583"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3732 <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
3733 <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
3734 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3735 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3736 <location filename="../src/EditProductExport.cpp" line="590"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3737 <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
3738 <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
3739 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3740 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3741 <location filename="../src/EditProductExport.cpp" line="599"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3742 <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
3743 <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
3744 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3745 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3746 <location filename="../src/EditProductExport.cpp" line="603"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3747 <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
3748 <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
3749 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3750 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3751 <location filename="../src/EditProductExport.cpp" line="608"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3752 <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
3753 <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
3754 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3755 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3756 <location filename="../src/EditProductExport.cpp" line="713"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3757 <location filename="../src/EditProductExport.cpp" line="727"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3758 <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
3759 <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
3760 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3761 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3762 <location filename="../src/EditProductExport.cpp" line="739"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3763 <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
3764 <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
3765 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3766 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3767 <location filename="../src/EditProductExport.cpp" line="750"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3768 <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
3769 <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
3770 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
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/EditProductExport.cpp" line="761"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3773 <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
3774 <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
3775 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
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/EditProductExport.cpp" line="767"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3778 <source>Current brew stage:</source>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3779 <translation type="unfinished"></translation>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3780 </message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3781 <message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3782 <location filename="../src/EditProductExport.cpp" line="778"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3783 <source>Split at moment:</source>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3784 <translation type="unfinished"></translation>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3785 </message>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3786 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3787 <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
3788 <source>Not divided</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3789 <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
3790 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3791 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3792 <location filename="../src/EditProductExport.cpp" line="783"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3793 <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
3794 <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
3795 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3796 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3797 <location filename="../src/EditProductExport.cpp" line="785"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3798 <source>After cooling</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3799 <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
3800 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3801 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3802 <location filename="../src/EditProductExport.cpp" line="786"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3803 <source>After primary</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3804 <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
3805 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3806 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3807 <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
3808 <source>After secondary</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3809 <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
3810 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3811 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3812 <location filename="../src/EditProductExport.cpp" line="788"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3813 <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
3814 <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
3815 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3816 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3817 <location filename="../src/EditProductExport.cpp" line="809"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3818 <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
3819 <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
3820 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3821 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3822 <location filename="../src/EditProductExport.cpp" line="827"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3823 <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
3824 <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
3825 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3826 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3827 <location filename="../src/EditProductExport.cpp" line="827"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3828 <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
3829 <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
3830 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3831 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3832 <location filename="../src/EditProductExport.cpp" line="827"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3833 <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
3834 <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
3835 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3836 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3837 <location filename="../src/EditProductExport.cpp" line="1004"/>
243
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
3838 <source>Export choices</source>
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
3839 <translation type="unfinished"></translation>
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
3840 </message>
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
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/EditProductExport.cpp" line="1016"/>
243
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
3843 <source>Export to beerXML</source>
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
3844 <translation type="unfinished"></translation>
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
3845 </message>
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
3846 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3847 <location filename="../src/EditProductExport.cpp" line="1020"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3848 <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
3849 <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
3850 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3851 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3852 <location filename="../src/EditProductExport.cpp" line="1024"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3853 <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
3854 <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
3855 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3856 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3857 <location filename="../src/EditProductExport.cpp" line="1032"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3858 <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
3859 <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
3860 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
3861 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3862 <location filename="../src/EditProductExport.cpp" line="1061"/>
243
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
3863 <source>Printer report</source>
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
3864 <translation type="unfinished"></translation>
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
3865 </message>
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
3866 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3867 <location filename="../src/EditProductExport.cpp" line="1073"/>
243
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
3868 <source>Print recipe</source>
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
3869 <translation type="unfinished"></translation>
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
3870 </message>
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
3871 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
3872 <location filename="../src/EditProductExport.cpp" line="1077"/>
243
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
3873 <source>Print checklist</source>
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
3874 <translation type="unfinished"></translation>
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
3875 </message>
84dc3c1c2d02 Added print and export choices popups. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 242
diff changeset
3876 <message>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3877 <location filename="../src/EditProductTab9.cpp" line="103"/>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3878 <source>Confirm brew</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3879 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3880 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3881 <message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3882 <location filename="../src/EditProductTab9.cpp" line="103"/>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3883 <source>Confirm that the brew date and time are correct</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3884 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3885 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3886 <message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3887 <location filename="../src/EditProductTab9.cpp" line="177"/>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3888 <source>Distance from top:</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3889 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3890 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3891 <message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3892 <location filename="../src/EditProductTab9.cpp" line="187"/>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3893 <source> cm</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3894 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
3895 </message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3896 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3897 <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
3898 <source>Temperature °C or Power %</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3899 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3900 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3901 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3902 <location filename="../src/EditProductTab10.cpp" line="42"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3903 <source>Refractometer Brix:</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3904 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3905 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3906 <message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3907 <location filename="../src/EditProductTab10.cpp" line="143"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3908 <source>Confirm primary</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3909 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3910 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3911 <message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3912 <location filename="../src/EditProductTab10.cpp" line="143"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3913 <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
3914 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3915 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3916 <message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3917 <location filename="../src/EditProductTab10.cpp" line="211"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3918 <source>Confirm secondary</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3919 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3920 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3921 <message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3922 <location filename="../src/EditProductTab10.cpp" line="211"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3923 <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
3924 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3925 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3926 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3927 <location filename="../src/EditProductTab10.cpp" line="273"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3928 <source>Fermenter log</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3929 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3930 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3931 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3932 <location filename="../src/EditProductTab10.cpp" line="305"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3933 <source>Beer</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3934 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3935 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3936 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3937 <location filename="../src/EditProductTab10.cpp" line="309"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3938 <source>Chiller</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3939 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3940 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3941 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3942 <location filename="../src/EditProductTab10.cpp" line="331"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3943 <location filename="../src/EditProductTab10.cpp" line="421"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3944 <location filename="../src/EditProductTab11.cpp" line="629"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3945 <source>Date</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3946 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3947 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3948 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3949 <location filename="../src/EditProductTab10.cpp" line="342"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3950 <location filename="../src/EditProductTab10.cpp" line="403"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3951 <location filename="../src/EditProductTab11.cpp" line="638"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3952 <source>Temp °C</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3953 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3954 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3955 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3956 <location filename="../src/EditProductTab10.cpp" line="353"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3957 <source>Power %</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3958 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3959 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3960 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3961 <location filename="../src/EditProductTab10.cpp" line="378"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3962 <source>iSpindel log</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3963 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3964 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3965 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3966 <location filename="../src/EditProductTab10.cpp" line="409"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3967 <source>Battery</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3968 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3969 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3970 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3971 <location filename="../src/EditProductTab10.cpp" line="431"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3972 <location filename="../src/EditProductTab11.cpp" line="614"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3973 <source>Temperature °C</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3974 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3975 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3976 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3977 <location filename="../src/EditProductTab10.cpp" line="447"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3978 <source>Battery volt</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3979 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3980 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3981 <message>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
3982 <location filename="../src/EditProductTab11.cpp" line="295"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3983 <source>Confirm package</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3984 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3985 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3986 <message>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
3987 <location filename="../src/EditProductTab11.cpp" line="295"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3988 <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
3989 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3990 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
3991 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3992 <location filename="../src/EditProductTab11.cpp" line="591"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3993 <source>Carbonation log</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3994 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3995 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3996 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3997 <location filename="../src/EditProductTab11.cpp" line="616"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3998 <source>Pressure bar</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
3999 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
4000 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
4001 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
4002 <location filename="../src/EditProductTab11.cpp" line="646"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
4003 <source>Bar</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
4004 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
4005 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
4006 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4007 <location filename="../src/EditProductTab12.cpp" line="36"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4008 <source>Confirm tasting</source>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4009 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4010 </message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4011 <message>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4012 <location filename="../src/EditProductTab12.cpp" line="36"/>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4013 <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
4014 <translation type="unfinished"></translation>
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4015 </message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4016 </context>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
4017 <context>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4018 <name>EditProfileFerment</name>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4019 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4020 <location filename="../ui/EditProfileFerment.ui" line="14"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4021 <source>Dialog</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4022 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4023 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4024 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4025 <location filename="../ui/EditProfileFerment.ui" line="29"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4026 <source>Name:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4027 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4028 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4029 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4030 <location filename="../ui/EditProfileFerment.ui" line="48"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4031 <source>Name of the fermentation profile</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4032 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4033 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4034 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4035 <location filename="../ui/EditProfileFerment.ui" line="67"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4036 <source>Quit</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4037 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4038 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4039 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4040 <location filename="../ui/EditProfileFerment.ui" line="87"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4041 <source>Save</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4042 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4043 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4044 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4045 <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
4046 <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
4047 <location filename="../src/EditProfileFerment.cpp" line="409"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4048 <source>Delete</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4049 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4050 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4051 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4052 <location filename="../ui/EditProfileFerment.ui" line="134"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4053 <source>Steps:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4054 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4055 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4056 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4057 <location filename="../ui/EditProfileFerment.ui" line="150"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4058 <source>Total time:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4059 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4060 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4061 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4062 <location filename="../ui/EditProfileFerment.ui" line="179"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4063 <source>Add step</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4064 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4065 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4066 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4067 <location filename="../ui/EditProfileFerment.ui" line="196"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4068 <source>Start low:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4069 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4070 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4071 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4072 <location filename="../ui/EditProfileFerment.ui" line="212"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4073 <source>Start high:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4074 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4075 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4076 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4077 <location filename="../ui/EditProfileFerment.ui" line="234"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4078 <location filename="../ui/EditProfileFerment.ui" line="265"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4079 <source> °C</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4080 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4081 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4082 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4083 <location filename="../ui/EditProfileFerment.ui" line="290"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4084 <source>Sensor:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4085 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4086 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4087 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4088 <location filename="../src/EditProfileFerment.cpp" line="31"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4089 <location filename="../src/EditProfileFerment.cpp" line="135"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4090 <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
4091 <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
4092 <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
4093 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4094 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4095 <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
4096 <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
4097 <location filename="../src/EditProfileFerment.cpp" line="400"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4098 <source>Fridge</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4099 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4100 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4101 <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
4102 <location filename="../src/EditProfileFerment.cpp" line="91"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4103 <source>Step name</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4104 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4105 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4106 <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
4107 <location filename="../src/EditProfileFerment.cpp" line="91"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4108 <source>Start °C</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4109 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4110 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4111 <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
4112 <location filename="../src/EditProfileFerment.cpp" line="91"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4113 <source>End °C</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4114 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4115 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4116 <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
4117 <location filename="../src/EditProfileFerment.cpp" line="91"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4118 <source>Sensor</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4119 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4120 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4121 <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
4122 <location filename="../src/EditProfileFerment.cpp" line="91"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4123 <source>Ramp time</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4124 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4125 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4126 <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
4127 <location filename="../src/EditProfileFerment.cpp" line="91"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4128 <source>Rest time</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4129 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4130 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4131 <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
4132 <location filename="../src/EditProfileFerment.cpp" line="91"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4133 <source>Button</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4134 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4135 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4136 <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
4137 <location filename="../src/EditProfileFerment.cpp" line="204"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4138 <source>BMSapp - Add new fermentation profile</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4139 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4140 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4141 <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
4142 <location filename="../src/EditProfileFerment.cpp" line="206"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4143 <source>BMSapp - Edit fermentation profile %1</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4144 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4145 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4146 <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
4147 <location filename="../src/EditProfileFerment.cpp" line="222"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4148 <source>Edit Ferment</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4149 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4150 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4151 <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
4152 <location filename="../src/EditProfileFerment.cpp" line="222"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4153 <source>Name empty or too short.</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4154 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4155 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4156 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4157 <location filename="../src/EditProfileFerment.cpp" line="251"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4158 <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
4159 <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
4160 <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
4161 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4162 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4163 <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
4164 <location filename="../src/EditProfileFerment.cpp" line="277"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4165 <source>MySQL error: %1
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4166 %2
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4167 %3</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4168 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4169 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4170 <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
4171 <location filename="../src/EditProfileFerment.cpp" line="435"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4172 <source>Fermentation changed</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4173 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4174 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4175 <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
4176 <location filename="../src/EditProfileFerment.cpp" line="435"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4177 <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
4178 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
4179 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
4180 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
4181 <context>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4182 <name>EditProfileMash</name>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4183 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4184 <location filename="../ui/EditProfileMash.ui" line="14"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4185 <source>Dialog</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4186 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4187 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4188 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4189 <location filename="../ui/EditProfileMash.ui" line="29"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4190 <source>Name:</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4191 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4192 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4193 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4194 <location filename="../ui/EditProfileMash.ui" line="45"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4195 <source>Notes:</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4196 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4197 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4198 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4199 <location filename="../ui/EditProfileMash.ui" line="64"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4200 <source>Name of the mash profile</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4201 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4202 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4203 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4204 <location filename="../ui/EditProfileMash.ui" line="77"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4205 <source>Notes or this mash profile.</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4206 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4207 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4208 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4209 <location filename="../ui/EditProfileMash.ui" line="96"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4210 <source>Quit</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4211 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4212 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4213 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4214 <location filename="../ui/EditProfileMash.ui" line="116"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4215 <source>Save</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4216 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4217 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4218 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4219 <location filename="../ui/EditProfileMash.ui" line="136"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4220 <location filename="../src/EditProfileMash.cpp" line="157"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4221 <location filename="../src/EditProfileMash.cpp" line="356"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4222 <source>Delete</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4223 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4224 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4225 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4226 <location filename="../ui/EditProfileMash.ui" line="163"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4227 <source>Steps:</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4228 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4229 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4230 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4231 <location filename="../ui/EditProfileMash.ui" line="179"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4232 <source>Total time:</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4233 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4234 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4235 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4236 <location filename="../ui/EditProfileMash.ui" line="205"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4237 <source>Add step</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4238 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4239 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4240 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4241 <location filename="../src/EditProfileMash.cpp" line="81"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4242 <source>Step name</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4243 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4244 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4245 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4246 <location filename="../src/EditProfileMash.cpp" line="81"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4247 <source>Type</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4248 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4249 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4250 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4251 <location filename="../src/EditProfileMash.cpp" line="81"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4252 <source>Start °C</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4253 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4254 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4255 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4256 <location filename="../src/EditProfileMash.cpp" line="81"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4257 <source>End °C</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4258 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4259 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4260 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4261 <location filename="../src/EditProfileMash.cpp" line="81"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4262 <source>Rest time</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4263 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4264 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4265 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4266 <location filename="../src/EditProfileMash.cpp" line="81"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4267 <source>Ramp time</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4268 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4269 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4270 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4271 <location filename="../src/EditProfileMash.cpp" line="81"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4272 <source>Button</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4273 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4274 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4275 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4276 <location filename="../src/EditProfileMash.cpp" line="102"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4277 <location filename="../src/EditProfileMash.cpp" line="344"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4278 <source>Infusion</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4279 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4280 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4281 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4282 <location filename="../src/EditProfileMash.cpp" line="103"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4283 <location filename="../src/EditProfileMash.cpp" line="345"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4284 <source>Temperature</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4285 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4286 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4287 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4288 <location filename="../src/EditProfileMash.cpp" line="104"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4289 <location filename="../src/EditProfileMash.cpp" line="346"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4290 <source>Decoction</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4291 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4292 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4293 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4294 <location filename="../src/EditProfileMash.cpp" line="189"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4295 <source>BMSapp - Add new mash profile</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4296 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4297 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4298 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4299 <location filename="../src/EditProfileMash.cpp" line="191"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4300 <source>BMSapp - Edit mash profile %1</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4301 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4302 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4303 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4304 <location filename="../src/EditProfileMash.cpp" line="207"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4305 <source>Edit Mash</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4306 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4307 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4308 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4309 <location filename="../src/EditProfileMash.cpp" line="207"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4310 <source>Name empty or too short.</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4311 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4312 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4313 <message>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4314 <location filename="../src/EditProfileMash.cpp" line="229"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4315 <location filename="../src/EditProfileMash.cpp" line="254"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4316 <source>Database error</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4317 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4318 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4319 <message>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4320 <location filename="../src/EditProfileMash.cpp" line="230"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4321 <location filename="../src/EditProfileMash.cpp" line="255"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4322 <source>MySQL error: %1
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4323 %2
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4324 %3</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4325 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4326 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4327 <message>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4328 <location filename="../src/EditProfileMash.cpp" line="382"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4329 <source>Mash changed</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4330 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4331 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4332 <message>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4333 <location filename="../src/EditProfileMash.cpp" line="382"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4334 <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
4335 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4336 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4337 </context>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4338 <context>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4339 <name>EditProfileStyle</name>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4340 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4341 <location filename="../ui/EditProfileStyle.ui" line="14"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4342 <source>Dialog</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4343 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4344 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4345 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4346 <location filename="../ui/EditProfileStyle.ui" line="29"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4347 <source>Beer style:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4348 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4349 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4350 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4351 <location filename="../ui/EditProfileStyle.ui" line="48"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4352 <source>Name of the beer style</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4353 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4354 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4355 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4356 <location filename="../ui/EditProfileStyle.ui" line="61"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4357 <source>Remarks about this style.</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4358 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4359 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4360 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4361 <location filename="../ui/EditProfileStyle.ui" line="80"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4362 <source>Quit</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4363 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4364 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4365 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4366 <location filename="../ui/EditProfileStyle.ui" line="100"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4367 <source>Save</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4368 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4369 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4370 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4371 <location filename="../ui/EditProfileStyle.ui" line="120"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4372 <source>Delete</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4373 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4374 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4375 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4376 <location filename="../ui/EditProfileStyle.ui" line="137"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4377 <source>Beer group:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4378 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4379 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4380 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4381 <location filename="../ui/EditProfileStyle.ui" line="156"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4382 <source>Name of the beer group</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4383 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4384 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4385 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4386 <location filename="../ui/EditProfileStyle.ui" line="169"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4387 <source>Category:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4388 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4389 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4390 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4391 <location filename="../ui/EditProfileStyle.ui" line="185"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4392 <source>Category number:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4393 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4394 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4395 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4396 <location filename="../ui/EditProfileStyle.ui" line="204"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4397 <source>BJCP beer category</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4398 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4399 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4400 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4401 <location filename="../ui/EditProfileStyle.ui" line="233"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4402 <source>Profile:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4403 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4404 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4405 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4406 <location filename="../ui/EditProfileStyle.ui" line="249"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4407 <source>Profile description.</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4408 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4409 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4410 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4411 <location filename="../ui/EditProfileStyle.ui" line="262"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4412 <source>Remarks:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4413 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4414 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4415 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4416 <location filename="../ui/EditProfileStyle.ui" line="278"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4417 <source>Type:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4418 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4419 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4420 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4421 <location filename="../ui/EditProfileStyle.ui" line="304"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4422 <source>Style guide:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4423 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4424 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4425 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4426 <location filename="../ui/EditProfileStyle.ui" line="323"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4427 <source>The name of the style guide</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4428 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4429 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4430 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4431 <location filename="../ui/EditProfileStyle.ui" line="336"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4432 <source>Original Gravity:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4433 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4434 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4435 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4436 <location filename="../ui/EditProfileStyle.ui" line="352"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4437 <source>Final Gravity:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4438 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4439 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4440 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4441 <location filename="../ui/EditProfileStyle.ui" line="368"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4442 <source>IBU:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4443 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4444 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4445 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4446 <location filename="../ui/EditProfileStyle.ui" line="516"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4447 <source>EBC:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4448 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4449 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4450 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4451 <location filename="../ui/EditProfileStyle.ui" line="532"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4452 <source>Co2:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4453 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4454 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4455 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4456 <location filename="../ui/EditProfileStyle.ui" line="548"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4457 <source>ABV:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4458 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4459 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4460 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4461 <location filename="../ui/EditProfileStyle.ui" line="672"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4462 <source>Ingredients:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4463 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4464 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4465 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4466 <location filename="../ui/EditProfileStyle.ui" line="688"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4467 <source>Examples:</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4468 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4469 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4470 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4471 <location filename="../ui/EditProfileStyle.ui" line="704"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4472 <source>Ingredients used in this style.</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4473 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4474 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4475 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4476 <location filename="../ui/EditProfileStyle.ui" line="717"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4477 <source>Examples of this style.</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4478 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4479 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4480 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4481 <location filename="../src/EditProfileStyle.cpp" line="32"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4482 <source>Lager</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4483 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4484 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4485 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4486 <location filename="../src/EditProfileStyle.cpp" line="33"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4487 <source>Ale</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4488 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4489 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4490 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4491 <location filename="../src/EditProfileStyle.cpp" line="34"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4492 <source>Mead</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4493 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4494 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4495 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4496 <location filename="../src/EditProfileStyle.cpp" line="35"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4497 <source>Wheat</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4498 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4499 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4500 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4501 <location filename="../src/EditProfileStyle.cpp" line="36"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4502 <source>Mixed</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4503 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4504 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4505 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4506 <location filename="../src/EditProfileStyle.cpp" line="37"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4507 <source>Cider</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4508 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4509 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4510 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4511 <location filename="../src/EditProfileStyle.cpp" line="129"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4512 <source>BMSapp - Add new beer style</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4513 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4514 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4515 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4516 <location filename="../src/EditProfileStyle.cpp" line="131"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4517 <source>BMSapp - Edit beer style %1</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4518 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4519 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4520 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4521 <location filename="../src/EditProfileStyle.cpp" line="147"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4522 <source>Edit Style</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4523 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4524 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4525 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4526 <location filename="../src/EditProfileStyle.cpp" line="147"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4527 <source>Beer style is empty or too short.</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4528 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4529 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4530 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4531 <location filename="../src/EditProfileStyle.cpp" line="197"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4532 <location filename="../src/EditProfileStyle.cpp" line="222"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4533 <source>Database error</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4534 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4535 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4536 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4537 <location filename="../src/EditProfileStyle.cpp" line="198"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4538 <location filename="../src/EditProfileStyle.cpp" line="223"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4539 <source>MySQL error: %1
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4540 %2
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4541 %3</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4542 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4543 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4544 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4545 <location filename="../src/EditProfileStyle.cpp" line="344"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4546 <source>Style changed</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4547 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4548 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4549 <message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4550 <location filename="../src/EditProfileStyle.cpp" line="344"/>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4551 <source>This beerstyle has been modified. Save changes?</source>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4552 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4553 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4554 </context>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4555 <context>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4556 <name>EditProfileWater</name>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4557 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4558 <location filename="../ui/EditProfileWater.ui" line="14"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4559 <source>Dialog</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4560 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4561 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4562 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4563 <location filename="../ui/EditProfileWater.ui" line="29"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4564 <source>Name:</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4565 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4566 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4567 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4568 <location filename="../ui/EditProfileWater.ui" line="45"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4569 <source>Notes:</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4570 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4571 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4572 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4573 <location filename="../ui/EditProfileWater.ui" line="64"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4574 <source>Name of the brewing water</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4575 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4576 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4577 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4578 <location filename="../ui/EditProfileWater.ui" line="77"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4579 <source>Notes or the source of this water.</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4580 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4581 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4582 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4583 <location filename="../ui/EditProfileWater.ui" line="96"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4584 <source>Quit</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4585 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4586 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4587 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4588 <location filename="../ui/EditProfileWater.ui" line="116"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4589 <source>Save</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4590 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4591 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4592 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4593 <location filename="../ui/EditProfileWater.ui" line="136"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4594 <source>Delete</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4595 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4596 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4597 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4598 <location filename="../ui/EditProfileWater.ui" line="153"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4599 <source>Calcium (Ca) mg/L:</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4600 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4601 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4602 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4603 <location filename="../ui/EditProfileWater.ui" line="169"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4604 <source>Magnesium (Mg) mg/L:</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4605 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4606 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4607 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4608 <location filename="../ui/EditProfileWater.ui" line="185"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4609 <source>Sodium (Na) mg/L:</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4610 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4611 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4612 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4613 <location filename="../ui/EditProfileWater.ui" line="201"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4614 <source>Acid pH:</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4615 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4616 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4617 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4618 <location filename="../ui/EditProfileWater.ui" line="472"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4619 <source>Sulfate (SO4) mg/L:</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4620 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4621 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4622 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4623 <location filename="../ui/EditProfileWater.ui" line="488"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4624 <source>Chloride (Cl) mg/L:</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4625 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4626 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4627 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4628 <location filename="../ui/EditProfileWater.ui" line="504"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4629 <source>Bicarbonate (HCO3) mg/L:</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4630 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4631 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4632 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4633 <location filename="../ui/EditProfileWater.ui" line="520"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4634 <source>Alkalinity (CaCO3) mg/L:</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4635 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4636 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4637 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4638 <location filename="../ui/EditProfileWater.ui" line="536"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4639 <source>Ion balance meq/L:</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4640 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4641 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4642 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4643 <location filename="../src/EditProfileWater.cpp" line="85"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4644 <source>BMSapp - Add new brewing water</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4645 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4646 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4647 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4648 <location filename="../src/EditProfileWater.cpp" line="87"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4649 <source>BMSapp - Edit brewing water %1</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4650 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4651 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4652 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4653 <location filename="../src/EditProfileWater.cpp" line="103"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4654 <source>Edit Water</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4655 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4656 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4657 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4658 <location filename="../src/EditProfileWater.cpp" line="103"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4659 <source>Name empty or too short.</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4660 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4661 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4662 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4663 <location filename="../src/EditProfileWater.cpp" line="135"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4664 <location filename="../src/EditProfileWater.cpp" line="160"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4665 <source>Database error</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4666 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4667 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4668 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4669 <location filename="../src/EditProfileWater.cpp" line="136"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4670 <location filename="../src/EditProfileWater.cpp" line="161"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4671 <source>MySQL error: %1
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4672 %2
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4673 %3</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4674 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4675 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4676 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4677 <location filename="../src/EditProfileWater.cpp" line="226"/>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4678 <source>Water changed</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4679 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4680 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4681 <message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4682 <location filename="../src/EditProfileWater.cpp" line="226"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
4683 <source>This water profile has been modified. Save changes?</source>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4684 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4685 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4686 </context>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
4687 <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
4688 <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
4689 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4690 <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
4691 <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
4692 <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
4693 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4694 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4695 <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
4696 <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
4697 <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
4698 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4699 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4700 <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
4701 <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
4702 <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
4703 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4704 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4705 <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
4706 <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
4707 <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
4708 <location filename="../src/EditRecipeTab3.cpp" line="49"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
4709 <location filename="../src/EditRecipeTab3.cpp" line="117"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4710 <location filename="../src/EditRecipeTab4.cpp" line="55"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
4711 <location filename="../src/EditRecipeTab4.cpp" line="121"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4712 <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
4713 <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
4714 <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
4715 <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
4716 <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
4717 <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
4718 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4719 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4720 <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
4721 <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
4722 <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
4723 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4724 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4725 <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
4726 <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
4727 <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
4728 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4729 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4730 <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
4731 <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
4732 <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
4733 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4734 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4735 <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
4736 <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
4737 <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
4738 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4739 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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="../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
4741 <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
4742 <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
4743 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4744 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4745 <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
4746 <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
4747 <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
4748 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4749 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4750 <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
4751 <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
4752 <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
4753 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4754 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4755 <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
4756 <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
4757 <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
4758 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4759 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4760 <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
4761 <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
4762 <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
4763 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4764 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4765 <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
4766 <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
4767 <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
4768 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4769 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4770 <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
4771 <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
4772 <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
4773 <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
4774 <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
4775 <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
4776 <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
4777 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4778 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4779 <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
4780 <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
4781 <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
4782 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4783 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4784 <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
4785 <location filename="../ui/EditRecipe.ui" line="391"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <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
4787 <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
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 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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="../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
4791 <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
4792 <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
4793 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4794 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4795 <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
4796 <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
4797 <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
4798 <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
4799 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4800 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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="../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
4802 <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
4803 <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
4804 <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
4805 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4807 <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
4808 <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
4809 <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
4810 <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
4811 <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
4812 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4813 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4814 <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
4815 <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
4816 <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
4817 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4818 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4819 <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
4820 <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
4821 <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
4822 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4823 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4824 <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
4825 <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
4826 <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
4827 <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
4828 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4829 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4830 <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
4831 <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
4832 <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
4833 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4834 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4835 <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
4836 <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
4837 <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
4838 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4839 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4840 <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
4841 <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
4842 <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
4843 <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
4844 <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
4845 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4847 <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
4848 <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
4849 <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
4850 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4851 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4852 <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
4853 <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
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="../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
4858 <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
4859 <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
4860 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4861 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4862 <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
4863 <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
4864 <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
4865 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4866 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4867 <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
4868 <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
4869 <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
4870 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4871 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4872 <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
4873 <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
4874 <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
4875 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4876 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4877 <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
4878 <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
4879 <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
4880 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4881 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4882 <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
4883 <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
4884 <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
4885 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4886 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4887 <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
4888 <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
4889 <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
4890 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4891 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4892 <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
4893 <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
4894 <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
4895 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4896 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4897 <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
4898 <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
4899 <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
4900 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4901 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4902 <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
4903 <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
4904 <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
4905 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4906 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4907 <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
4908 <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
4909 <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
4910 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4911 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4912 <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
4913 <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
4914 <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
4915 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4916 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4917 <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
4918 <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
4919 <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
4920 <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
4921 <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
4922 <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
4923 <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
4924 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4925 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4926 <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
4927 <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
4928 <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
4929 <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
4930 <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
4931 <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
4932 <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
4933 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4934 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4935 <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
4936 <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
4937 <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
4938 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4939 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4940 <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
4941 <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
4942 <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
4943 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4944 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4945 <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
4946 <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
4947 <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
4948 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4949 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4950 <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
4951 <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
4952 <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
4953 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4954 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4955 <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
4956 <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
4957 <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
4958 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4959 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4960 <location filename="../ui/EditRecipe.ui" line="1740"/>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
4961 <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
4962 <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
4963 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4964 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4965 <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
4966 <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
4967 <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
4968 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4969 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4970 <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
4971 <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
4972 <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
4973 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4974 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4975 <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
4976 <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
4977 <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
4978 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4979 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4980 <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
4981 <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
4982 <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
4983 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4984 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4985 <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
4986 <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
4987 <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
4988 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4989 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4990 <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
4991 <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
4992 <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
4993 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4994 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4995 <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
4996 <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
4997 <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
4998 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
4999 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5000 <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
5001 <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
5002 <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
5003 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5004 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5005 <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
5006 <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
5007 <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
5008 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5009 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5010 <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
5011 <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
5012 <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
5013 <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
5014 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5015 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5016 <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
5017 <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
5018 <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
5019 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5020 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5021 <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
5022 <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
5023 <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
5024 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5025 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5026 <location filename="../ui/EditRecipe.ui" line="2309"/>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
5027 <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
5028 <location filename="../src/EditRecipeTab3.cpp" line="659"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5029 <location filename="../src/EditRecipeTab4.cpp" line="610"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5030 <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
5031 <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
5032 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5033 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5034 <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
5035 <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
5036 <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
5037 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5038 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5039 <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
5040 <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
5041 <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
5042 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5043 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5044 <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
5045 <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
5046 <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
5047 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5048 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5049 <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
5050 <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
5051 <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
5052 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5053 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5054 <location filename="../ui/EditRecipe.ui" line="2441"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5055 <source>Water 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
5056 <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
5057 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5058 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5059 <location filename="../ui/EditRecipe.ui" line="2662"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5060 <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
5061 <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
5062 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5063 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5064 <location filename="../ui/EditRecipe.ui" line="2678"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5065 <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
5066 <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
5067 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5068 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5069 <location filename="../ui/EditRecipe.ui" line="2694"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5070 <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
5071 <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
5072 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5073 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5074 <location filename="../ui/EditRecipe.ui" line="2710"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5075 <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
5076 <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
5077 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5078 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5079 <location filename="../ui/EditRecipe.ui" line="2726"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5080 <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
5081 <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
5082 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5083 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5084 <location filename="../ui/EditRecipe.ui" line="2742"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5085 <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
5086 <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
5087 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5088 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5089 <location filename="../ui/EditRecipe.ui" line="2758"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5090 <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
5091 <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
5092 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5093 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5094 <location filename="../ui/EditRecipe.ui" line="2774"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5095 <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
5096 <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
5097 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5098 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5099 <location filename="../ui/EditRecipe.ui" line="2818"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5100 <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
5101 <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
5102 <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
5103 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5104 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5105 <location filename="../ui/EditRecipe.ui" line="3009"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5106 <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
5107 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5108 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5109 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5110 <location filename="../ui/EditRecipe.ui" line="3318"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5111 <location filename="../ui/EditRecipe.ui" line="4224"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5112 <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
5113 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5114 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5115 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5116 <location filename="../ui/EditRecipe.ui" line="3496"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5117 <source>The ideal amount of Magnesium is between 5 and 40.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5118 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5119 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5120 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5121 <location filename="../ui/EditRecipe.ui" line="3524"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5122 <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
5123 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5124 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5125 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5126 <location filename="../ui/EditRecipe.ui" line="3552"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5127 <source>The ideal Sulfate amount should be between 50 and 400.
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5128 Together with Chloride it must be below 500.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5129 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5130 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5131 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5132 <location filename="../ui/EditRecipe.ui" line="3581"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5133 <source>The ideal amount of Calcium is between 40 and 150.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5134 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5135 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5136 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5137 <location filename="../ui/EditRecipe.ui" line="3609"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5138 <source>The ideal Chloride amount is between 50 and 150.
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5139 Together with Sulfate it must be below 500.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5140 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5141 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5142 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5143 <location filename="../ui/EditRecipe.ui" line="3663"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5144 <source>The ideal amount of Natrium should be below 150.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5145 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5146 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5147 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5148 <location filename="../ui/EditRecipe.ui" line="3691"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5149 <source>Water profile</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
5150 <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
5151 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5152 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5153 <location filename="../ui/EditRecipe.ui" line="3707"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5154 <source>The main brewing 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
5155 <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
5156 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5157 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5158 <location filename="../ui/EditRecipe.ui" line="3713"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5159 <source>Choose 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
5160 <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
5161 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5162 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5163 <location filename="../ui/EditRecipe.ui" line="3726"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5164 <source>Optional dilution water</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5165 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5166 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5167 <message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5168 <location filename="../ui/EditRecipe.ui" line="3729"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5169 <source>Choose dilution</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5170 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5171 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5172 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5173 <location filename="../ui/EditRecipe.ui" line="3742"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5174 <source>If needed, choose a target water profile.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5175 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5176 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5177 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5178 <location filename="../ui/EditRecipe.ui" line="3755"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5179 <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
5180 <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
5181 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5182 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5183 <location filename="../ui/EditRecipe.ui" line="3771"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5184 <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
5185 <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
5186 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5187 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5188 <location filename="../ui/EditRecipe.ui" line="3788"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5189 <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
5190 <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
5191 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5192 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5193 <location filename="../ui/EditRecipe.ui" line="3800"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5194 <source>Calcium Chloride</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5195 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5196 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5197 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5198 <location filename="../ui/EditRecipe.ui" line="3803"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5199 <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
5200 <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
5201 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5202 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5203 <location filename="../ui/EditRecipe.ui" line="3819"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5204 <source>Gypsym</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5205 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5206 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5207 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5208 <location filename="../ui/EditRecipe.ui" line="3822"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5209 <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
5210 <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
5211 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5212 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5213 <location filename="../ui/EditRecipe.ui" line="3838"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5214 <source>Epsom</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5215 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5216 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5217 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5218 <location filename="../ui/EditRecipe.ui" line="3841"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5219 <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
5220 <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
5221 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5222 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5223 <location filename="../ui/EditRecipe.ui" line="3857"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5224 <source>Table salt</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5225 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5226 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5227 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5228 <location filename="../ui/EditRecipe.ui" line="3860"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5229 <source>NaCl:</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
5230 <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
5231 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5232 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5233 <location filename="../ui/EditRecipe.ui" line="3876"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5234 <location filename="../ui/EditRecipe.ui" line="4060"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5235 <source>Magnesium Chloride</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5236 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5237 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5238 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5239 <location filename="../ui/EditRecipe.ui" line="3879"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5240 <source>MgCl2:</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
5241 <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
5242 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5243 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5244 <location filename="../ui/EditRecipe.ui" line="3895"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5245 <location filename="../ui/EditRecipe.ui" line="4091"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5246 <source>Baking soda</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5247 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5248 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5249 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5250 <location filename="../ui/EditRecipe.ui" line="3898"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5251 <source>NaHCO3:</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
5252 <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
5253 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5254 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5255 <location filename="../ui/EditRecipe.ui" line="3914"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5256 <location filename="../ui/EditRecipe.ui" line="4122"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5257 <source>Chalk undissolved</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5258 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5259 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5260 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5261 <location filename="../ui/EditRecipe.ui" line="3917"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5262 <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
5263 <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
5264 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5265 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5266 <location filename="../ui/EditRecipe.ui" line="3933"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5267 <source>To change the water profile. This adds Calcium and Chloride.
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5268 To improve sweet style beers.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5269 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5270 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5271 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5272 <location filename="../ui/EditRecipe.ui" line="3943"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5273 <location filename="../ui/EditRecipe.ui" line="3975"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5274 <location filename="../ui/EditRecipe.ui" line="4006"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5275 <location filename="../ui/EditRecipe.ui" line="4038"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5276 <location filename="../ui/EditRecipe.ui" line="4069"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5277 <location filename="../ui/EditRecipe.ui" line="4100"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5278 <location filename="../ui/EditRecipe.ui" line="4131"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5279 <source> 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
5280 <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
5281 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5282 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5283 <location filename="../ui/EditRecipe.ui" line="3965"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5284 <source>Gypsum to change the water profile. This adds Calcium and Sulfate.
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5285 To improve bitter beers.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5286 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5287 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5288 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5289 <location filename="../ui/EditRecipe.ui" line="3997"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5290 <source>Epsom salt to change the water profile. Use with caution!</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5291 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5292 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5293 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5294 <location filename="../ui/EditRecipe.ui" line="4028"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5295 <source>Table salt to change the water profile. This adds Sodium and Chloride.
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5296 Improves the sweetness of the beer. The beer will become salty at high doses.</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5297 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5298 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5299 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5300 <location filename="../ui/EditRecipe.ui" line="4154"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5301 <source>Mash 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
5302 <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
5303 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5304 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5305 <location filename="../ui/EditRecipe.ui" line="4166"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5306 <location filename="../ui/EditRecipe.ui" line="4385"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5307 <source>Desired 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
5308 <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
5309 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5310 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5311 <location filename="../ui/EditRecipe.ui" line="4182"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5312 <source>Auto calculate:</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
5313 <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
5314 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5315 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5316 <location filename="../ui/EditRecipe.ui" line="4198"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5317 <source>Acid to use:</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
5318 <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
5319 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5320 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5321 <location filename="../ui/EditRecipe.ui" line="4264"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5322 <location filename="../ui/EditRecipe.ui" line="4536"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5323 <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
5324 <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
5325 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5326 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5327 <location filename="../ui/EditRecipe.ui" line="4292"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5328 <location filename="../ui/EditRecipe.ui" line="4570"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5329 <source> 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
5330 <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
5331 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5332 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5333 <location filename="../ui/EditRecipe.ui" line="4325"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5334 <source>Sparge 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
5335 <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
5336 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5337 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5338 <location filename="../ui/EditRecipe.ui" line="4337"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5339 <source>Sparge water supply:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5340 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5341 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5342 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5343 <location filename="../ui/EditRecipe.ui" line="4353"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5344 <source>Sparge temperature:</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
5345 <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
5346 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5347 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5348 <location filename="../ui/EditRecipe.ui" line="4369"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5349 <source>Water source:</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
5350 <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
5351 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5352 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5353 <location filename="../ui/EditRecipe.ui" line="4401"/>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5354 <source>Acid type:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5355 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5356 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5357 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5358 <location filename="../ui/EditRecipe.ui" line="4417"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5359 <source>Acid strength:</source>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5360 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5361 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5362 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5363 <location filename="../ui/EditRecipe.ui" line="4433"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5364 <source>Acid needed:</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
5365 <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
5366 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5367 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5368 <location filename="../ui/EditRecipe.ui" line="4613"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5369 <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
5370 <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
5371 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5372 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5373 <location filename="../ui/EditRecipe.ui" line="4665"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5374 <location filename="../ui/EditRecipe.ui" line="4733"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5375 <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
5376 <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
5377 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5378 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5379 <location filename="../ui/EditRecipe.ui" line="4681"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5380 <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
5381 <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
5382 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5383 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5384 <location filename="../ui/EditRecipe.ui" line="4749"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5385 <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
5386 <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
5387 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5388 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5389 <location filename="../ui/EditRecipe.ui" line="4808"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5390 <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
5391 <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
5392 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5393 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
5394 <location filename="../ui/EditRecipe.ui" line="4825"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5395 <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
5396 <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
5397 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5399 <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
5400 <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
5401 <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
5402 <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
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 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5405 <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
5406 <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
5407 <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
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 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5410 <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
5411 <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
5412 <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
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 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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/EditRecipe.cpp" line="60"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5416 <source>Source 1</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5417 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5418 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5419 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5420 <location filename="../src/EditRecipe.cpp" line="61"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5421 <source>Source 2</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5422 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5423 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5424 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5425 <location filename="../src/EditRecipe.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
5426 <source>Mixed</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
5427 <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
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 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5430 <location filename="../src/EditRecipe.cpp" line="450"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <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
5432 <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
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 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5435 <location filename="../src/EditRecipe.cpp" line="452"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5436 <source>BMSapp - Edit recipe %1</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5437 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5438 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5439 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5440 <location filename="../src/EditRecipe.cpp" line="468"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5441 <location filename="../src/EditRecipe.cpp" line="472"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5442 <source>Edit Recipe</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5443 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5444 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5445 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5446 <location filename="../src/EditRecipe.cpp" line="468"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5447 <source>Name empty or too short.</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5448 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5449 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5450 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5451 <location filename="../src/EditRecipe.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
5452 <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
5453 <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
5454 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5456 <location filename="../src/EditRecipe.cpp" line="504"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <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
5458 <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
5459 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5461 <location filename="../src/EditRecipe.cpp" line="528"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <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
5463 <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
5464 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5466 <location filename="../src/EditRecipe.cpp" line="528"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <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
5468 <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
5469 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <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
5472 <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
5473 <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
5474 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <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
5477 <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
5478 <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
5479 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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="../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
5482 <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
5483 <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
5484 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <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
5487 <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
5488 <location filename="../src/EditRecipeTab4.cpp" 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
5489 <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
5490 <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
5491 <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
5492 <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
5493 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5495 <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
5496 <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
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="../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
5501 <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
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="../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
5506 <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
5507 <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
5508 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <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
5511 <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
5512 <location filename="../src/EditRecipeTab4.cpp" 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
5513 <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
5514 <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
5515 <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
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 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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="../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
5519 <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
5520 <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
5521 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <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
5524 <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
5525 <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
5526 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <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
5529 <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
5530 <location filename="../src/EditRecipeTab3.cpp" line="49"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
5531 <location filename="../src/EditRecipeTab3.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
5532 <location filename="../src/EditRecipeTab4.cpp" line="55"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5533 <location filename="../src/EditRecipeTab4.cpp" line="132"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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="../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
5535 <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
5536 <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
5537 <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
5538 <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
5539 <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
5540 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
5542 <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
5543 <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
5544 <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
5545 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
5547 <location filename="../src/EditRecipeTab2.cpp" line="522"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
5548 <location filename="../src/EditRecipeTab3.cpp" line="291"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5549 <location filename="../src/EditRecipeTab4.cpp" line="301"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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="../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
5551 <location filename="../src/EditRecipeTab6.cpp" line="285"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5552 <location filename="../src/EditRecipe.cpp" line="504"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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>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
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>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
5557 <location filename="../src/EditRecipeTab2.cpp" line="832"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5558 <location filename="../src/EditRecipeTab4.cpp" line="535"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <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
5560 <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
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 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
5563 <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
5564 <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
5565 <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
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 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
5568 <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
5569 <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
5570 <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
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 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
5573 <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
5574 <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
5575 <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
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 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
5578 <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
5579 <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
5580 <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
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 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
5583 <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
5584 <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
5585 <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
5586 <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
5587 <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
5588 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
5590 <location filename="../src/EditRecipeTab2.cpp" line="862"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5591 <location filename="../src/EditRecipeTab4.cpp" line="561"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <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
5593 <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
5594 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
5596 <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
5597 <location filename="../src/EditRecipeTab3.cpp" line="600"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5598 <location filename="../src/EditRecipeTab4.cpp" line="566"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5599 <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
5600 <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
5601 <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
5602 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
5604 <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
5605 <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
5606 <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
5607 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
5609 <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
5610 <location filename="../src/EditRecipeTab3.cpp" line="661"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5611 <location filename="../src/EditRecipeTab4.cpp" line="611"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <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
5613 <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
5614 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
5616 <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
5617 <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
5618 <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
5619 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
5621 <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
5622 <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
5623 <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
5624 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
5626 <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
5627 <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
5628 <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
5629 <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
5630 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
5632 <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
5633 <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
5634 <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
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 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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="../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
5638 <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
5639 <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
5640 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <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
5643 <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
5644 <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
5645 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <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
5648 <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
5649 <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
5650 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <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
5653 <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
5654 <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
5655 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <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
5658 <location filename="../src/EditRecipeTab4.cpp" 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
5659 <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
5660 <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
5661 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <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
5664 <location filename="../src/EditRecipeTab4.cpp" 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
5665 <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
5666 <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
5667 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <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
5670 <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
5671 <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
5672 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
5674 <location filename="../src/EditRecipeTab3.cpp" line="143"/>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
5675 <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
5676 <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
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>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
5680 <location filename="../src/EditRecipeTab3.cpp" line="149"/>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
5681 <location filename="../src/EditRecipeTab3.cpp" line="189"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
5682 <source>Low</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
5683 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
5684 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
5685 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
5686 <location filename="../src/EditRecipeTab3.cpp" line="156"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
5687 <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
5688 <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
5689 <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
5690 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
5692 <location filename="../src/EditRecipeTab3.cpp" line="164"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
5693 <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
5694 <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
5695 <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
5696 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
5698 <location filename="../src/EditRecipeTab3.cpp" line="171"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
5699 <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
5700 <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
5701 <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
5702 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
5704 <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
5705 <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
5706 <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
5707 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
5709 <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
5710 <location filename="../src/EditRecipeTab3.cpp" line="577"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5711 <location filename="../src/EditRecipeTab4.cpp" line="415"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5712 <location filename="../src/EditRecipeTab4.cpp" line="495"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5713 <location filename="../src/EditRecipeTab4.cpp" line="553"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <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
5715 <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
5716 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
5718 <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
5719 <location filename="../src/EditRecipeTab3.cpp" line="575"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5720 <location filename="../src/EditRecipeTab4.cpp" line="410"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5721 <location filename="../src/EditRecipeTab4.cpp" line="490"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5722 <location filename="../src/EditRecipeTab4.cpp" line="551"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <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
5724 <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
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 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
5727 <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
5728 <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
5729 <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
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 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
5732 <location filename="../src/EditRecipeTab3.cpp" line="559"/>
217
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
5733 <source>Origin:</source>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
5734 <translation type="unfinished"></translation>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
5735 </message>
6c2cd26095a5 Vertalingen bijgewerkt.
Michiel Broek <mbroek@mbse.eu>
parents: 204
diff changeset
5736 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
5737 <location filename="../src/EditRecipeTab3.cpp" line="564"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5738 <location filename="../src/EditRecipeTab4.cpp" line="426"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5739 <location filename="../src/EditRecipeTab4.cpp" line="542"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <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
5741 <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
5742 <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
5743 <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
5744 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
5746 <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
5747 <source>Alpha percent:</source>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5748 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5749 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5750 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
5751 <location filename="../src/EditRecipeTab3.cpp" line="590"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5752 <source>Hop form:</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5753 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5754 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5755 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
5756 <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
5757 <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
5758 <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
5759 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5761 <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
5762 <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
5763 <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
5764 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5766 <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
5767 <source>Aroma</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
5768 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
5769 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
5770 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
5771 <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
5772 <source>Whirlpool</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
5773 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
5774 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
5775 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
5776 <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
5777 <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
5778 <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
5779 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5781 <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
5782 <source>Pellet</source>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5783 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5784 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5785 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5786 <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
5787 <source>Plug</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
5788 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
5789 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
5790 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
5791 <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
5792 <source>Leaf</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
5793 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
5794 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
5795 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
5796 <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
5797 <source>Wet leaf</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
5798 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
5799 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
5800 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
5801 <location filename="../src/EditRecipeTab3.cpp" line="675"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5802 <source>Cryo</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5803 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5804 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5805 <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
5806 <location filename="../src/EditRecipeTab4.cpp" 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
5807 <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
5808 <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
5809 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5810 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5811 <location filename="../src/EditRecipeTab4.cpp" line="106"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5812 <location filename="../src/EditRecipeTab4.cpp" line="109"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5813 <source>Edit this from the water tab</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5814 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5815 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5816 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5817 <location filename="../src/EditRecipeTab4.cpp" line="301"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5818 <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
5819 <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
5820 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5821 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5822 <location filename="../src/EditRecipeTab4.cpp" line="429"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5823 <location filename="../src/EditRecipeTab4.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
5824 <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
5825 <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
5826 <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
5827 <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
5828 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5829 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5830 <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
5831 <source>Starter</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5832 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5833 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5834 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5835 <location filename="../src/EditRecipeTab4.cpp" line="612"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5836 <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
5837 <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
5838 <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
5839 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5840 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5841 <location filename="../src/EditRecipeTab4.cpp" line="613"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5842 <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
5843 <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
5844 <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
5845 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5846 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
5847 <location filename="../src/EditRecipeTab3.cpp" line="665"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
5848 <location filename="../src/EditRecipeTab4.cpp" line="614"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5849 <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
5850 <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
5851 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5852 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5853 <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
5854 <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
5855 <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
5856 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5857 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5858 <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
5859 <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
5860 <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
5861 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5862 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5863 <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
5864 <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
5865 <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
5866 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5867 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5868 <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
5869 <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
5870 <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
5871 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5872 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5873 <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
5874 <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
5875 <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
5876 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5877 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5878 <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
5879 <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
5880 <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
5881 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5882 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5883 <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
5884 <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
5885 <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
5886 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5887 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5888 <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
5889 <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
5890 <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
5891 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5892 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5893 <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
5894 <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
5895 <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
5896 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5897 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5898 <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
5899 <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
5900 <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
5901 <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
5902 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5903 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5904 <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
5905 <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
5906 <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
5907 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5908 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5909 <location filename="../src/EditRecipeTab5.cpp" line="467"/>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5910 <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
5911 <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
5912 <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
5913 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5914 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5915 <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
5916 <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
5917 <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
5918 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5919 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5920 <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
5921 <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
5922 <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
5923 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5924 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5925 <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
5926 <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
5927 <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
5928 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5929 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <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
5931 <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
5932 <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
5933 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5934 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5935 <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
5936 <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
5937 <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
5938 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5939 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <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
5941 <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
5942 <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
5943 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5944 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5945 <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
5946 <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
5947 <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
5948 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5949 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <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
5951 <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
5952 <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
5953 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5954 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5955 <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
5956 <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
5957 <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
5958 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5959 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <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
5961 <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
5962 <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
5963 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5964 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5965 <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
5966 <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
5967 <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
5968 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5969 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5970 <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
5971 <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
5972 <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
5973 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5974 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5975 <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
5976 <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
5977 <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
5978 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5979 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5980 <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
5981 <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
5982 <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
5983 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5984 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5985 <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
5986 <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
5987 <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
5988 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5989 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5990 <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
5991 <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
5992 <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
5993 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5994 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
5995 <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
5996 <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
5997 <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
5998 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
5999 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6000 <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
6001 <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
6002 <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
6003 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6004 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6005 <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
6006 <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
6007 <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
6008 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6009 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6010 <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
6011 <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
6012 <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
6013 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6014 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
6015 <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
6016 <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
6017 <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
6018 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6019 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6020 <location filename="../src/EditRecipeTab7.cpp" line="327"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6021 <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
6022 <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
6023 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6024 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6025 <location filename="../src/EditRecipeTab7.cpp" line="329"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6026 <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
6027 <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
6028 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6029 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6030 <location filename="../src/EditRecipeTab7.cpp" line="331"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6031 <location filename="../src/EditRecipeTab7.cpp" line="347"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6032 <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
6033 <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
6034 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6035 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6036 <location filename="../src/EditRecipeTab7.cpp" line="333"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6037 <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
6038 <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
6039 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6040 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <location filename="../src/EditRecipeTab7.cpp" line="335"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <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
6043 <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
6044 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6045 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6046 <location filename="../src/EditRecipeTab7.cpp" line="341"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6047 <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
6048 <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
6049 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6050 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6051 <location filename="../src/EditRecipeTab7.cpp" line="343"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6052 <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
6053 <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
6054 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6055 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6056 <location filename="../src/EditRecipeTab7.cpp" line="345"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6057 <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
6058 <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
6059 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6060 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6061 <location filename="../src/EditRecipeTab7.cpp" line="349"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6062 <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
6063 <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
6064 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6065 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6066 <location filename="../src/EditRecipeTab7.cpp" line="351"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6067 <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
6068 <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
6069 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6070 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6071 <location filename="../src/EditRecipeTab7.cpp" line="353"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6072 <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
6073 <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
6074 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6075 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6076 <location filename="../src/EditRecipeTab7.cpp" line="355"/>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6077 <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
6078 <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
6079 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
6081 <location filename="../src/EditRecipeExport.cpp" line="36"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
6082 <location filename="../src/EditRecipeExport.cpp" line="38"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
6083 <location filename="../src/EditRecipeExport.cpp" line="252"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6084 <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
6085 <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
6086 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
6088 <location filename="../src/EditRecipeExport.cpp" line="36"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6089 <source>Files (*.xml)</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6090 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6091 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6092 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
6093 <location filename="../src/EditRecipeExport.cpp" line="38"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6094 <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
6095 <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
6096 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
6098 <location filename="../src/EditRecipeExport.cpp" line="252"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
6099 <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
6100 <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
6101 </message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6102 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
6103 <location filename="../src/EditRecipeExport.cpp" line="268"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
6104 <location filename="../src/EditRecipeExport.cpp" line="270"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
6105 <location filename="../src/EditRecipeExport.cpp" line="429"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
6106 <location filename="../src/EditRecipeExport.cpp" line="431"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6107 <source>Copy Recipe</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6108 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6109 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6110 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
6111 <location filename="../src/EditRecipeExport.cpp" line="268"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6112 <source>Copy Recipe export ready.</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6113 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6114 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6115 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
6116 <location filename="../src/EditRecipeExport.cpp" line="270"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6117 <source>Copy Recipe error.</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6118 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6119 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6120 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
6121 <location filename="../src/EditRecipeExport.cpp" line="429"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6122 <source>Copy Recipe to Product ready.</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6123 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6124 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6125 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
6126 <location filename="../src/EditRecipeExport.cpp" line="431"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6127 <source>Copy Recipe to Product error.</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6128 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6129 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6130 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
6131 <location filename="../src/EditRecipeExport.cpp" line="569"/>
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
6132 <location filename="../src/EditRecipeExport.cpp" line="603"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6133 <source>Export to forum</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6134 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6135 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6136 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
6137 <location filename="../src/EditRecipeExport.cpp" line="569"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6138 <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
6139 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
6140 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6141 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6142 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
6143 <location filename="../src/EditRecipeExport.cpp" line="576"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6144 <source>Export choices</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6145 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6146 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6147 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
6148 <location filename="../src/EditRecipeExport.cpp" line="588"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6149 <source>Export to beerXML</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6150 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6151 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6152 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
6153 <location filename="../src/EditRecipeExport.cpp" line="593"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6154 <source>Copy to recipe</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6155 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6156 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6157 <message>
306
d45c502ce77f Version 0.2.13. Updated translations
Michiel Broek <mbroek@mbse.eu>
parents: 301
diff changeset
6158 <location filename="../src/EditRecipeExport.cpp" line="598"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6159 <source>Copy to product</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6160 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
6161 </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
6162 </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
6163 <context>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6164 <name>EditSupplier</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6165 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6166 <location filename="../ui/EditSupplier.ui" line="15"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6167 <source>Dialog</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6168 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6169 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6170 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6171 <location filename="../ui/EditSupplier.ui" line="30"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6172 <source>Name:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6173 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6174 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6175 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6176 <location filename="../ui/EditSupplier.ui" line="46"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6177 <source>Address:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6178 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6179 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6180 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6181 <location filename="../ui/EditSupplier.ui" line="62"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6182 <source>The street and housenumber</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6183 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6184 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6185 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6186 <location filename="../ui/EditSupplier.ui" line="68"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6187 <source>Address</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6188 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6189 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6190 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6191 <location filename="../ui/EditSupplier.ui" line="81"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6192 <source>City:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6193 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6194 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6195 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6196 <location filename="../ui/EditSupplier.ui" line="100"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6197 <source>City</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6198 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6199 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6200 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6201 <location filename="../ui/EditSupplier.ui" line="113"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6202 <source>Zip code:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6203 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6204 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6205 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6206 <location filename="../ui/EditSupplier.ui" line="138"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6207 <source>Zip code</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6208 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6209 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6210 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6211 <location filename="../ui/EditSupplier.ui" line="151"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6212 <source>Country:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6213 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6214 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6215 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6216 <location filename="../ui/EditSupplier.ui" line="170"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6217 <source>Country</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6218 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6219 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6220 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6221 <location filename="../ui/EditSupplier.ui" line="183"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6222 <source>Website:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6223 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6224 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6225 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6226 <location filename="../ui/EditSupplier.ui" line="202"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6227 <source>https://www.supplier.com</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6228 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6229 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6230 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6231 <location filename="../ui/EditSupplier.ui" line="215"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6232 <source>Email:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6233 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6234 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6235 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6236 <location filename="../ui/EditSupplier.ui" line="234"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6237 <source>sales@supplier.com</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6238 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6239 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6240 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6241 <location filename="../ui/EditSupplier.ui" line="247"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6242 <source>Phone:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6243 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6244 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6245 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6246 <location filename="../ui/EditSupplier.ui" line="272"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6247 <source>+31 123 45678</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6248 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6249 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6250 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6251 <location filename="../ui/EditSupplier.ui" line="285"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6252 <source>Notes:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6253 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6254 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6255 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6256 <location filename="../ui/EditSupplier.ui" line="310"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6257 <source>Notes about this supplier</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6258 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6259 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6260 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6261 <location filename="../ui/EditSupplier.ui" line="332"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6262 <source>Supplier name</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6263 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6264 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6265 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6266 <location filename="../ui/EditSupplier.ui" line="345"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6267 <source>Quit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6268 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6269 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6270 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6271 <location filename="../ui/EditSupplier.ui" line="362"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6272 <source>Save</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6273 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6274 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6275 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6276 <location filename="../ui/EditSupplier.ui" line="379"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6277 <source>Delete</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6278 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6279 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6280 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6281 <location filename="../src/EditSupplier.cpp" line="78"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6282 <source>BMSapp - Add new supplier</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6283 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6284 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6285 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6286 <location filename="../src/EditSupplier.cpp" line="80"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6287 <source>BMSapp - Edit supplier %1</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6288 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6289 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6290 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6291 <location filename="../src/EditSupplier.cpp" line="96"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6292 <source>Edit Supplier</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6293 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6294 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6295 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6296 <location filename="../src/EditSupplier.cpp" line="96"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6297 <source>Name empty or too short.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6298 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6299 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6300 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6301 <location filename="../src/EditSupplier.cpp" line="125"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6302 <location filename="../src/EditSupplier.cpp" line="150"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6303 <source>Database error</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6304 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6305 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6306 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6307 <location filename="../src/EditSupplier.cpp" line="126"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6308 <location filename="../src/EditSupplier.cpp" line="151"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6309 <source>MySQL error: %1
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6310 %2
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6311 %3</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6312 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6313 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6314 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6315 <location filename="../src/EditSupplier.cpp" line="175"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6316 <source>Supplier changed</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6317 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6318 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6319 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6320 <location filename="../src/EditSupplier.cpp" line="175"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
6321 <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
6322 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6323 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6324 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6325 <context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6326 <name>EditWater</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6327 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6328 <location filename="../ui/EditWater.ui" line="14"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6329 <source>Dialog</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6330 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6331 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6332 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6333 <location filename="../ui/EditWater.ui" line="29"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6334 <source>Name:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6335 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6336 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6337 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6338 <location filename="../ui/EditWater.ui" line="45"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6339 <source>Notes:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6340 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6341 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6342 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6343 <location filename="../ui/EditWater.ui" line="61"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6344 <source>Inventory L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6345 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6346 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6347 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6348 <location filename="../ui/EditWater.ui" line="77"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6349 <source>Cost per L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6350 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6351 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6352 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6353 <location filename="../ui/EditWater.ui" line="96"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6354 <source>Name of the brewing water</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6355 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6356 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6357 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6358 <location filename="../ui/EditWater.ui" line="109"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6359 <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
6360 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6361 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6362 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6363 <location filename="../ui/EditWater.ui" line="190"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6364 <source>Quit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6365 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6366 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6367 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6368 <location filename="../ui/EditWater.ui" line="210"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6369 <source>Save</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6370 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6371 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6372 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6373 <location filename="../ui/EditWater.ui" line="230"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6374 <source>Delete</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6375 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6376 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6377 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6378 <location filename="../ui/EditWater.ui" line="247"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6379 <source>Calcium (Ca) mg/L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6380 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6381 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6382 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6383 <location filename="../ui/EditWater.ui" line="263"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6384 <source>Magnesium (Mg) mg/L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6385 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6386 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6387 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6388 <location filename="../ui/EditWater.ui" line="279"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6389 <source>Sodium (Na) mg/L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6390 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6391 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6392 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6393 <location filename="../ui/EditWater.ui" line="295"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6394 <source>Acid pH:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6395 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6396 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6397 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6398 <location filename="../ui/EditWater.ui" line="311"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6399 <source>Unlimited stock:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6400 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6401 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6402 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6403 <location filename="../ui/EditWater.ui" line="327"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6404 <source>Yes</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6405 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6406 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6407 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
6408 <location filename="../ui/EditWater.ui" line="595"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6409 <source>Sulfate (SO4) mg/L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6410 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6411 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6412 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
6413 <location filename="../ui/EditWater.ui" line="611"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6414 <source>Chloride (Cl) mg/L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6415 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6416 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6417 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
6418 <location filename="../ui/EditWater.ui" line="627"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6419 <source>Bicarbonate (HCO3) mg/L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6420 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6421 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6422 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
6423 <location filename="../ui/EditWater.ui" line="643"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
6424 <source>or (CaCO3) mg/L:</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
6425 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
6426 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
6427 <message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
6428 <location filename="../ui/EditWater.ui" line="688"/>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
6429 <source>Nitrate (NO3) mg/L:</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
6430 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
6431 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
6432 <message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
6433 <location filename="../ui/EditWater.ui" line="732"/>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
6434 <source>Carbonate (CO3) mg/L:</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6435 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6436 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6437 <message>
226
23fe317dcf3c Version 0.2.1. Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 217
diff changeset
6438 <location filename="../ui/EditWater.ui" line="659"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6439 <source>Ion balance meq/L:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6440 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6441 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6442 <message>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
6443 <location filename="../src/EditWater.cpp" line="93"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6444 <source>BMSapp - Add new brewing water</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6445 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6446 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6447 <message>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
6448 <location filename="../src/EditWater.cpp" line="95"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6449 <source>BMSapp - Edit brewing water %1</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6450 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6451 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6452 <message>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
6453 <location filename="../src/EditWater.cpp" line="111"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6454 <source>Edit Water</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6455 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6456 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6457 <message>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
6458 <location filename="../src/EditWater.cpp" line="111"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6459 <source>Name empty or too short.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6460 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6461 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6462 <message>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
6463 <location filename="../src/EditWater.cpp" line="147"/>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
6464 <location filename="../src/EditWater.cpp" line="172"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6465 <source>Database error</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6466 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6467 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6468 <message>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
6469 <location filename="../src/EditWater.cpp" line="148"/>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
6470 <location filename="../src/EditWater.cpp" line="173"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6471 <source>MySQL error: %1
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6472 %2
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6473 %3</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6474 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6475 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6476 <message>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
6477 <location filename="../src/EditWater.cpp" line="244"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6478 <source>Water changed</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6479 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6480 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6481 <message>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
6482 <location filename="../src/EditWater.cpp" line="244"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
6483 <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
6484 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6485 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6486 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6487 <context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6488 <name>EditYeast</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6489 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6490 <location filename="../ui/EditYeast.ui" line="14"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6491 <source>Dialog</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6492 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6493 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6494 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6495 <location filename="../ui/EditYeast.ui" line="29"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6496 <source>Name:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6497 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6498 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6499 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6500 <location filename="../ui/EditYeast.ui" line="45"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6501 <source>Notes:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6502 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6503 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6504 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6505 <location filename="../ui/EditYeast.ui" line="61"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6506 <source>Inventory:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6507 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6508 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6509 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6510 <location filename="../ui/EditYeast.ui" line="77"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6511 <source>Cost per Kg:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6512 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6513 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6514 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6515 <location filename="../ui/EditYeast.ui" line="93"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6516 <source>Total value:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6517 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6518 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6519 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6520 <location filename="../ui/EditYeast.ui" line="109"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6521 <source>Production date:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6522 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6523 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6524 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6525 <location filename="../ui/EditYeast.ui" line="125"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6526 <source>Best before date:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6527 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6528 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6529 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6530 <location filename="../ui/EditYeast.ui" line="144"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6531 <source>Name of the yeast</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6532 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6533 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6534 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6535 <location filename="../ui/EditYeast.ui" line="157"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6536 <source>Notes and usage tips.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6537 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6538 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6539 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6540 <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
6541 <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
6542 <source> €</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6543 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6544 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6545 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6546 <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
6547 <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
6548 <source>yyyy-MM-dd</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6549 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6550 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6551 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6552 <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
6553 <source>Quit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6554 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6555 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6556 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6557 <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
6558 <source>Save</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6559 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6560 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6561 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6562 <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
6563 <source>Delete</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6564 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6565 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6566 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6567 <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
6568 <source>Product id:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6569 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6570 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6571 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6572 <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
6573 <source>Product number, name or code</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6574 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6575 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6576 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6577 <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
6578 <source>Type:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6579 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6580 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6581 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6582 <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
6583 <source>Form:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6584 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6585 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6586 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6587 <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
6588 <source>Laboratory:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6589 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6590 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6591 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6592 <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
6593 <source>Best for:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6594 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6595 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6596 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6597 <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
6598 <source>Yeast bank:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6599 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6600 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6601 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6602 <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
6603 <source>POF+:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6604 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6605 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6606 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6607 <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
6608 <source>STA1 (diastatic):</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6609 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6610 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6611 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6612 <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
6613 <source>Yeast laboratory</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6614 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6615 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6616 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6617 <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
6618 <source>Yeast bank remark</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6619 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6620 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6621 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6622 <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
6623 <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
6624 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6625 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6626 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6627 <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
6628 <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
6629 <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
6630 <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
6631 <source>Yes</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6632 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6633 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6634 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6635 <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
6636 <source>Min. temperature °C:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6637 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6638 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6639 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6640 <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
6641 <source>Max. temperature °C:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6642 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6643 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6644 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6645 <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
6646 <source>Attenuatiom %:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6647 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6648 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6649 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6650 <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
6651 <source>Alcohol tolerance %:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6652 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6653 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6654 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6655 <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
6656 <source>Flocculation:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6657 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6658 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6659 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6660 <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
6661 <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
6662 <source>Billion cells/gram:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6663 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6664 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6665 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6666 <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
6667 <source>Max. reuse:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6668 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6669 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6670 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6671 <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
6672 <source>Pitch temperature °C:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6673 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6674 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6675 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6676 <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
6677 <source>Harvest time:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6678 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6679 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6680 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6681 <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
6682 <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
6683 <source>grams / 100 litres</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6684 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6685 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6686 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6687 <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
6688 <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
6689 <source>at this gravity</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6690 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6691 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6692 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6693 <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
6694 <source>Pitch from gr/hl:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6695 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6696 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6697 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6698 <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
6699 <source>Pitch upto gr/hl:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6700 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6701 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6702 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6703 <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
6704 <source>Bacteria:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6705 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6706 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6707 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6708 <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
6709 <source>Harvest top:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6710 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6711 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6712 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6713 <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
6714 <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
6715 <source>@</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6716 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6717 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6718 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6719 <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
6720 <source>Clear tht date</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6721 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6722 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6723 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6724 <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
6725 <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
6726 <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
6727 <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
6728 <source>...</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6729 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6730 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6731 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6732 <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
6733 <source>Clear production date</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6734 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6735 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6736 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6737 <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
6738 <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
6739 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6740 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6741 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6742 <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
6743 <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
6744 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6745 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6746 <message>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6747 <location filename="../src/EditYeast.cpp" line="32"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6748 <source>Lager</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6749 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6750 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6751 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6752 <location filename="../src/EditYeast.cpp" line="33"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6753 <source>Ale</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6754 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6755 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6756 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6757 <location filename="../src/EditYeast.cpp" line="34"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6758 <source>Wheat</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6759 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6760 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6761 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6762 <location filename="../src/EditYeast.cpp" line="35"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6763 <source>Wine</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6764 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6765 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6766 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6767 <location filename="../src/EditYeast.cpp" line="36"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6768 <source>Champagne</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6769 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6770 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6771 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6772 <location filename="../src/EditYeast.cpp" line="37"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6773 <source>Brett</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6774 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6775 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6776 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6777 <location filename="../src/EditYeast.cpp" line="38"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6778 <source>Kveik</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6779 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6780 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6781 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6782 <location filename="../src/EditYeast.cpp" line="39"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6783 <source>Hybrid</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6784 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6785 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6786 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6787 <location filename="../src/EditYeast.cpp" line="41"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6788 <source>Liquid</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6789 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6790 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6791 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6792 <location filename="../src/EditYeast.cpp" line="42"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6793 <source>Dry</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6794 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6795 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6796 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6797 <location filename="../src/EditYeast.cpp" line="43"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6798 <source>Slant</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6799 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6800 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6801 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6802 <location filename="../src/EditYeast.cpp" line="44"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6803 <source>Culture</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6804 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6805 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6806 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6807 <location filename="../src/EditYeast.cpp" line="45"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6808 <source>Frozen</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6809 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6810 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6811 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6812 <location filename="../src/EditYeast.cpp" line="46"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6813 <source>Bottle</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6814 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6815 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6816 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6817 <location filename="../src/EditYeast.cpp" line="47"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6818 <source>Dried</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6819 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6820 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6821 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6822 <location filename="../src/EditYeast.cpp" line="49"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6823 <source>Low</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6824 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6825 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6826 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6827 <location filename="../src/EditYeast.cpp" line="50"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6828 <source>Medium</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6829 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6830 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6831 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6832 <location filename="../src/EditYeast.cpp" line="51"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6833 <source>High</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6834 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6835 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6836 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6837 <location filename="../src/EditYeast.cpp" line="52"/>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6838 <source>Very high</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6839 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6840 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6841 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6842 <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
6843 <source>Price per pack:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6844 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6845 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6846 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6847 <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
6848 <source>Inventory Packs:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6849 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6850 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6851 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6852 <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
6853 <source>Billion cells/pack:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6854 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6855 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6856 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6857 <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
6858 <source>Price per Kg:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6859 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6860 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6861 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6862 <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
6863 <source>Inventory gram:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6864 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6865 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6866 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6867 <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
6868 <source>Price per litre:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6869 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6870 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6871 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6872 <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
6873 <source>Inventory ml:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6874 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6875 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6876 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6877 <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
6878 <source>Billion cells/ml:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6879 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6880 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6881 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6882 <location filename="../src/EditYeast.cpp" line="229"/>
36
beb23d5e0ee0 Finisch yeasts dutch translation.
Michiel Broek <mbroek@mbse.eu>
parents: 31
diff changeset
6883 <source>BMSapp - Add new yeast</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6884 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6885 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6886 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6887 <location filename="../src/EditYeast.cpp" line="231"/>
36
beb23d5e0ee0 Finisch yeasts dutch translation.
Michiel Broek <mbroek@mbse.eu>
parents: 31
diff changeset
6888 <source>BMSapp - Edit yeast %1</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6889 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6890 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6891 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6892 <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
6893 <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
6894 <source>Edit Yeast</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6895 <translation type="unfinished"></translation>
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 <message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6898 <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
6899 <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
6900 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6901 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6902 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6903 <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
6904 <source>Laboratory empty or too short.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6905 <translation type="unfinished"></translation>
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 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6908 <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
6909 <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
6910 <source>Database error</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6911 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6912 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6913 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6914 <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
6915 <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
6916 <source>MySQL error: %1
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6917 %2
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6918 %3</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>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6922 <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
6923 <source>Yeast changed</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>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6927 <location filename="../src/EditYeast.cpp" line="414"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
6928 <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
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 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
6932 <context>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6933 <name>FermentableAdded</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6934 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6935 <location filename="../src/global.cpp" line="84"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6936 <source>Mash</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6937 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6938 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6939 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6940 <location filename="../src/global.cpp" line="85"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6941 <source>Boil</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6942 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6943 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6944 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6945 <location filename="../src/global.cpp" line="86"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6946 <source>Fermentation</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6947 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6948 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6949 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6950 <location filename="../src/global.cpp" line="87"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6951 <source>Lagering</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6952 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6953 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6954 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6955 <location filename="../src/global.cpp" line="88"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6956 <source>Bottle</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6957 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6958 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6959 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6960 <location filename="../src/global.cpp" line="89"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6961 <source>Kegs</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6962 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6963 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6964 </context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6965 <context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6966 <name>FermentableGraintype</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6967 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6968 <location filename="../src/global.cpp" line="74"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6969 <source>Base</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6970 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6971 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6972 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6973 <location filename="../src/global.cpp" line="75"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6974 <source>Roast</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6975 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6976 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6977 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6978 <location filename="../src/global.cpp" line="76"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6979 <source>Crystal</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6980 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6981 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6982 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6983 <location filename="../src/global.cpp" line="77"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6984 <source>Kilned</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6985 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6986 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6987 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6988 <location filename="../src/global.cpp" line="78"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6989 <source>Sour Malt</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6990 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6991 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6992 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6993 <location filename="../src/global.cpp" line="79"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6994 <source>Special</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6995 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6996 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6997 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6998 <location filename="../src/global.cpp" line="80"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
6999 <source>No malt</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7000 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7001 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7002 </context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7003 <context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7004 <name>FermentableType</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7005 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7006 <location filename="../src/global.cpp" line="66"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7007 <source>Grain</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7008 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7009 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7010 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7011 <location filename="../src/global.cpp" line="67"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7012 <source>Sugar</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7013 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7014 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7015 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7016 <location filename="../src/global.cpp" line="68"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7017 <source>Extract</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7018 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7019 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7020 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7021 <location filename="../src/global.cpp" line="69"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7022 <source>Dry extract</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7023 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7024 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7025 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7026 <location filename="../src/global.cpp" line="70"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7027 <source>Adjunct</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7028 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7029 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7030 </context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7031 <context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7032 <name>HopForm</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7033 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7034 <location filename="../src/global.cpp" line="99"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7035 <source>Pellet</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7036 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7037 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7038 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7039 <location filename="../src/global.cpp" line="100"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7040 <source>Plug</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7041 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7042 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7043 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7044 <location filename="../src/global.cpp" line="101"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7045 <source>Leaf</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7046 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7047 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7048 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7049 <location filename="../src/global.cpp" line="102"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7050 <source>Leaf wet</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7051 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7052 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7053 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7054 <location filename="../src/global.cpp" line="103"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7055 <source>Cryo</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7056 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7057 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7058 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7059 <location filename="../src/global.cpp" line="104"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7060 <source>Extract</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7061 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7062 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7063 </context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7064 <context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7065 <name>HopTypes</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7066 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7067 <location filename="../src/global.cpp" line="93"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7068 <source>Bittering</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7069 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7070 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7071 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7072 <location filename="../src/global.cpp" line="94"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7073 <source>Aroma</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7074 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7075 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7076 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7077 <location filename="../src/global.cpp" line="95"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7078 <source>Both</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7079 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7080 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7081 </context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7082 <context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7083 <name>HopUse</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7084 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7085 <location filename="../src/global.cpp" line="108"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7086 <source>Mash</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7087 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7088 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7089 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7090 <location filename="../src/global.cpp" line="109"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7091 <source>First wort</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7092 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7093 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7094 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7095 <location filename="../src/global.cpp" line="110"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7096 <source>Boil</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7097 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7098 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7099 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7100 <location filename="../src/global.cpp" line="111"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7101 <source>Aroma</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7102 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7103 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7104 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7105 <location filename="../src/global.cpp" line="112"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7106 <source>Whirlpool</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7107 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7108 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7109 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7110 <location filename="../src/global.cpp" line="113"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7111 <source>Dry hop</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7112 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7113 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7114 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7115 <location filename="../src/global.cpp" line="114"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7116 <source>Bottling</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7117 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7118 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7119 </context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7120 <context>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7121 <name>ImportXML</name>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7122 <message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7123 <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
7124 <source>Dialog</source>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7125 <translation type="unfinished"></translation>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7126 </message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7127 <message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7128 <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
7129 <source>XML file:</source>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7130 <translation type="unfinished"></translation>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7131 </message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7132 <message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7133 <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
7134 <source>Quit</source>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7135 <translation type="unfinished"></translation>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7136 </message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7137 <message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7138 <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
7139 <source>Open</source>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7140 <translation type="unfinished"></translation>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7141 </message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7142 <message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7143 <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
7144 <source>Results</source>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7145 <translation type="unfinished"></translation>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7146 </message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7147 <message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7148 <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
7149 <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
7150 <translation type="unfinished"></translation>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7151 </message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7152 <message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7153 <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
7154 <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
7155 <source>Open File</source>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7156 <translation type="unfinished"></translation>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7157 </message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7158 <message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7159 <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
7160 <source>Files (*.xml)</source>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7161 <translation type="unfinished"></translation>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7162 </message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7163 <message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7164 <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
7165 <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
7166 <translation type="unfinished"></translation>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7167 </message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7168 </context>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7169 <context>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7170 <name>InventoryEquipments</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7171 <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
7172 <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
7173 <source>Quit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7174 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7175 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7176 <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
7177 <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
7178 <source>Export</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7179 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7180 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7181 <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
7182 <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
7183 <source>New</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7184 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7185 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7186 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7187 <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
7188 <source>Name</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7189 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7190 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7191 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7192 <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
7193 <source>Boil volume</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7194 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7195 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7196 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7197 <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
7198 <source>Batch size</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7199 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7200 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7201 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7202 <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
7203 <source>Notes</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7204 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7205 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7206 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7207 <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
7208 <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
7209 <source>Edit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7210 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7211 </message>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7212 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7213 <location filename="../src/InventoryEquipments.cpp" line="132"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7214 <source>Total items: %1</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7215 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7216 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7217 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7218 <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
7219 <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
7220 <location filename="../src/InventoryEquipments.cpp" line="215"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7221 <source>Save File</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7222 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7223 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7224 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7225 <location filename="../src/InventoryEquipments.cpp" line="169"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7226 <source>Files (*.xml)</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7227 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7228 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7229 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7230 <location filename="../src/InventoryEquipments.cpp" line="171"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7231 <source>No XML file selected.</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7232 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7233 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7234 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7235 <location filename="../src/InventoryEquipments.cpp" line="215"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7236 <source>XML export ready</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7237 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7238 </message>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7239 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7240 <context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7241 <name>InventoryFermentables</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7242 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7243 <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
7244 <source>Quit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7245 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7246 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7247 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7248 <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
7249 <source>Export</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7250 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7251 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7252 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7253 <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
7254 <source>New</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7255 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7256 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7257 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7258 <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
7259 <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
7260 <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
7261 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
7262 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7263 <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
7264 <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
7265 <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
7266 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
7267 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7268 <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
7269 <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
7270 <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
7271 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
7272 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7273 <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
7274 <source>Type</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7275 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7276 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7277 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7278 <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
7279 <source>Grain</source>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7280 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7281 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7282 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7283 <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
7284 <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
7285 <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
7286 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
7287 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7288 <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
7289 <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
7290 <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
7291 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
7292 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7293 <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
7294 <source>Stock</source>
31
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>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7298 <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
7299 <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
7300 <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
7301 <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
7302 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
7303 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7304 <location filename="../src/InventoryFermentables.cpp" line="153"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7305 <source>Total items: %1</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7306 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7307 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7308 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7309 <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
7310 <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
7311 <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
7312 <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
7313 <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
7314 </message>
88e827ea7172 Fixed recommend mash checkmark in fermentable editor. Added fermentables XML export.
Michiel Broek <mbroek@mbse.eu>
parents: 41
diff changeset
7315 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7316 <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
7317 <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
7318 <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
7319 </message>
88e827ea7172 Fixed recommend mash checkmark in fermentable editor. Added fermentables XML export.
Michiel Broek <mbroek@mbse.eu>
parents: 41
diff changeset
7320 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7321 <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
7322 <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
7323 <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
7324 </message>
88e827ea7172 Fixed recommend mash checkmark in fermentable editor. Added fermentables XML export.
Michiel Broek <mbroek@mbse.eu>
parents: 41
diff changeset
7325 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7326 <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
7327 <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
7328 <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
7329 </message>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7330 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7331 <context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7332 <name>InventoryHops</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7333 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7334 <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
7335 <source>Quit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7336 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7337 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7338 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7339 <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
7340 <source>Export</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7341 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7342 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7343 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7344 <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
7345 <source>New</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7346 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7347 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7348 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7349 <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
7350 <source>Origin</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7351 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7352 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7353 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7354 <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
7355 <source>Name</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7356 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7357 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7358 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7359 <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
7360 <source>Type</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7361 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7362 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7363 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7364 <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
7365 <source>Form</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7366 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7367 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7368 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7369 <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
7370 <source>Alpha</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7371 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7372 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7373 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7374 <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
7375 <source>Beta</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7376 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7377 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7378 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7379 <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
7380 <source>Cohumulone</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7381 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7382 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7383 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7384 <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
7385 <source>HSI</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7386 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7387 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7388 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7389 <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
7390 <source>Harvest</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7391 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7392 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7393 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7394 <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
7395 <source>Stock</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7396 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7397 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7398 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7399 <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
7400 <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
7401 <source>Edit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7402 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7403 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7404 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7405 <location filename="../src/InventoryHops.cpp" line="169"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7406 <source>Total items: %1</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7407 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7408 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7409 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7410 <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
7411 <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
7412 <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
7413 <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
7414 <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
7415 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
7416 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7417 <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
7418 <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
7419 <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
7420 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
7421 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7422 <location filename="../src/InventoryHops.cpp" line="213"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7423 <source>No XML file selected.</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7424 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7425 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7426 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7427 <location filename="../src/InventoryHops.cpp" line="255"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7428 <source>XML export ready</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7429 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7430 </message>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7431 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7432 <context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7433 <name>InventoryMiscs</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7434 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7435 <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
7436 <source>Quit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7437 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7438 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7439 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7440 <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
7441 <source>Export</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7442 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7443 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7444 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7445 <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
7446 <source>New</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7447 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7448 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7449 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7450 <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
7451 <source>Name</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7452 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7453 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7454 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7455 <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
7456 <source>Type</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>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7460 <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
7461 <source>Use</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7462 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7463 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7464 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7465 <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
7466 <source>Time</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7467 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7468 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7469 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7470 <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
7471 <source>Stock</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7472 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7473 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7474 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7475 <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
7476 <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
7477 <source>Edit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7478 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7479 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7480 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7481 <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
7482 <source>1 minute</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7483 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7484 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7485 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7486 <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
7487 <source>%1 minutes</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7488 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7489 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7490 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7491 <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
7492 <source>%1 hours</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7493 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7494 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7495 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7496 <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
7497 <source>1 day</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7498 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7499 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7500 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7501 <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
7502 <source>%1 days</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7503 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7504 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7505 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7506 <location filename="../src/InventoryMiscs.cpp" line="157"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7507 <source>Total items: %1</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7508 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7509 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7510 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7511 <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
7512 <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
7513 <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
7514 <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
7515 <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
7516 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
7517 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7518 <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
7519 <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
7520 <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
7521 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
7522 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7523 <location filename="../src/InventoryMiscs.cpp" line="203"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7524 <source>No XML file selected.</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7525 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7526 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7527 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7528 <location filename="../src/InventoryMiscs.cpp" line="240"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7529 <source>XML export ready</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7530 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7531 </message>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7532 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7533 <context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7534 <name>InventorySuppliers</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7535 <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
7536 <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
7537 <source>Quit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7538 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7539 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7540 <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
7541 <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
7542 <source>New</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7543 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7544 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7545 <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
7546 <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
7547 <source>Name</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7548 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7549 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7550 <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
7551 <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
7552 <source>Address</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7553 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7554 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7555 <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
7556 <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
7557 <source>City</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7558 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7559 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7560 <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
7561 <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
7562 <source>Country</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7563 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7564 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7565 <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
7566 <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
7567 <source>Phone</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7568 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7569 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7570 <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
7571 <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
7572 <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
7573 <source>Edit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7574 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7575 </message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7576 <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
7577 <location filename="../src/InventorySuppliers.cpp" line="119"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7578 <source>Total items: %1</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7579 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7580 </message>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7581 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7582 <context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7583 <name>InventoryWaters</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7584 <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
7585 <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
7586 <source>Quit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7587 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7588 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7589 <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
7590 <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
7591 <source>Export</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7592 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7593 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7594 <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
7595 <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
7596 <source>New</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7597 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7598 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7599 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7600 <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
7601 <source>Name</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7602 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7603 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7604 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7605 <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
7606 <source>Notes</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7607 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7608 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7609 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7610 <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
7611 <source>Unlimited</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7612 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7613 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7614 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7615 <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
7616 <source>Stock</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7617 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7618 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7619 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7620 <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
7621 <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
7622 <source>Edit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7623 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7624 </message>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7625 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7626 <location filename="../src/InventoryWaters.cpp" line="148"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7627 <source>Total items: %1</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7628 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7629 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7630 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7631 <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
7632 <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
7633 <location filename="../src/InventoryWaters.cpp" line="223"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7634 <source>Save File</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7635 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7636 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7637 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7638 <location filename="../src/InventoryWaters.cpp" line="185"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7639 <source>Files (*.xml)</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7640 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7641 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7642 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7643 <location filename="../src/InventoryWaters.cpp" line="187"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7644 <source>No XML file selected.</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7645 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7646 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7647 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7648 <location filename="../src/InventoryWaters.cpp" line="223"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7649 <source>XML export ready</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7650 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7651 </message>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7652 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7653 <context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7654 <name>InventoryYeasts</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7655 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7656 <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
7657 <source>Quit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7658 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7659 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7660 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7661 <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
7662 <source>Export</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7663 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7664 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7665 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7666 <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
7667 <source>New</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7668 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7669 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7670 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7671 <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
7672 <source>Laboratory</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7673 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7674 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7675 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7676 <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
7677 <source>Product id</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7678 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7679 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7680 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7681 <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
7682 <source>Name</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7683 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7684 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7685 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7686 <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
7687 <source>Type</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7688 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7689 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7690 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7691 <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
7692 <source>Form</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7693 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7694 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7695 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7696 <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
7697 <source>SVG %</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7698 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7699 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7700 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7701 <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
7702 <source>Tol %</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7703 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7704 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7705 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7706 <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
7707 <source>POF+</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7708 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7709 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7710 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7711 <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
7712 <source>STA1</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7713 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7714 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7715 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7716 <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
7717 <source>Stock</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7718 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7719 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7720 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7721 <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
7722 <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
7723 <source>Edit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7724 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7725 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7726 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7727 <location filename="../src/InventoryYeasts.cpp" line="191"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7728 <source>Total items: %1</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7729 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7730 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7731 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7732 <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
7733 <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
7734 <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
7735 <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
7736 <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
7737 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
7738 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7739 <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
7740 <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
7741 <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
7742 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
7743 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7744 <location filename="../src/InventoryYeasts.cpp" line="237"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7745 <source>No XML file selected.</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7746 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7747 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7748 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7749 <location filename="../src/InventoryYeasts.cpp" line="277"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7750 <source>XML export ready</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7751 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
7752 </message>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7753 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7754 <context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7755 <name>MainWindow</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7756 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
7757 <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
7758 <source>File</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7759 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7760 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7761 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7762 <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
7763 <source>Help</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7764 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7765 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7766 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7767 <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
7768 <source>Settings</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7769 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7770 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7771 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7772 <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
7773 <source>Inventory</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7774 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7775 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7776 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7777 <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
7778 <source>Monitor</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7779 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7780 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7781 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7782 <location filename="../ui/MainWindow.ui" line="98"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7783 <source>Products</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7784 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7785 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7786 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7787 <location filename="../ui/MainWindow.ui" line="102"/>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7788 <location filename="../ui/MainWindow.ui" line="384"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7789 <source>Archive</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7790 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7791 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7792 <message>
291
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7793 <location filename="../ui/MainWindow.ui" line="118"/>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7794 <location filename="../ui/MainWindow.ui" line="357"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7795 <source>Recipes</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7796 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7797 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7798 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7799 <location filename="../ui/MainWindow.ui" line="141"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7800 <source>Exit</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7801 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7802 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7803 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7804 <location filename="../ui/MainWindow.ui" line="150"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7805 <source>About</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7806 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7807 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7808 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7809 <location filename="../ui/MainWindow.ui" line="159"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7810 <source>Systems</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7811 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7812 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7813 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7814 <location filename="../ui/MainWindow.ui" line="168"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7815 <source>Fermenters</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7816 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7817 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7818 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7819 <location filename="../ui/MainWindow.ui" line="177"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7820 <source>CO2 Meters</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7821 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7822 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7823 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7824 <location filename="../ui/MainWindow.ui" line="186"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7825 <source>iSpindels</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7826 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7827 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7828 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7829 <location filename="../ui/MainWindow.ui" line="195"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7830 <source>Suppliers</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7831 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7832 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7833 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7834 <location filename="../ui/MainWindow.ui" line="207"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7835 <source>Fermentables</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7836 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7837 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7838 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7839 <location filename="../ui/MainWindow.ui" line="219"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7840 <source>Hops</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7841 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7842 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7843 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7844 <location filename="../ui/MainWindow.ui" line="231"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7845 <source>Yeasts</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7846 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7847 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7848 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7849 <location filename="../ui/MainWindow.ui" line="243"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7850 <source>Miscs</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7851 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7852 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7853 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7854 <location filename="../ui/MainWindow.ui" line="255"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7855 <source>Waters</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7856 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7857 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7858 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7859 <location filename="../ui/MainWindow.ui" line="267"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7860 <source>Equipments</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7861 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7862 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7863 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7864 <location filename="../ui/MainWindow.ui" line="279"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7865 <source>Supplies list</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7866 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7867 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7868 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7869 <location filename="../ui/MainWindow.ui" line="291"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7870 <source>Yeast bank</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7871 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7872 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7873 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7874 <location filename="../ui/MainWindow.ui" line="303"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7875 <source>Water profiles</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7876 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7877 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7878 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7879 <location filename="../ui/MainWindow.ui" line="315"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7880 <source>Mash schedules</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7881 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7882 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7883 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7884 <location filename="../ui/MainWindow.ui" line="327"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7885 <source>Beer styles</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7886 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7887 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7888 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7889 <location filename="../ui/MainWindow.ui" line="339"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7890 <source>Fermentation schedules</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7891 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7892 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7893 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7894 <location filename="../ui/MainWindow.ui" line="348"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7895 <source>Global settings</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7896 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7897 </message>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
7898 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7899 <location filename="../ui/MainWindow.ui" line="366"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
7900 <source>Import beerxml</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
7901 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
7902 </message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
7903 <message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7904 <location filename="../ui/MainWindow.ui" line="375"/>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
7905 <source>In Production</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
7906 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
7907 </message>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7908 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7909 <location filename="../ui/MainWindow.ui" line="393"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7910 <source>On Name</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7911 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7912 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7913 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7914 <location filename="../ui/MainWindow.ui" line="402"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7915 <source>On Code</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7916 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7917 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7918 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7919 <location filename="../ui/MainWindow.ui" line="411"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7920 <source>On Date</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7921 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7922 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7923 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7924 <location filename="../ui/MainWindow.ui" line="420"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7925 <source>On Beerstyle</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
7926 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
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 <message>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7929 <location filename="../ui/MainWindow.ui" line="429"/>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7930 <source>Import beerXML</source>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7931 <translation type="unfinished"></translation>
daa667c1ad6d Version 0.2.10 with updated translations and menu's.
Michiel Broek <mbroek@mbse.eu>
parents: 273
diff changeset
7932 </message>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7933 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7934 <context>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7935 <name>MiscType</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7936 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7937 <location filename="../src/global.cpp" line="118"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7938 <source>Spice</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7939 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7940 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7941 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7942 <location filename="../src/global.cpp" line="119"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7943 <source>Herb</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7944 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7945 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7946 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7947 <location filename="../src/global.cpp" line="120"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7948 <source>Flavor</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7949 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7950 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7951 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7952 <location filename="../src/global.cpp" line="121"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7953 <source>Fining</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7954 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7955 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7956 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7957 <location filename="../src/global.cpp" line="122"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7958 <source>Water agent</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7959 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7960 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7961 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7962 <location filename="../src/global.cpp" line="123"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7963 <source>Yeast nutrient</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7964 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7965 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7966 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7967 <location filename="../src/global.cpp" line="124"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7968 <source>Other</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7969 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7970 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7971 </context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7972 <context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7973 <name>MiscUse</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7974 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7975 <location filename="../src/global.cpp" line="128"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7976 <source>Starter</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7977 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7978 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7979 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7980 <location filename="../src/global.cpp" line="129"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7981 <source>Mash</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7982 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7983 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7984 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7985 <location filename="../src/global.cpp" line="130"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7986 <source>Boil</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7987 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7988 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7989 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7990 <location filename="../src/global.cpp" line="131"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7991 <source>Primary</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7992 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7993 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7994 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7995 <location filename="../src/global.cpp" line="132"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7996 <source>Secondary</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7997 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7998 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
7999 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8000 <location filename="../src/global.cpp" line="133"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8001 <source>Bottling</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8002 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8003 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8004 </context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
8005 <context>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8006 <name>PrinterDialog</name>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8007 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
8008 <location filename="../src/PrinterDialog.cpp" line="69"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8009 <source>pkg</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8010 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8011 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8012 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
8013 <location filename="../src/PrinterDialog.cpp" line="69"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8014 <source>gr</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8015 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8016 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8017 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
8018 <location filename="../src/PrinterDialog.cpp" line="69"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8019 <source>ml</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8020 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8021 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8022 <message>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8023 <location filename="../src/PrinterDialog.cpp" line="72"/>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8024 <source>Emersion chiller</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8025 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8026 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8027 <message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8028 <location filename="../src/PrinterDialog.cpp" line="72"/>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8029 <source>Counterflow chiller</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8030 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8031 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8032 <message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8033 <location filename="../src/PrinterDialog.cpp" line="72"/>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8034 <source>Au bain marie</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8035 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8036 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8037 <message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8038 <location filename="../src/PrinterDialog.cpp" line="72"/>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8039 <source>Natural</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
8040 <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
8041 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8043 <location filename="../src/PrinterDialog.cpp" line="91"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8044 <location filename="../src/PrinterDialog.cpp" line="240"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8045 <location filename="../src/PrinterDialog.cpp" line="289"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8046 <location filename="../src/PrinterDialog.cpp" line="382"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8047 <location filename="../src/PrinterDialog.cpp" line="429"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8048 <location filename="../src/PrinterDialog.cpp" line="475"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8049 <location filename="../src/PrinterDialog.cpp" line="519"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8050 <location filename="../src/PrinterDialog.cpp" line="779"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8051 <location filename="../src/PrinterDialog.cpp" line="829"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8052 <location filename="../src/PrinterDialog.cpp" line="875"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8053 <location filename="../src/PrinterDialog.cpp" line="935"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8054 <source>Type</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
8055 <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
8056 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8057 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8058 <location filename="../src/PrinterDialog.cpp" line="92"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8059 <source>Supplier</source>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
8060 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
8061 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
8062 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
8063 <location filename="../src/PrinterDialog.cpp" line="93"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8064 <location filename="../src/PrinterDialog.cpp" line="379"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8065 <location filename="../src/PrinterDialog.cpp" line="776"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8066 <source>Fermentable</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8067 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8068 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8069 <message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8070 <location filename="../src/PrinterDialog.cpp" line="94"/>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8071 <location filename="../src/PrinterDialog.cpp" line="143"/>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8072 <location filename="../src/PrinterDialog.cpp" line="193"/>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8073 <location filename="../src/PrinterDialog.cpp" line="242"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8074 <location filename="../src/PrinterDialog.cpp" line="291"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8075 <source>Stock</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8076 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8077 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8078 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8079 <location filename="../src/PrinterDialog.cpp" line="95"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8080 <location filename="../src/PrinterDialog.cpp" line="144"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8081 <location filename="../src/PrinterDialog.cpp" line="194"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8082 <location filename="../src/PrinterDialog.cpp" line="243"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8083 <source>Price/Kg</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8084 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8085 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8086 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8087 <location filename="../src/PrinterDialog.cpp" line="96"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8088 <location filename="../src/PrinterDialog.cpp" line="145"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8089 <location filename="../src/PrinterDialog.cpp" line="195"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8090 <location filename="../src/PrinterDialog.cpp" line="244"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8091 <source>Value</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8092 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8093 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8094 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8095 <location filename="../src/PrinterDialog.cpp" line="122"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8096 <location filename="../src/PrinterDialog.cpp" line="172"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8097 <location filename="../src/PrinterDialog.cpp" line="222"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8098 <location filename="../src/PrinterDialog.cpp" line="270"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8099 <source>Total</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8100 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8101 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8102 <message>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8103 <location filename="../src/PrinterDialog.cpp" line="140"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8104 <source>Country</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8105 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8106 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8107 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8108 <location filename="../src/PrinterDialog.cpp" line="141"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8109 <source>Hop name</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8110 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8111 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8112 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8113 <location filename="../src/PrinterDialog.cpp" line="142"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8114 <location filename="../src/PrinterDialog.cpp" line="290"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8115 <source>Form</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8116 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8117 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8118 <message>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8119 <location filename="../src/PrinterDialog.cpp" line="190"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8120 <source>Laboratory</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8121 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8122 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8123 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8124 <location filename="../src/PrinterDialog.cpp" line="191"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8125 <source>Product</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8126 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8127 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8128 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8129 <location filename="../src/PrinterDialog.cpp" line="192"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8130 <location filename="../src/PrinterDialog.cpp" line="287"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8131 <location filename="../src/PrinterDialog.cpp" line="473"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8132 <location filename="../src/PrinterDialog.cpp" line="873"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8133 <source>Yeast</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8134 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8135 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8136 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8137 <location filename="../src/PrinterDialog.cpp" line="241"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8138 <source>Ingredient</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8139 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8140 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8141 <message>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8142 <location filename="../src/PrinterDialog.cpp" line="288"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8143 <source>Description</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8144 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8145 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8146 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8147 <location filename="../src/PrinterDialog.cpp" line="292"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8148 <source>Date</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8149 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8150 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8151 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8152 <location filename="../src/PrinterDialog.cpp" line="326"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8153 <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
8154 <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
8155 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8157 <location filename="../src/PrinterDialog.cpp" line="330"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8158 <location filename="../src/PrinterDialog.cpp" line="706"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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>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
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>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8163 <location filename="../src/PrinterDialog.cpp" line="333"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8164 <location filename="../src/PrinterDialog.cpp" line="709"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8165 <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
8166 <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
8167 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8168 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8169 <location filename="../src/PrinterDialog.cpp" line="337"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8170 <location filename="../src/PrinterDialog.cpp" line="713"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8171 <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
8172 <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
8173 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8174 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8175 <location filename="../src/PrinterDialog.cpp" line="340"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8176 <location filename="../src/PrinterDialog.cpp" line="716"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8177 <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
8178 <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
8179 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8180 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8181 <location filename="../src/PrinterDialog.cpp" line="344"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8182 <location filename="../src/PrinterDialog.cpp" line="725"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8183 <source>Start SG</source>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8184 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8185 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
8186 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8187 <location filename="../src/PrinterDialog.cpp" line="348"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8188 <location filename="../src/PrinterDialog.cpp" line="729"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8189 <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
8190 <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
8191 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8192 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8193 <location filename="../src/PrinterDialog.cpp" line="353"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8194 <location filename="../src/PrinterDialog.cpp" line="734"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8195 <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
8196 <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
8197 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8198 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8199 <location filename="../src/PrinterDialog.cpp" line="357"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8200 <location filename="../src/PrinterDialog.cpp" line="738"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8201 <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
8202 <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
8203 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8204 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8205 <location filename="../src/PrinterDialog.cpp" line="362"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8206 <location filename="../src/PrinterDialog.cpp" line="743"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8207 <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
8208 <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
8209 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8210 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8211 <location filename="../src/PrinterDialog.cpp" line="370"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8212 <location filename="../src/PrinterDialog.cpp" line="751"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8213 <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
8214 <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
8215 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8216 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8217 <location filename="../src/PrinterDialog.cpp" line="380"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8218 <location filename="../src/PrinterDialog.cpp" line="777"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8219 <source>Percent</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8220 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8221 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8222 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8223 <location filename="../src/PrinterDialog.cpp" line="381"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8224 <location filename="../src/PrinterDialog.cpp" line="778"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8225 <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
8226 <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
8227 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8228 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8229 <location filename="../src/PrinterDialog.cpp" line="383"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8230 <location filename="../src/PrinterDialog.cpp" line="430"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8231 <location filename="../src/PrinterDialog.cpp" line="476"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8232 <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
8233 <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
8234 <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
8235 <location filename="../src/PrinterDialog.cpp" line="876"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8236 <location filename="../src/PrinterDialog.cpp" line="936"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8237 <source>Use at</source>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
8238 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
8239 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
8240 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8241 <location filename="../src/PrinterDialog.cpp" line="384"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8242 <location filename="../src/PrinterDialog.cpp" line="431"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8243 <location filename="../src/PrinterDialog.cpp" line="477"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8244 <location filename="../src/PrinterDialog.cpp" line="521"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8245 <location filename="../src/PrinterDialog.cpp" line="781"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8246 <location filename="../src/PrinterDialog.cpp" line="831"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8247 <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
8248 <location filename="../src/PrinterDialog.cpp" line="937"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8249 <source>Amount</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8250 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8251 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8252 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8253 <location filename="../src/PrinterDialog.cpp" line="385"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8254 <location filename="../src/PrinterDialog.cpp" line="432"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8255 <location filename="../src/PrinterDialog.cpp" line="478"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8256 <location filename="../src/PrinterDialog.cpp" line="522"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8257 <location filename="../src/PrinterDialog.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
8258 <location filename="../src/PrinterDialog.cpp" line="832"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8259 <location filename="../src/PrinterDialog.cpp" line="878"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8260 <location filename="../src/PrinterDialog.cpp" line="938"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <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
8262 <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
8263 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8264 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8265 <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
8266 <location filename="../src/PrinterDialog.cpp" line="826"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8267 <source>Hop</source>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
8268 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
8269 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
8270 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8271 <location filename="../src/PrinterDialog.cpp" line="427"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8272 <location filename="../src/PrinterDialog.cpp" line="827"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8273 <source>Alpha</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8274 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8275 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8276 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8277 <location filename="../src/PrinterDialog.cpp" line="428"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8278 <location filename="../src/PrinterDialog.cpp" line="828"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8279 <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
8280 <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
8281 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables 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 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8283 <location filename="../src/PrinterDialog.cpp" line="474"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8284 <location filename="../src/PrinterDialog.cpp" line="874"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8285 <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
8286 <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
8287 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8288 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8289 <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
8290 <location filename="../src/PrinterDialog.cpp" line="934"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8291 <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
8292 <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
8293 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8294 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8295 <location filename="../src/PrinterDialog.cpp" line="565"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8296 <location filename="../src/PrinterDialog.cpp" line="981"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8297 <location filename="../src/PrinterDialog.cpp" line="1140"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8298 <source>Mash step</source>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
8299 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
8300 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
8301 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
8302 <location filename="../src/PrinterDialog.cpp" line="566"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8303 <location filename="../src/PrinterDialog.cpp" line="982"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8304 <location filename="../src/PrinterDialog.cpp" line="1141"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8305 <source>Step type</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8306 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8307 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8308 <message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8309 <location filename="../src/PrinterDialog.cpp" line="567"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8310 <location filename="../src/PrinterDialog.cpp" line="983"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8311 <source>Start °C</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8312 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8313 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8314 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8315 <location filename="../src/PrinterDialog.cpp" line="568"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8316 <location filename="../src/PrinterDialog.cpp" line="984"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8317 <source>End °C</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8318 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8319 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8320 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8321 <location filename="../src/PrinterDialog.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
8322 <location filename="../src/PrinterDialog.cpp" line="985"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8323 <source>Time</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8324 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8325 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8326 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8327 <location filename="../src/PrinterDialog.cpp" line="570"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8328 <location filename="../src/PrinterDialog.cpp" line="986"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8329 <source>Ramp</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8330 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8331 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8332 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8333 <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
8334 <location filename="../src/PrinterDialog.cpp" line="987"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8335 <source>L/kg</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8336 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8337 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8338 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8339 <location filename="../src/PrinterDialog.cpp" line="572"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8340 <location filename="../src/PrinterDialog.cpp" line="988"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8341 <source>Inf/dec L.</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8342 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8343 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8344 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8345 <location filename="../src/PrinterDialog.cpp" line="573"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8346 <location filename="../src/PrinterDialog.cpp" line="989"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8347 <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
8348 <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
8349 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8350 <message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8351 <location filename="../src/PrinterDialog.cpp" line="603"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8352 <location filename="../src/PrinterDialog.cpp" line="1019"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8353 <source>Water source</source>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
8354 <translation type="unfinished"></translation>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
8355 </message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
8356 <message>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
8357 <location filename="../src/PrinterDialog.cpp" line="604"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8358 <location filename="../src/PrinterDialog.cpp" line="1020"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8359 <source>Volume</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8360 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8361 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8362 <message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8363 <location filename="../src/PrinterDialog.cpp" line="605"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8364 <location filename="../src/PrinterDialog.cpp" line="1021"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8365 <source>Ca</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8366 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8367 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8368 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8369 <location filename="../src/PrinterDialog.cpp" line="606"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8370 <location filename="../src/PrinterDialog.cpp" line="1022"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8371 <source>Mg</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8372 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8373 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8374 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8375 <location filename="../src/PrinterDialog.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
8376 <location filename="../src/PrinterDialog.cpp" line="1023"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8377 <source>CaCO3</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8378 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8379 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8380 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8381 <location filename="../src/PrinterDialog.cpp" line="608"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8382 <location filename="../src/PrinterDialog.cpp" line="1024"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8383 <source>Na</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8384 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8385 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8386 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8387 <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
8388 <location filename="../src/PrinterDialog.cpp" line="1025"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8389 <source>Cl</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8390 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8391 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8392 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8393 <location filename="../src/PrinterDialog.cpp" line="610"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8394 <location filename="../src/PrinterDialog.cpp" line="1026"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8395 <source>SO4</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8396 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8397 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8398 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8399 <location filename="../src/PrinterDialog.cpp" line="611"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8400 <location filename="../src/PrinterDialog.cpp" line="1027"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8401 <location filename="../src/PrinterDialog.cpp" line="1145"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8402 <location filename="../src/PrinterDialog.cpp" line="1672"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8403 <location filename="../src/PrinterDialog.cpp" line="1701"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8404 <location filename="../src/PrinterDialog.cpp" line="1709"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8405 <location filename="../src/PrinterDialog.cpp" line="1789"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8406 <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
8407 <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
8408 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8409 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8410 <location filename="../src/PrinterDialog.cpp" line="641"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8411 <location filename="../src/PrinterDialog.cpp" line="1057"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8412 <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
8413 <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
8414 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8415 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8416 <location filename="../src/PrinterDialog.cpp" line="653"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8417 <location filename="../src/PrinterDialog.cpp" line="1069"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8418 <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
8419 <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
8420 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8421 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8422 <location filename="../src/PrinterDialog.cpp" line="682"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8423 <location filename="../src/PrinterDialog.cpp" line="1098"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8424 <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
8425 <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
8426 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
8427 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8428 <location filename="../src/PrinterDialog.cpp" line="702"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8429 <source>Product overview</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8430 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8431 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8432 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8433 <location filename="../src/PrinterDialog.cpp" line="759"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8434 <source>Stage</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8435 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8436 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8437 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8438 <location filename="../src/PrinterDialog.cpp" line="764"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8439 <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
8440 <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
8441 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8442 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8443 <location filename="../src/PrinterDialog.cpp" line="767"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8444 <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
8445 <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
8446 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8447 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8448 <location filename="../src/PrinterDialog.cpp" line="915"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8449 <source>%1 step yeaststarter</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8450 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8451 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8452 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8453 <location filename="../src/PrinterDialog.cpp" line="916"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8454 <source>Before</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8455 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8456 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8457 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8458 <location filename="../src/PrinterDialog.cpp" line="1120"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8459 <source>Product brewday</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8460 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8461 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8462 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8463 <location filename="../src/PrinterDialog.cpp" line="1124"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8464 <source>Brewday start</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8465 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8466 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8467 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8468 <location filename="../src/PrinterDialog.cpp" line="1127"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8469 <source>Brewday end</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8470 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8471 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8472 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8473 <location filename="../src/PrinterDialog.cpp" line="1142"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8474 <source>Temperature</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8475 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8476 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8477 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8478 <location filename="../src/PrinterDialog.cpp" line="1143"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8479 <source>Minutes</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8480 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8481 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8482 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8483 <location filename="../src/PrinterDialog.cpp" line="1144"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8484 <location filename="../src/PrinterDialog.cpp" line="1688"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8485 <location filename="../src/PrinterDialog.cpp" line="1708"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8486 <location filename="../src/PrinterDialog.cpp" line="1788"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8487 <source>SG</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8488 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8489 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8490 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8491 <location filename="../src/PrinterDialog.cpp" line="1171"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8492 <source>Brew item</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8493 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8494 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8495 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8496 <location filename="../src/PrinterDialog.cpp" line="1172"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8497 <source>Expected</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8498 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8499 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8500 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8501 <location filename="../src/PrinterDialog.cpp" line="1173"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8502 <source>Reached</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8503 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8504 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8505 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8506 <location filename="../src/PrinterDialog.cpp" line="1174"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8507 <source>Difference</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8508 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8509 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8510 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8511 <location filename="../src/PrinterDialog.cpp" line="1178"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8512 <source>Mash pH</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8513 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8514 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8515 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8516 <location filename="../src/PrinterDialog.cpp" line="1184"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8517 <source>Mash density</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8518 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8519 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8520 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8521 <location filename="../src/PrinterDialog.cpp" line="1190"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8522 <source>Mash efficiency</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8523 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8524 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8525 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8526 <location filename="../src/PrinterDialog.cpp" line="1196"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8527 <source>Sparge pH</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8528 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8529 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8530 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8531 <location filename="../src/PrinterDialog.cpp" line="1203"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8532 <source>Pre boil pH</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8533 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8534 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8535 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8536 <location filename="../src/PrinterDialog.cpp" line="1207"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8537 <source>Pre boil density</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8538 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8539 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8540 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8541 <location filename="../src/PrinterDialog.cpp" line="1213"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8542 <source>Pre boil volume</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8543 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8544 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8545 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8546 <location filename="../src/PrinterDialog.cpp" line="1219"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8547 <source>Pre boil efficiency</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8548 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8549 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8550 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8551 <location filename="../src/PrinterDialog.cpp" line="1225"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8552 <source>After boil pH</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8553 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8554 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8555 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8556 <location filename="../src/PrinterDialog.cpp" line="1230"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8557 <source>After boil density</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8558 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8559 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8560 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8561 <location filename="../src/PrinterDialog.cpp" line="1236"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8562 <source>After boil volume</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8563 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8564 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8565 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8566 <location filename="../src/PrinterDialog.cpp" line="1242"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8567 <source>After boil efficiency</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8568 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8569 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8570 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8571 <location filename="../src/PrinterDialog.cpp" line="1248"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8572 <source>Chiller and trub loss</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8573 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8574 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8575 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8576 <location filename="../src/PrinterDialog.cpp" line="1254"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8577 <source>Top up water</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8578 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8579 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8580 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8581 <location filename="../src/PrinterDialog.cpp" line="1260"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8582 <source>Fermenter volume</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8583 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8584 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8585 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8586 <location filename="../src/PrinterDialog.cpp" line="1266"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8587 <source>Fermenter density</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8588 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8589 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8590 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8591 <location filename="../src/PrinterDialog.cpp" line="1272"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8592 <source>Fermenter color</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8593 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8594 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8595 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8596 <location filename="../src/PrinterDialog.cpp" line="1278"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8597 <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
8598 <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
8599 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8600 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8601 <location filename="../src/PrinterDialog.cpp" line="1284"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8602 <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
8603 <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
8604 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8605 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8606 <location filename="../src/PrinterDialog.cpp" line="1288"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8607 <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
8608 <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
8609 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8610 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8611 <location filename="../src/PrinterDialog.cpp" line="1292"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8612 <source>Cooling time</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8613 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8614 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8615 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8616 <location filename="../src/PrinterDialog.cpp" line="1307"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8617 <source>Product fermentation</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8618 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8619 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8620 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8621 <location filename="../src/PrinterDialog.cpp" line="1311"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8622 <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
8623 <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
8624 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8625 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8626 <location filename="../src/PrinterDialog.cpp" line="1314"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8627 <source>Primary peak temp</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8628 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8629 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8630 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8631 <location filename="../src/PrinterDialog.cpp" line="1318"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8632 <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
8633 <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
8634 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8635 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8636 <location filename="../src/PrinterDialog.cpp" line="1321"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8637 <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
8638 <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
8639 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8640 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8641 <location filename="../src/PrinterDialog.cpp" line="1325"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8642 <source>Primary end date</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8643 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8644 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8645 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8646 <location filename="../src/PrinterDialog.cpp" line="1329"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8647 <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
8648 <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
8649 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8650 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8651 <location filename="../src/PrinterDialog.cpp" line="1332"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8652 <source>Secondary density</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8653 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8654 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8655 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8656 <location filename="../src/PrinterDialog.cpp" line="1336"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8657 <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
8658 <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
8659 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8660 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8661 <location filename="../src/PrinterDialog.cpp" line="1340"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8662 <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
8663 <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
8664 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8665 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8666 <location filename="../src/PrinterDialog.cpp" line="1343"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8667 <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
8668 <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
8669 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8670 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8671 <location filename="../src/PrinterDialog.cpp" line="1347"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8672 <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
8673 <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
8674 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8675 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8676 <location filename="../src/PrinterDialog.cpp" line="1350"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8677 <source>Apperant attenuation</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8678 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8679 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8680 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8681 <location filename="../src/PrinterDialog.cpp" line="1365"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8682 <source>Package product</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8683 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8684 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8685 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8686 <location filename="../src/PrinterDialog.cpp" line="1369"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8687 <source>Package date</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8688 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8689 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8690 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8691 <location filename="../src/PrinterDialog.cpp" line="1372"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8692 <source>Package volume</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8693 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8694 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8695 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8696 <location filename="../src/PrinterDialog.cpp" line="1377"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8697 <location filename="../src/PrinterDialog.cpp" line="1457"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8698 <location filename="../src/PrinterDialog.cpp" line="1460"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8699 <source>Alcohol volume</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8700 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8701 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8702 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8703 <location filename="../src/PrinterDialog.cpp" line="1382"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8704 <source>Infuse volume</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8705 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8706 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8707 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8708 <location filename="../src/PrinterDialog.cpp" line="1385"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8709 <source>Infuse alcohol</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8710 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8711 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8712 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8713 <location filename="../src/PrinterDialog.cpp" line="1395"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8714 <source>Bottles</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8715 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8716 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8717 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8718 <location filename="../src/PrinterDialog.cpp" line="1397"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8719 <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
8720 <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
8721 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8722 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8723 <location filename="../src/PrinterDialog.cpp" line="1401"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8724 <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
8725 <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
8726 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8727 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8728 <location filename="../src/PrinterDialog.cpp" line="1404"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8729 <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
8730 <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
8731 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8732 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8733 <location filename="../src/PrinterDialog.cpp" line="1408"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8734 <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
8735 <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
8736 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8737 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8738 <location filename="../src/PrinterDialog.cpp" line="1411"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8739 <source>Kegs CO2 volumes</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8740 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8741 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8742 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8743 <location filename="../src/PrinterDialog.cpp" line="1427"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8744 <location filename="../src/PrinterDialog.cpp" line="1434"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8745 <source>Sugar</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8746 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8747 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8748 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8749 <location filename="../src/PrinterDialog.cpp" line="1431"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8750 <source>Forced carbonation</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8751 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8752 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8753 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8754 <location filename="../src/PrinterDialog.cpp" line="1432"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8755 <source>Yes</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8756 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8757 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8758 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8759 <location filename="../src/PrinterDialog.cpp" line="1439"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8760 <location filename="../src/PrinterDialog.cpp" line="1443"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8761 <source>Sugar amount</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8762 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8763 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8764 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8765 <location filename="../src/PrinterDialog.cpp" line="1448"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8766 <location filename="../src/PrinterDialog.cpp" line="1452"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8767 <source>Water amount</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8768 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8769 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8770 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8771 <location filename="../src/PrinterDialog.cpp" line="1464"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8772 <location filename="../src/PrinterDialog.cpp" line="1467"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8773 <source>Pressure</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8774 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8775 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8776 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8777 <location filename="../src/PrinterDialog.cpp" line="1471"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8778 <location filename="../src/PrinterDialog.cpp" line="1474"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8779 <source>Carbonation temp</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8780 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8781 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8782 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8783 <location filename="../src/PrinterDialog.cpp" line="1501"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8784 <source>Tasting notes</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8785 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8786 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8787 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8788 <location filename="../src/PrinterDialog.cpp" line="1505"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8789 <source>Tasting date</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8790 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8791 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8792 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8793 <location filename="../src/PrinterDialog.cpp" line="1508"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8794 <source>Taste score</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8795 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8796 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8797 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8798 <location filename="../src/PrinterDialog.cpp" line="1512"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8799 <source>Color</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8800 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8801 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8802 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8803 <location filename="../src/PrinterDialog.cpp" line="1516"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8804 <source>Transparency</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8805 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8806 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8807 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8808 <location filename="../src/PrinterDialog.cpp" line="1520"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8809 <source>Head</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8810 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8811 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8812 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8813 <location filename="../src/PrinterDialog.cpp" line="1524"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8814 <source>Aroma</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8815 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8816 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8817 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8818 <location filename="../src/PrinterDialog.cpp" line="1528"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8819 <source>Taste</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8820 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8821 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8822 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8823 <location filename="../src/PrinterDialog.cpp" line="1532"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8824 <source>Mouthfeel</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8825 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8826 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8827 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8828 <location filename="../src/PrinterDialog.cpp" line="1536"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8829 <source>Aftertaste</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8830 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8831 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8832 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8833 <location filename="../src/PrinterDialog.cpp" line="1558"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8834 <source>Make a yeast starter</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8835 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8836 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8837 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8838 <location filename="../src/PrinterDialog.cpp" line="1573"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8839 <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
8840 <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
8841 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8842 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8843 <location filename="../src/PrinterDialog.cpp" line="1576"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8844 <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
8845 <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
8846 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8847 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8848 <location filename="../src/PrinterDialog.cpp" line="1578"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8849 <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
8850 <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
8851 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8852 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8853 <location filename="../src/PrinterDialog.cpp" line="1580"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8854 <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
8855 <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
8856 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8857 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8858 <location filename="../src/PrinterDialog.cpp" line="1582"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8859 <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
8860 <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
8861 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8862 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8863 <location filename="../src/PrinterDialog.cpp" line="1584"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8864 <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
8865 <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
8866 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8867 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8868 <location filename="../src/PrinterDialog.cpp" line="1586"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8869 <source>place starter in the fridge for 24 hours</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8870 <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
8871 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8872 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8873 <location filename="../src/PrinterDialog.cpp" line="1587"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8874 <location filename="../src/PrinterDialog.cpp" line="1590"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8875 <source>remove starter from the fridge and decant</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8876 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8877 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8878 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8879 <location filename="../src/PrinterDialog.cpp" line="1589"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8880 <source>place starter in the fridge until brewday</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8881 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8882 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8883 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8884 <location filename="../src/PrinterDialog.cpp" line="1597"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8885 <source>Mash water and treatment</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8886 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8887 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8888 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8889 <location filename="../src/PrinterDialog.cpp" line="1613"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8890 <source>Weight and mill the malts</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8891 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8892 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8893 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8894 <location filename="../src/PrinterDialog.cpp" line="1620"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8895 <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
8896 <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
8897 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8898 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8899 <location filename="../src/PrinterDialog.cpp" line="1623"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8900 <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
8901 <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
8902 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8903 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8904 <location filename="../src/PrinterDialog.cpp" line="1634"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8905 <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
8906 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8907 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8908 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8909 <location filename="../src/PrinterDialog.cpp" line="1638"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8910 <source>Add brouwzouten</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8911 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8912 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8913 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8914 <location filename="../src/PrinterDialog.cpp" line="1639"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8915 <source>Add malts and dough-in</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8916 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8917 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8918 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8919 <location filename="../src/PrinterDialog.cpp" line="1642"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8920 <source>Add %1 gram `%2` hop</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8921 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8922 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8923 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8924 <location filename="../src/PrinterDialog.cpp" line="1649"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8925 <source>Add %1 %2 `%3`</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8926 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8927 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8928 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8929 <location filename="../src/PrinterDialog.cpp" line="1655"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8930 <source>Add %1 liter water of %2°C</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8931 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8932 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8933 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8934 <location filename="../src/PrinterDialog.cpp" line="1658"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8935 <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
8936 <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
8937 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8938 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8939 <location filename="../src/PrinterDialog.cpp" line="1660"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8940 <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
8941 <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
8942 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8943 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8944 <location filename="../src/PrinterDialog.cpp" line="1665"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8945 <source>%1 minutes from %2°C to %3°C</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8946 <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
8947 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8948 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8949 <location filename="../src/PrinterDialog.cpp" line="1666"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8950 <location filename="../src/PrinterDialog.cpp" line="1669"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8951 <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
8952 <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
8953 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8954 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8955 <location filename="../src/PrinterDialog.cpp" line="1668"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8956 <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
8957 <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
8958 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8959 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8960 <location filename="../src/PrinterDialog.cpp" line="1672"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8961 <source>Measure and adjust pH (target %1 pH)</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8962 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8963 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8964 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8965 <location filename="../src/PrinterDialog.cpp" line="1688"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8966 <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
8967 <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
8968 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8969 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8970 <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
8971 <source>Lauter and Sparge</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8972 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8973 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
8974 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
8975 <location filename="../src/PrinterDialog.cpp" line="1698"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8976 <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
8977 <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
8978 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8979 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8980 <location filename="../src/PrinterDialog.cpp" line="1700"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8981 <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
8982 <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
8983 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8984 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8985 <location filename="../src/PrinterDialog.cpp" line="1702"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8986 <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
8987 <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
8988 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8989 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8990 <location filename="../src/PrinterDialog.cpp" line="1704"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8991 <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
8992 <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
8993 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8994 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8995 <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
8996 <location filename="../src/PrinterDialog.cpp" line="1787"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8997 <source>cm</source>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
8998 <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
8999 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9000 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9001 <location filename="../src/PrinterDialog.cpp" line="1708"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9002 <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
9003 <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
9004 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9005 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9006 <location filename="../src/PrinterDialog.cpp" line="1712"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9007 <source>Add %1 gr `%2` hop after sparge</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9008 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9009 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9010 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9011 <location filename="../src/PrinterDialog.cpp" line="1748"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9012 <source>Boil</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9013 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9014 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9015 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9016 <location filename="../src/PrinterDialog.cpp" line="1750"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9017 <source>Total boiltime: %1 minutes</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9018 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9019 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9020 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9021 <location filename="../src/PrinterDialog.cpp" line="1755"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9022 <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
9023 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9024 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9025 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9026 <location filename="../src/PrinterDialog.cpp" line="1760"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9027 <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
9028 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9029 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9030 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9031 <location filename="../src/PrinterDialog.cpp" line="1765"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9032 <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
9033 <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
9034 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9035 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9036 <location filename="../src/PrinterDialog.cpp" line="1768"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9037 <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
9038 <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
9039 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9040 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9041 <location filename="../src/PrinterDialog.cpp" line="1776"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9042 <source>%1 %2 `%3` at flameout</source>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9043 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9044 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9045 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9046 <location filename="../src/PrinterDialog.cpp" line="1779"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9047 <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
9048 <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
9049 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9050 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9051 <location filename="../src/PrinterDialog.cpp" line="1784"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9052 <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
9053 <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
9054 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9055 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9056 <location filename="../src/PrinterDialog.cpp" line="1788"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9057 <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
9058 <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
9059 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9060 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9061 <location filename="../src/PrinterDialog.cpp" line="1793"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9062 <source>This is a `no-boil` recipe</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9063 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9064 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9065 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9066 <location filename="../src/PrinterDialog.cpp" line="1818"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9067 <source>Whirlpool(s) and cooling</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9068 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9069 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9070 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9071 <location filename="../src/PrinterDialog.cpp" line="1820"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9072 <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
9073 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9074 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9075 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9076 <location filename="../src/PrinterDialog.cpp" line="1822"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9077 <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
9078 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9079 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9080 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9081 <location filename="../src/PrinterDialog.cpp" line="1824"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9082 <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
9083 <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
9084 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9085 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9086 <location filename="../src/PrinterDialog.cpp" line="1827"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9087 <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
9088 <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
9089 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9090 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9091 <location filename="../src/PrinterDialog.cpp" line="1831"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9092 <location filename="../src/PrinterDialog.cpp" line="1836"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9093 <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
9094 <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
9095 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9096 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9097 <location filename="../src/PrinterDialog.cpp" line="1833"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9098 <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
9099 <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
9100 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9101 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9102 <location filename="../src/PrinterDialog.cpp" line="1835"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9103 <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
9104 <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
9105 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9106 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9107 <location filename="../src/PrinterDialog.cpp" line="1838"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9108 <source>Desinfect fermenter and pump and hoses if needed</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9109 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9110 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9111 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9112 <location filename="../src/PrinterDialog.cpp" line="1839"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9113 <source>Transfer wort to fermenter</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9114 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9115 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9116 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9117 <location filename="../src/PrinterDialog.cpp" line="1839"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9118 <source>Liter</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9119 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9120 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9121 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9122 <location filename="../src/PrinterDialog.cpp" line="1864"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9123 <source>Yeast pitching and fermentation</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9124 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9125 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9126 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9127 <location filename="../src/PrinterDialog.cpp" line="1868"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9128 <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
9129 <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
9130 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9131 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9132 <location filename="../src/PrinterDialog.cpp" line="1872"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9133 <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
9134 <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
9135 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9136 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9137 <location filename="../src/PrinterDialog.cpp" line="1876"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9138 <source>%1 ml %2, `%3` yeast</source>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9139 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9140 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9141 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9142 <location filename="../src/PrinterDialog.cpp" line="1882"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9143 <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
9144 <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
9145 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9146 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9147 <location filename="../src/PrinterDialog.cpp" line="1888"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9148 <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
9149 <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
9150 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9151 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9152 <location filename="../src/PrinterDialog.cpp" line="1891"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9153 <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
9154 <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
9155 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9156 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9157 <location filename="../src/PrinterDialog.cpp" line="1893"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9158 <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
9159 <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
9160 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9161 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9162 <location filename="../src/PrinterDialog.cpp" line="1896"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9163 <source>Add %1 liter water in the fermenter</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9164 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9165 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9166 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9167 <location filename="../src/PrinterDialog.cpp" line="1898"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9168 <source>Aerate %1 minutes with %2</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9169 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9170 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9171 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9172 <location filename="../src/PrinterDialog.cpp" line="1900"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9173 <source>Set fermentation start temperature to %1°C</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9174 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9175 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9176 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9177 <location filename="../src/PrinterDialog.cpp" line="1901"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9178 <source>Start fermentation</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9179 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9180 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9181 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9182 <location filename="../src/PrinterDialog.cpp" line="1919"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9183 <source>Primary fermentation</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9184 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9185 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9186 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9187 <location filename="../src/PrinterDialog.cpp" line="1922"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9188 <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
9189 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9190 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9191 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9192 <location filename="../src/PrinterDialog.cpp" line="1928"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9193 <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
9194 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9195 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9196 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9197 <location filename="../src/PrinterDialog.cpp" line="1952"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9198 <source>Secondary fermentation</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9199 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9200 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9201 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9202 <location filename="../src/PrinterDialog.cpp" line="1956"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9203 <location filename="../src/PrinterDialog.cpp" line="2014"/>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9204 <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
9205 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9206 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9207 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9208 <location filename="../src/PrinterDialog.cpp" line="1959"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9209 <location filename="../src/PrinterDialog.cpp" line="2017"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9210 <source>Add %1 gram %2, `%3`</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9211 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9212 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9213 <message>
273
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="1962"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9215 <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
9216 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9217 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9218 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9219 <location filename="../src/PrinterDialog.cpp" line="1968"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9220 <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
9221 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9222 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9223 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9224 <location filename="../src/PrinterDialog.cpp" line="1999"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9225 <source>Tertiary fermentation</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9226 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9227 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9228 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9229 <location filename="../src/PrinterDialog.cpp" line="2002"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9230 <source>Add %1 kg `%2`</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9231 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9232 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9233 <message>
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="2007"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9235 <source>Add %1 gram `%2` for %3 days</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9236 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9237 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9238 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9239 <location filename="../src/PrinterDialog.cpp" line="2020"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9240 <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
9241 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9242 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9243 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9244 <location filename="../src/PrinterDialog.cpp" line="2029"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9245 <source>Add %1 %2 `%3` for %4 days</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9246 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9247 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9248 <message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9249 <location filename="../src/PrinterDialog.cpp" line="2056"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9250 <source>Packaging</source>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9251 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9252 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9253 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9254 <location filename="../src/PrinterDialog.cpp" line="2059"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9255 <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
9256 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9257 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9258 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
9259 <location filename="../src/PrinterDialog.cpp" line="2063"/>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9260 <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
9261 <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
9262 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9263 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9264 <location filename="../src/PrinterDialog.cpp" line="2070"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9265 <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
9266 <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
9267 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9268 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9269 <location filename="../src/PrinterDialog.cpp" line="2073"/>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9270 <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
9271 <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
9272 </message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9273 <message>
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9274 <location filename="../src/PrinterDialog.cpp" line="2077"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9275 <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
9276 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9277 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9278 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9279 <location filename="../src/PrinterDialog.cpp" line="2086"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9280 <source>Add %1 %2 `%3` during bottling</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9281 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9282 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9283 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9284 <location filename="../src/PrinterDialog.cpp" line="2124"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9285 <source>Measured:</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9286 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9287 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9288 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9289 <location filename="../src/PrinterDialog.cpp" line="2136"/>
242
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9290 <source>%1 split the batch here!</source>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9291 <translation type="unfinished"></translation>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9292 </message>
3eabce82353b Vertalingen bijgewerkt. Forceer Nederlands tijdelijk
Michiel Broek <mbroek@mbse.eu>
parents: 235
diff changeset
9293 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9294 <location filename="../src/PrinterDialog.cpp" line="2175"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9295 <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
9296 <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
9297 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9298 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9299 <location filename="../src/PrinterDialog.cpp" line="2177"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9300 <source>Yeastbank</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9301 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9302 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9303 <message>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9304 <location filename="../src/PrinterDialog.cpp" line="2187"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9305 <source>Date and time</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9306 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9307 </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
9308 <message>
273
eb9b50a4bf35 Version 0.2.9. Fixed a few spelling errors. Updated Dutch translations.
Michiel Broek <mbroek@mbse.eu>
parents: 263
diff changeset
9309 <location filename="../src/PrinterDialog.cpp" line="756"/>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9310 <location filename="../src/PrinterDialog.cpp" line="2190"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9311 <location filename="../src/PrinterDialog.cpp" line="2194"/>
163
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9312 <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
9313 <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
9314 </message>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9315 </context>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9316 <context>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9317 <name>ProdInprod</name>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9318 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
9319 <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
9320 <source>Quit</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9321 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9322 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9323 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
9324 <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
9325 <source>New</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9326 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9327 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9328 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
9329 <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
9330 <source>Date</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9331 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9332 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9333 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
9334 <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
9335 <source>Code</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9336 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9337 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9338 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
9339 <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
9340 <source>Style</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9341 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9342 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9343 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
9344 <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
9345 <source>Product</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9346 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9347 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9348 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
9349 <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
9350 <source>Stage</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9351 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9352 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9353 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
9354 <location filename="../src/ProdInprod.cpp" line="85"/>
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
9355 <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
9356 <source>Edit</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9357 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9358 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9359 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
9360 <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
9361 <source> on </source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9362 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9363 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9364 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
9365 <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
9366 <source> day %1 of day 14</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9367 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9368 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9369 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
9370 <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
9371 <source> day %1 of day 28</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9372 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9373 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9374 <message>
203
8d47de8626e9 Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 174
diff changeset
9375 <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
9376 <source>Total items: %1</source>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9377 <translation type="unfinished"></translation>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9378 </message>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9379 </context>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
9380 <context>
235
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9381 <name>ProdOnCode</name>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9382 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9383 <location filename="../src/ProdOnCode.cpp" line="54"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9384 <source>Quit</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9385 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9386 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9387 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9388 <location filename="../src/ProdOnCode.cpp" line="75"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9389 <source>Code</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9390 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9391 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9392 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9393 <location filename="../src/ProdOnCode.cpp" line="75"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9394 <source>Name</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9395 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9396 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9397 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9398 <location filename="../src/ProdOnCode.cpp" line="75"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9399 <source>Style</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9400 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9401 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9402 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9403 <location filename="../src/ProdOnCode.cpp" line="75"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9404 <source>OG</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9405 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9406 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9407 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9408 <location filename="../src/ProdOnCode.cpp" line="75"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9409 <source>FG</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9410 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9411 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9412 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9413 <location filename="../src/ProdOnCode.cpp" line="75"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9414 <source>Date</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9415 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9416 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9417 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9418 <location filename="../src/ProdOnCode.cpp" line="75"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9419 <location filename="../src/ProdOnCode.cpp" line="109"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9420 <source>Edit</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9421 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9422 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9423 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9424 <location filename="../src/ProdOnCode.cpp" line="119"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9425 <source>Total items: %1</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9426 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9427 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9428 </context>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9429 <context>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9430 <name>ProdOnDate</name>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9431 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9432 <location filename="../src/ProdOnDate.cpp" line="52"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9433 <source>Brew volume:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9434 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9435 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9436 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9437 <location filename="../src/ProdOnDate.cpp" line="57"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9438 <source>Brewhouse efficiency:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9439 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9440 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9441 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9442 <location filename="../src/ProdOnDate.cpp" line="62"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9443 <source>Boil volume:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9444 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9445 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9446 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9447 <location filename="../src/ProdOnDate.cpp" line="67"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9448 <source>Boil time:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9449 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9450 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9451 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9452 <location filename="../src/ProdOnDate.cpp" line="72"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9453 <source>Original gravity:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9454 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9455 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9456 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9457 <location filename="../src/ProdOnDate.cpp" line="77"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9458 <source>Final gravity:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9459 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9460 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9461 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9462 <location filename="../src/ProdOnDate.cpp" line="82"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9463 <source>Alcohol by Volume:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9464 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9465 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9466 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9467 <location filename="../src/ProdOnDate.cpp" line="87"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9468 <source>CO2 Volume:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9469 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9470 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9471 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9472 <location filename="../src/ProdOnDate.cpp" line="92"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9473 <source>Color EBC:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9474 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9475 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9476 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9477 <location filename="../src/ProdOnDate.cpp" line="97"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9478 <source>Color method:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9479 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9480 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9481 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9482 <location filename="../src/ProdOnDate.cpp" line="102"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9483 <source>Bitterness IBU:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9484 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9485 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9486 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9487 <location filename="../src/ProdOnDate.cpp" line="107"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9488 <source>Bitterness method:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9489 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9490 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9491 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9492 <location filename="../src/ProdOnDate.cpp" line="112"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9493 <source>Remarks:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9494 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9495 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9496 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9497 <location filename="../src/ProdOnDate.cpp" line="122"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9498 <location filename="../src/ProdOnDate.cpp" line="131"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9499 <source> L</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9500 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9501 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9502 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9503 <location filename="../src/ProdOnDate.cpp" line="140"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9504 <location filename="../src/ProdOnDate.cpp" line="165"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9505 <source> %</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9506 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9507 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9508 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9509 <location filename="../src/ProdOnDate.cpp" line="181"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9510 <source> min</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9511 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9512 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9513 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9514 <location filename="../src/ProdOnDate.cpp" line="223"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9515 <source>Quit</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9516 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9517 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9518 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9519 <location filename="../src/ProdOnDate.cpp" line="232"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9520 <source>Open</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9521 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9522 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9523 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9524 <location filename="../src/ProdOnDate.cpp" line="246"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9525 <source>Year</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9526 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9527 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9528 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9529 <location filename="../src/ProdOnDate.cpp" line="246"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9530 <source>Date</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9531 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9532 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9533 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9534 <location filename="../src/ProdOnDate.cpp" line="246"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9535 <source>Code</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9536 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9537 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9538 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9539 <location filename="../src/ProdOnDate.cpp" line="246"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9540 <source>Product</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9541 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9542 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9543 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9544 <location filename="../src/ProdOnDate.cpp" line="289"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9545 <source>Total items: %1</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9546 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9547 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9548 </context>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9549 <context>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9550 <name>ProdOnName</name>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9551 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9552 <location filename="../src/ProdOnName.cpp" line="54"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9553 <source>Quit</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9554 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9555 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9556 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9557 <location filename="../src/ProdOnName.cpp" line="75"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9558 <source>Name</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9559 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9560 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9561 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9562 <location filename="../src/ProdOnName.cpp" line="75"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9563 <source>Style</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9564 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9565 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9566 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9567 <location filename="../src/ProdOnName.cpp" line="75"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9568 <source>OG</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9569 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9570 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9571 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9572 <location filename="../src/ProdOnName.cpp" line="75"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9573 <source>FG</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9574 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9575 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9576 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9577 <location filename="../src/ProdOnName.cpp" line="75"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9578 <source>Date</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9579 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9580 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9581 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9582 <location filename="../src/ProdOnName.cpp" line="75"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9583 <source>Code</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9584 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9585 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9586 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9587 <location filename="../src/ProdOnName.cpp" line="75"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9588 <location filename="../src/ProdOnName.cpp" line="109"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9589 <source>Edit</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9590 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9591 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9592 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9593 <location filename="../src/ProdOnName.cpp" line="119"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9594 <source>Total items: %1</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9595 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9596 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9597 </context>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9598 <context>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9599 <name>ProdOnTree</name>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9600 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9601 <location filename="../src/ProdOnTree.cpp" line="52"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9602 <source>Brew volume:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9603 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9604 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9605 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9606 <location filename="../src/ProdOnTree.cpp" line="57"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9607 <source>Brewhouse efficiency:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9608 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9609 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9610 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9611 <location filename="../src/ProdOnTree.cpp" line="62"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9612 <source>Boil volume:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9613 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9614 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9615 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9616 <location filename="../src/ProdOnTree.cpp" line="67"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9617 <source>Boil time:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9618 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9619 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9620 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9621 <location filename="../src/ProdOnTree.cpp" line="72"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9622 <source>Original gravity:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9623 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9624 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9625 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9626 <location filename="../src/ProdOnTree.cpp" line="77"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9627 <source>Final gravity:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9628 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9629 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9630 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9631 <location filename="../src/ProdOnTree.cpp" line="82"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9632 <source>Alcohol by Volume:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9633 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9634 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9635 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9636 <location filename="../src/ProdOnTree.cpp" line="87"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9637 <source>CO2 Volume:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9638 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9639 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9640 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9641 <location filename="../src/ProdOnTree.cpp" line="92"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9642 <source>Color EBC:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9643 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9644 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9645 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9646 <location filename="../src/ProdOnTree.cpp" line="97"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9647 <source>Color method:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9648 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9649 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9650 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9651 <location filename="../src/ProdOnTree.cpp" line="102"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9652 <source>Bitterness IBU:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9653 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9654 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9655 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9656 <location filename="../src/ProdOnTree.cpp" line="107"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9657 <source>Bitterness method:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9658 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9659 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9660 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9661 <location filename="../src/ProdOnTree.cpp" line="112"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9662 <source>Remarks:</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9663 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9664 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9665 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9666 <location filename="../src/ProdOnTree.cpp" line="122"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9667 <location filename="../src/ProdOnTree.cpp" line="131"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9668 <source> L</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9669 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9670 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9671 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9672 <location filename="../src/ProdOnTree.cpp" line="140"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9673 <location filename="../src/ProdOnTree.cpp" line="165"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9674 <source> %</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9675 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9676 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9677 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9678 <location filename="../src/ProdOnTree.cpp" line="181"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9679 <source> min</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9680 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9681 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9682 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9683 <location filename="../src/ProdOnTree.cpp" line="223"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9684 <source>Quit</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9685 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9686 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9687 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9688 <location filename="../src/ProdOnTree.cpp" line="232"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9689 <source>Open</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9690 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9691 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9692 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9693 <location filename="../src/ProdOnTree.cpp" line="246"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9694 <source>Guide</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9695 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9696 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9697 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9698 <location filename="../src/ProdOnTree.cpp" line="246"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9699 <source>Group</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9700 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9701 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9702 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9703 <location filename="../src/ProdOnTree.cpp" line="246"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9704 <source>Style</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9705 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9706 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9707 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9708 <location filename="../src/ProdOnTree.cpp" line="246"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9709 <source>Code</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9710 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9711 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9712 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9713 <location filename="../src/ProdOnTree.cpp" line="246"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9714 <source>Product</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9715 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9716 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9717 <message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9718 <location filename="../src/ProdOnTree.cpp" line="311"/>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9719 <source>Total items: %1</source>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9720 <translation type="unfinished"></translation>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9721 </message>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9722 </context>
57dba736d10b Version 0.2.2
Michiel Broek <mbroek@mbse.eu>
parents: 226
diff changeset
9723 <context>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9724 <name>ProdStages</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9725 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9726 <location filename="../src/global.cpp" line="26"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9727 <source>Plan</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9728 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9729 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9730 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9731 <location filename="../src/global.cpp" line="27"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9732 <source>Wait</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9733 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9734 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9735 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9736 <location filename="../src/global.cpp" line="28"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9737 <source>Brew</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9738 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9739 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9740 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9741 <location filename="../src/global.cpp" line="29"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9742 <source>Primary</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9743 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9744 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9745 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9746 <location filename="../src/global.cpp" line="30"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9747 <source>Secondary</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9748 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9749 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9750 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9751 <location filename="../src/global.cpp" line="31"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9752 <source>Tertiary</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9753 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9754 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9755 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9756 <location filename="../src/global.cpp" line="32"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9757 <source>Package</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9758 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9759 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9760 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9761 <location filename="../src/global.cpp" line="33"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9762 <source>Carbonation</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9763 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9764 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9765 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9766 <location filename="../src/global.cpp" line="34"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9767 <source>Mature</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9768 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9769 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9770 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9771 <location filename="../src/global.cpp" line="35"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9772 <source>Taste</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9773 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9774 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9775 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9776 <location filename="../src/global.cpp" line="36"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9777 <source>Ready</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9778 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9779 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9780 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9781 <location filename="../src/global.cpp" line="37"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9782 <source>Closed</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9783 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9784 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9785 </context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
9786 <context>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9787 <name>ProfileFerments</name>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9788 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
9789 <location filename="../src/ProfileFerments.cpp" line="52"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9790 <source>Quit</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9791 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9792 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9793 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
9794 <location filename="../src/ProfileFerments.cpp" line="61"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9795 <source>New</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9796 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9797 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9798 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
9799 <location filename="../src/ProfileFerments.cpp" line="84"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9800 <source>Name</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9801 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9802 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9803 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
9804 <location filename="../src/ProfileFerments.cpp" line="84"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9805 <source>Start low</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9806 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9807 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9808 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
9809 <location filename="../src/ProfileFerments.cpp" line="84"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9810 <source>Start high</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9811 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9812 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9813 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
9814 <location filename="../src/ProfileFerments.cpp" line="84"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9815 <source>Sensor</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9816 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9817 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9818 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
9819 <location filename="../src/ProfileFerments.cpp" line="84"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9820 <source>Steps</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9821 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9822 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9823 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
9824 <location filename="../src/ProfileFerments.cpp" line="84"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9825 <source>Duration</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9826 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9827 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9828 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
9829 <location filename="../src/ProfileFerments.cpp" line="84"/>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
9830 <location filename="../src/ProfileFerments.cpp" line="134"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9831 <source>Edit</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9832 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9833 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9834 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
9835 <location filename="../src/ProfileFerments.cpp" line="115"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9836 <source>Fridge</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9837 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9838 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9839 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
9840 <location filename="../src/ProfileFerments.cpp" line="115"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9841 <source>Beer</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9842 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9843 </message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
9844 <message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
9845 <location filename="../src/ProfileFerments.cpp" line="143"/>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
9846 <source>Total items: %1</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
9847 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
9848 </message>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9849 </context>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9850 <context>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9851 <name>ProfileMashs</name>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9852 <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
9853 <location filename="../src/ProfileMashs.cpp" line="51"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9854 <source>Quit</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9855 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9856 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9857 <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
9858 <location filename="../src/ProfileMashs.cpp" line="60"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9859 <source>New</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9860 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9861 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9862 <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
9863 <location filename="../src/ProfileMashs.cpp" line="83"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9864 <source>Name</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9865 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9866 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9867 <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
9868 <location filename="../src/ProfileMashs.cpp" line="83"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9869 <source>Notes</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9870 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9871 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9872 <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
9873 <location filename="../src/ProfileMashs.cpp" line="83"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9874 <source>Steps</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9875 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9876 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9877 <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
9878 <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
9879 <location filename="../src/ProfileMashs.cpp" line="122"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9880 <source>Edit</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9881 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9882 </message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
9883 <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
9884 <location filename="../src/ProfileMashs.cpp" line="131"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
9885 <source>Total items: %1</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
9886 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
9887 </message>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9888 </context>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9889 <context>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9890 <name>ProfileStyles</name>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9891 <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
9892 <location filename="../src/ProfileStyles.cpp" line="51"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9893 <source>Quit</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9894 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9895 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9896 <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
9897 <location filename="../src/ProfileStyles.cpp" line="60"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9898 <source>New</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9899 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9900 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9901 <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
9902 <location filename="../src/ProfileStyles.cpp" line="83"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9903 <source>Guide</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9904 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9905 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9906 <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
9907 <location filename="../src/ProfileStyles.cpp" line="83"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9908 <source>Gr</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9909 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9910 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9911 <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
9912 <location filename="../src/ProfileStyles.cpp" line="83"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9913 <source>Name</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9914 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9915 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9916 <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
9917 <location filename="../src/ProfileStyles.cpp" line="83"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9918 <source>OG</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9919 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9920 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9921 <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
9922 <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
9923 <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
9924 <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
9925 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
9926 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
9927 <location filename="../src/ProfileStyles.cpp" line="84"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9928 <source>IBU</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9929 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9930 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9931 <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
9932 <location filename="../src/ProfileStyles.cpp" line="84"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9933 <source>EBC</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9934 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9935 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9936 <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
9937 <location filename="../src/ProfileStyles.cpp" line="84"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9938 <source>Co2</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9939 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9940 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9941 <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
9942 <location filename="../src/ProfileStyles.cpp" line="84"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9943 <source>ABV</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9944 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9945 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9946 <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
9947 <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
9948 <location filename="../src/ProfileStyles.cpp" line="180"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9949 <source>Edit</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9950 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9951 </message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
9952 <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
9953 <location filename="../src/ProfileStyles.cpp" line="189"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
9954 <source>Total items: %1</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
9955 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
9956 </message>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9957 </context>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
9958 <context>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9959 <name>ProfileWaters</name>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9960 <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
9961 <location filename="../src/ProfileWaters.cpp" line="51"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9962 <source>Quit</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9963 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9964 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9965 <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
9966 <location filename="../src/ProfileWaters.cpp" line="60"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9967 <source>New</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9968 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9969 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9970 <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
9971 <location filename="../src/ProfileWaters.cpp" line="83"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9972 <source>Name</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9973 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9974 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9975 <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
9976 <location filename="../src/ProfileWaters.cpp" line="83"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9977 <source>Notes</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9978 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9979 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9980 <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
9981 <location filename="../src/ProfileWaters.cpp" line="83"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9982 <source>Ca</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9983 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9984 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9985 <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
9986 <location filename="../src/ProfileWaters.cpp" line="83"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9987 <source>Mg</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9988 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9989 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9990 <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
9991 <location filename="../src/ProfileWaters.cpp" line="83"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9992 <source>Na</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9993 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9994 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9995 <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
9996 <location filename="../src/ProfileWaters.cpp" line="83"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9997 <source>CaCO3</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9998 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
9999 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10000 <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
10001 <location filename="../src/ProfileWaters.cpp" line="83"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10002 <source>Cl</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10003 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10004 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10005 <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
10006 <location filename="../src/ProfileWaters.cpp" line="83"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10007 <source>SO4</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10008 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10009 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10010 <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
10011 <location filename="../src/ProfileWaters.cpp" line="83"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10012 <source>pH</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10013 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10014 </message>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10015 <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
10016 <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
10017 <location filename="../src/ProfileWaters.cpp" line="147"/>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10018 <source>Edit</source>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10019 <translation type="unfinished"></translation>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10020 </message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10021 <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
10022 <location filename="../src/ProfileWaters.cpp" line="156"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10023 <source>Total items: %1</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10024 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10025 </message>
55
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10026 </context>
2d8dbbc1ffab Updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 42
diff changeset
10027 <context>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10028 <name>QApplication</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10029 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10030 <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
10031 <source>Application terminates</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10032 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10033 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10034 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10035 <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
10036 <source>The application encountered a fatal error.
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10037 Error message:
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10038 %1</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10039 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10040 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10041 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10042 <context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10043 <name>QObject</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10044 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10045 <location filename="../src/Utils.cpp" line="73"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10046 <source>1 hour</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10047 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10048 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10049 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10050 <location filename="../src/Utils.cpp" line="75"/>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10051 <location filename="../src/Utils.cpp" line="85"/>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10052 <location filename="../src/Utils.cpp" line="92"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10053 <source>hours</source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10054 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10055 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10056 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10057 <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
10058 <source>1 day</source>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10059 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10060 </message>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10061 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10062 <location filename="../src/Utils.cpp" line="83"/>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10063 <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
10064 <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
10065 <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
10066 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10067 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10068 <location filename="../src/Utils.cpp" line="83"/>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10069 <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
10070 <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
10071 <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
10072 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10073 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10074 <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
10075 <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
10076 <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
10077 </message>
6cccd340ea8c Version 0.1.3. Mash name can be edited manual. Added a remark about EBC calculations. Updated dustch translation. Still items in recipe tables are not shown translated, another qt mistery. Extended some number input ranges for large batches.
Michiel Broek <mbroek@mbse.eu>
parents: 87
diff changeset
10078 <message>
174
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10079 <location filename="../src/Utils.cpp" line="90"/>
ceb8aa4ebd25 Version 0.1.6 with updated translations.
Michiel Broek <mbroek@mbse.eu>
parents: 163
diff changeset
10080 <location filename="../src/Utils.cpp" line="92"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10081 <source>days, </source>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10082 <translation type="unfinished"></translation>
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10083 </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
10084 <message>
263
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10085 <location filename="../src/database/db_recipe.cpp" line="31"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10086 <location filename="../src/database/db_recipe.cpp" line="636"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10087 <location filename="../src/database/db_recipe.cpp" line="669"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10088 <location filename="../src/database/db_product.cpp" line="31"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10089 <location filename="../src/database/db_product.cpp" line="997"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10090 <location filename="../src/database/db_product.cpp" line="1030"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10091 <source>Database error</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10092 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10093 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10094 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10095 <location filename="../src/database/db_recipe.cpp" line="31"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10096 <location filename="../src/database/db_product.cpp" line="31"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10097 <source>MySQL error: record %1 not found</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10098 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10099 </message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10100 <message>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10101 <location filename="../src/database/db_recipe.cpp" line="637"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10102 <location filename="../src/database/db_recipe.cpp" line="670"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10103 <location filename="../src/database/db_product.cpp" line="998"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10104 <location filename="../src/database/db_product.cpp" line="1031"/>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10105 <source>MySQL error: %1
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10106 %2
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10107 %3</source>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10108 <translation type="unfinished"></translation>
14d79ec33db4 Added Product copy to Product.
Michiel Broek <mbroek@mbse.eu>
parents: 243
diff changeset
10109 </message>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10110 </context>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10111 <context>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10112 <name>RecipeType</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10113 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10114 <location filename="../src/global.cpp" line="51"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10115 <source>Extract</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10116 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10117 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10118 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10119 <location filename="../src/global.cpp" line="52"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10120 <source>Partial Mash</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10121 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10122 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10123 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10124 <location filename="../src/global.cpp" line="53"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10125 <source>All Grain</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10126 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10127 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10128 </context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10129 <context>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10130 <name>RecipesTree</name>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10131 <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
10132 <location filename="../src/RecipesTree.cpp" line="52"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10133 <source>Brew volume:</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10134 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10135 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10136 <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
10137 <location filename="../src/RecipesTree.cpp" line="57"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10138 <source>Brewhouse efficiency:</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10139 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10140 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10141 <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
10142 <location filename="../src/RecipesTree.cpp" line="62"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10143 <source>Boil volume:</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10144 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10145 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10146 <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
10147 <location filename="../src/RecipesTree.cpp" line="67"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10148 <source>Boil time:</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10149 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10150 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10151 <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
10152 <location filename="../src/RecipesTree.cpp" line="72"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10153 <source>Original gravity:</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10154 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10155 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10156 <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
10157 <location filename="../src/RecipesTree.cpp" line="77"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10158 <source>Final gravity:</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10159 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10160 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10161 <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
10162 <location filename="../src/RecipesTree.cpp" line="82"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10163 <source>Alcohol by Volume:</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10164 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10165 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10166 <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
10167 <location filename="../src/RecipesTree.cpp" line="87"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10168 <source>CO2 Volume:</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10169 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10170 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10171 <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
10172 <location filename="../src/RecipesTree.cpp" line="92"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10173 <source>Color EBC:</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10174 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10175 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10176 <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
10177 <location filename="../src/RecipesTree.cpp" line="97"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10178 <source>Color method:</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10179 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10180 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10181 <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
10182 <location filename="../src/RecipesTree.cpp" line="102"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10183 <source>Bitterness IBU:</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10184 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10185 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10186 <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
10187 <location filename="../src/RecipesTree.cpp" line="107"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10188 <source>Bitterness method:</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10189 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10190 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10191 <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
10192 <location filename="../src/RecipesTree.cpp" line="112"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10193 <source>Remarks:</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10194 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10195 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10196 <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
10197 <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
10198 <location filename="../src/RecipesTree.cpp" line="131"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10199 <source> L</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10200 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10201 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10202 <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
10203 <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
10204 <location filename="../src/RecipesTree.cpp" line="165"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10205 <source> %</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10206 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10207 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10208 <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
10209 <location filename="../src/RecipesTree.cpp" line="181"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10210 <source> min</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10211 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10212 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10213 <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
10214 <location filename="../src/RecipesTree.cpp" line="226"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10215 <source>Quit</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10216 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10217 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10218 <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
10219 <location filename="../src/RecipesTree.cpp" line="234"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10220 <source>New</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10221 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10222 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10223 <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
10224 <location filename="../src/RecipesTree.cpp" line="242"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10225 <source>Open</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10226 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10227 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10228 <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
10229 <location filename="../src/RecipesTree.cpp" line="257"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10230 <source>Guide</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10231 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10232 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10233 <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
10234 <location filename="../src/RecipesTree.cpp" line="257"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10235 <source>Group</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10236 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10237 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10238 <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
10239 <location filename="../src/RecipesTree.cpp" line="257"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10240 <source>Style</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10241 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10242 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10243 <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
10244 <location filename="../src/RecipesTree.cpp" line="257"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10245 <source>Recipe</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10246 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10247 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10248 <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
10249 <location filename="../src/RecipesTree.cpp" line="320"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10250 <source>Total items: %1</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10251 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10252 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10253 </context>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10254 <context>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10255 <name>Setup</name>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10256 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10257 <location filename="../src/Setup.cpp" line="41"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10258 <source>Brewery name:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10259 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10260 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10261 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10262 <location filename="../src/Setup.cpp" line="57"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10263 <source>First Wort Hop factor:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10264 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10265 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10266 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10267 <location filename="../src/Setup.cpp" line="63"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10268 <source>Mash Hop factor:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10269 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10270 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10271 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10272 <location filename="../src/Setup.cpp" line="69"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10273 <source>Pellet Hop factor:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10274 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10275 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10276 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10277 <location filename="../src/Setup.cpp" line="75"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10278 <source>Hop Plugs factor:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10279 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10280 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10281 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10282 <location filename="../src/Setup.cpp" line="81"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10283 <source>Wet Hop factor:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10284 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10285 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10286 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10287 <location filename="../src/Setup.cpp" line="87"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10288 <source>Cryo Hop® factor:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10289 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10290 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10291 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10292 <location filename="../src/Setup.cpp" line="97"/>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10293 <location filename="../src/Setup.cpp" line="107"/>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10294 <location filename="../src/Setup.cpp" line="117"/>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10295 <location filename="../src/Setup.cpp" line="126"/>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10296 <location filename="../src/Setup.cpp" line="136"/>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10297 <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
10298 <source>%</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10299 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10300 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10301 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10302 <location filename="../src/Setup.cpp" line="152"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10303 <source>Grain Absorbtion:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10304 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10305 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10306 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10307 <location filename="../src/Setup.cpp" line="158"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10308 <source>Brix Correction factor:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10309 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10310 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10311 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10312 <location filename="../src/Setup.cpp" line="170"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10313 <source>Brew settings.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10314 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10315 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10316 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10317 <location filename="../src/Setup.cpp" line="45"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10318 <source>The name for this brewery.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10319 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10320 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10321 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10322 <location filename="../src/Setup.cpp" line="96"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10323 <source>The efficiency for First Wort Hopping.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10324 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10325 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10326 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10327 <location filename="../src/Setup.cpp" line="106"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10328 <source>The efficiency for Mash hopping.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10329 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10330 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10331 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10332 <location filename="../src/Setup.cpp" line="116"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10333 <source>The efficiency for hop pellets.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10334 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10335 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10336 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10337 <location filename="../src/Setup.cpp" line="125"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10338 <source>The efficiency for hop plugs.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10339 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10340 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10341 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10342 <location filename="../src/Setup.cpp" line="135"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10343 <source>The efficiency for fresh hops.</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10344 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10345 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10346 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10347 <location filename="../src/Setup.cpp" line="145"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10348 <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
10349 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10350 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10351 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10352 <location filename="../src/Setup.cpp" line="176"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10353 <source>Color Calculation:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10354 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10355 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10356 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10357 <location filename="../src/Setup.cpp" line="182"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10358 <source>IBU Calculation:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10359 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10360 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10361 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10362 <location filename="../src/Setup.cpp" line="188"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10363 <source>Default Water:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10364 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10365 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10366 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10367 <location filename="../src/Setup.cpp" line="194"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10368 <source>Private Yeast bank:</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10369 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10370 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10371 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10372 <location filename="../src/Setup.cpp" line="206"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10373 <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
10374 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10375 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10376 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10377 <location filename="../src/Setup.cpp" line="207"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10378 <source> L/Kg</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10379 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10380 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10381 <message>
41
dc4b659a320b Added logo load and save in profile setup.
Michiel Broek <mbroek@mbse.eu>
parents: 36
diff changeset
10382 <location filename="../src/Setup.cpp" line="219"/>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10383 <source>Plato to Brix conversion factor.</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10384 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10385 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10386 <message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10387 <location filename="../src/Setup.cpp" line="227"/>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10388 <location filename="../src/Setup.cpp" line="235"/>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10389 <location filename="../src/Setup.cpp" line="243"/>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10390 <location filename="../src/Setup.cpp" line="251"/>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10391 <source>Choose color</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10392 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10393 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10394 <message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10395 <location filename="../src/Setup.cpp" line="257"/>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10396 <source>Logo here</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10397 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10398 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10399 <message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10400 <location filename="../src/Setup.cpp" line="265"/>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10401 <source>Quit</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10402 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10403 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10404 <message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10405 <location filename="../src/Setup.cpp" line="273"/>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10406 <source>Save</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10407 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10408 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10409 <message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10410 <location filename="../src/Setup.cpp" line="282"/>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10411 <source>Load logo</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10412 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10413 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10414 <message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10415 <location filename="../src/Setup.cpp" line="292"/>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10416 <location filename="../src/Setup.cpp" line="487"/>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10417 <location filename="../src/Setup.cpp" line="514"/>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10418 <source>Setup</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10419 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10420 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10421 <message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10422 <location filename="../src/Setup.cpp" line="339"/>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10423 <source>Choose default water</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10424 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10425 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10426 <message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10427 <location filename="../src/Setup.cpp" line="355"/>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10428 <source>Choose laboratory</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10429 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10430 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10431 <message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10432 <location filename="../src/Setup.cpp" line="384"/>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10433 <source>Cannot load %1: %2</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10434 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10435 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10436 <message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10437 <location filename="../src/Setup.cpp" line="419"/>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10438 <source>Open File</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10439 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10440 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10441 <message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10442 <location filename="../src/Setup.cpp" line="476"/>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10443 <source>Database error</source>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10444 <translation type="unfinished"></translation>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10445 </message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10446 <message>
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10447 <location filename="../src/Setup.cpp" line="477"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10448 <source>MySQL error: %1
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10449 %2
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10450 %3</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10451 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10452 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10453 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10454 <location filename="../src/Setup.cpp" line="494"/>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10455 <source>Setup changed</source>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10456 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10457 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10458 <message>
87
5e0ae285aaaf Updated the translations.
Michiel Broek <mbroek@mbse.eu>
parents: 60
diff changeset
10459 <location filename="../src/Setup.cpp" line="494"/>
60
0d65238ebedc Updated translations and some messages.
Michiel Broek <mbroek@mbse.eu>
parents: 55
diff changeset
10460 <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
10461 <translation type="unfinished"></translation>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10462 </message>
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10463 </context>
301
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10464 <context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10465 <name>Splitter</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10466 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10467 <location filename="../src/global.cpp" line="41"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10468 <source>Not divided</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10469 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10470 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10471 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10472 <location filename="../src/global.cpp" line="42"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10473 <source>After mash</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10474 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10475 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10476 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10477 <location filename="../src/global.cpp" line="43"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10478 <source>After boil</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10479 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10480 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10481 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10482 <location filename="../src/global.cpp" line="44"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10483 <source>After cooling</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10484 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10485 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10486 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10487 <location filename="../src/global.cpp" line="45"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10488 <source>After primary</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10489 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10490 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10491 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10492 <location filename="../src/global.cpp" line="46"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10493 <source>After secondary</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10494 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10495 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10496 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10497 <location filename="../src/global.cpp" line="47"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10498 <source>After tertiary</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10499 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10500 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10501 </context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10502 <context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10503 <name>StepType</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10504 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10505 <location filename="../src/global.cpp" line="171"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10506 <source>Infusion</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10507 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10508 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10509 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10510 <location filename="../src/global.cpp" line="172"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10511 <source>Temperature</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10512 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10513 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10514 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10515 <location filename="../src/global.cpp" line="173"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10516 <source>Decoction</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10517 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10518 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10519 </context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10520 <context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10521 <name>TunMaterial</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10522 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10523 <location filename="../src/global.cpp" line="177"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10524 <source>Stainless Steel</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10525 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10526 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10527 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10528 <location filename="../src/global.cpp" line="178"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10529 <source>Aluminium</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10530 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10531 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10532 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10533 <location filename="../src/global.cpp" line="179"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10534 <source>Plastics</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10535 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10536 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10537 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10538 <location filename="../src/global.cpp" line="180"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10539 <source>Copper</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10540 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10541 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10542 </context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10543 <context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10544 <name>YeastForm</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10545 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10546 <location filename="../src/global.cpp" line="148"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10547 <source>Liquid</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10548 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10549 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10550 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10551 <location filename="../src/global.cpp" line="149"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10552 <source>Dry</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10553 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10554 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10555 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10556 <location filename="../src/global.cpp" line="150"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10557 <source>Slant</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10558 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10559 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10560 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10561 <location filename="../src/global.cpp" line="151"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10562 <source>Culture</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10563 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10564 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10565 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10566 <location filename="../src/global.cpp" line="152"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10567 <source>Frozen</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10568 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10569 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10570 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10571 <location filename="../src/global.cpp" line="153"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10572 <source>Bottle</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10573 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10574 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10575 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10576 <location filename="../src/global.cpp" line="154"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10577 <source>Dried</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10578 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10579 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10580 </context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10581 <context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10582 <name>YeastStarter</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10583 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10584 <location filename="../src/global.cpp" line="165"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10585 <source>Stirred</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10586 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10587 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10588 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10589 <location filename="../src/global.cpp" line="166"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10590 <source>Shaken</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10591 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10592 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10593 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10594 <location filename="../src/global.cpp" line="167"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10595 <source>Simple</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10596 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10597 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10598 </context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10599 <context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10600 <name>YeastType</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10601 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10602 <location filename="../src/global.cpp" line="137"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10603 <source>Lager</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10604 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10605 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10606 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10607 <location filename="../src/global.cpp" line="138"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10608 <source>Ale</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10609 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10610 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10611 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10612 <location filename="../src/global.cpp" line="139"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10613 <source>Wheat</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10614 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10615 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10616 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10617 <location filename="../src/global.cpp" line="140"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10618 <source>Wine</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10619 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10620 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10621 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10622 <location filename="../src/global.cpp" line="141"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10623 <source>Champagne</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10624 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10625 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10626 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10627 <location filename="../src/global.cpp" line="142"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10628 <source>Brett</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10629 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10630 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10631 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10632 <location filename="../src/global.cpp" line="143"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10633 <source>Kveik</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10634 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10635 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10636 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10637 <location filename="../src/global.cpp" line="144"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10638 <source>Hybrid</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10639 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10640 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10641 </context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10642 <context>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10643 <name>YeastUse</name>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10644 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10645 <location filename="../src/global.cpp" line="158"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10646 <source>Primary</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10647 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10648 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10649 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10650 <location filename="../src/global.cpp" line="159"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10651 <source>Secondary</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10652 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10653 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10654 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10655 <location filename="../src/global.cpp" line="160"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10656 <source>Tertiary</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10657 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10658 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10659 <message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10660 <location filename="../src/global.cpp" line="161"/>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10661 <source>Bottle</source>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10662 <translation type="unfinished"></translation>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10663 </message>
fe6346211b5b Finally the translation of string arrays is working.
Michiel Broek <mbroek@mbse.eu>
parents: 291
diff changeset
10664 </context>
31
ab17a56a47dd Setup translation system and started the Dutch translation
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10665 </TS>

mercurial