1<?xml version="1.0" encoding="utf-8"?>
2<!DOCTYPE TS>
3<TS version="2.1" language="fa_IR">
4<context>
5    <name>AboutDialog</name>
6    <message>
7        <location filename="../AboutDialog.ui" line="14"/>
8        <source>About DB Browser for SQLite</source>
9        <translation type="unfinished"></translation>
10    </message>
11    <message>
12        <location filename="../AboutDialog.ui" line="47"/>
13        <source>Version</source>
14        <translation type="unfinished"></translation>
15    </message>
16    <message>
17        <location filename="../AboutDialog.ui" line="102"/>
18        <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DB Browser for SQLite is an open source, freeware visual tool used to create, design and edit SQLite database files.&lt;/p&gt;&lt;p&gt;It is bi-licensed under the Mozilla Public License Version 2, as well as the GNU General Public License Version 3 or later. You can modify or redistribute it under the conditions of these licenses.&lt;/p&gt;&lt;p&gt;See &lt;a href=&quot;http://www.gnu.org/licenses/gpl.html&quot;&gt;http://www.gnu.org/licenses/gpl.html&lt;/a&gt; and &lt;a href=&quot;https://www.mozilla.org/MPL/2.0/index.txt&quot;&gt;https://www.mozilla.org/MPL/2.0/index.txt&lt;/a&gt; for details.&lt;/p&gt;&lt;p&gt;For more information on this program please visit our website at: &lt;a href=&quot;http://sqlitebrowser.org&quot;&gt;http://sqlitebrowser.org&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-size:small;&quot;&gt;This software uses the GPL/LGPL Qt Toolkit from &lt;/span&gt;&lt;a href=&quot;http://qt-project.org/&quot;&gt;&lt;span style=&quot; font-size:small;&quot;&gt;http://qt-project.org/&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-size:small;&quot;&gt;&lt;br/&gt;See &lt;/span&gt;&lt;a href=&quot;http://qt-project.org/doc/qt-5/licensing.html&quot;&gt;&lt;span style=&quot; font-size:small;&quot;&gt;http://qt-project.org/doc/qt-5/licensing.html&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-size:small;&quot;&gt; for licensing terms and information.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-size:small;&quot;&gt;It also uses the Silk icon set by Mark James licensed under a Creative Commons Attribution 2.5 and 3.0 license.&lt;br/&gt;See &lt;/span&gt;&lt;a href=&quot;http://www.famfamfam.com/lab/icons/silk/&quot;&gt;&lt;span style=&quot; font-size:small;&quot;&gt;http://www.famfamfam.com/lab/icons/silk/&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-size:small;&quot;&gt; for details.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
19        <translation type="unfinished"></translation>
20    </message>
21</context>
22<context>
23    <name>AddRecordDialog</name>
24    <message>
25        <location filename="../AddRecordDialog.ui" line="14"/>
26        <source>Add New Record</source>
27        <translation type="unfinished"></translation>
28    </message>
29    <message>
30        <location filename="../AddRecordDialog.ui" line="27"/>
31        <source>Enter values for the new record considering constraints. Fields in bold are mandatory.</source>
32        <translation type="unfinished"></translation>
33    </message>
34    <message>
35        <location filename="../AddRecordDialog.ui" line="67"/>
36        <source>In the Value column you can specify the value for the field identified in the Name column. The Type column indicates the type of the field. Default values are displayed in the same style as NULL values.</source>
37        <translation type="unfinished"></translation>
38    </message>
39    <message>
40        <location filename="../AddRecordDialog.ui" line="74"/>
41        <source>Name</source>
42        <translation type="unfinished"></translation>
43    </message>
44    <message>
45        <location filename="../AddRecordDialog.ui" line="79"/>
46        <source>Type</source>
47        <translation type="unfinished"></translation>
48    </message>
49    <message>
50        <location filename="../AddRecordDialog.ui" line="84"/>
51        <source>Value</source>
52        <translation type="unfinished"></translation>
53    </message>
54    <message>
55        <location filename="../AddRecordDialog.ui" line="87"/>
56        <source>Values to insert. Pre-filled default values are inserted automatically unless they are changed.</source>
57        <translation type="unfinished"></translation>
58    </message>
59    <message>
60        <location filename="../AddRecordDialog.ui" line="93"/>
61        <source>When you edit the values in the upper frame, the SQL query for inserting this new record is shown here. You can edit manually the query before saving.</source>
62        <translation type="unfinished"></translation>
63    </message>
64    <message>
65        <location filename="../AddRecordDialog.ui" line="110"/>
66        <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Save&lt;/span&gt; will submit the shown SQL statement to the database for inserting the new record.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Restore Defaults&lt;/span&gt; will restore the initial values in the &lt;span style=&quot; font-weight:600;&quot;&gt;Value&lt;/span&gt; column.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Cancel&lt;/span&gt; will close this dialog without executing the query.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
67        <translation type="unfinished"></translation>
68    </message>
69    <message>
70        <location filename="../AddRecordDialog.cpp" line="234"/>
71        <source>Auto-increment
72</source>
73        <translation type="unfinished"></translation>
74    </message>
75    <message>
76        <location filename="../AddRecordDialog.cpp" line="237"/>
77        <source>Unique constraint
78</source>
79        <translation type="unfinished"></translation>
80    </message>
81    <message>
82        <location filename="../AddRecordDialog.cpp" line="240"/>
83        <source>Check constraint:	 %1
84</source>
85        <translation type="unfinished"></translation>
86    </message>
87    <message>
88        <location filename="../AddRecordDialog.cpp" line="244"/>
89        <source>Foreign key:	 %1
90</source>
91        <translation type="unfinished"></translation>
92    </message>
93    <message>
94        <location filename="../AddRecordDialog.cpp" line="253"/>
95        <source>Default value:	 %1
96</source>
97        <translation type="unfinished"></translation>
98    </message>
99    <message>
100        <location filename="../AddRecordDialog.cpp" line="279"/>
101        <source>Error adding record. Message from database engine:
102
103%1</source>
104        <translation type="unfinished"></translation>
105    </message>
106    <message>
107        <location filename="../AddRecordDialog.cpp" line="360"/>
108        <source>Are you sure you want to restore all the entered values to their defaults?</source>
109        <translation type="unfinished"></translation>
110    </message>
111</context>
112<context>
113    <name>Application</name>
114    <message>
115        <location filename="../Application.cpp" line="95"/>
116        <source>Possible command line arguments:</source>
117        <translation type="unfinished"></translation>
118    </message>
119    <message>
120        <location filename="../Application.cpp" line="93"/>
121        <source>Usage: %1 [options] [&lt;database&gt;|&lt;project&gt;]
122</source>
123        <translation type="unfinished"></translation>
124    </message>
125    <message>
126        <location filename="../Application.cpp" line="96"/>
127        <source>  -h, --help          Show command line options</source>
128        <translation type="unfinished"></translation>
129    </message>
130    <message>
131        <location filename="../Application.cpp" line="97"/>
132        <source>  -q, --quit          Exit application after running scripts</source>
133        <translation type="unfinished"></translation>
134    </message>
135    <message>
136        <location filename="../Application.cpp" line="98"/>
137        <source>  -s, --sql &lt;file&gt;    Execute this SQL file after opening the DB</source>
138        <translation type="unfinished"></translation>
139    </message>
140    <message>
141        <location filename="../Application.cpp" line="99"/>
142        <source>  -t, --table &lt;table&gt; Browse this table after opening the DB</source>
143        <translation type="unfinished"></translation>
144    </message>
145    <message>
146        <location filename="../Application.cpp" line="100"/>
147        <source>  -R, --read-only     Open database in read-only mode</source>
148        <translation type="unfinished"></translation>
149    </message>
150    <message>
151        <location filename="../Application.cpp" line="101"/>
152        <source>  -o, --option &lt;group&gt;/&lt;setting&gt;=&lt;value&gt;</source>
153        <translation type="unfinished"></translation>
154    </message>
155    <message>
156        <location filename="../Application.cpp" line="102"/>
157        <source>                      Run application with this setting temporarily set to value</source>
158        <translation type="unfinished"></translation>
159    </message>
160    <message>
161        <location filename="../Application.cpp" line="103"/>
162        <source>  -O, --save-option &lt;group&gt;/&lt;setting&gt;=&lt;value&gt;</source>
163        <translation type="unfinished"></translation>
164    </message>
165    <message>
166        <location filename="../Application.cpp" line="104"/>
167        <source>                      Run application saving this value for this setting</source>
168        <translation type="unfinished"></translation>
169    </message>
170    <message>
171        <location filename="../Application.cpp" line="105"/>
172        <source>  -v, --version       Display the current version</source>
173        <translation type="unfinished"></translation>
174    </message>
175    <message>
176        <location filename="../Application.cpp" line="106"/>
177        <source>  &lt;database&gt;          Open this SQLite database</source>
178        <translation type="unfinished"></translation>
179    </message>
180    <message>
181        <location filename="../Application.cpp" line="107"/>
182        <source>  &lt;project&gt;           Open this project file (*.sqbpro)</source>
183        <translation type="unfinished"></translation>
184    </message>
185    <message>
186        <location filename="../Application.cpp" line="115"/>
187        <source>The -s/--sql option requires an argument</source>
188        <translation type="unfinished"></translation>
189    </message>
190    <message>
191        <location filename="../Application.cpp" line="117"/>
192        <source>The file %1 does not exist</source>
193        <translation type="unfinished"></translation>
194    </message>
195    <message>
196        <location filename="../Application.cpp" line="122"/>
197        <source>The -t/--table option requires an argument</source>
198        <translation type="unfinished"></translation>
199    </message>
200    <message>
201        <location filename="../Application.cpp" line="131"/>
202        <source>The -o/--option and -O/--save-option options require an argument in the form group/setting=value</source>
203        <translation type="unfinished"></translation>
204    </message>
205    <message>
206        <location filename="../Application.cpp" line="236"/>
207        <source>SQLite Version </source>
208        <translation type="unfinished"></translation>
209    </message>
210    <message>
211        <location filename="../Application.cpp" line="238"/>
212        <source>SQLCipher Version %1 (based on SQLite %2)</source>
213        <translation type="unfinished"></translation>
214    </message>
215    <message>
216        <location filename="../Application.cpp" line="241"/>
217        <source>DB Browser for SQLite Version %1.</source>
218        <translation type="unfinished"></translation>
219    </message>
220    <message>
221        <location filename="../Application.cpp" line="242"/>
222        <source>Built for %1, running on %2</source>
223        <translation type="unfinished"></translation>
224    </message>
225    <message>
226        <location filename="../Application.cpp" line="243"/>
227        <source>Qt Version %1</source>
228        <translation type="unfinished"></translation>
229    </message>
230    <message>
231        <location filename="../Application.cpp" line="159"/>
232        <source>Invalid option/non-existant file: %1</source>
233        <translation type="unfinished"></translation>
234    </message>
235</context>
236<context>
237    <name>CipherDialog</name>
238    <message>
239        <location filename="../CipherDialog.ui" line="14"/>
240        <source>SQLCipher encryption</source>
241        <translation type="unfinished"></translation>
242    </message>
243    <message>
244        <location filename="../CipherDialog.ui" line="27"/>
245        <source>&amp;Password</source>
246        <translation type="unfinished"></translation>
247    </message>
248    <message>
249        <location filename="../CipherDialog.ui" line="44"/>
250        <source>&amp;Reenter password</source>
251        <translation type="unfinished"></translation>
252    </message>
253    <message>
254        <location filename="../CipherDialog.ui" line="66"/>
255        <source>Passphrase</source>
256        <translation type="unfinished"></translation>
257    </message>
258    <message>
259        <location filename="../CipherDialog.ui" line="71"/>
260        <source>Raw key</source>
261        <translation type="unfinished"></translation>
262    </message>
263    <message>
264        <location filename="../CipherDialog.ui" line="98"/>
265        <source>Encr&amp;yption settings</source>
266        <translation type="unfinished"></translation>
267    </message>
268    <message>
269        <location filename="../CipherDialog.ui" line="110"/>
270        <source>SQLCipher &amp;3 defaults</source>
271        <translation type="unfinished"></translation>
272    </message>
273    <message>
274        <location filename="../CipherDialog.ui" line="117"/>
275        <source>SQLCipher &amp;4 defaults</source>
276        <translation type="unfinished"></translation>
277    </message>
278    <message>
279        <location filename="../CipherDialog.ui" line="124"/>
280        <source>Custo&amp;m</source>
281        <translation type="unfinished"></translation>
282    </message>
283    <message>
284        <location filename="../CipherDialog.ui" line="133"/>
285        <source>Page si&amp;ze</source>
286        <translation type="unfinished"></translation>
287    </message>
288    <message>
289        <location filename="../CipherDialog.ui" line="146"/>
290        <source>&amp;KDF iterations</source>
291        <translation type="unfinished"></translation>
292    </message>
293    <message>
294        <location filename="../CipherDialog.ui" line="166"/>
295        <source>HMAC algorithm</source>
296        <translation type="unfinished"></translation>
297    </message>
298    <message>
299        <location filename="../CipherDialog.ui" line="195"/>
300        <source>KDF algorithm</source>
301        <translation type="unfinished"></translation>
302    </message>
303    <message>
304        <location filename="../CipherDialog.ui" line="224"/>
305        <source>Plaintext Header Size</source>
306        <translation type="unfinished"></translation>
307    </message>
308    <message>
309        <location filename="../CipherDialog.cpp" line="35"/>
310        <source>Please set a key to encrypt the database.
311Note that if you change any of the other, optional, settings you&apos;ll need to re-enter them as well every time you open the database file.
312Leave the password fields empty to disable the encryption.
313The encryption process might take some time and you should have a backup copy of your database! Unsaved changes are applied before modifying the encryption.</source>
314        <translation type="unfinished"></translation>
315    </message>
316    <message>
317        <location filename="../CipherDialog.cpp" line="40"/>
318        <source>Please enter the key used to encrypt the database.
319If any of the other settings were altered for this database file you need to provide this information as well.</source>
320        <translation type="unfinished"></translation>
321    </message>
322</context>
323<context>
324    <name>ColumnDisplayFormatDialog</name>
325    <message>
326        <location filename="../ColumnDisplayFormatDialog.ui" line="14"/>
327        <source>Choose display format</source>
328        <translation type="unfinished"></translation>
329    </message>
330    <message>
331        <location filename="../ColumnDisplayFormatDialog.ui" line="20"/>
332        <source>Display format</source>
333        <translation type="unfinished"></translation>
334    </message>
335    <message>
336        <location filename="../ColumnDisplayFormatDialog.ui" line="26"/>
337        <source>Choose a display format for the column &apos;%1&apos; which is applied to each value prior to showing it.</source>
338        <translation type="unfinished"></translation>
339    </message>
340    <message>
341        <location filename="../ColumnDisplayFormatDialog.cpp" line="17"/>
342        <source>Default</source>
343        <translation type="unfinished"></translation>
344    </message>
345    <message>
346        <location filename="../ColumnDisplayFormatDialog.cpp" line="19"/>
347        <source>Decimal number</source>
348        <translation type="unfinished"></translation>
349    </message>
350    <message>
351        <location filename="../ColumnDisplayFormatDialog.cpp" line="20"/>
352        <source>Exponent notation</source>
353        <translation type="unfinished"></translation>
354    </message>
355    <message>
356        <location filename="../ColumnDisplayFormatDialog.cpp" line="21"/>
357        <source>Hex blob</source>
358        <translation type="unfinished"></translation>
359    </message>
360    <message>
361        <location filename="../ColumnDisplayFormatDialog.cpp" line="22"/>
362        <source>Hex number</source>
363        <translation type="unfinished"></translation>
364    </message>
365    <message>
366        <location filename="../ColumnDisplayFormatDialog.cpp" line="23"/>
367        <source>Octal number</source>
368        <translation type="unfinished"></translation>
369    </message>
370    <message>
371        <location filename="../ColumnDisplayFormatDialog.cpp" line="24"/>
372        <source>Round number</source>
373        <translation type="unfinished"></translation>
374    </message>
375    <message>
376        <location filename="../ColumnDisplayFormatDialog.cpp" line="26"/>
377        <source>Apple NSDate to date</source>
378        <translation type="unfinished"></translation>
379    </message>
380    <message>
381        <location filename="../ColumnDisplayFormatDialog.cpp" line="27"/>
382        <source>Java epoch (milliseconds) to date</source>
383        <translation type="unfinished"></translation>
384    </message>
385    <message>
386        <location filename="../ColumnDisplayFormatDialog.cpp" line="28"/>
387        <source>.NET DateTime.Ticks to date</source>
388        <translation type="unfinished"></translation>
389    </message>
390    <message>
391        <location filename="../ColumnDisplayFormatDialog.cpp" line="29"/>
392        <source>Julian day to date</source>
393        <translation type="unfinished"></translation>
394    </message>
395    <message>
396        <location filename="../ColumnDisplayFormatDialog.cpp" line="30"/>
397        <source>Unix epoch to date</source>
398        <translation type="unfinished"></translation>
399    </message>
400    <message>
401        <location filename="../ColumnDisplayFormatDialog.cpp" line="31"/>
402        <source>Unix epoch to local time</source>
403        <translation type="unfinished"></translation>
404    </message>
405    <message>
406        <location filename="../ColumnDisplayFormatDialog.cpp" line="32"/>
407        <source>Windows DATE to date</source>
408        <translation type="unfinished"></translation>
409    </message>
410    <message>
411        <location filename="../ColumnDisplayFormatDialog.cpp" line="33"/>
412        <source>Date as dd/mm/yyyy</source>
413        <translation type="unfinished"></translation>
414    </message>
415    <message>
416        <location filename="../ColumnDisplayFormatDialog.cpp" line="35"/>
417        <source>Lower case</source>
418        <translation type="unfinished"></translation>
419    </message>
420    <message>
421        <location filename="../ColumnDisplayFormatDialog.cpp" line="36"/>
422        <source>Upper case</source>
423        <translation type="unfinished"></translation>
424    </message>
425    <message>
426        <location filename="../ColumnDisplayFormatDialog.cpp" line="38"/>
427        <source>Custom</source>
428        <translation type="unfinished"></translation>
429    </message>
430    <message>
431        <location filename="../ColumnDisplayFormatDialog.cpp" line="111"/>
432        <source>Custom display format must contain a function call applied to %1</source>
433        <translation type="unfinished"></translation>
434    </message>
435    <message>
436        <location filename="../ColumnDisplayFormatDialog.cpp" line="123"/>
437        <source>Error in custom display format. Message from database engine:
438
439%1</source>
440        <translation type="unfinished"></translation>
441    </message>
442    <message>
443        <location filename="../ColumnDisplayFormatDialog.cpp" line="125"/>
444        <source>Custom display format must return only one column but it returned %1.</source>
445        <translation type="unfinished"></translation>
446    </message>
447</context>
448<context>
449    <name>CondFormatManager</name>
450    <message>
451        <location filename="../CondFormatManager.ui" line="14"/>
452        <source>Conditional Format Manager</source>
453        <translation type="unfinished"></translation>
454    </message>
455    <message>
456        <location filename="../CondFormatManager.ui" line="20"/>
457        <source>This dialog allows creating and editing conditional formats. Each cell style will be selected by the first accomplished condition for that cell data. Conditional formats can be moved up and down, where those at higher rows take precedence over those at lower. Syntax for conditions is the same as for filters and an empty condition applies to all values.</source>
458        <translation type="unfinished"></translation>
459    </message>
460    <message>
461        <location filename="../CondFormatManager.ui" line="32"/>
462        <source>Add new conditional format</source>
463        <translation type="unfinished"></translation>
464    </message>
465    <message>
466        <location filename="../CondFormatManager.ui" line="35"/>
467        <source>&amp;Add</source>
468        <translation type="unfinished"></translation>
469    </message>
470    <message>
471        <location filename="../CondFormatManager.ui" line="52"/>
472        <source>Remove selected conditional format</source>
473        <translation type="unfinished"></translation>
474    </message>
475    <message>
476        <location filename="../CondFormatManager.ui" line="55"/>
477        <source>&amp;Remove</source>
478        <translation type="unfinished"></translation>
479    </message>
480    <message>
481        <location filename="../CondFormatManager.ui" line="72"/>
482        <source>Move selected conditional format up</source>
483        <translation type="unfinished"></translation>
484    </message>
485    <message>
486        <location filename="../CondFormatManager.ui" line="75"/>
487        <source>Move &amp;up</source>
488        <translation type="unfinished"></translation>
489    </message>
490    <message>
491        <location filename="../CondFormatManager.ui" line="92"/>
492        <source>Move selected conditional format down</source>
493        <translation type="unfinished"></translation>
494    </message>
495    <message>
496        <location filename="../CondFormatManager.ui" line="95"/>
497        <source>Move &amp;down</source>
498        <translation type="unfinished"></translation>
499    </message>
500    <message>
501        <location filename="../CondFormatManager.ui" line="158"/>
502        <source>Foreground</source>
503        <translation type="unfinished"></translation>
504    </message>
505    <message>
506        <location filename="../CondFormatManager.ui" line="161"/>
507        <source>Text color</source>
508        <translation type="unfinished"></translation>
509    </message>
510    <message>
511        <location filename="../CondFormatManager.ui" line="166"/>
512        <source>Background</source>
513        <translation type="unfinished"></translation>
514    </message>
515    <message>
516        <location filename="../CondFormatManager.ui" line="169"/>
517        <source>Background color</source>
518        <translation type="unfinished"></translation>
519    </message>
520    <message>
521        <location filename="../CondFormatManager.ui" line="174"/>
522        <source>Font</source>
523        <translation type="unfinished"></translation>
524    </message>
525    <message>
526        <location filename="../CondFormatManager.ui" line="179"/>
527        <source>Size</source>
528        <translation type="unfinished"></translation>
529    </message>
530    <message>
531        <location filename="../CondFormatManager.ui" line="187"/>
532        <source>Bold</source>
533        <translation type="unfinished"></translation>
534    </message>
535    <message>
536        <location filename="../CondFormatManager.ui" line="199"/>
537        <source>Italic</source>
538        <translation type="unfinished"></translation>
539    </message>
540    <message>
541        <location filename="../CondFormatManager.ui" line="211"/>
542        <source>Underline</source>
543        <translation type="unfinished"></translation>
544    </message>
545    <message>
546        <location filename="../CondFormatManager.ui" line="220"/>
547        <source>Alignment</source>
548        <translation type="unfinished"></translation>
549    </message>
550    <message>
551        <location filename="../CondFormatManager.ui" line="225"/>
552        <source>Condition</source>
553        <translation type="unfinished"></translation>
554    </message>
555    <message>
556        <location filename="../CondFormatManager.cpp" line="101"/>
557        <location filename="../CondFormatManager.cpp" line="102"/>
558        <source>Click to select color</source>
559        <translation type="unfinished"></translation>
560    </message>
561    <message>
562        <location filename="../CondFormatManager.cpp" line="246"/>
563        <source>Are you sure you want to clear all the conditional formats of this field?</source>
564        <translation type="unfinished"></translation>
565    </message>
566</context>
567<context>
568    <name>DBBrowserDB</name>
569    <message>
570        <location filename="../sqlitedb.cpp" line="288"/>
571        <source>This database has already been attached. Its schema name is &apos;%1&apos;.</source>
572        <translation type="unfinished"></translation>
573    </message>
574    <message>
575        <location filename="../sqlitedb.cpp" line="302"/>
576        <source>Please specify the database name under which you want to access the attached database</source>
577        <translation type="unfinished"></translation>
578    </message>
579    <message>
580        <location filename="../sqlitedb.cpp" line="378"/>
581        <source>Invalid file format</source>
582        <translation type="unfinished"></translation>
583    </message>
584    <message>
585        <location filename="../sqlitedb.cpp" line="702"/>
586        <source>Do you really want to close this temporary database? All data will be lost.</source>
587        <translation type="unfinished"></translation>
588    </message>
589    <message>
590        <location filename="../sqlitedb.cpp" line="707"/>
591        <source>Do you want to save the changes made to the database file %1?</source>
592        <translation type="unfinished"></translation>
593    </message>
594    <message>
595        <location filename="../sqlitedb.cpp" line="722"/>
596        <source>Database didn&apos;t close correctly, probably still busy</source>
597        <translation type="unfinished"></translation>
598    </message>
599    <message>
600        <location filename="../sqlitedb.cpp" line="768"/>
601        <source>The database is currently busy: </source>
602        <translation type="unfinished"></translation>
603    </message>
604    <message>
605        <location filename="../sqlitedb.cpp" line="769"/>
606        <source>Do you want to abort that other operation?</source>
607        <translation type="unfinished"></translation>
608    </message>
609    <message>
610        <location filename="../sqlitedb.cpp" line="816"/>
611        <source>Exporting database to SQL file...</source>
612        <translation type="unfinished"></translation>
613    </message>
614    <message>
615        <location filename="../sqlitedb.cpp" line="817"/>
616        <location filename="../sqlitedb.cpp" line="1043"/>
617        <source>Cancel</source>
618        <translation type="unfinished"></translation>
619    </message>
620    <message>
621        <location filename="../sqlitedb.cpp" line="1001"/>
622        <location filename="../sqlitedb.cpp" line="1033"/>
623        <source>No database file opened</source>
624        <translation type="unfinished"></translation>
625    </message>
626    <message>
627        <location filename="../sqlitedb.cpp" line="1042"/>
628        <source>Executing SQL...</source>
629        <translation type="unfinished"></translation>
630    </message>
631    <message>
632        <location filename="../sqlitedb.cpp" line="1069"/>
633        <source>Action cancelled.</source>
634        <translation type="unfinished"></translation>
635    </message>
636    <message>
637        <location filename="../sqlitedb.cpp" line="1139"/>
638        <location filename="../sqlitedb.cpp" line="1152"/>
639        <source>Error in statement #%1: %2.
640Aborting execution%3.</source>
641        <translation type="unfinished"></translation>
642    </message>
643    <message>
644        <location filename="../sqlitedb.cpp" line="1142"/>
645        <location filename="../sqlitedb.cpp" line="1155"/>
646        <source> and rolling back</source>
647        <translation type="unfinished"></translation>
648    </message>
649    <message>
650        <location filename="../sqlitedb.cpp" line="1201"/>
651        <source>didn&apos;t receive any output from %1</source>
652        <translation type="unfinished"></translation>
653    </message>
654    <message>
655        <location filename="../sqlitedb.cpp" line="1207"/>
656        <source>could not execute command: %1</source>
657        <translation type="unfinished"></translation>
658    </message>
659    <message>
660        <location filename="../sqlitedb.cpp" line="1369"/>
661        <source>Cannot delete this object</source>
662        <translation type="unfinished"></translation>
663    </message>
664    <message>
665        <location filename="../sqlitedb.cpp" line="1413"/>
666        <source>Cannot set data on this object</source>
667        <translation type="unfinished"></translation>
668    </message>
669    <message>
670        <location filename="../sqlitedb.cpp" line="1520"/>
671        <location filename="../sqlitedb.cpp" line="1527"/>
672        <source>A table with the name &apos;%1&apos; already exists in schema &apos;%2&apos;.</source>
673        <translation type="unfinished"></translation>
674    </message>
675    <message>
676        <location filename="../sqlitedb.cpp" line="1536"/>
677        <source>No table with name &apos;%1&apos; exists in schema &apos;%2&apos;.</source>
678        <translation type="unfinished"></translation>
679    </message>
680    <message>
681        <location filename="../sqlitedb.cpp" line="1546"/>
682        <location filename="../sqlitedb.cpp" line="1567"/>
683        <source>Cannot find column %1.</source>
684        <translation type="unfinished"></translation>
685    </message>
686    <message>
687        <location filename="../sqlitedb.cpp" line="1580"/>
688        <source>Creating savepoint failed. DB says: %1</source>
689        <translation type="unfinished"></translation>
690    </message>
691    <message>
692        <location filename="../sqlitedb.cpp" line="1643"/>
693        <source>Renaming the column failed. DB says:
694%1</source>
695        <translation type="unfinished"></translation>
696    </message>
697    <message>
698        <location filename="../sqlitedb.cpp" line="1671"/>
699        <location filename="../sqlitedb.cpp" line="1823"/>
700        <source>Releasing savepoint failed. DB says: %1</source>
701        <translation type="unfinished"></translation>
702    </message>
703    <message>
704        <location filename="../sqlitedb.cpp" line="1690"/>
705        <source>Creating new table failed. DB says: %1</source>
706        <translation type="unfinished"></translation>
707    </message>
708    <message>
709        <location filename="../sqlitedb.cpp" line="1722"/>
710        <source>Copying data to new table failed. DB says:
711%1</source>
712        <translation type="unfinished"></translation>
713    </message>
714    <message>
715        <location filename="../sqlitedb.cpp" line="1789"/>
716        <source>Deleting old table failed. DB says: %1</source>
717        <translation type="unfinished"></translation>
718    </message>
719    <message>
720        <location filename="../sqlitedb.cpp" line="1814"/>
721        <source>Restoring some of the objects associated with this table failed. This is most likely because some column names changed. Here&apos;s the SQL statement which you might want to fix and execute manually:
722
723</source>
724        <translation type="unfinished"></translation>
725    </message>
726    <message>
727        <location filename="../sqlitedb.cpp" line="1859"/>
728        <source>Error renaming table &apos;%1&apos; to &apos;%2&apos;.
729Message from database engine:
730%3</source>
731        <translation type="unfinished"></translation>
732    </message>
733    <message>
734        <location filename="../sqlitedb.cpp" line="1954"/>
735        <source>could not get list of db objects: %1</source>
736        <translation type="unfinished"></translation>
737    </message>
738    <message>
739        <location filename="../sqlitedb.cpp" line="1960"/>
740        <source>could not get list of databases: %1</source>
741        <translation type="unfinished"></translation>
742    </message>
743    <message>
744        <location filename="../sqlitedb.cpp" line="1988"/>
745        <source>Error setting pragma %1 to %2: %3</source>
746        <translation type="unfinished"></translation>
747    </message>
748    <message>
749        <location filename="../sqlitedb.cpp" line="2034"/>
750        <source>File not found.</source>
751        <translation type="unfinished"></translation>
752    </message>
753    <message>
754        <location filename="../sqlitedb.cpp" line="2072"/>
755        <source>Error loading extension: %1</source>
756        <translation type="unfinished"></translation>
757    </message>
758    <message>
759        <location filename="../sqlitedb.cpp" line="2097"/>
760        <source>could not get column information</source>
761        <translation type="unfinished"></translation>
762    </message>
763</context>
764<context>
765    <name>DbStructureModel</name>
766    <message>
767        <location filename="../DbStructureModel.cpp" line="23"/>
768        <source>Name</source>
769        <translation type="unfinished"></translation>
770    </message>
771    <message>
772        <location filename="../DbStructureModel.cpp" line="23"/>
773        <source>Object</source>
774        <translation type="unfinished"></translation>
775    </message>
776    <message>
777        <location filename="../DbStructureModel.cpp" line="23"/>
778        <source>Type</source>
779        <translation type="unfinished"></translation>
780    </message>
781    <message>
782        <location filename="../DbStructureModel.cpp" line="23"/>
783        <source>Schema</source>
784        <translation type="unfinished"></translation>
785    </message>
786    <message>
787        <location filename="../DbStructureModel.cpp" line="23"/>
788        <source>Database</source>
789        <translation type="unfinished"></translation>
790    </message>
791    <message>
792        <location filename="../DbStructureModel.cpp" line="165"/>
793        <source>Browsables</source>
794        <translation type="unfinished"></translation>
795    </message>
796    <message>
797        <location filename="../DbStructureModel.cpp" line="170"/>
798        <source>All</source>
799        <translation type="unfinished"></translation>
800    </message>
801    <message>
802        <location filename="../DbStructureModel.cpp" line="179"/>
803        <source>Temporary</source>
804        <translation type="unfinished"></translation>
805    </message>
806    <message>
807        <location filename="../DbStructureModel.cpp" line="326"/>
808        <source>Tables (%1)</source>
809        <translation type="unfinished"></translation>
810    </message>
811    <message>
812        <location filename="../DbStructureModel.cpp" line="331"/>
813        <source>Indices (%1)</source>
814        <translation type="unfinished"></translation>
815    </message>
816    <message>
817        <location filename="../DbStructureModel.cpp" line="336"/>
818        <source>Views (%1)</source>
819        <translation type="unfinished"></translation>
820    </message>
821    <message>
822        <location filename="../DbStructureModel.cpp" line="341"/>
823        <source>Triggers (%1)</source>
824        <translation type="unfinished"></translation>
825    </message>
826</context>
827<context>
828    <name>EditDialog</name>
829    <message>
830        <location filename="../EditDialog.ui" line="14"/>
831        <source>Edit database cell</source>
832        <translation type="unfinished"></translation>
833    </message>
834    <message>
835        <location filename="../EditDialog.ui" line="31"/>
836        <source>Mode:</source>
837        <translation type="unfinished"></translation>
838    </message>
839    <message>
840        <location filename="../EditDialog.ui" line="47"/>
841        <source>This is the list of supported modes for the cell editor. Choose a mode for viewing or editing the data of the current cell.</source>
842        <translation type="unfinished"></translation>
843    </message>
844    <message>
845        <location filename="../EditDialog.ui" line="51"/>
846        <source>Text</source>
847        <translation type="unfinished"></translation>
848    </message>
849    <message>
850        <location filename="../EditDialog.ui" line="56"/>
851        <source>RTL Text</source>
852        <translation type="unfinished"></translation>
853    </message>
854    <message>
855        <location filename="../EditDialog.ui" line="61"/>
856        <source>Binary</source>
857        <translation type="unfinished"></translation>
858    </message>
859    <message>
860        <location filename="../EditDialog.ui" line="66"/>
861        <location filename="../EditDialog.cpp" line="252"/>
862        <source>Image</source>
863        <translation type="unfinished"></translation>
864    </message>
865    <message>
866        <location filename="../EditDialog.ui" line="71"/>
867        <source>JSON</source>
868        <translation type="unfinished"></translation>
869    </message>
870    <message>
871        <location filename="../EditDialog.ui" line="76"/>
872        <source>XML</source>
873        <translation type="unfinished"></translation>
874    </message>
875    <message>
876        <location filename="../EditDialog.ui" line="84"/>
877        <location filename="../EditDialog.ui" line="87"/>
878        <source>Automatically adjust the editor mode to the loaded data type</source>
879        <translation type="unfinished"></translation>
880    </message>
881    <message>
882        <location filename="../EditDialog.ui" line="90"/>
883        <source>This checkable button enables or disables the automatic switching of the editor mode. When a new cell is selected or new data is imported and the automatic switching is enabled, the mode adjusts to the detected data type. You can then change the editor mode manually. If you want to keep this manually switched mode while moving through the cells, switch the button off.</source>
884        <translation type="unfinished"></translation>
885    </message>
886    <message>
887        <location filename="../EditDialog.ui" line="93"/>
888        <source>Auto-switch</source>
889        <translation type="unfinished"></translation>
890    </message>
891    <message>
892        <location filename="../EditDialog.ui" line="142"/>
893        <source>The text editor modes let you edit plain text, as well as JSON or XML data with syntax highlighting, automatic formatting and validation before saving.
894
895Errors are indicated with a red squiggle underline.</source>
896        <translation type="unfinished"></translation>
897    </message>
898    <message>
899        <location filename="../EditDialog.ui" line="157"/>
900        <source>This Qt editor is used for right-to-left scripts, which are not supported by the default Text editor. The presence of right-to-left characters is detected and this editor mode is automatically selected.</source>
901        <translation type="unfinished"></translation>
902    </message>
903    <message>
904        <location filename="../EditDialog.ui" line="305"/>
905        <source>Open preview dialog for printing the data currently stored in the cell</source>
906        <translation type="unfinished"></translation>
907    </message>
908    <message>
909        <location filename="../EditDialog.ui" line="341"/>
910        <source>Auto-format: pretty print on loading, compact on saving.</source>
911        <translation type="unfinished"></translation>
912    </message>
913    <message>
914        <location filename="../EditDialog.ui" line="344"/>
915        <source>When enabled, the auto-format feature formats the data on loading, breaking the text in lines and indenting it for maximum readability. On data saving, the auto-format feature compacts the data removing end of lines, and unnecessary whitespace.</source>
916        <translation type="unfinished"></translation>
917    </message>
918    <message>
919        <location filename="../EditDialog.ui" line="401"/>
920        <source>Word Wrap</source>
921        <translation type="unfinished"></translation>
922    </message>
923    <message>
924        <location filename="../EditDialog.ui" line="404"/>
925        <source>Wrap lines on word boundaries</source>
926        <translation type="unfinished"></translation>
927    </message>
928    <message>
929        <location filename="../EditDialog.ui" line="413"/>
930        <location filename="../EditDialog.ui" line="419"/>
931        <source>Open in default application or browser</source>
932        <translation type="unfinished"></translation>
933    </message>
934    <message>
935        <location filename="../EditDialog.ui" line="416"/>
936        <source>Open in application</source>
937        <translation type="unfinished"></translation>
938    </message>
939    <message>
940        <location filename="../EditDialog.ui" line="422"/>
941        <source>The value is interpreted as a file or URL and opened in the default application or web browser.</source>
942        <translation type="unfinished"></translation>
943    </message>
944    <message>
945        <location filename="../EditDialog.ui" line="431"/>
946        <source>Save file reference...</source>
947        <translation type="unfinished"></translation>
948    </message>
949    <message>
950        <location filename="../EditDialog.ui" line="434"/>
951        <source>Save reference to file</source>
952        <translation type="unfinished"></translation>
953    </message>
954    <message>
955        <location filename="../EditDialog.ui" line="458"/>
956        <location filename="../EditDialog.ui" line="461"/>
957        <source>Open in external application</source>
958        <translation type="unfinished"></translation>
959    </message>
960    <message>
961        <location filename="../EditDialog.ui" line="338"/>
962        <source>Autoformat</source>
963        <translation type="unfinished"></translation>
964    </message>
965    <message>
966        <location filename="../EditDialog.ui" line="353"/>
967        <source>&amp;Export...</source>
968        <translation type="unfinished"></translation>
969    </message>
970    <message>
971        <location filename="../EditDialog.ui" line="368"/>
972        <location filename="../EditDialog.ui" line="443"/>
973        <source>&amp;Import...</source>
974        <translation type="unfinished"></translation>
975    </message>
976    <message>
977        <location filename="../EditDialog.ui" line="371"/>
978        <location filename="../EditDialog.ui" line="446"/>
979        <source>Import from file</source>
980        <translation type="unfinished"></translation>
981    </message>
982    <message>
983        <location filename="../EditDialog.ui" line="374"/>
984        <location filename="../EditDialog.ui" line="449"/>
985        <source>Opens a file dialog used to import any kind of data to this database cell.</source>
986        <translation type="unfinished"></translation>
987    </message>
988    <message>
989        <location filename="../EditDialog.ui" line="356"/>
990        <source>Export to file</source>
991        <translation type="unfinished"></translation>
992    </message>
993    <message>
994        <location filename="../EditDialog.ui" line="359"/>
995        <source>Opens a file dialog used to export the contents of this database cell to a file.</source>
996        <translation type="unfinished"></translation>
997    </message>
998    <message>
999        <location filename="../EditDialog.ui" line="386"/>
1000        <source>Erases the contents of the cell</source>
1001        <translation type="unfinished"></translation>
1002    </message>
1003    <message>
1004        <location filename="../EditDialog.ui" line="383"/>
1005        <source>Set as &amp;NULL</source>
1006        <translation type="unfinished"></translation>
1007    </message>
1008    <message>
1009        <location filename="../EditDialog.ui" line="17"/>
1010        <source>This area displays information about the data present in this database cell</source>
1011        <translation type="unfinished"></translation>
1012    </message>
1013    <message>
1014        <location filename="../EditDialog.ui" line="219"/>
1015        <source>Type of data currently in cell</source>
1016        <translation type="unfinished"></translation>
1017    </message>
1018    <message>
1019        <location filename="../EditDialog.ui" line="241"/>
1020        <source>Size of data currently in table</source>
1021        <translation type="unfinished"></translation>
1022    </message>
1023    <message>
1024        <location filename="../EditDialog.ui" line="262"/>
1025        <source>Apply data to cell</source>
1026        <translation type="unfinished"></translation>
1027    </message>
1028    <message>
1029        <location filename="../EditDialog.ui" line="265"/>
1030        <source>This button saves the changes performed in the cell editor to the database cell.</source>
1031        <translation type="unfinished"></translation>
1032    </message>
1033    <message>
1034        <location filename="../EditDialog.ui" line="268"/>
1035        <source>Apply</source>
1036        <translation type="unfinished"></translation>
1037    </message>
1038    <message>
1039        <location filename="../EditDialog.ui" line="284"/>
1040        <location filename="../EditDialog.ui" line="299"/>
1041        <source>Print...</source>
1042        <translation type="unfinished"></translation>
1043    </message>
1044    <message>
1045        <location filename="../EditDialog.ui" line="287"/>
1046        <source>Open preview dialog for printing displayed image</source>
1047        <translation type="unfinished"></translation>
1048    </message>
1049    <message>
1050        <location filename="../EditDialog.ui" line="290"/>
1051        <location filename="../EditDialog.ui" line="308"/>
1052        <source>Ctrl+P</source>
1053        <translation></translation>
1054    </message>
1055    <message>
1056        <location filename="../EditDialog.ui" line="302"/>
1057        <source>Open preview dialog for printing displayed text</source>
1058        <translation type="unfinished"></translation>
1059    </message>
1060    <message>
1061        <location filename="../EditDialog.ui" line="320"/>
1062        <source>Copy Hex and ASCII</source>
1063        <translation type="unfinished"></translation>
1064    </message>
1065    <message>
1066        <location filename="../EditDialog.ui" line="323"/>
1067        <source>Copy selected hexadecimal and ASCII columns to the clipboard</source>
1068        <translation type="unfinished"></translation>
1069    </message>
1070    <message>
1071        <location filename="../EditDialog.ui" line="326"/>
1072        <source>Ctrl+Shift+C</source>
1073        <translation></translation>
1074    </message>
1075    <message>
1076        <location filename="../EditDialog.cpp" line="250"/>
1077        <location filename="../EditDialog.cpp" line="259"/>
1078        <source>Image data can&apos;t be viewed in this mode.</source>
1079        <translation type="unfinished"></translation>
1080    </message>
1081    <message>
1082        <location filename="../EditDialog.cpp" line="251"/>
1083        <location filename="../EditDialog.cpp" line="260"/>
1084        <source>Try switching to Image or Binary mode.</source>
1085        <translation type="unfinished"></translation>
1086    </message>
1087    <message>
1088        <location filename="../EditDialog.cpp" line="317"/>
1089        <location filename="../EditDialog.cpp" line="326"/>
1090        <source>Binary data can&apos;t be viewed in this mode.</source>
1091        <translation type="unfinished"></translation>
1092    </message>
1093    <message>
1094        <location filename="../EditDialog.cpp" line="318"/>
1095        <location filename="../EditDialog.cpp" line="327"/>
1096        <source>Try switching to Binary mode.</source>
1097        <translation type="unfinished"></translation>
1098    </message>
1099    <message>
1100        <location filename="../EditDialog.cpp" line="354"/>
1101        <location filename="../EditDialog.cpp" line="373"/>
1102        <source>Image files (%1)</source>
1103        <translation type="unfinished"></translation>
1104    </message>
1105    <message>
1106        <location filename="../EditDialog.cpp" line="428"/>
1107        <source>Binary files (*.bin)</source>
1108        <translation type="unfinished"></translation>
1109    </message>
1110    <message>
1111        <location filename="../EditDialog.cpp" line="385"/>
1112        <source>Choose a file to import</source>
1113        <translation type="unfinished"></translation>
1114    </message>
1115    <message>
1116        <location filename="../EditDialog.cpp" line="424"/>
1117        <source>%1 Image</source>
1118        <translation type="unfinished"></translation>
1119    </message>
1120    <message>
1121        <location filename="../EditDialog.cpp" line="462"/>
1122        <source>Choose a filename to export data</source>
1123        <translation type="unfinished"></translation>
1124    </message>
1125    <message>
1126        <location filename="../EditDialog.cpp" line="528"/>
1127        <source>Invalid data for this mode</source>
1128        <translation type="unfinished"></translation>
1129    </message>
1130    <message>
1131        <location filename="../EditDialog.cpp" line="529"/>
1132        <source>The cell contains invalid %1 data. Reason: %2. Do you really want to apply it to the cell?</source>
1133        <translation type="unfinished"></translation>
1134    </message>
1135    <message>
1136        <location filename="../EditDialog.cpp" line="862"/>
1137        <location filename="../EditDialog.cpp" line="1050"/>
1138        <source>Type of data currently in cell: Text / Numeric</source>
1139        <translation type="unfinished"></translation>
1140    </message>
1141    <message numerus="yes">
1142        <location filename="../EditDialog.cpp" line="863"/>
1143        <location filename="../EditDialog.cpp" line="1051"/>
1144        <location filename="../EditDialog.cpp" line="1059"/>
1145        <source>%n character(s)</source>
1146        <translation type="unfinished">
1147            <numerusform></numerusform>
1148        </translation>
1149    </message>
1150    <message>
1151        <location filename="../EditDialog.cpp" line="1020"/>
1152        <source>Type of data currently in cell: %1 Image</source>
1153        <translation type="unfinished"></translation>
1154    </message>
1155    <message>
1156        <location filename="../EditDialog.cpp" line="1026"/>
1157        <source>%1x%2 pixel(s)</source>
1158        <translation type="unfinished"></translation>
1159    </message>
1160    <message>
1161        <location filename="../EditDialog.cpp" line="1037"/>
1162        <source>Type of data currently in cell: NULL</source>
1163        <translation type="unfinished"></translation>
1164    </message>
1165    <message numerus="yes">
1166        <location filename="../EditDialog.cpp" line="1038"/>
1167        <location filename="../EditDialog.cpp" line="1068"/>
1168        <source>%n byte(s)</source>
1169        <translation type="unfinished">
1170            <numerusform></numerusform>
1171        </translation>
1172    </message>
1173    <message>
1174        <location filename="../EditDialog.cpp" line="1058"/>
1175        <source>Type of data currently in cell: Valid JSON</source>
1176        <translation type="unfinished"></translation>
1177    </message>
1178    <message>
1179        <location filename="../EditDialog.cpp" line="1067"/>
1180        <source>Type of data currently in cell: Binary</source>
1181        <translation type="unfinished"></translation>
1182    </message>
1183    <message>
1184        <location filename="../EditDialog.cpp" line="1221"/>
1185        <source>Couldn&apos;t save file: %1.</source>
1186        <translation type="unfinished"></translation>
1187    </message>
1188    <message>
1189        <location filename="../EditDialog.cpp" line="1246"/>
1190        <source>The data has been saved to a temporary file and has been opened with the default application. You can now edit the file and, when you are ready, apply the saved new data to the cell editor or cancel any changes.</source>
1191        <translation type="unfinished"></translation>
1192    </message>
1193</context>
1194<context>
1195    <name>EditIndexDialog</name>
1196    <message>
1197        <location filename="../EditIndexDialog.ui" line="14"/>
1198        <source>Edit Index Schema</source>
1199        <translation type="unfinished"></translation>
1200    </message>
1201    <message>
1202        <location filename="../EditIndexDialog.ui" line="26"/>
1203        <source>&amp;Name</source>
1204        <translation type="unfinished"></translation>
1205    </message>
1206    <message>
1207        <location filename="../EditIndexDialog.ui" line="39"/>
1208        <source>&amp;Table</source>
1209        <translation type="unfinished"></translation>
1210    </message>
1211    <message>
1212        <location filename="../EditIndexDialog.ui" line="52"/>
1213        <source>&amp;Unique</source>
1214        <translation type="unfinished"></translation>
1215    </message>
1216    <message>
1217        <location filename="../EditIndexDialog.ui" line="69"/>
1218        <source>For restricting the index to only a part of the table you can specify a WHERE clause here that selects the part of the table that should be indexed</source>
1219        <translation type="unfinished"></translation>
1220    </message>
1221    <message>
1222        <location filename="../EditIndexDialog.ui" line="72"/>
1223        <source>Partial inde&amp;x clause</source>
1224        <translation type="unfinished"></translation>
1225    </message>
1226    <message>
1227        <location filename="../EditIndexDialog.ui" line="85"/>
1228        <source>Colu&amp;mns</source>
1229        <translation type="unfinished"></translation>
1230    </message>
1231    <message>
1232        <location filename="../EditIndexDialog.ui" line="130"/>
1233        <source>Table column</source>
1234        <translation type="unfinished"></translation>
1235    </message>
1236    <message>
1237        <location filename="../EditIndexDialog.ui" line="135"/>
1238        <source>Type</source>
1239        <translation type="unfinished"></translation>
1240    </message>
1241    <message>
1242        <location filename="../EditIndexDialog.ui" line="172"/>
1243        <source>Add a new expression column to the index. Expression columns contain SQL expression rather than column names.</source>
1244        <translation type="unfinished"></translation>
1245    </message>
1246    <message>
1247        <location filename="../EditIndexDialog.ui" line="232"/>
1248        <source>Index column</source>
1249        <translation type="unfinished"></translation>
1250    </message>
1251    <message>
1252        <location filename="../EditIndexDialog.ui" line="237"/>
1253        <source>Order</source>
1254        <translation type="unfinished"></translation>
1255    </message>
1256    <message>
1257        <location filename="../EditIndexDialog.cpp" line="269"/>
1258        <source>Deleting the old index failed:
1259%1</source>
1260        <translation type="unfinished"></translation>
1261    </message>
1262    <message>
1263        <location filename="../EditIndexDialog.cpp" line="278"/>
1264        <source>Creating the index failed:
1265%1</source>
1266        <translation type="unfinished"></translation>
1267    </message>
1268</context>
1269<context>
1270    <name>EditTableDialog</name>
1271    <message>
1272        <location filename="../EditTableDialog.ui" line="14"/>
1273        <source>Edit table definition</source>
1274        <translation type="unfinished"></translation>
1275    </message>
1276    <message>
1277        <location filename="../EditTableDialog.ui" line="27"/>
1278        <source>Table</source>
1279        <translation type="unfinished"></translation>
1280    </message>
1281    <message>
1282        <location filename="../EditTableDialog.ui" line="43"/>
1283        <source>Advanced</source>
1284        <translation type="unfinished"></translation>
1285    </message>
1286    <message>
1287        <location filename="../EditTableDialog.ui" line="75"/>
1288        <source>Without Rowid</source>
1289        <translation type="unfinished"></translation>
1290    </message>
1291    <message>
1292        <location filename="../EditTableDialog.ui" line="85"/>
1293        <source>Make this a &apos;WITHOUT rowid&apos; table. Setting this flag requires a field of type INTEGER with the primary key flag set and the auto increment flag unset.</source>
1294        <translation type="unfinished"></translation>
1295    </message>
1296    <message>
1297        <location filename="../EditTableDialog.ui" line="106"/>
1298        <source>Fields</source>
1299        <translation type="unfinished"></translation>
1300    </message>
1301    <message>
1302        <location filename="../EditTableDialog.ui" line="62"/>
1303        <source>Database sche&amp;ma</source>
1304        <translation type="unfinished"></translation>
1305    </message>
1306    <message>
1307        <location filename="../EditTableDialog.ui" line="114"/>
1308        <source>Add</source>
1309        <translation type="unfinished"></translation>
1310    </message>
1311    <message>
1312        <location filename="../EditTableDialog.ui" line="134"/>
1313        <source>Remove</source>
1314        <translation type="unfinished"></translation>
1315    </message>
1316    <message>
1317        <location filename="../EditTableDialog.ui" line="154"/>
1318        <source>Move to top</source>
1319        <translation type="unfinished"></translation>
1320    </message>
1321    <message>
1322        <location filename="../EditTableDialog.ui" line="177"/>
1323        <source>Move up</source>
1324        <translation type="unfinished"></translation>
1325    </message>
1326    <message>
1327        <location filename="../EditTableDialog.ui" line="197"/>
1328        <source>Move down</source>
1329        <translation type="unfinished"></translation>
1330    </message>
1331    <message>
1332        <location filename="../EditTableDialog.ui" line="217"/>
1333        <source>Move to bottom</source>
1334        <translation type="unfinished"></translation>
1335    </message>
1336    <message>
1337        <location filename="../EditTableDialog.ui" line="265"/>
1338        <location filename="../EditTableDialog.ui" line="414"/>
1339        <source>Name</source>
1340        <translation type="unfinished"></translation>
1341    </message>
1342    <message>
1343        <location filename="../EditTableDialog.ui" line="270"/>
1344        <location filename="../EditTableDialog.ui" line="409"/>
1345        <source>Type</source>
1346        <translation type="unfinished"></translation>
1347    </message>
1348    <message>
1349        <location filename="../EditTableDialog.ui" line="275"/>
1350        <source>NN</source>
1351        <translation type="unfinished"></translation>
1352    </message>
1353    <message>
1354        <location filename="../EditTableDialog.ui" line="278"/>
1355        <source>Not null</source>
1356        <translation type="unfinished"></translation>
1357    </message>
1358    <message>
1359        <location filename="../EditTableDialog.ui" line="283"/>
1360        <source>PK</source>
1361        <translation type="unfinished"></translation>
1362    </message>
1363    <message>
1364        <location filename="../EditTableDialog.ui" line="286"/>
1365        <source>Primary key</source>
1366        <translation type="unfinished"></translation>
1367    </message>
1368    <message>
1369        <location filename="../EditTableDialog.ui" line="291"/>
1370        <source>AI</source>
1371        <translation type="unfinished"></translation>
1372    </message>
1373    <message>
1374        <location filename="../EditTableDialog.ui" line="294"/>
1375        <source>Autoincrement</source>
1376        <translation type="unfinished"></translation>
1377    </message>
1378    <message>
1379        <location filename="../EditTableDialog.ui" line="299"/>
1380        <source>U</source>
1381        <translation type="unfinished"></translation>
1382    </message>
1383    <message>
1384        <location filename="../EditTableDialog.ui" line="302"/>
1385        <location filename="../EditTableDialog.ui" line="481"/>
1386        <location filename="../EditTableDialog.cpp" line="274"/>
1387        <source>Unique</source>
1388        <translation type="unfinished"></translation>
1389    </message>
1390    <message>
1391        <location filename="../EditTableDialog.ui" line="307"/>
1392        <source>Default</source>
1393        <translation type="unfinished"></translation>
1394    </message>
1395    <message>
1396        <location filename="../EditTableDialog.ui" line="310"/>
1397        <source>Default value</source>
1398        <translation type="unfinished"></translation>
1399    </message>
1400    <message>
1401        <location filename="../EditTableDialog.ui" line="315"/>
1402        <location filename="../EditTableDialog.ui" line="489"/>
1403        <location filename="../EditTableDialog.cpp" line="276"/>
1404        <source>Check</source>
1405        <translation type="unfinished"></translation>
1406    </message>
1407    <message>
1408        <location filename="../EditTableDialog.ui" line="318"/>
1409        <source>Check constraint</source>
1410        <translation type="unfinished"></translation>
1411    </message>
1412    <message>
1413        <location filename="../EditTableDialog.ui" line="323"/>
1414        <source>Collation</source>
1415        <translation type="unfinished"></translation>
1416    </message>
1417    <message>
1418        <location filename="../EditTableDialog.ui" line="328"/>
1419        <location filename="../EditTableDialog.ui" line="473"/>
1420        <location filename="../EditTableDialog.cpp" line="275"/>
1421        <source>Foreign Key</source>
1422        <translation type="unfinished"></translation>
1423    </message>
1424    <message>
1425        <location filename="../EditTableDialog.ui" line="337"/>
1426        <source>Constraints</source>
1427        <translation type="unfinished"></translation>
1428    </message>
1429    <message>
1430        <location filename="../EditTableDialog.ui" line="345"/>
1431        <source>Add constraint</source>
1432        <translation type="unfinished"></translation>
1433    </message>
1434    <message>
1435        <location filename="../EditTableDialog.ui" line="368"/>
1436        <source>Remove constraint</source>
1437        <translation type="unfinished"></translation>
1438    </message>
1439    <message>
1440        <location filename="../EditTableDialog.ui" line="404"/>
1441        <source>Columns</source>
1442        <translation type="unfinished"></translation>
1443    </message>
1444    <message>
1445        <location filename="../EditTableDialog.ui" line="419"/>
1446        <source>SQL</source>
1447        <translation type="unfinished"></translation>
1448    </message>
1449    <message>
1450        <location filename="../EditTableDialog.ui" line="437"/>
1451        <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600; color:#ff0000;&quot;&gt;Warning: &lt;/span&gt;There is something with this table definition that our parser doesn&apos;t fully understand. Modifying and saving this table might result in problems.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
1452        <translation type="unfinished"></translation>
1453    </message>
1454    <message>
1455        <location filename="../EditTableDialog.ui" line="461"/>
1456        <location filename="../EditTableDialog.cpp" line="273"/>
1457        <source>Primary Key</source>
1458        <translation type="unfinished"></translation>
1459    </message>
1460    <message>
1461        <location filename="../EditTableDialog.ui" line="464"/>
1462        <source>Add a primary key constraint</source>
1463        <translation type="unfinished"></translation>
1464    </message>
1465    <message>
1466        <location filename="../EditTableDialog.ui" line="476"/>
1467        <source>Add a foreign key constraint</source>
1468        <translation type="unfinished"></translation>
1469    </message>
1470    <message>
1471        <location filename="../EditTableDialog.ui" line="484"/>
1472        <source>Add a unique constraint</source>
1473        <translation type="unfinished"></translation>
1474    </message>
1475    <message>
1476        <location filename="../EditTableDialog.ui" line="492"/>
1477        <source>Add a check constraint</source>
1478        <translation type="unfinished"></translation>
1479    </message>
1480    <message>
1481        <location filename="../EditTableDialog.cpp" line="285"/>
1482        <location filename="../EditTableDialog.cpp" line="994"/>
1483        <source>There can only be one primary key for each table. Please modify the existing primary key instead.</source>
1484        <translation type="unfinished"></translation>
1485    </message>
1486    <message>
1487        <location filename="../EditTableDialog.cpp" line="338"/>
1488        <source>Error creating table. Message from database engine:
1489%1</source>
1490        <translation type="unfinished"></translation>
1491    </message>
1492    <message>
1493        <location filename="../EditTableDialog.cpp" line="465"/>
1494        <source>There already is a field with that name. Please rename it first or choose a different name for this field.</source>
1495        <translation type="unfinished"></translation>
1496    </message>
1497    <message>
1498        <location filename="../EditTableDialog.cpp" line="492"/>
1499        <source>This column is referenced in a foreign key in table %1 and thus its name cannot be changed.</source>
1500        <translation type="unfinished"></translation>
1501    </message>
1502    <message>
1503        <location filename="../EditTableDialog.cpp" line="589"/>
1504        <source>There is at least one row with this field set to NULL. This makes it impossible to set this flag. Please change the table data first.</source>
1505        <translation type="unfinished"></translation>
1506    </message>
1507    <message>
1508        <location filename="../EditTableDialog.cpp" line="620"/>
1509        <source>There is at least one row with a non-integer value in this field. This makes it impossible to set the AI flag. Please change the table data first.</source>
1510        <translation type="unfinished"></translation>
1511    </message>
1512    <message>
1513        <location filename="../EditTableDialog.cpp" line="678"/>
1514        <source>Column &apos;%1&apos; has duplicate data.
1515</source>
1516        <translation type="unfinished"></translation>
1517    </message>
1518    <message>
1519        <location filename="../EditTableDialog.cpp" line="679"/>
1520        <source>This makes it impossible to enable the &apos;Unique&apos; flag. Please remove the duplicate data, which will allow the &apos;Unique&apos; flag to then be enabled.</source>
1521        <translation type="unfinished"></translation>
1522    </message>
1523    <message>
1524        <location filename="../EditTableDialog.cpp" line="817"/>
1525        <source>Are you sure you want to delete the field &apos;%1&apos;?
1526All data currently stored in this field will be lost.</source>
1527        <translation type="unfinished"></translation>
1528    </message>
1529    <message>
1530        <location filename="../EditTableDialog.cpp" line="939"/>
1531        <source>Please add a field which meets the following criteria before setting the without rowid flag:
1532 - Primary key flag set
1533 - Auto increment disabled</source>
1534        <translation type="unfinished"></translation>
1535    </message>
1536</context>
1537<context>
1538    <name>ExportDataDialog</name>
1539    <message>
1540        <location filename="../ExportDataDialog.ui" line="14"/>
1541        <source>Export data as CSV</source>
1542        <translation type="unfinished"></translation>
1543    </message>
1544    <message>
1545        <location filename="../ExportDataDialog.ui" line="22"/>
1546        <source>Tab&amp;le(s)</source>
1547        <translation type="unfinished"></translation>
1548    </message>
1549    <message>
1550        <location filename="../ExportDataDialog.ui" line="57"/>
1551        <source>Colu&amp;mn names in first line</source>
1552        <translation type="unfinished"></translation>
1553    </message>
1554    <message>
1555        <location filename="../ExportDataDialog.ui" line="77"/>
1556        <source>Fie&amp;ld separator</source>
1557        <translation type="unfinished"></translation>
1558    </message>
1559    <message>
1560        <location filename="../ExportDataDialog.ui" line="102"/>
1561        <source>,</source>
1562        <translation type="unfinished"></translation>
1563    </message>
1564    <message>
1565        <location filename="../ExportDataDialog.ui" line="107"/>
1566        <source>;</source>
1567        <translation type="unfinished"></translation>
1568    </message>
1569    <message>
1570        <location filename="../ExportDataDialog.ui" line="112"/>
1571        <source>Tab</source>
1572        <translation type="unfinished"></translation>
1573    </message>
1574    <message>
1575        <location filename="../ExportDataDialog.ui" line="117"/>
1576        <source>|</source>
1577        <translation type="unfinished"></translation>
1578    </message>
1579    <message>
1580        <location filename="../ExportDataDialog.ui" line="122"/>
1581        <location filename="../ExportDataDialog.ui" line="192"/>
1582        <location filename="../ExportDataDialog.ui" line="254"/>
1583        <source>Other</source>
1584        <translation type="unfinished"></translation>
1585    </message>
1586    <message>
1587        <location filename="../ExportDataDialog.ui" line="152"/>
1588        <source>&amp;Quote character</source>
1589        <translation type="unfinished"></translation>
1590    </message>
1591    <message>
1592        <location filename="../ExportDataDialog.ui" line="177"/>
1593        <source>&quot;</source>
1594        <translation type="unfinished"></translation>
1595    </message>
1596    <message>
1597        <location filename="../ExportDataDialog.ui" line="182"/>
1598        <source>&apos;</source>
1599        <translation type="unfinished"></translation>
1600    </message>
1601    <message>
1602        <location filename="../ExportDataDialog.ui" line="222"/>
1603        <source>New line characters</source>
1604        <translation type="unfinished"></translation>
1605    </message>
1606    <message>
1607        <location filename="../ExportDataDialog.ui" line="244"/>
1608        <source>Windows: CR+LF (\r\n)</source>
1609        <translation type="unfinished"></translation>
1610    </message>
1611    <message>
1612        <location filename="../ExportDataDialog.ui" line="249"/>
1613        <source>Unix: LF (\n)</source>
1614        <translation type="unfinished"></translation>
1615    </message>
1616    <message>
1617        <location filename="../ExportDataDialog.ui" line="288"/>
1618        <source>Pretty print</source>
1619        <translation type="unfinished"></translation>
1620    </message>
1621    <message>
1622        <location filename="../ExportDataDialog.cpp" line="30"/>
1623        <source>Export data as JSON</source>
1624        <translation type="unfinished"></translation>
1625    </message>
1626    <message>
1627        <location filename="../ExportDataDialog.cpp" line="125"/>
1628        <source>exporting CSV</source>
1629        <translation type="unfinished"></translation>
1630    </message>
1631    <message>
1632        <location filename="../ExportDataDialog.cpp" line="195"/>
1633        <location filename="../ExportDataDialog.cpp" line="289"/>
1634        <source>Could not open output file: %1</source>
1635        <translation type="unfinished"></translation>
1636    </message>
1637    <message>
1638        <location filename="../ExportDataDialog.cpp" line="208"/>
1639        <source>exporting JSON</source>
1640        <translation type="unfinished"></translation>
1641    </message>
1642    <message>
1643        <location filename="../ExportDataDialog.cpp" line="324"/>
1644        <location filename="../ExportDataDialog.cpp" line="351"/>
1645        <source>Choose a filename to export data</source>
1646        <translation type="unfinished"></translation>
1647    </message>
1648    <message>
1649        <location filename="../ExportDataDialog.cpp" line="340"/>
1650        <source>Please select at least 1 table.</source>
1651        <translation type="unfinished"></translation>
1652    </message>
1653    <message>
1654        <location filename="../ExportDataDialog.cpp" line="366"/>
1655        <source>Choose a directory</source>
1656        <translation type="unfinished"></translation>
1657    </message>
1658    <message>
1659        <location filename="../ExportDataDialog.cpp" line="397"/>
1660        <source>Export completed.</source>
1661        <translation type="unfinished"></translation>
1662    </message>
1663</context>
1664<context>
1665    <name>ExportSqlDialog</name>
1666    <message>
1667        <location filename="../ExportSqlDialog.ui" line="14"/>
1668        <source>Export SQL...</source>
1669        <translation type="unfinished"></translation>
1670    </message>
1671    <message>
1672        <location filename="../ExportSqlDialog.ui" line="35"/>
1673        <source>Tab&amp;le(s)</source>
1674        <translation type="unfinished"></translation>
1675    </message>
1676    <message>
1677        <location filename="../ExportSqlDialog.ui" line="63"/>
1678        <source>Select All</source>
1679        <translation type="unfinished"></translation>
1680    </message>
1681    <message>
1682        <location filename="../ExportSqlDialog.ui" line="70"/>
1683        <source>Deselect All</source>
1684        <translation type="unfinished"></translation>
1685    </message>
1686    <message>
1687        <location filename="../ExportSqlDialog.ui" line="79"/>
1688        <source>&amp;Options</source>
1689        <translation type="unfinished"></translation>
1690    </message>
1691    <message>
1692        <location filename="../ExportSqlDialog.ui" line="85"/>
1693        <source>Keep column names in INSERT INTO</source>
1694        <translation type="unfinished"></translation>
1695    </message>
1696    <message>
1697        <location filename="../ExportSqlDialog.ui" line="95"/>
1698        <source>Multiple rows (VALUES) per INSERT statement</source>
1699        <translation type="unfinished"></translation>
1700    </message>
1701    <message>
1702        <location filename="../ExportSqlDialog.ui" line="116"/>
1703        <source>Export everything</source>
1704        <translation type="unfinished"></translation>
1705    </message>
1706    <message>
1707        <location filename="../ExportSqlDialog.ui" line="121"/>
1708        <source>Export schema only</source>
1709        <translation type="unfinished"></translation>
1710    </message>
1711    <message>
1712        <location filename="../ExportSqlDialog.ui" line="126"/>
1713        <source>Export data only</source>
1714        <translation type="unfinished"></translation>
1715    </message>
1716    <message>
1717        <location filename="../ExportSqlDialog.ui" line="135"/>
1718        <source>Keep old schema (CREATE TABLE IF NOT EXISTS)</source>
1719        <translation type="unfinished"></translation>
1720    </message>
1721    <message>
1722        <location filename="../ExportSqlDialog.ui" line="140"/>
1723        <source>Overwrite old schema (DROP TABLE, then CREATE TABLE)</source>
1724        <translation type="unfinished"></translation>
1725    </message>
1726    <message>
1727        <location filename="../ExportSqlDialog.cpp" line="75"/>
1728        <source>Please select at least one table.</source>
1729        <translation type="unfinished"></translation>
1730    </message>
1731    <message>
1732        <location filename="../ExportSqlDialog.cpp" line="89"/>
1733        <source>Choose a filename to export</source>
1734        <translation type="unfinished"></translation>
1735    </message>
1736    <message>
1737        <location filename="../ExportSqlDialog.cpp" line="118"/>
1738        <source>Export completed.</source>
1739        <translation type="unfinished"></translation>
1740    </message>
1741    <message>
1742        <location filename="../ExportSqlDialog.cpp" line="120"/>
1743        <source>Export cancelled or failed.</source>
1744        <translation type="unfinished"></translation>
1745    </message>
1746</context>
1747<context>
1748    <name>ExtendedScintilla</name>
1749    <message>
1750        <location filename="../ExtendedScintilla.cpp" line="62"/>
1751        <location filename="../ExtendedScintilla.cpp" line="283"/>
1752        <source>Ctrl+H</source>
1753        <translation></translation>
1754    </message>
1755    <message>
1756        <location filename="../ExtendedScintilla.cpp" line="64"/>
1757        <source>Ctrl+F</source>
1758        <translation></translation>
1759    </message>
1760    <message>
1761        <location filename="../ExtendedScintilla.cpp" line="77"/>
1762        <location filename="../ExtendedScintilla.cpp" line="287"/>
1763        <source>Ctrl+P</source>
1764        <translation></translation>
1765    </message>
1766    <message>
1767        <location filename="../ExtendedScintilla.cpp" line="277"/>
1768        <source>Find...</source>
1769        <translation type="unfinished"></translation>
1770    </message>
1771    <message>
1772        <location filename="../ExtendedScintilla.cpp" line="282"/>
1773        <source>Find and Replace...</source>
1774        <translation type="unfinished"></translation>
1775    </message>
1776    <message>
1777        <location filename="../ExtendedScintilla.cpp" line="286"/>
1778        <source>Print...</source>
1779        <translation type="unfinished"></translation>
1780    </message>
1781</context>
1782<context>
1783    <name>ExtendedTableWidget</name>
1784    <message>
1785        <location filename="../ExtendedTableWidget.cpp" line="249"/>
1786        <source>Use as Exact Filter</source>
1787        <translation type="unfinished"></translation>
1788    </message>
1789    <message>
1790        <location filename="../ExtendedTableWidget.cpp" line="250"/>
1791        <source>Containing</source>
1792        <translation type="unfinished"></translation>
1793    </message>
1794    <message>
1795        <location filename="../ExtendedTableWidget.cpp" line="251"/>
1796        <source>Not containing</source>
1797        <translation type="unfinished"></translation>
1798    </message>
1799    <message>
1800        <location filename="../ExtendedTableWidget.cpp" line="252"/>
1801        <source>Not equal to</source>
1802        <translation type="unfinished"></translation>
1803    </message>
1804    <message>
1805        <location filename="../ExtendedTableWidget.cpp" line="253"/>
1806        <source>Greater than</source>
1807        <translation type="unfinished"></translation>
1808    </message>
1809    <message>
1810        <location filename="../ExtendedTableWidget.cpp" line="254"/>
1811        <source>Less than</source>
1812        <translation type="unfinished"></translation>
1813    </message>
1814    <message>
1815        <location filename="../ExtendedTableWidget.cpp" line="255"/>
1816        <source>Greater or equal</source>
1817        <translation type="unfinished"></translation>
1818    </message>
1819    <message>
1820        <location filename="../ExtendedTableWidget.cpp" line="256"/>
1821        <source>Less or equal</source>
1822        <translation type="unfinished"></translation>
1823    </message>
1824    <message>
1825        <location filename="../ExtendedTableWidget.cpp" line="257"/>
1826        <source>Between this and...</source>
1827        <translation type="unfinished"></translation>
1828    </message>
1829    <message>
1830        <location filename="../ExtendedTableWidget.cpp" line="258"/>
1831        <source>Regular expression</source>
1832        <translation type="unfinished"></translation>
1833    </message>
1834    <message>
1835        <location filename="../ExtendedTableWidget.cpp" line="259"/>
1836        <source>Edit Conditional Formats...</source>
1837        <translation type="unfinished"></translation>
1838    </message>
1839    <message>
1840        <location filename="../ExtendedTableWidget.cpp" line="261"/>
1841        <source>Set to NULL</source>
1842        <translation type="unfinished"></translation>
1843    </message>
1844    <message>
1845        <location filename="../ExtendedTableWidget.cpp" line="262"/>
1846        <source>Copy</source>
1847        <translation type="unfinished"></translation>
1848    </message>
1849    <message>
1850        <location filename="../ExtendedTableWidget.cpp" line="263"/>
1851        <source>Copy with Headers</source>
1852        <translation type="unfinished"></translation>
1853    </message>
1854    <message>
1855        <location filename="../ExtendedTableWidget.cpp" line="264"/>
1856        <source>Copy as SQL</source>
1857        <translation type="unfinished"></translation>
1858    </message>
1859    <message>
1860        <location filename="../ExtendedTableWidget.cpp" line="265"/>
1861        <source>Paste</source>
1862        <translation type="unfinished"></translation>
1863    </message>
1864    <message>
1865        <location filename="../ExtendedTableWidget.cpp" line="266"/>
1866        <source>Print...</source>
1867        <translation type="unfinished"></translation>
1868    </message>
1869    <message>
1870        <location filename="../ExtendedTableWidget.cpp" line="269"/>
1871        <source>Use in Filter Expression</source>
1872        <translation type="unfinished"></translation>
1873    </message>
1874    <message>
1875        <location filename="../ExtendedTableWidget.cpp" line="298"/>
1876        <source>Alt+Del</source>
1877        <translation></translation>
1878    </message>
1879    <message>
1880        <location filename="../ExtendedTableWidget.cpp" line="300"/>
1881        <source>Ctrl+Shift+C</source>
1882        <translation></translation>
1883    </message>
1884    <message>
1885        <location filename="../ExtendedTableWidget.cpp" line="301"/>
1886        <source>Ctrl+Alt+C</source>
1887        <translation></translation>
1888    </message>
1889    <message>
1890        <location filename="../ExtendedTableWidget.cpp" line="692"/>
1891        <source>The content of the clipboard is bigger than the range selected.
1892Do you want to insert it anyway?</source>
1893        <translation type="unfinished"></translation>
1894    </message>
1895    <message>
1896        <location filename="../ExtendedTableWidget.cpp" line="996"/>
1897        <source>&lt;p&gt;Not all data has been loaded. &lt;b&gt;Do you want to load all data before selecting all the rows?&lt;/b&gt;&lt;p&gt;&lt;p&gt;Answering &lt;b&gt;No&lt;/b&gt; means that no more data will be loaded and the selection will not be performed.&lt;br/&gt;Answering &lt;b&gt;Yes&lt;/b&gt; might take some time while the data is loaded but the selection will be complete.&lt;/p&gt;Warning: Loading all the data might require a great amount of memory for big tables.</source>
1898        <translation type="unfinished"></translation>
1899    </message>
1900    <message>
1901        <location filename="../ExtendedTableWidget.cpp" line="1073"/>
1902        <source>Cannot set selection to NULL. Column %1 has a NOT NULL constraint.</source>
1903        <translation type="unfinished"></translation>
1904    </message>
1905</context>
1906<context>
1907    <name>FileExtensionManager</name>
1908    <message>
1909        <location filename="../FileExtensionManager.ui" line="14"/>
1910        <source>File Extension Manager</source>
1911        <translation type="unfinished"></translation>
1912    </message>
1913    <message>
1914        <location filename="../FileExtensionManager.ui" line="22"/>
1915        <source>&amp;Up</source>
1916        <translation type="unfinished"></translation>
1917    </message>
1918    <message>
1919        <location filename="../FileExtensionManager.ui" line="33"/>
1920        <source>&amp;Down</source>
1921        <translation type="unfinished"></translation>
1922    </message>
1923    <message>
1924        <location filename="../FileExtensionManager.ui" line="57"/>
1925        <source>&amp;Add</source>
1926        <translation type="unfinished"></translation>
1927    </message>
1928    <message>
1929        <location filename="../FileExtensionManager.ui" line="68"/>
1930        <source>&amp;Remove</source>
1931        <translation type="unfinished"></translation>
1932    </message>
1933    <message>
1934        <location filename="../FileExtensionManager.ui" line="94"/>
1935        <location filename="../FileExtensionManager.cpp" line="43"/>
1936        <source>Description</source>
1937        <translation type="unfinished"></translation>
1938    </message>
1939    <message>
1940        <location filename="../FileExtensionManager.ui" line="99"/>
1941        <source>Extensions</source>
1942        <translation type="unfinished"></translation>
1943    </message>
1944    <message>
1945        <location filename="../FileExtensionManager.cpp" line="44"/>
1946        <source>*.extension</source>
1947        <translation type="unfinished"></translation>
1948    </message>
1949</context>
1950<context>
1951    <name>FilterLineEdit</name>
1952    <message>
1953        <location filename="../FilterLineEdit.cpp" line="15"/>
1954        <source>Filter</source>
1955        <translation type="unfinished"></translation>
1956    </message>
1957    <message>
1958        <location filename="../FilterLineEdit.cpp" line="29"/>
1959        <source>These input fields allow you to perform quick filters in the currently selected table.
1960By default, the rows containing the input text are filtered out.
1961The following operators are also supported:
1962%	Wildcard
1963&gt;	Greater than
1964&lt;	Less than
1965&gt;=	Equal to or greater
1966&lt;=	Equal to or less
1967=	Equal to: exact match
1968&lt;&gt;	Unequal: exact inverse match
1969x~y	Range: values between x and y
1970/regexp/	Values matching the regular expression</source>
1971        <translation type="unfinished"></translation>
1972    </message>
1973    <message>
1974        <location filename="../FilterLineEdit.cpp" line="186"/>
1975        <source>Clear All Conditional Formats</source>
1976        <translation type="unfinished"></translation>
1977    </message>
1978    <message>
1979        <location filename="../FilterLineEdit.cpp" line="191"/>
1980        <source>Use for Conditional Format</source>
1981        <translation type="unfinished"></translation>
1982    </message>
1983    <message>
1984        <location filename="../FilterLineEdit.cpp" line="116"/>
1985        <source>Set Filter Expression</source>
1986        <translation type="unfinished"></translation>
1987    </message>
1988    <message>
1989        <location filename="../FilterLineEdit.cpp" line="118"/>
1990        <source>What&apos;s This?</source>
1991        <translation type="unfinished"></translation>
1992    </message>
1993    <message>
1994        <location filename="../FilterLineEdit.cpp" line="123"/>
1995        <source>Is NULL</source>
1996        <translation type="unfinished"></translation>
1997    </message>
1998    <message>
1999        <location filename="../FilterLineEdit.cpp" line="128"/>
2000        <source>Is not NULL</source>
2001        <translation type="unfinished"></translation>
2002    </message>
2003    <message>
2004        <location filename="../FilterLineEdit.cpp" line="133"/>
2005        <source>Is empty</source>
2006        <translation type="unfinished"></translation>
2007    </message>
2008    <message>
2009        <location filename="../FilterLineEdit.cpp" line="138"/>
2010        <source>Is not empty</source>
2011        <translation type="unfinished"></translation>
2012    </message>
2013    <message>
2014        <location filename="../FilterLineEdit.cpp" line="143"/>
2015        <source>Not containing...</source>
2016        <translation type="unfinished"></translation>
2017    </message>
2018    <message>
2019        <location filename="../FilterLineEdit.cpp" line="147"/>
2020        <source>Equal to...</source>
2021        <translation type="unfinished"></translation>
2022    </message>
2023    <message>
2024        <location filename="../FilterLineEdit.cpp" line="151"/>
2025        <source>Not equal to...</source>
2026        <translation type="unfinished"></translation>
2027    </message>
2028    <message>
2029        <location filename="../FilterLineEdit.cpp" line="155"/>
2030        <source>Greater than...</source>
2031        <translation type="unfinished"></translation>
2032    </message>
2033    <message>
2034        <location filename="../FilterLineEdit.cpp" line="159"/>
2035        <source>Less than...</source>
2036        <translation type="unfinished"></translation>
2037    </message>
2038    <message>
2039        <location filename="../FilterLineEdit.cpp" line="163"/>
2040        <source>Greater or equal...</source>
2041        <translation type="unfinished"></translation>
2042    </message>
2043    <message>
2044        <location filename="../FilterLineEdit.cpp" line="167"/>
2045        <source>Less or equal...</source>
2046        <translation type="unfinished"></translation>
2047    </message>
2048    <message>
2049        <location filename="../FilterLineEdit.cpp" line="171"/>
2050        <source>In range...</source>
2051        <translation type="unfinished"></translation>
2052    </message>
2053    <message>
2054        <location filename="../FilterLineEdit.cpp" line="176"/>
2055        <source>Regular expression...</source>
2056        <translation type="unfinished"></translation>
2057    </message>
2058    <message>
2059        <location filename="../FilterLineEdit.cpp" line="196"/>
2060        <source>Edit Conditional Formats...</source>
2061        <translation type="unfinished"></translation>
2062    </message>
2063</context>
2064<context>
2065    <name>FindReplaceDialog</name>
2066    <message>
2067        <location filename="../FindReplaceDialog.ui" line="14"/>
2068        <source>Find and Replace</source>
2069        <translation type="unfinished"></translation>
2070    </message>
2071    <message>
2072        <location filename="../FindReplaceDialog.ui" line="43"/>
2073        <source>Fi&amp;nd text:</source>
2074        <translation type="unfinished"></translation>
2075    </message>
2076    <message>
2077        <location filename="../FindReplaceDialog.ui" line="56"/>
2078        <source>Re&amp;place with:</source>
2079        <translation type="unfinished"></translation>
2080    </message>
2081    <message>
2082        <location filename="../FindReplaceDialog.ui" line="69"/>
2083        <source>Match &amp;exact case</source>
2084        <translation type="unfinished"></translation>
2085    </message>
2086    <message>
2087        <location filename="../FindReplaceDialog.ui" line="79"/>
2088        <source>Match &amp;only whole words</source>
2089        <translation type="unfinished"></translation>
2090    </message>
2091    <message>
2092        <location filename="../FindReplaceDialog.ui" line="86"/>
2093        <source>When enabled, the search continues from the other end when it reaches one end of the page</source>
2094        <translation type="unfinished"></translation>
2095    </message>
2096    <message>
2097        <location filename="../FindReplaceDialog.ui" line="89"/>
2098        <source>&amp;Wrap around</source>
2099        <translation type="unfinished"></translation>
2100    </message>
2101    <message>
2102        <location filename="../FindReplaceDialog.ui" line="96"/>
2103        <source>When set, the search goes backwards from cursor position, otherwise it goes forward</source>
2104        <translation type="unfinished"></translation>
2105    </message>
2106    <message>
2107        <location filename="../FindReplaceDialog.ui" line="99"/>
2108        <source>Search &amp;backwards</source>
2109        <translation type="unfinished"></translation>
2110    </message>
2111    <message>
2112        <location filename="../FindReplaceDialog.ui" line="106"/>
2113        <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;When checked, the pattern to find is searched only in the current selection.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
2114        <translation type="unfinished"></translation>
2115    </message>
2116    <message>
2117        <location filename="../FindReplaceDialog.ui" line="109"/>
2118        <source>&amp;Selection only</source>
2119        <translation type="unfinished"></translation>
2120    </message>
2121    <message>
2122        <location filename="../FindReplaceDialog.ui" line="116"/>
2123        <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;When checked, the pattern to find is interpreted as a UNIX regular expression. See &lt;a href=&quot;https://en.wikibooks.org/wiki/Regular_Expressions&quot;&gt;Regular Expression in Wikibooks&lt;/a&gt;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
2124        <translation type="unfinished"></translation>
2125    </message>
2126    <message>
2127        <location filename="../FindReplaceDialog.ui" line="119"/>
2128        <source>Use regular e&amp;xpressions</source>
2129        <translation type="unfinished"></translation>
2130    </message>
2131    <message>
2132        <location filename="../FindReplaceDialog.ui" line="139"/>
2133        <source>Find the next occurrence from the cursor position and in the direction set by &quot;Search backwards&quot;</source>
2134        <translation type="unfinished"></translation>
2135    </message>
2136    <message>
2137        <location filename="../FindReplaceDialog.ui" line="142"/>
2138        <source>&amp;Find Next</source>
2139        <translation type="unfinished"></translation>
2140    </message>
2141    <message>
2142        <location filename="../FindReplaceDialog.ui" line="145"/>
2143        <source>F3</source>
2144        <translation></translation>
2145    </message>
2146    <message>
2147        <location filename="../FindReplaceDialog.ui" line="152"/>
2148        <source>&amp;Replace</source>
2149        <translation type="unfinished"></translation>
2150    </message>
2151    <message>
2152        <location filename="../FindReplaceDialog.ui" line="159"/>
2153        <source>Highlight all the occurrences of the text in the page</source>
2154        <translation type="unfinished"></translation>
2155    </message>
2156    <message>
2157        <location filename="../FindReplaceDialog.ui" line="162"/>
2158        <source>F&amp;ind All</source>
2159        <translation type="unfinished"></translation>
2160    </message>
2161    <message>
2162        <location filename="../FindReplaceDialog.ui" line="169"/>
2163        <source>Replace all the occurrences of the text in the page</source>
2164        <translation type="unfinished"></translation>
2165    </message>
2166    <message>
2167        <location filename="../FindReplaceDialog.ui" line="172"/>
2168        <source>Replace &amp;All</source>
2169        <translation type="unfinished"></translation>
2170    </message>
2171    <message>
2172        <location filename="../FindReplaceDialog.cpp" line="86"/>
2173        <source>The searched text was not found</source>
2174        <translation type="unfinished"></translation>
2175    </message>
2176    <message>
2177        <location filename="../FindReplaceDialog.cpp" line="158"/>
2178        <source>The searched text was not found.</source>
2179        <translation type="unfinished"></translation>
2180    </message>
2181    <message>
2182        <location filename="../FindReplaceDialog.cpp" line="162"/>
2183        <source>The searched text was replaced one time.</source>
2184        <translation type="unfinished"></translation>
2185    </message>
2186    <message>
2187        <location filename="../FindReplaceDialog.cpp" line="164"/>
2188        <source>The searched text was found one time.</source>
2189        <translation type="unfinished"></translation>
2190    </message>
2191    <message>
2192        <location filename="../FindReplaceDialog.cpp" line="168"/>
2193        <source>The searched text was replaced %1 times.</source>
2194        <translation type="unfinished"></translation>
2195    </message>
2196    <message>
2197        <location filename="../FindReplaceDialog.cpp" line="170"/>
2198        <source>The searched text was found %1 times.</source>
2199        <translation type="unfinished"></translation>
2200    </message>
2201</context>
2202<context>
2203    <name>ForeignKeyEditor</name>
2204    <message>
2205        <location filename="../ForeignKeyEditorDelegate.cpp" line="19"/>
2206        <source>&amp;Reset</source>
2207        <translation type="unfinished"></translation>
2208    </message>
2209    <message>
2210        <location filename="../ForeignKeyEditorDelegate.cpp" line="22"/>
2211        <source>Foreign key clauses (ON UPDATE, ON DELETE etc.)</source>
2212        <translation type="unfinished"></translation>
2213    </message>
2214</context>
2215<context>
2216    <name>ImportCsvDialog</name>
2217    <message>
2218        <location filename="../ImportCsvDialog.ui" line="14"/>
2219        <source>Import CSV file</source>
2220        <translation type="unfinished"></translation>
2221    </message>
2222    <message>
2223        <location filename="../ImportCsvDialog.ui" line="25"/>
2224        <source>Table na&amp;me</source>
2225        <translation type="unfinished"></translation>
2226    </message>
2227    <message>
2228        <location filename="../ImportCsvDialog.ui" line="38"/>
2229        <source>&amp;Column names in first line</source>
2230        <translation type="unfinished"></translation>
2231    </message>
2232    <message>
2233        <location filename="../ImportCsvDialog.ui" line="55"/>
2234        <source>Field &amp;separator</source>
2235        <translation type="unfinished"></translation>
2236    </message>
2237    <message>
2238        <location filename="../ImportCsvDialog.ui" line="68"/>
2239        <source>,</source>
2240        <translation type="unfinished"></translation>
2241    </message>
2242    <message>
2243        <location filename="../ImportCsvDialog.ui" line="73"/>
2244        <source>;</source>
2245        <translation type="unfinished"></translation>
2246    </message>
2247    <message>
2248        <location filename="../ImportCsvDialog.ui" line="78"/>
2249        <location filename="../ImportCsvDialog.cpp" line="777"/>
2250        <source>Tab</source>
2251        <translation type="unfinished"></translation>
2252    </message>
2253    <message>
2254        <location filename="../ImportCsvDialog.ui" line="83"/>
2255        <source>|</source>
2256        <translation type="unfinished"></translation>
2257    </message>
2258    <message>
2259        <location filename="../ImportCsvDialog.ui" line="228"/>
2260        <source>Other</source>
2261        <translation type="unfinished"></translation>
2262    </message>
2263    <message>
2264        <location filename="../ImportCsvDialog.ui" line="130"/>
2265        <source>&amp;Quote character</source>
2266        <translation type="unfinished"></translation>
2267    </message>
2268    <message>
2269        <location filename="../ImportCsvDialog.ui" line="88"/>
2270        <location filename="../ImportCsvDialog.ui" line="158"/>
2271        <source>Other (printable)</source>
2272        <translation type="unfinished"></translation>
2273    </message>
2274    <message>
2275        <location filename="../ImportCsvDialog.ui" line="93"/>
2276        <location filename="../ImportCsvDialog.ui" line="163"/>
2277        <source>Other (code)</source>
2278        <translation type="unfinished"></translation>
2279    </message>
2280    <message>
2281        <location filename="../ImportCsvDialog.ui" line="143"/>
2282        <source>&quot;</source>
2283        <translation type="unfinished"></translation>
2284    </message>
2285    <message>
2286        <location filename="../ImportCsvDialog.ui" line="148"/>
2287        <source>&apos;</source>
2288        <translation type="unfinished"></translation>
2289    </message>
2290    <message>
2291        <location filename="../ImportCsvDialog.ui" line="200"/>
2292        <source>&amp;Encoding</source>
2293        <translation type="unfinished"></translation>
2294    </message>
2295    <message>
2296        <location filename="../ImportCsvDialog.ui" line="213"/>
2297        <source>UTF-8</source>
2298        <translation type="unfinished"></translation>
2299    </message>
2300    <message>
2301        <location filename="../ImportCsvDialog.ui" line="218"/>
2302        <source>UTF-16</source>
2303        <translation type="unfinished"></translation>
2304    </message>
2305    <message>
2306        <location filename="../ImportCsvDialog.ui" line="223"/>
2307        <source>ISO-8859-1</source>
2308        <translation type="unfinished"></translation>
2309    </message>
2310    <message>
2311        <location filename="../ImportCsvDialog.ui" line="254"/>
2312        <source>Trim fields?</source>
2313        <translation type="unfinished"></translation>
2314    </message>
2315    <message>
2316        <location filename="../ImportCsvDialog.ui" line="274"/>
2317        <source>Separate tables</source>
2318        <translation type="unfinished"></translation>
2319    </message>
2320    <message>
2321        <location filename="../ImportCsvDialog.ui" line="291"/>
2322        <source>Advanced</source>
2323        <translation type="unfinished"></translation>
2324    </message>
2325    <message>
2326        <location filename="../ImportCsvDialog.ui" line="305"/>
2327        <source>When importing an empty value from the CSV file into an existing table with a default value for this column, that default value is inserted. Activate this option to insert an empty value instead.</source>
2328        <translation type="unfinished"></translation>
2329    </message>
2330    <message>
2331        <location filename="../ImportCsvDialog.ui" line="312"/>
2332        <source>Ignore default &amp;values</source>
2333        <translation type="unfinished"></translation>
2334    </message>
2335    <message>
2336        <location filename="../ImportCsvDialog.ui" line="322"/>
2337        <source>Activate this option to stop the import when trying to import an empty value into a NOT NULL column without a default value.</source>
2338        <translation type="unfinished"></translation>
2339    </message>
2340    <message>
2341        <location filename="../ImportCsvDialog.ui" line="329"/>
2342        <source>Fail on missing values </source>
2343        <translation type="unfinished"></translation>
2344    </message>
2345    <message>
2346        <location filename="../ImportCsvDialog.ui" line="339"/>
2347        <source>Disable data type detection</source>
2348        <translation type="unfinished"></translation>
2349    </message>
2350    <message>
2351        <location filename="../ImportCsvDialog.ui" line="349"/>
2352        <source>Disable the automatic data type detection when creating a new table.</source>
2353        <translation type="unfinished"></translation>
2354    </message>
2355    <message>
2356        <location filename="../ImportCsvDialog.ui" line="356"/>
2357        <source>When importing into an existing table with a primary key, unique constraints or a unique index there is a chance for a conflict. This option allows you to select a strategy for that case: By default the import is aborted and rolled back but you can also choose to ignore and not import conflicting rows or to replace the existing row in the table.</source>
2358        <translation type="unfinished"></translation>
2359    </message>
2360    <message>
2361        <location filename="../ImportCsvDialog.ui" line="360"/>
2362        <source>Abort import</source>
2363        <translation type="unfinished"></translation>
2364    </message>
2365    <message>
2366        <location filename="../ImportCsvDialog.ui" line="365"/>
2367        <source>Ignore row</source>
2368        <translation type="unfinished"></translation>
2369    </message>
2370    <message>
2371        <location filename="../ImportCsvDialog.ui" line="370"/>
2372        <source>Replace existing row</source>
2373        <translation type="unfinished"></translation>
2374    </message>
2375    <message>
2376        <location filename="../ImportCsvDialog.ui" line="378"/>
2377        <source>Conflict strategy</source>
2378        <translation type="unfinished"></translation>
2379    </message>
2380    <message>
2381        <location filename="../ImportCsvDialog.ui" line="429"/>
2382        <location filename="../ImportCsvDialog.cpp" line="335"/>
2383        <source>Deselect All</source>
2384        <translation type="unfinished"></translation>
2385    </message>
2386    <message>
2387        <location filename="../ImportCsvDialog.ui" line="445"/>
2388        <source>Match Similar</source>
2389        <translation type="unfinished"></translation>
2390    </message>
2391    <message>
2392        <location filename="../ImportCsvDialog.cpp" line="335"/>
2393        <source>Select All</source>
2394        <translation type="unfinished"></translation>
2395    </message>
2396    <message>
2397        <location filename="../ImportCsvDialog.cpp" line="504"/>
2398        <source>There is already a table named &apos;%1&apos; and an import into an existing table is only possible if the number of columns match.</source>
2399        <translation type="unfinished"></translation>
2400    </message>
2401    <message>
2402        <location filename="../ImportCsvDialog.cpp" line="511"/>
2403        <source>There is already a table named &apos;%1&apos;. Do you want to import the data into it?</source>
2404        <translation type="unfinished"></translation>
2405    </message>
2406    <message>
2407        <location filename="../ImportCsvDialog.cpp" line="538"/>
2408        <source>Creating restore point failed: %1</source>
2409        <translation type="unfinished"></translation>
2410    </message>
2411    <message>
2412        <location filename="../ImportCsvDialog.cpp" line="551"/>
2413        <source>Creating the table failed: %1</source>
2414        <translation type="unfinished"></translation>
2415    </message>
2416    <message>
2417        <location filename="../ImportCsvDialog.cpp" line="612"/>
2418        <source>importing CSV</source>
2419        <translation type="unfinished"></translation>
2420    </message>
2421    <message>
2422        <location filename="../ImportCsvDialog.cpp" line="685"/>
2423        <source>Inserting row failed: %1</source>
2424        <translation type="unfinished"></translation>
2425    </message>
2426    <message>
2427        <location filename="../ImportCsvDialog.cpp" line="695"/>
2428        <source>Importing the file &apos;%1&apos; took %2ms. Of this %3ms were spent in the row function.</source>
2429        <translation type="unfinished"></translation>
2430    </message>
2431</context>
2432<context>
2433    <name>MainWindow</name>
2434    <message>
2435        <location filename="../MainWindow.ui" line="14"/>
2436        <source>DB Browser for SQLite</source>
2437        <translation type="unfinished"></translation>
2438    </message>
2439    <message>
2440        <location filename="../MainWindow.ui" line="50"/>
2441        <location filename="../MainWindow.ui" line="53"/>
2442        <source>Database Structure</source>
2443        <extracomment>This has to be equal to the tab title in all the main tabs</extracomment>
2444        <translation type="unfinished"></translation>
2445    </message>
2446    <message>
2447        <location filename="../MainWindow.ui" line="93"/>
2448        <source>This is the structure of the opened database.
2449You can drag SQL statements from an object row and drop them into other applications or into another instance of &apos;DB Browser for SQLite&apos;.
2450</source>
2451        <translation type="unfinished"></translation>
2452    </message>
2453    <message>
2454        <location filename="../MainWindow.ui" line="118"/>
2455        <location filename="../MainWindow.ui" line="121"/>
2456        <source>Browse Data</source>
2457        <extracomment>This has to be equal to the tab title in all the main tabs</extracomment>
2458        <translation type="unfinished"></translation>
2459    </message>
2460    <message>
2461        <location filename="../MainWindow.ui" line="146"/>
2462        <location filename="../MainWindow.ui" line="149"/>
2463        <source>Edit Pragmas</source>
2464        <extracomment>This has to be equal to the tab title in all the main tabs</extracomment>
2465        <translation type="unfinished"></translation>
2466    </message>
2467    <message>
2468        <location filename="../MainWindow.ui" line="256"/>
2469        <source>Warning: this pragma is not readable and this value has been inferred. Writing the pragma might overwrite a redefined LIKE provided by an SQLite extension.</source>
2470        <translation type="unfinished"></translation>
2471    </message>
2472    <message>
2473        <location filename="../MainWindow.ui" line="679"/>
2474        <location filename="../MainWindow.ui" line="682"/>
2475        <source>Execute SQL</source>
2476        <extracomment>This has to be equal to the tab title in all the main tabs</extracomment>
2477        <translation type="unfinished"></translation>
2478    </message>
2479    <message>
2480        <location filename="../MainWindow.ui" line="703"/>
2481        <source>toolBar1</source>
2482        <translation type="unfinished"></translation>
2483    </message>
2484    <message>
2485        <location filename="../MainWindow.ui" line="752"/>
2486        <source>&amp;File</source>
2487        <translation type="unfinished"></translation>
2488    </message>
2489    <message>
2490        <location filename="../MainWindow.ui" line="756"/>
2491        <source>&amp;Import</source>
2492        <translation type="unfinished"></translation>
2493    </message>
2494    <message>
2495        <location filename="../MainWindow.ui" line="763"/>
2496        <source>&amp;Export</source>
2497        <translation type="unfinished"></translation>
2498    </message>
2499    <message>
2500        <location filename="../MainWindow.ui" line="792"/>
2501        <source>&amp;Edit</source>
2502        <translation type="unfinished"></translation>
2503    </message>
2504    <message>
2505        <location filename="../MainWindow.ui" line="804"/>
2506        <source>&amp;View</source>
2507        <translation type="unfinished"></translation>
2508    </message>
2509    <message>
2510        <location filename="../MainWindow.ui" line="813"/>
2511        <source>&amp;Help</source>
2512        <translation type="unfinished"></translation>
2513    </message>
2514    <message>
2515        <location filename="../MainWindow.ui" line="829"/>
2516        <source>&amp;Tools</source>
2517        <translation type="unfinished"></translation>
2518    </message>
2519    <message>
2520        <location filename="../MainWindow.ui" line="850"/>
2521        <source>DB Toolbar</source>
2522        <translation type="unfinished"></translation>
2523    </message>
2524    <message>
2525        <location filename="../MainWindow.ui" line="869"/>
2526        <source>Edit Database &amp;Cell</source>
2527        <translation type="unfinished"></translation>
2528    </message>
2529    <message>
2530        <location filename="../MainWindow.ui" line="881"/>
2531        <source>SQL &amp;Log</source>
2532        <translation type="unfinished"></translation>
2533    </message>
2534    <message>
2535        <location filename="../MainWindow.ui" line="899"/>
2536        <source>Show S&amp;QL submitted by</source>
2537        <translation type="unfinished"></translation>
2538    </message>
2539    <message>
2540        <location filename="../MainWindow.ui" line="916"/>
2541        <source>User</source>
2542        <translation type="unfinished"></translation>
2543    </message>
2544    <message>
2545        <location filename="../MainWindow.ui" line="921"/>
2546        <source>Application</source>
2547        <translation type="unfinished"></translation>
2548    </message>
2549    <message>
2550        <location filename="../MainWindow.ui" line="926"/>
2551        <source>Error Log</source>
2552        <translation type="unfinished"></translation>
2553    </message>
2554    <message>
2555        <location filename="../MainWindow.ui" line="953"/>
2556        <source>This button clears the contents of the SQL logs</source>
2557        <translation type="unfinished"></translation>
2558    </message>
2559    <message>
2560        <location filename="../MainWindow.ui" line="956"/>
2561        <source>&amp;Clear</source>
2562        <translation type="unfinished"></translation>
2563    </message>
2564    <message>
2565        <location filename="../MainWindow.ui" line="965"/>
2566        <source>This panel lets you examine a log of all SQL commands issued by the application or by yourself</source>
2567        <translation type="unfinished"></translation>
2568    </message>
2569    <message>
2570        <location filename="../MainWindow.ui" line="1013"/>
2571        <source>&amp;Plot</source>
2572        <translation type="unfinished"></translation>
2573    </message>
2574    <message>
2575        <location filename="../MainWindow.ui" line="1024"/>
2576        <source>DB Sche&amp;ma</source>
2577        <translation type="unfinished"></translation>
2578    </message>
2579    <message>
2580        <location filename="../MainWindow.ui" line="1037"/>
2581        <source>This is the structure of the opened database.
2582You can drag multiple object names from the Name column and drop them into the SQL editor and you can adjust the properties of the dropped names using the context menu. This would help you in composing SQL statements.
2583You can drag SQL statements from the Schema column and drop them into the SQL editor or into other applications.
2584</source>
2585        <translation type="unfinished"></translation>
2586    </message>
2587    <message>
2588        <location filename="../MainWindow.ui" line="1070"/>
2589        <source>&amp;Remote</source>
2590        <translation type="unfinished"></translation>
2591    </message>
2592    <message>
2593        <location filename="../MainWindow.ui" line="1079"/>
2594        <location filename="../MainWindow.ui" line="1898"/>
2595        <source>Project Toolbar</source>
2596        <translation type="unfinished"></translation>
2597    </message>
2598    <message>
2599        <location filename="../MainWindow.ui" line="1098"/>
2600        <source>Extra DB toolbar</source>
2601        <translation type="unfinished"></translation>
2602    </message>
2603    <message>
2604        <location filename="../MainWindow.ui" line="1101"/>
2605        <location filename="../MainWindow.ui" line="1175"/>
2606        <location filename="../MainWindow.ui" line="1178"/>
2607        <source>Close the current database file</source>
2608        <translation type="unfinished"></translation>
2609    </message>
2610    <message>
2611        <location filename="../MainWindow.ui" line="1121"/>
2612        <source>&amp;New Database...</source>
2613        <translation type="unfinished"></translation>
2614    </message>
2615    <message>
2616        <location filename="../MainWindow.ui" line="1124"/>
2617        <location filename="../MainWindow.ui" line="1127"/>
2618        <source>Create a new database file</source>
2619        <translation type="unfinished"></translation>
2620    </message>
2621    <message>
2622        <location filename="../MainWindow.ui" line="1130"/>
2623        <source>This option is used to create a new database file.</source>
2624        <translation type="unfinished"></translation>
2625    </message>
2626    <message>
2627        <location filename="../MainWindow.ui" line="1133"/>
2628        <source>Ctrl+N</source>
2629        <translation></translation>
2630    </message>
2631    <message>
2632        <location filename="../MainWindow.ui" line="1145"/>
2633        <location filename="../MainWindow.ui" line="1925"/>
2634        <source>&amp;Open Database...</source>
2635        <translation type="unfinished"></translation>
2636    </message>
2637    <message>
2638        <location filename="../MainWindow.ui" line="1148"/>
2639        <location filename="../MainWindow.ui" line="1151"/>
2640        <location filename="../MainWindow.ui" line="1792"/>
2641        <location filename="../MainWindow.ui" line="1928"/>
2642        <location filename="../MainWindow.ui" line="1931"/>
2643        <source>Open an existing database file</source>
2644        <translation type="unfinished"></translation>
2645    </message>
2646    <message>
2647        <location filename="../MainWindow.ui" line="1154"/>
2648        <location filename="../MainWindow.ui" line="1795"/>
2649        <location filename="../MainWindow.ui" line="1934"/>
2650        <source>This option is used to open an existing database file.</source>
2651        <translation type="unfinished"></translation>
2652    </message>
2653    <message>
2654        <location filename="../MainWindow.ui" line="1157"/>
2655        <source>Ctrl+O</source>
2656        <translation></translation>
2657    </message>
2658    <message>
2659        <location filename="../MainWindow.ui" line="1172"/>
2660        <source>&amp;Close Database</source>
2661        <translation type="unfinished"></translation>
2662    </message>
2663    <message>
2664        <location filename="../MainWindow.ui" line="1181"/>
2665        <source>This button closes the connection to the currently open database file</source>
2666        <translation type="unfinished"></translation>
2667    </message>
2668    <message>
2669        <location filename="../MainWindow.cpp" line="227"/>
2670        <location filename="../MainWindow.cpp" line="3429"/>
2671        <source>Ctrl+W</source>
2672        <translation></translation>
2673    </message>
2674    <message>
2675        <location filename="../MainWindow.ui" line="1199"/>
2676        <source>&amp;Revert Changes</source>
2677        <translation type="unfinished"></translation>
2678    </message>
2679    <message>
2680        <location filename="../MainWindow.ui" line="1202"/>
2681        <location filename="../MainWindow.ui" line="1205"/>
2682        <source>Revert database to last saved state</source>
2683        <translation type="unfinished"></translation>
2684    </message>
2685    <message>
2686        <location filename="../MainWindow.ui" line="1208"/>
2687        <source>This option is used to revert the current database file to its last saved state. All changes made since the last save operation are lost.</source>
2688        <translation type="unfinished"></translation>
2689    </message>
2690    <message>
2691        <location filename="../MainWindow.ui" line="1223"/>
2692        <source>&amp;Write Changes</source>
2693        <translation type="unfinished"></translation>
2694    </message>
2695    <message>
2696        <location filename="../MainWindow.ui" line="1226"/>
2697        <location filename="../MainWindow.ui" line="1229"/>
2698        <source>Write changes to the database file</source>
2699        <translation type="unfinished"></translation>
2700    </message>
2701    <message>
2702        <location filename="../MainWindow.ui" line="1232"/>
2703        <source>This option is used to save changes to the database file.</source>
2704        <translation type="unfinished"></translation>
2705    </message>
2706    <message>
2707        <location filename="../MainWindow.ui" line="1235"/>
2708        <source>Ctrl+S</source>
2709        <translation></translation>
2710    </message>
2711    <message>
2712        <location filename="../MainWindow.ui" line="1246"/>
2713        <source>Compact &amp;Database...</source>
2714        <translation type="unfinished"></translation>
2715    </message>
2716    <message>
2717        <location filename="../MainWindow.ui" line="1249"/>
2718        <source>Compact the database file, removing space wasted by deleted records</source>
2719        <translation type="unfinished"></translation>
2720    </message>
2721    <message>
2722        <location filename="../MainWindow.ui" line="1252"/>
2723        <location filename="../MainWindow.ui" line="1255"/>
2724        <source>Compact the database file, removing space wasted by deleted records.</source>
2725        <translation type="unfinished"></translation>
2726    </message>
2727    <message>
2728        <location filename="../MainWindow.ui" line="1263"/>
2729        <source>E&amp;xit</source>
2730        <translation type="unfinished"></translation>
2731    </message>
2732    <message>
2733        <location filename="../MainWindow.ui" line="1266"/>
2734        <source>Ctrl+Q</source>
2735        <translation></translation>
2736    </message>
2737    <message>
2738        <location filename="../MainWindow.ui" line="1274"/>
2739        <source>&amp;Database from SQL file...</source>
2740        <translation type="unfinished"></translation>
2741    </message>
2742    <message>
2743        <location filename="../MainWindow.ui" line="1277"/>
2744        <source>Import data from an .sql dump text file into a new or existing database.</source>
2745        <translation type="unfinished"></translation>
2746    </message>
2747    <message>
2748        <location filename="../MainWindow.ui" line="1280"/>
2749        <source>This option lets you import data from an .sql dump text file into a new or existing database. SQL dump files can be created on most database engines, including MySQL and PostgreSQL.</source>
2750        <translation type="unfinished"></translation>
2751    </message>
2752    <message>
2753        <location filename="../MainWindow.ui" line="1288"/>
2754        <source>&amp;Table from CSV file...</source>
2755        <translation type="unfinished"></translation>
2756    </message>
2757    <message>
2758        <location filename="../MainWindow.ui" line="1291"/>
2759        <source>Open a wizard that lets you import data from a comma separated text file into a database table.</source>
2760        <translation type="unfinished"></translation>
2761    </message>
2762    <message>
2763        <location filename="../MainWindow.ui" line="1294"/>
2764        <source>Open a wizard that lets you import data from a comma separated text file into a database table. CSV files can be created on most database and spreadsheet applications.</source>
2765        <translation type="unfinished"></translation>
2766    </message>
2767    <message>
2768        <location filename="../MainWindow.ui" line="1302"/>
2769        <source>&amp;Database to SQL file...</source>
2770        <translation type="unfinished"></translation>
2771    </message>
2772    <message>
2773        <location filename="../MainWindow.ui" line="1305"/>
2774        <source>Export a database to a .sql dump text file.</source>
2775        <translation type="unfinished"></translation>
2776    </message>
2777    <message>
2778        <location filename="../MainWindow.ui" line="1308"/>
2779        <source>This option lets you export a database to a .sql dump text file. SQL dump files contain all data necessary to recreate the database on most database engines, including MySQL and PostgreSQL.</source>
2780        <translation type="unfinished"></translation>
2781    </message>
2782    <message>
2783        <location filename="../MainWindow.ui" line="1316"/>
2784        <source>&amp;Table(s) as CSV file...</source>
2785        <translation type="unfinished"></translation>
2786    </message>
2787    <message>
2788        <location filename="../MainWindow.ui" line="1319"/>
2789        <source>Export a database table as a comma separated text file.</source>
2790        <translation type="unfinished"></translation>
2791    </message>
2792    <message>
2793        <location filename="../MainWindow.ui" line="1322"/>
2794        <source>Export a database table as a comma separated text file, ready to be imported into other database or spreadsheet applications.</source>
2795        <translation type="unfinished"></translation>
2796    </message>
2797    <message>
2798        <location filename="../MainWindow.ui" line="1337"/>
2799        <source>&amp;Create Table...</source>
2800        <translation type="unfinished"></translation>
2801    </message>
2802    <message>
2803        <location filename="../MainWindow.ui" line="1340"/>
2804        <source>Open the Create Table wizard, where it is possible to define the name and fields for a new table in the database</source>
2805        <translation type="unfinished"></translation>
2806    </message>
2807    <message>
2808        <location filename="../MainWindow.ui" line="1355"/>
2809        <source>&amp;Delete Table...</source>
2810        <translation type="unfinished"></translation>
2811    </message>
2812    <message>
2813        <location filename="../MainWindow.ui" line="1358"/>
2814        <location filename="../MainWindow.cpp" line="1549"/>
2815        <source>Delete Table</source>
2816        <translation type="unfinished"></translation>
2817    </message>
2818    <message>
2819        <location filename="../MainWindow.ui" line="1361"/>
2820        <source>Open the Delete Table wizard, where you can select a database table to be dropped.</source>
2821        <translation type="unfinished"></translation>
2822    </message>
2823    <message>
2824        <location filename="../MainWindow.ui" line="1376"/>
2825        <source>&amp;Modify Table...</source>
2826        <translation type="unfinished"></translation>
2827    </message>
2828    <message>
2829        <location filename="../MainWindow.ui" line="1379"/>
2830        <source>Open the Modify Table wizard, where it is possible to rename an existing table. It is also possible to add or delete fields form a table, as well as modify field names and types.</source>
2831        <translation type="unfinished"></translation>
2832    </message>
2833    <message>
2834        <location filename="../MainWindow.ui" line="1394"/>
2835        <source>Create &amp;Index...</source>
2836        <translation type="unfinished"></translation>
2837    </message>
2838    <message>
2839        <location filename="../MainWindow.ui" line="1397"/>
2840        <source>Open the Create Index wizard, where it is possible to define a new index on an existing database table.</source>
2841        <translation type="unfinished"></translation>
2842    </message>
2843    <message>
2844        <location filename="../MainWindow.ui" line="1409"/>
2845        <source>&amp;Preferences...</source>
2846        <translation type="unfinished"></translation>
2847    </message>
2848    <message>
2849        <location filename="../MainWindow.ui" line="1412"/>
2850        <location filename="../MainWindow.ui" line="1415"/>
2851        <source>Open the preferences window.</source>
2852        <translation type="unfinished"></translation>
2853    </message>
2854    <message>
2855        <location filename="../MainWindow.ui" line="1430"/>
2856        <source>&amp;DB Toolbar</source>
2857        <translation type="unfinished"></translation>
2858    </message>
2859    <message>
2860        <location filename="../MainWindow.ui" line="1433"/>
2861        <source>Shows or hides the Database toolbar.</source>
2862        <translation type="unfinished"></translation>
2863    </message>
2864    <message>
2865        <location filename="../MainWindow.ui" line="1479"/>
2866        <source>Ctrl+T</source>
2867        <translation></translation>
2868    </message>
2869    <message>
2870        <location filename="../MainWindow.ui" line="1506"/>
2871        <source>Open SQL file(s)</source>
2872        <translation type="unfinished"></translation>
2873    </message>
2874    <message>
2875        <location filename="../MainWindow.ui" line="1509"/>
2876        <source>This button opens files containing SQL statements and loads them in new editor tabs</source>
2877        <translation type="unfinished"></translation>
2878    </message>
2879    <message>
2880        <location filename="../MainWindow.ui" line="1637"/>
2881        <source>Sa&amp;ve Project</source>
2882        <translation type="unfinished"></translation>
2883    </message>
2884    <message>
2885        <location filename="../MainWindow.ui" line="1646"/>
2886        <source>This button lets you save all the settings associated to the open DB to a DB Browser for SQLite project file</source>
2887        <translation type="unfinished"></translation>
2888    </message>
2889    <message>
2890        <location filename="../MainWindow.ui" line="1667"/>
2891        <source>This button lets you open a DB Browser for SQLite project file</source>
2892        <translation type="unfinished"></translation>
2893    </message>
2894    <message>
2895        <location filename="../MainWindow.ui" line="1798"/>
2896        <source>Ctrl+Shift+O</source>
2897        <translation></translation>
2898    </message>
2899    <message>
2900        <location filename="../MainWindow.ui" line="2107"/>
2901        <source>&amp;Save Project As...</source>
2902        <translation type="unfinished"></translation>
2903    </message>
2904    <message>
2905        <location filename="../MainWindow.ui" line="2110"/>
2906        <location filename="../MainWindow.ui" line="2113"/>
2907        <location filename="../MainWindow.ui" line="2116"/>
2908        <source>Save the project in a file selected in a dialog</source>
2909        <translation type="unfinished"></translation>
2910    </message>
2911    <message>
2912        <location filename="../MainWindow.ui" line="2125"/>
2913        <source>Save A&amp;ll</source>
2914        <translation type="unfinished"></translation>
2915    </message>
2916    <message>
2917        <location filename="../MainWindow.ui" line="2128"/>
2918        <location filename="../MainWindow.ui" line="2131"/>
2919        <location filename="../MainWindow.ui" line="2134"/>
2920        <source>Save DB file, project file and opened SQL files</source>
2921        <translation type="unfinished"></translation>
2922    </message>
2923    <message>
2924        <location filename="../MainWindow.ui" line="2137"/>
2925        <source>Ctrl+Shift+S</source>
2926        <translation></translation>
2927    </message>
2928    <message>
2929        <location filename="../MainWindow.ui" line="2146"/>
2930        <source>Browse Table</source>
2931        <translation type="unfinished"></translation>
2932    </message>
2933    <message>
2934        <location filename="../MainWindow.ui" line="1445"/>
2935        <source>W&amp;hat&apos;s This?</source>
2936        <translation type="unfinished"></translation>
2937    </message>
2938    <message>
2939        <location filename="../MainWindow.ui" line="1184"/>
2940        <source>Ctrl+F4</source>
2941        <translation></translation>
2942    </message>
2943    <message>
2944        <location filename="../MainWindow.ui" line="1448"/>
2945        <source>Shift+F1</source>
2946        <translation></translation>
2947    </message>
2948    <message>
2949        <location filename="../MainWindow.ui" line="1456"/>
2950        <source>&amp;About</source>
2951        <translation type="unfinished"></translation>
2952    </message>
2953    <message>
2954        <location filename="../MainWindow.ui" line="1464"/>
2955        <source>&amp;Recently opened</source>
2956        <translation type="unfinished"></translation>
2957    </message>
2958    <message>
2959        <location filename="../MainWindow.ui" line="1473"/>
2960        <source>Open &amp;tab</source>
2961        <translation type="unfinished"></translation>
2962    </message>
2963    <message>
2964        <location filename="../MainWindow.ui" line="1476"/>
2965        <source>This button opens a new tab for the SQL editor</source>
2966        <translation type="unfinished"></translation>
2967    </message>
2968    <message>
2969        <location filename="../MainWindow.ui" line="1488"/>
2970        <source>&amp;Execute SQL</source>
2971        <translation type="unfinished"></translation>
2972    </message>
2973    <message>
2974        <location filename="../MainWindow.ui" line="1491"/>
2975        <source>Execute all/selected SQL</source>
2976        <translation type="unfinished"></translation>
2977    </message>
2978    <message>
2979        <location filename="../MainWindow.ui" line="1494"/>
2980        <source>This button executes the currently selected SQL statements. If no text is selected, all SQL statements are executed.</source>
2981        <translation type="unfinished"></translation>
2982    </message>
2983    <message>
2984        <location filename="../MainWindow.ui" line="1497"/>
2985        <source>Ctrl+Return</source>
2986        <translation></translation>
2987    </message>
2988    <message>
2989        <location filename="../MainWindow.ui" line="1518"/>
2990        <location filename="../MainWindow.ui" line="1727"/>
2991        <location filename="../MainWindow.ui" line="1730"/>
2992        <source>Save SQL file</source>
2993        <translation type="unfinished"></translation>
2994    </message>
2995    <message>
2996        <location filename="../MainWindow.ui" line="1530"/>
2997        <source>&amp;Load Extension...</source>
2998        <translation type="unfinished"></translation>
2999    </message>
3000    <message>
3001        <location filename="../MainWindow.ui" line="1542"/>
3002        <location filename="../MainWindow.ui" line="1548"/>
3003        <source>Execute current line</source>
3004        <translation type="unfinished"></translation>
3005    </message>
3006    <message>
3007        <location filename="../MainWindow.ui" line="1545"/>
3008        <source>Execute line</source>
3009        <translation type="unfinished"></translation>
3010    </message>
3011    <message>
3012        <location filename="../MainWindow.ui" line="1551"/>
3013        <source>This button executes the SQL statement present in the current editor line</source>
3014        <translation type="unfinished"></translation>
3015    </message>
3016    <message>
3017        <location filename="../MainWindow.ui" line="1554"/>
3018        <source>Shift+F5</source>
3019        <translation></translation>
3020    </message>
3021    <message>
3022        <location filename="../MainWindow.ui" line="1562"/>
3023        <source>Export as CSV file</source>
3024        <translation type="unfinished"></translation>
3025    </message>
3026    <message>
3027        <location filename="../MainWindow.ui" line="1565"/>
3028        <source>Export table as comma separated values file</source>
3029        <translation type="unfinished"></translation>
3030    </message>
3031    <message>
3032        <location filename="../MainWindow.ui" line="1574"/>
3033        <source>&amp;Wiki</source>
3034        <translation type="unfinished"></translation>
3035    </message>
3036    <message>
3037        <location filename="../MainWindow.ui" line="1577"/>
3038        <source>F1</source>
3039        <translation></translation>
3040    </message>
3041    <message>
3042        <location filename="../MainWindow.ui" line="1589"/>
3043        <source>Bug &amp;Report...</source>
3044        <translation type="unfinished"></translation>
3045    </message>
3046    <message>
3047        <location filename="../MainWindow.ui" line="1601"/>
3048        <source>Feature Re&amp;quest...</source>
3049        <translation type="unfinished"></translation>
3050    </message>
3051    <message>
3052        <location filename="../MainWindow.ui" line="1613"/>
3053        <source>Web&amp;site</source>
3054        <translation type="unfinished"></translation>
3055    </message>
3056    <message>
3057        <location filename="../MainWindow.ui" line="1625"/>
3058        <source>&amp;Donate on Patreon...</source>
3059        <translation type="unfinished"></translation>
3060    </message>
3061    <message>
3062        <location filename="../MainWindow.ui" line="1640"/>
3063        <location filename="../MainWindow.ui" line="1643"/>
3064        <source>Save the current session to a file</source>
3065        <translation type="unfinished"></translation>
3066    </message>
3067    <message>
3068        <location filename="../MainWindow.ui" line="1658"/>
3069        <source>Open &amp;Project...</source>
3070        <translation type="unfinished"></translation>
3071    </message>
3072    <message>
3073        <location filename="../MainWindow.ui" line="1661"/>
3074        <location filename="../MainWindow.ui" line="1664"/>
3075        <source>Load a working session from a file</source>
3076        <translation type="unfinished"></translation>
3077    </message>
3078    <message>
3079        <location filename="../MainWindow.ui" line="1682"/>
3080        <source>&amp;Attach Database...</source>
3081        <translation type="unfinished"></translation>
3082    </message>
3083    <message>
3084        <location filename="../MainWindow.ui" line="1685"/>
3085        <location filename="../MainWindow.ui" line="1688"/>
3086        <source>Add another database file to the current database connection</source>
3087        <translation type="unfinished"></translation>
3088    </message>
3089    <message>
3090        <location filename="../MainWindow.ui" line="1691"/>
3091        <source>This button lets you add another database file to the current database connection</source>
3092        <translation type="unfinished"></translation>
3093    </message>
3094    <message>
3095        <location filename="../MainWindow.ui" line="1703"/>
3096        <source>&amp;Set Encryption...</source>
3097        <translation type="unfinished"></translation>
3098    </message>
3099    <message>
3100        <location filename="../MainWindow.ui" line="1715"/>
3101        <location filename="../MainWindow.ui" line="1718"/>
3102        <source>Save SQL file as</source>
3103        <translation type="unfinished"></translation>
3104    </message>
3105    <message>
3106        <location filename="../MainWindow.ui" line="1733"/>
3107        <source>This button saves the content of the current SQL editor tab to a file</source>
3108        <translation type="unfinished"></translation>
3109    </message>
3110    <message>
3111        <location filename="../MainWindow.ui" line="1742"/>
3112        <source>&amp;Browse Table</source>
3113        <translation type="unfinished"></translation>
3114    </message>
3115    <message>
3116        <location filename="../MainWindow.ui" line="1751"/>
3117        <source>Copy Create statement</source>
3118        <translation type="unfinished"></translation>
3119    </message>
3120    <message>
3121        <location filename="../MainWindow.ui" line="1754"/>
3122        <source>Copy the CREATE statement of the item to the clipboard</source>
3123        <translation type="unfinished"></translation>
3124    </message>
3125    <message>
3126        <location filename="../MainWindow.ui" line="1763"/>
3127        <source>SQLCipher &amp;FAQ</source>
3128        <translation type="unfinished"></translation>
3129    </message>
3130    <message>
3131        <location filename="../MainWindow.ui" line="1766"/>
3132        <source>Opens the SQLCipher FAQ in a browser window</source>
3133        <translation type="unfinished"></translation>
3134    </message>
3135    <message>
3136        <location filename="../MainWindow.ui" line="1771"/>
3137        <source>Table(&amp;s) to JSON...</source>
3138        <translation type="unfinished"></translation>
3139    </message>
3140    <message>
3141        <location filename="../MainWindow.ui" line="1774"/>
3142        <source>Export one or more table(s) to a JSON file</source>
3143        <translation type="unfinished"></translation>
3144    </message>
3145    <message>
3146        <location filename="../MainWindow.ui" line="1786"/>
3147        <source>Open Data&amp;base Read Only...</source>
3148        <translation type="unfinished"></translation>
3149    </message>
3150    <message>
3151        <location filename="../MainWindow.ui" line="1789"/>
3152        <source>Open an existing database file in read only mode</source>
3153        <translation type="unfinished"></translation>
3154    </message>
3155    <message>
3156        <location filename="../MainWindow.ui" line="1810"/>
3157        <source>Save results</source>
3158        <translation type="unfinished"></translation>
3159    </message>
3160    <message>
3161        <location filename="../MainWindow.ui" line="1813"/>
3162        <source>Save the results view</source>
3163        <translation type="unfinished"></translation>
3164    </message>
3165    <message>
3166        <location filename="../MainWindow.ui" line="1816"/>
3167        <source>This button lets you save the results of the last executed query</source>
3168        <translation type="unfinished"></translation>
3169    </message>
3170    <message>
3171        <location filename="../MainWindow.ui" line="1828"/>
3172        <location filename="../MainWindow.ui" line="1834"/>
3173        <source>Find text in SQL editor</source>
3174        <translation type="unfinished"></translation>
3175    </message>
3176    <message>
3177        <location filename="../MainWindow.ui" line="1831"/>
3178        <source>Find</source>
3179        <translation type="unfinished"></translation>
3180    </message>
3181    <message>
3182        <location filename="../MainWindow.ui" line="1837"/>
3183        <source>This button opens the search bar of the editor</source>
3184        <translation type="unfinished"></translation>
3185    </message>
3186    <message>
3187        <location filename="../MainWindow.ui" line="1840"/>
3188        <source>Ctrl+F</source>
3189        <translation></translation>
3190    </message>
3191    <message>
3192        <location filename="../MainWindow.ui" line="1855"/>
3193        <location filename="../MainWindow.ui" line="1861"/>
3194        <source>Find or replace text in SQL editor</source>
3195        <translation type="unfinished"></translation>
3196    </message>
3197    <message>
3198        <location filename="../MainWindow.ui" line="1858"/>
3199        <source>Find or replace</source>
3200        <translation type="unfinished"></translation>
3201    </message>
3202    <message>
3203        <location filename="../MainWindow.ui" line="1864"/>
3204        <source>This button opens the find/replace dialog for the current editor tab</source>
3205        <translation type="unfinished"></translation>
3206    </message>
3207    <message>
3208        <location filename="../MainWindow.ui" line="1867"/>
3209        <source>Ctrl+H</source>
3210        <translation></translation>
3211    </message>
3212    <message>
3213        <location filename="../MainWindow.ui" line="1875"/>
3214        <source>Export to &amp;CSV</source>
3215        <translation type="unfinished"></translation>
3216    </message>
3217    <message>
3218        <location filename="../MainWindow.ui" line="1880"/>
3219        <source>Save as &amp;view</source>
3220        <translation type="unfinished"></translation>
3221    </message>
3222    <message>
3223        <location filename="../MainWindow.ui" line="1883"/>
3224        <source>Save as view</source>
3225        <translation type="unfinished"></translation>
3226    </message>
3227    <message>
3228        <location filename="../MainWindow.ui" line="1901"/>
3229        <source>Shows or hides the Project toolbar.</source>
3230        <translation type="unfinished"></translation>
3231    </message>
3232    <message>
3233        <location filename="../MainWindow.ui" line="1916"/>
3234        <source>Extra DB Toolbar</source>
3235        <translation type="unfinished"></translation>
3236    </message>
3237    <message>
3238        <location filename="../MainWindow.ui" line="1942"/>
3239        <source>New In-&amp;Memory Database</source>
3240        <translation type="unfinished"></translation>
3241    </message>
3242    <message>
3243        <location filename="../MainWindow.ui" line="1950"/>
3244        <source>Drag &amp;&amp; Drop Qualified Names</source>
3245        <translation type="unfinished"></translation>
3246    </message>
3247    <message>
3248        <location filename="../MainWindow.ui" line="1953"/>
3249        <location filename="../MainWindow.ui" line="1956"/>
3250        <source>Use qualified names (e.g. &quot;Table&quot;.&quot;Field&quot;) when dragging the objects and dropping them into the editor </source>
3251        <translation type="unfinished"></translation>
3252    </message>
3253    <message>
3254        <location filename="../MainWindow.ui" line="1964"/>
3255        <source>Drag &amp;&amp; Drop Enquoted Names</source>
3256        <translation type="unfinished"></translation>
3257    </message>
3258    <message>
3259        <location filename="../MainWindow.ui" line="1967"/>
3260        <location filename="../MainWindow.ui" line="1970"/>
3261        <source>Use escaped identifiers (e.g. &quot;Table1&quot;) when dragging the objects and dropping them into the editor </source>
3262        <translation type="unfinished"></translation>
3263    </message>
3264    <message>
3265        <location filename="../MainWindow.ui" line="1975"/>
3266        <source>&amp;Integrity Check</source>
3267        <translation type="unfinished"></translation>
3268    </message>
3269    <message>
3270        <location filename="../MainWindow.ui" line="1978"/>
3271        <source>Runs the integrity_check pragma over the opened database and returns the results in the Execute SQL tab. This pragma does an integrity check of the entire database.</source>
3272        <translation type="unfinished"></translation>
3273    </message>
3274    <message>
3275        <location filename="../MainWindow.ui" line="1983"/>
3276        <source>&amp;Foreign-Key Check</source>
3277        <translation type="unfinished"></translation>
3278    </message>
3279    <message>
3280        <location filename="../MainWindow.ui" line="1986"/>
3281        <source>Runs the foreign_key_check pragma over the opened database and returns the results in the Execute SQL tab</source>
3282        <translation type="unfinished"></translation>
3283    </message>
3284    <message>
3285        <location filename="../MainWindow.ui" line="1991"/>
3286        <source>&amp;Quick Integrity Check</source>
3287        <translation type="unfinished"></translation>
3288    </message>
3289    <message>
3290        <location filename="../MainWindow.ui" line="1994"/>
3291        <source>Run a quick integrity check over the open DB</source>
3292        <translation type="unfinished"></translation>
3293    </message>
3294    <message>
3295        <location filename="../MainWindow.ui" line="1997"/>
3296        <source>Runs the quick_check pragma over the opened database and returns the results in the Execute SQL tab. This command does most of the checking of PRAGMA integrity_check but runs much faster.</source>
3297        <translation type="unfinished"></translation>
3298    </message>
3299    <message>
3300        <location filename="../MainWindow.ui" line="2002"/>
3301        <source>&amp;Optimize</source>
3302        <translation type="unfinished"></translation>
3303    </message>
3304    <message>
3305        <location filename="../MainWindow.ui" line="2005"/>
3306        <source>Attempt to optimize the database</source>
3307        <translation type="unfinished"></translation>
3308    </message>
3309    <message>
3310        <location filename="../MainWindow.ui" line="2008"/>
3311        <source>Runs the optimize pragma over the opened database. This pragma might perform optimizations that will improve the performance of future queries.</source>
3312        <translation type="unfinished"></translation>
3313    </message>
3314    <message>
3315        <location filename="../MainWindow.ui" line="2017"/>
3316        <location filename="../MainWindow.ui" line="2044"/>
3317        <source>Print</source>
3318        <translation type="unfinished"></translation>
3319    </message>
3320    <message>
3321        <location filename="../MainWindow.ui" line="2020"/>
3322        <source>Print text from current SQL editor tab</source>
3323        <translation type="unfinished"></translation>
3324    </message>
3325    <message>
3326        <location filename="../MainWindow.ui" line="2026"/>
3327        <source>Open a dialog for printing the text in the current SQL editor tab</source>
3328        <translation type="unfinished"></translation>
3329    </message>
3330    <message>
3331        <location filename="../MainWindow.ui" line="2029"/>
3332        <location filename="../MainWindow.ui" line="2056"/>
3333        <source>Ctrl+P</source>
3334        <translation></translation>
3335    </message>
3336    <message>
3337        <location filename="../MainWindow.ui" line="2047"/>
3338        <source>Print the structure of the opened database</source>
3339        <translation type="unfinished"></translation>
3340    </message>
3341    <message>
3342        <location filename="../MainWindow.ui" line="2053"/>
3343        <source>Open a dialog for printing the structure of the opened database</source>
3344        <translation type="unfinished"></translation>
3345    </message>
3346    <message>
3347        <location filename="../MainWindow.ui" line="2068"/>
3348        <source>Un/comment block of SQL code</source>
3349        <translation type="unfinished"></translation>
3350    </message>
3351    <message>
3352        <location filename="../MainWindow.ui" line="2071"/>
3353        <source>Un/comment block</source>
3354        <translation type="unfinished"></translation>
3355    </message>
3356    <message>
3357        <location filename="../MainWindow.ui" line="2074"/>
3358        <source>Comment or uncomment current line or selected block of code</source>
3359        <translation type="unfinished"></translation>
3360    </message>
3361    <message>
3362        <location filename="../MainWindow.ui" line="2077"/>
3363        <source>Comment or uncomment the selected lines or the current line, when there is no selection. All the block is toggled according to the first line.</source>
3364        <translation type="unfinished"></translation>
3365    </message>
3366    <message>
3367        <location filename="../MainWindow.ui" line="2080"/>
3368        <source>Ctrl+/</source>
3369        <translation></translation>
3370    </message>
3371    <message>
3372        <location filename="../MainWindow.ui" line="2092"/>
3373        <source>Stop SQL execution</source>
3374        <translation type="unfinished"></translation>
3375    </message>
3376    <message>
3377        <location filename="../MainWindow.ui" line="2095"/>
3378        <source>Stop execution</source>
3379        <translation type="unfinished"></translation>
3380    </message>
3381    <message>
3382        <location filename="../MainWindow.ui" line="2098"/>
3383        <source>Stop the currently running SQL script</source>
3384        <translation type="unfinished"></translation>
3385    </message>
3386    <message>
3387        <location filename="../MainWindow.cpp" line="276"/>
3388        <source>Ctrl+L</source>
3389        <translation></translation>
3390    </message>
3391    <message>
3392        <location filename="../MainWindow.cpp" line="281"/>
3393        <source>Ctrl+D</source>
3394        <translation></translation>
3395    </message>
3396    <message>
3397        <location filename="../MainWindow.cpp" line="286"/>
3398        <source>Ctrl+I</source>
3399        <translation></translation>
3400    </message>
3401    <message>
3402        <location filename="../MainWindow.cpp" line="291"/>
3403        <source>Ctrl+E</source>
3404        <translation></translation>
3405    </message>
3406    <message>
3407        <location filename="../MainWindow.cpp" line="327"/>
3408        <source>Window Layout</source>
3409        <translation type="unfinished"></translation>
3410    </message>
3411    <message>
3412        <location filename="../MainWindow.cpp" line="330"/>
3413        <source>Reset Window Layout</source>
3414        <translation type="unfinished"></translation>
3415    </message>
3416    <message>
3417        <location filename="../MainWindow.cpp" line="331"/>
3418        <source>Alt+0</source>
3419        <translation></translation>
3420    </message>
3421    <message>
3422        <location filename="../MainWindow.cpp" line="336"/>
3423        <source>Simplify Window Layout</source>
3424        <translation type="unfinished"></translation>
3425    </message>
3426    <message>
3427        <location filename="../MainWindow.cpp" line="337"/>
3428        <source>Shift+Alt+0</source>
3429        <translation></translation>
3430    </message>
3431    <message>
3432        <location filename="../MainWindow.cpp" line="346"/>
3433        <source>Dock Windows at Bottom</source>
3434        <translation type="unfinished"></translation>
3435    </message>
3436    <message>
3437        <location filename="../MainWindow.cpp" line="350"/>
3438        <source>Dock Windows at Left Side</source>
3439        <translation type="unfinished"></translation>
3440    </message>
3441    <message>
3442        <location filename="../MainWindow.cpp" line="354"/>
3443        <source>Dock Windows at Top</source>
3444        <translation type="unfinished"></translation>
3445    </message>
3446    <message>
3447        <location filename="../MainWindow.cpp" line="380"/>
3448        <source>The database is currenctly busy.</source>
3449        <translation type="unfinished"></translation>
3450    </message>
3451    <message>
3452        <location filename="../MainWindow.cpp" line="386"/>
3453        <source>Click here to interrupt the currently running query.</source>
3454        <translation type="unfinished"></translation>
3455    </message>
3456    <message>
3457        <location filename="../MainWindow.cpp" line="394"/>
3458        <source>Encrypted</source>
3459        <translation type="unfinished"></translation>
3460    </message>
3461    <message>
3462        <location filename="../MainWindow.cpp" line="395"/>
3463        <source>Database is encrypted using SQLCipher</source>
3464        <translation type="unfinished"></translation>
3465    </message>
3466    <message>
3467        <location filename="../MainWindow.cpp" line="401"/>
3468        <source>Read only</source>
3469        <translation type="unfinished"></translation>
3470    </message>
3471    <message>
3472        <location filename="../MainWindow.cpp" line="402"/>
3473        <source>Database file is read only. Editing the database is disabled.</source>
3474        <translation type="unfinished"></translation>
3475    </message>
3476    <message>
3477        <location filename="../MainWindow.cpp" line="408"/>
3478        <source>Database encoding</source>
3479        <translation type="unfinished"></translation>
3480    </message>
3481    <message>
3482        <location filename="../MainWindow.cpp" line="516"/>
3483        <location filename="../MainWindow.cpp" line="2973"/>
3484        <source>Choose a database file</source>
3485        <translation type="unfinished"></translation>
3486    </message>
3487    <message>
3488        <location filename="../MainWindow.cpp" line="567"/>
3489        <source>Could not open database file.
3490Reason: %1</source>
3491        <translation type="unfinished"></translation>
3492    </message>
3493    <message>
3494        <location filename="../MainWindow.cpp" line="581"/>
3495        <location filename="../MainWindow.cpp" line="1437"/>
3496        <location filename="../MainWindow.cpp" line="2828"/>
3497        <source>Choose a filename to save under</source>
3498        <translation type="unfinished"></translation>
3499    </message>
3500    <message>
3501        <location filename="../MainWindow.cpp" line="603"/>
3502        <source>In-Memory database</source>
3503        <translation type="unfinished"></translation>
3504    </message>
3505    <message>
3506        <location filename="../MainWindow.cpp" line="2844"/>
3507        <source>Could not open project file for writing.
3508Reason: %1</source>
3509        <translation type="unfinished"></translation>
3510    </message>
3511    <message>
3512        <location filename="../MainWindow.cpp" line="2949"/>
3513        <source>Project saved to file &apos;%1&apos;</source>
3514        <translation type="unfinished"></translation>
3515    </message>
3516    <message>
3517        <location filename="../MainWindow.cpp" line="3392"/>
3518        <source>Rename Tab</source>
3519        <translation type="unfinished"></translation>
3520    </message>
3521    <message>
3522        <location filename="../MainWindow.cpp" line="3398"/>
3523        <source>Duplicate Tab</source>
3524        <translation type="unfinished"></translation>
3525    </message>
3526    <message>
3527        <location filename="../MainWindow.cpp" line="3428"/>
3528        <source>Close Tab</source>
3529        <translation type="unfinished"></translation>
3530    </message>
3531    <message>
3532        <location filename="../MainWindow.cpp" line="3447"/>
3533        <source>Opening &apos;%1&apos;...</source>
3534        <translation type="unfinished"></translation>
3535    </message>
3536    <message>
3537        <location filename="../MainWindow.cpp" line="3449"/>
3538        <source>There was an error opening &apos;%1&apos;...</source>
3539        <translation type="unfinished"></translation>
3540    </message>
3541    <message>
3542        <location filename="../MainWindow.cpp" line="3452"/>
3543        <source>Value is not a valid URL or filename: %1</source>
3544        <translation type="unfinished"></translation>
3545    </message>
3546    <message>
3547        <location filename="../MainWindow.cpp" line="843"/>
3548        <source>Are you sure you want to delete the table &apos;%1&apos;?
3549All data associated with the table will be lost.</source>
3550        <translation type="unfinished"></translation>
3551    </message>
3552    <message>
3553        <location filename="../MainWindow.cpp" line="845"/>
3554        <source>Are you sure you want to delete the view &apos;%1&apos;?</source>
3555        <translation type="unfinished"></translation>
3556    </message>
3557    <message>
3558        <location filename="../MainWindow.cpp" line="847"/>
3559        <source>Are you sure you want to delete the trigger &apos;%1&apos;?</source>
3560        <translation type="unfinished"></translation>
3561    </message>
3562    <message>
3563        <location filename="../MainWindow.cpp" line="849"/>
3564        <source>Are you sure you want to delete the index &apos;%1&apos;?</source>
3565        <translation type="unfinished"></translation>
3566    </message>
3567    <message>
3568        <location filename="../MainWindow.cpp" line="860"/>
3569        <source>Error: could not delete the table.</source>
3570        <translation type="unfinished"></translation>
3571    </message>
3572    <message>
3573        <location filename="../MainWindow.cpp" line="862"/>
3574        <source>Error: could not delete the view.</source>
3575        <translation type="unfinished"></translation>
3576    </message>
3577    <message>
3578        <location filename="../MainWindow.cpp" line="864"/>
3579        <source>Error: could not delete the trigger.</source>
3580        <translation type="unfinished"></translation>
3581    </message>
3582    <message>
3583        <location filename="../MainWindow.cpp" line="866"/>
3584        <source>Error: could not delete the index.</source>
3585        <translation type="unfinished"></translation>
3586    </message>
3587    <message>
3588        <location filename="../MainWindow.cpp" line="868"/>
3589        <source>Message from database engine:
3590%1</source>
3591        <translation type="unfinished"></translation>
3592    </message>
3593    <message>
3594        <location filename="../MainWindow.cpp" line="897"/>
3595        <source>Editing the table requires to save all pending changes now.
3596Are you sure you want to save the database?</source>
3597        <translation type="unfinished"></translation>
3598    </message>
3599    <message>
3600        <location filename="../MainWindow.cpp" line="916"/>
3601        <source>Error checking foreign keys after table modification. The changes will be reverted.</source>
3602        <translation type="unfinished"></translation>
3603    </message>
3604    <message>
3605        <location filename="../MainWindow.cpp" line="919"/>
3606        <source>This table did not pass a foreign-key check.&lt;br/&gt;You should run &apos;Tools | Foreign-Key Check&apos; and fix the reported issues.</source>
3607        <translation type="unfinished"></translation>
3608    </message>
3609    <message>
3610        <location filename="../MainWindow.cpp" line="939"/>
3611        <source>Edit View %1</source>
3612        <translation type="unfinished"></translation>
3613    </message>
3614    <message>
3615        <location filename="../MainWindow.cpp" line="945"/>
3616        <source>Edit Trigger %1</source>
3617        <translation type="unfinished"></translation>
3618    </message>
3619    <message>
3620        <location filename="../MainWindow.cpp" line="1043"/>
3621        <source>You are already executing SQL statements. Do you want to stop them in order to execute the current statements instead? Note that this might leave the database in an inconsistent state.</source>
3622        <translation type="unfinished"></translation>
3623    </message>
3624    <message>
3625        <location filename="../MainWindow.cpp" line="1090"/>
3626        <source>-- EXECUTING SELECTION IN &apos;%1&apos;
3627--</source>
3628        <translation type="unfinished"></translation>
3629    </message>
3630    <message>
3631        <location filename="../MainWindow.cpp" line="1111"/>
3632        <source>-- EXECUTING LINE IN &apos;%1&apos;
3633--</source>
3634        <translation type="unfinished"></translation>
3635    </message>
3636    <message>
3637        <location filename="../MainWindow.cpp" line="1119"/>
3638        <source>-- EXECUTING ALL IN &apos;%1&apos;
3639--</source>
3640        <translation type="unfinished"></translation>
3641    </message>
3642    <message>
3643        <location filename="../MainWindow.cpp" line="1217"/>
3644        <source>%1 rows returned in %2ms</source>
3645        <translation type="unfinished"></translation>
3646    </message>
3647    <message>
3648        <location filename="../MainWindow.cpp" line="1224"/>
3649        <source>Setting PRAGMA values or vacuuming will commit your current transaction.
3650Are you sure?</source>
3651        <translation type="unfinished"></translation>
3652    </message>
3653    <message>
3654        <location filename="../MainWindow.cpp" line="1249"/>
3655        <source>Execution finished with errors.</source>
3656        <translation type="unfinished"></translation>
3657    </message>
3658    <message>
3659        <location filename="../MainWindow.cpp" line="1251"/>
3660        <source>Execution finished without errors.</source>
3661        <translation type="unfinished"></translation>
3662    </message>
3663    <message>
3664        <location filename="../MainWindow.cpp" line="1305"/>
3665        <source>Choose text files</source>
3666        <translation type="unfinished"></translation>
3667    </message>
3668    <message>
3669        <location filename="../MainWindow.cpp" line="1379"/>
3670        <source>Error while saving the database file. This means that not all changes to the database were saved. You need to resolve the following error first.
3671
3672%1</source>
3673        <translation type="unfinished"></translation>
3674    </message>
3675    <message>
3676        <location filename="../MainWindow.cpp" line="1388"/>
3677        <source>Are you sure you want to undo all changes made to the database file &apos;%1&apos; since the last save?</source>
3678        <translation type="unfinished"></translation>
3679    </message>
3680    <message>
3681        <location filename="../MainWindow.cpp" line="1418"/>
3682        <source>Choose a file to import</source>
3683        <translation type="unfinished"></translation>
3684    </message>
3685    <message>
3686        <location filename="../MainWindow.cpp" line="1587"/>
3687        <source>Opened &apos;%1&apos; in read-only mode from recent file list</source>
3688        <translation type="unfinished"></translation>
3689    </message>
3690    <message>
3691        <location filename="../MainWindow.cpp" line="1589"/>
3692        <source>Opened &apos;%1&apos; from recent file list</source>
3693        <translation type="unfinished"></translation>
3694    </message>
3695    <message>
3696        <location filename="../MainWindow.cpp" line="1627"/>
3697        <source>&amp;%1 %2%3</source>
3698        <translation type="unfinished"></translation>
3699    </message>
3700    <message>
3701        <location filename="../MainWindow.cpp" line="1627"/>
3702        <source> (read only)</source>
3703        <translation type="unfinished"></translation>
3704    </message>
3705    <message>
3706        <location filename="../MainWindow.cpp" line="1711"/>
3707        <source>Open Database or Project</source>
3708        <translation type="unfinished"></translation>
3709    </message>
3710    <message>
3711        <location filename="../MainWindow.cpp" line="1712"/>
3712        <source>Attach Database...</source>
3713        <translation type="unfinished"></translation>
3714    </message>
3715    <message>
3716        <location filename="../MainWindow.cpp" line="1713"/>
3717        <source>Import CSV file(s)...</source>
3718        <translation type="unfinished"></translation>
3719    </message>
3720    <message numerus="yes">
3721        <location filename="../MainWindow.cpp" line="1716"/>
3722        <source>Select the action to apply to the dropped file(s). &lt;br/&gt;Note: only &apos;Import&apos; will process more than one file.</source>
3723        <translation type="unfinished">
3724            <numerusform></numerusform>
3725        </translation>
3726    </message>
3727    <message>
3728        <location filename="../MainWindow.cpp" line="1890"/>
3729        <source>Do you want to save the changes made to SQL tabs in a new project file?</source>
3730        <translation type="unfinished"></translation>
3731    </message>
3732    <message>
3733        <location filename="../MainWindow.cpp" line="1891"/>
3734        <source>Do you want to save the changes made to SQL tabs in the project file &apos;%1&apos;?</source>
3735        <translation type="unfinished"></translation>
3736    </message>
3737    <message>
3738        <location filename="../MainWindow.cpp" line="1911"/>
3739        <source>Do you want to save the changes made to the SQL file %1?</source>
3740        <translation type="unfinished"></translation>
3741    </message>
3742    <message>
3743        <location filename="../MainWindow.cpp" line="2019"/>
3744        <source>Text files(*.sql *.txt);;All files(*)</source>
3745        <translation type="unfinished"></translation>
3746    </message>
3747    <message>
3748        <location filename="../MainWindow.cpp" line="1430"/>
3749        <source>Do you want to create a new database file to hold the imported data?
3750If you answer no we will attempt to import the data in the SQL file to the current database.</source>
3751        <translation type="unfinished"></translation>
3752    </message>
3753    <message>
3754        <location filename="../MainWindow.cpp" line="682"/>
3755        <source>You are still executing SQL statements. Closing the database now will stop their execution, possibly leaving the database in an inconsistent state. Are you sure you want to close the database?</source>
3756        <translation type="unfinished"></translation>
3757    </message>
3758    <message>
3759        <location filename="../MainWindow.cpp" line="759"/>
3760        <source>Do you want to save the changes made to the project file &apos;%1&apos;?</source>
3761        <translation type="unfinished"></translation>
3762    </message>
3763    <message>
3764        <location filename="../MainWindow.cpp" line="1153"/>
3765        <location filename="../MainWindow.cpp" line="1156"/>
3766        <source>At line %1:</source>
3767        <translation type="unfinished"></translation>
3768    </message>
3769    <message>
3770        <location filename="../MainWindow.cpp" line="1153"/>
3771        <source>Result: %1</source>
3772        <translation type="unfinished"></translation>
3773    </message>
3774    <message>
3775        <location filename="../MainWindow.cpp" line="1156"/>
3776        <source>Result: %2</source>
3777        <translation type="unfinished"></translation>
3778    </message>
3779    <message>
3780        <location filename="../MainWindow.cpp" line="1441"/>
3781        <source>File %1 already exists. Please choose a different name.</source>
3782        <translation type="unfinished"></translation>
3783    </message>
3784    <message>
3785        <location filename="../MainWindow.cpp" line="1468"/>
3786        <source>Error importing data: %1</source>
3787        <translation type="unfinished"></translation>
3788    </message>
3789    <message>
3790        <location filename="../MainWindow.cpp" line="1470"/>
3791        <source>Import completed. Some foreign key constraints are violated. Please fix them before saving.</source>
3792        <translation type="unfinished"></translation>
3793    </message>
3794    <message>
3795        <location filename="../MainWindow.cpp" line="1472"/>
3796        <source>Import completed.</source>
3797        <translation type="unfinished"></translation>
3798    </message>
3799    <message>
3800        <location filename="../MainWindow.cpp" line="1540"/>
3801        <source>Delete View</source>
3802        <translation type="unfinished"></translation>
3803    </message>
3804    <message>
3805        <location filename="../MainWindow.cpp" line="1541"/>
3806        <source>Modify View</source>
3807        <translation type="unfinished"></translation>
3808    </message>
3809    <message>
3810        <location filename="../MainWindow.cpp" line="1543"/>
3811        <source>Delete Trigger</source>
3812        <translation type="unfinished"></translation>
3813    </message>
3814    <message>
3815        <location filename="../MainWindow.cpp" line="1544"/>
3816        <source>Modify Trigger</source>
3817        <translation type="unfinished"></translation>
3818    </message>
3819    <message>
3820        <location filename="../MainWindow.cpp" line="1546"/>
3821        <source>Delete Index</source>
3822        <translation type="unfinished"></translation>
3823    </message>
3824    <message>
3825        <location filename="../MainWindow.cpp" line="1547"/>
3826        <source>Modify Index</source>
3827        <translation type="unfinished"></translation>
3828    </message>
3829    <message>
3830        <location filename="../MainWindow.cpp" line="1550"/>
3831        <source>Modify Table</source>
3832        <translation type="unfinished"></translation>
3833    </message>
3834    <message>
3835        <location filename="../MainWindow.cpp" line="1835"/>
3836        <source>Setting PRAGMA values will commit your current transaction.
3837Are you sure?</source>
3838        <translation type="unfinished"></translation>
3839    </message>
3840    <message>
3841        <location filename="../MainWindow.cpp" line="1933"/>
3842        <source>The statements in this tab are still executing. Closing the tab will stop the execution. This might leave the database in an inconsistent state. Are you sure you want to close the tab?</source>
3843        <translation type="unfinished"></translation>
3844    </message>
3845    <message>
3846        <location filename="../MainWindow.cpp" line="2018"/>
3847        <source>Select SQL file to open</source>
3848        <translation type="unfinished"></translation>
3849    </message>
3850    <message>
3851        <location filename="../MainWindow.cpp" line="2076"/>
3852        <source>Select file name</source>
3853        <translation type="unfinished"></translation>
3854    </message>
3855    <message>
3856        <location filename="../MainWindow.cpp" line="2108"/>
3857        <source>Select extension file</source>
3858        <translation type="unfinished"></translation>
3859    </message>
3860    <message>
3861        <location filename="../MainWindow.cpp" line="2115"/>
3862        <source>Extension successfully loaded.</source>
3863        <translation type="unfinished"></translation>
3864    </message>
3865    <message>
3866        <location filename="../MainWindow.cpp" line="2117"/>
3867        <source>Error loading extension: %1</source>
3868        <translation type="unfinished"></translation>
3869    </message>
3870    <message>
3871        <location filename="../MainWindow.cpp" line="2137"/>
3872        <source>Could not find resource file: %1</source>
3873        <translation type="unfinished"></translation>
3874    </message>
3875    <message>
3876        <location filename="../MainWindow.cpp" line="2231"/>
3877        <location filename="../MainWindow.cpp" line="2598"/>
3878        <source>Don&apos;t show again</source>
3879        <translation type="unfinished"></translation>
3880    </message>
3881    <message>
3882        <location filename="../MainWindow.cpp" line="2234"/>
3883        <source>New version available.</source>
3884        <translation type="unfinished"></translation>
3885    </message>
3886    <message>
3887        <location filename="../MainWindow.cpp" line="2235"/>
3888        <source>A new DB Browser for SQLite version is available (%1.%2.%3).&lt;br/&gt;&lt;br/&gt;Please download at &lt;a href=&apos;%4&apos;&gt;%4&lt;/a&gt;.</source>
3889        <translation type="unfinished"></translation>
3890    </message>
3891    <message>
3892        <location filename="../MainWindow.cpp" line="2470"/>
3893        <source>Choose a project file to open</source>
3894        <translation type="unfinished"></translation>
3895    </message>
3896    <message>
3897        <location filename="../MainWindow.cpp" line="2471"/>
3898        <source>DB Browser for SQLite project file (*.sqbpro)</source>
3899        <translation type="unfinished"></translation>
3900    </message>
3901    <message>
3902        <location filename="../MainWindow.cpp" line="2602"/>
3903        <source>This project file is using an old file format because it was created using DB Browser for SQLite version 3.10 or lower. Loading this file format is still fully supported but we advice you to convert all your project files to the new file format because support for older formats might be dropped at some point in the future. You can convert your files by simply opening and re-saving them.</source>
3904        <translation type="unfinished"></translation>
3905    </message>
3906    <message>
3907        <location filename="../MainWindow.cpp" line="3106"/>
3908        <source>Collation needed! Proceed?</source>
3909        <translation type="unfinished"></translation>
3910    </message>
3911    <message>
3912        <location filename="../MainWindow.cpp" line="3107"/>
3913        <source>A table in this database requires a special collation function &apos;%1&apos; that this application can&apos;t provide without further knowledge.
3914If you choose to proceed, be aware bad things can happen to your database.
3915Create a backup!</source>
3916        <translation type="unfinished"></translation>
3917    </message>
3918    <message>
3919        <location filename="../MainWindow.cpp" line="3112"/>
3920        <source>creating collation</source>
3921        <translation type="unfinished"></translation>
3922    </message>
3923    <message>
3924        <location filename="../MainWindow.cpp" line="3121"/>
3925        <source>Set a new name for the SQL tab. Use the &apos;&amp;&amp;&apos; character to allow using the following character as a keyboard shortcut.</source>
3926        <translation type="unfinished"></translation>
3927    </message>
3928    <message>
3929        <location filename="../MainWindow.cpp" line="3173"/>
3930        <source>Please specify the view name</source>
3931        <translation type="unfinished"></translation>
3932    </message>
3933    <message>
3934        <location filename="../MainWindow.cpp" line="3177"/>
3935        <source>There is already an object with that name. Please choose a different name.</source>
3936        <translation type="unfinished"></translation>
3937    </message>
3938    <message>
3939        <location filename="../MainWindow.cpp" line="3184"/>
3940        <source>View successfully created.</source>
3941        <translation type="unfinished"></translation>
3942    </message>
3943    <message>
3944        <location filename="../MainWindow.cpp" line="3186"/>
3945        <source>Error creating view: %1</source>
3946        <translation type="unfinished"></translation>
3947    </message>
3948    <message>
3949        <location filename="../MainWindow.cpp" line="3194"/>
3950        <source>This action will open a new SQL tab for running:</source>
3951        <translation type="unfinished"></translation>
3952    </message>
3953    <message>
3954        <location filename="../MainWindow.cpp" line="3196"/>
3955        <source>This action will open a new SQL tab with the following statements for you to edit and run:</source>
3956        <translation type="unfinished"></translation>
3957    </message>
3958    <message>
3959        <location filename="../MainWindow.cpp" line="3199"/>
3960        <source>Press Help for opening the corresponding SQLite reference page.</source>
3961        <translation type="unfinished"></translation>
3962    </message>
3963    <message>
3964        <location filename="../MainWindow.cpp" line="3311"/>
3965        <source>Busy (%1)</source>
3966        <translation type="unfinished"></translation>
3967    </message>
3968</context>
3969<context>
3970    <name>NullLineEdit</name>
3971    <message>
3972        <location filename="../AddRecordDialog.cpp" line="40"/>
3973        <source>Set to NULL</source>
3974        <translation type="unfinished"></translation>
3975    </message>
3976    <message>
3977        <location filename="../AddRecordDialog.cpp" line="44"/>
3978        <source>Alt+Del</source>
3979        <translation></translation>
3980    </message>
3981</context>
3982<context>
3983    <name>PlotDock</name>
3984    <message>
3985        <location filename="../PlotDock.ui" line="14"/>
3986        <source>Plot</source>
3987        <translation type="unfinished"></translation>
3988    </message>
3989    <message>
3990        <location filename="../PlotDock.ui" line="30"/>
3991        <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;This pane shows the list of columns of the currently browsed table or the just executed query. You can select the columns that you want to be used as X or Y axis for the plot pane below. The table shows detected axis type that will affect the resulting plot. For the Y axis you can only select numeric columns, but for the X axis you will be able to select:&lt;/p&gt;&lt;ul style=&quot;margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;&quot;&gt;&lt;li style=&quot; margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Date/Time&lt;/span&gt;: strings with format &amp;quot;yyyy-MM-dd hh:mm:ss&amp;quot; or &amp;quot;yyyy-MM-ddThh:mm:ss&amp;quot;&lt;/li&gt;&lt;li style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Date&lt;/span&gt;: strings with format &amp;quot;yyyy-MM-dd&amp;quot;&lt;/li&gt;&lt;li style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Time&lt;/span&gt;: strings with format &amp;quot;hh:mm:ss&amp;quot;&lt;/li&gt;&lt;li style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Label&lt;/span&gt;: other string formats. Selecting this column as X axis will produce a Bars plot with the column values as labels for the bars&lt;/li&gt;&lt;li style=&quot; margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Numeric&lt;/span&gt;: integer or real values&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Double-clicking the Y cells you can change the used color for that graph.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
3992        <translation type="unfinished"></translation>
3993    </message>
3994    <message>
3995        <location filename="../PlotDock.ui" line="46"/>
3996        <source>Columns</source>
3997        <translation type="unfinished"></translation>
3998    </message>
3999    <message>
4000        <location filename="../PlotDock.ui" line="51"/>
4001        <source>X</source>
4002        <translation type="unfinished"></translation>
4003    </message>
4004    <message>
4005        <location filename="../PlotDock.ui" line="56"/>
4006        <source>Y1</source>
4007        <translation type="unfinished"></translation>
4008    </message>
4009    <message>
4010        <location filename="../PlotDock.ui" line="61"/>
4011        <source>Y2</source>
4012        <translation type="unfinished"></translation>
4013    </message>
4014    <message>
4015        <location filename="../PlotDock.ui" line="66"/>
4016        <source>Axis Type</source>
4017        <translation type="unfinished"></translation>
4018    </message>
4019    <message>
4020        <location filename="../PlotDock.ui" line="78"/>
4021        <source>Here is a plot drawn when you select the x and y values above.
4022
4023Click on points to select them in the plot and in the table. Ctrl+Click for selecting a range of points.
4024
4025Use mouse-wheel for zooming and mouse drag for changing the axis range.
4026
4027Select the axes or axes labels to drag and zoom only in that orientation.</source>
4028        <translation type="unfinished"></translation>
4029    </message>
4030    <message>
4031        <location filename="../PlotDock.ui" line="94"/>
4032        <source>Line type:</source>
4033        <translation type="unfinished"></translation>
4034    </message>
4035    <message>
4036        <location filename="../PlotDock.ui" line="135"/>
4037        <location filename="../PlotDock.ui" line="194"/>
4038        <source>None</source>
4039        <translation type="unfinished"></translation>
4040    </message>
4041    <message>
4042        <location filename="../PlotDock.ui" line="140"/>
4043        <source>Line</source>
4044        <translation type="unfinished"></translation>
4045    </message>
4046    <message>
4047        <location filename="../PlotDock.ui" line="145"/>
4048        <source>StepLeft</source>
4049        <translation type="unfinished"></translation>
4050    </message>
4051    <message>
4052        <location filename="../PlotDock.ui" line="150"/>
4053        <source>StepRight</source>
4054        <translation type="unfinished"></translation>
4055    </message>
4056    <message>
4057        <location filename="../PlotDock.ui" line="155"/>
4058        <source>StepCenter</source>
4059        <translation type="unfinished"></translation>
4060    </message>
4061    <message>
4062        <location filename="../PlotDock.ui" line="160"/>
4063        <source>Impulse</source>
4064        <translation type="unfinished"></translation>
4065    </message>
4066    <message>
4067        <location filename="../PlotDock.ui" line="168"/>
4068        <source>Point shape:</source>
4069        <translation type="unfinished"></translation>
4070    </message>
4071    <message>
4072        <location filename="../PlotDock.ui" line="199"/>
4073        <source>Cross</source>
4074        <translation type="unfinished"></translation>
4075    </message>
4076    <message>
4077        <location filename="../PlotDock.ui" line="204"/>
4078        <source>Plus</source>
4079        <translation type="unfinished"></translation>
4080    </message>
4081    <message>
4082        <location filename="../PlotDock.ui" line="209"/>
4083        <source>Circle</source>
4084        <translation type="unfinished"></translation>
4085    </message>
4086    <message>
4087        <location filename="../PlotDock.ui" line="214"/>
4088        <source>Disc</source>
4089        <translation type="unfinished"></translation>
4090    </message>
4091    <message>
4092        <location filename="../PlotDock.ui" line="219"/>
4093        <source>Square</source>
4094        <translation type="unfinished"></translation>
4095    </message>
4096    <message>
4097        <location filename="../PlotDock.ui" line="224"/>
4098        <source>Diamond</source>
4099        <translation type="unfinished"></translation>
4100    </message>
4101    <message>
4102        <location filename="../PlotDock.ui" line="229"/>
4103        <source>Star</source>
4104        <translation type="unfinished"></translation>
4105    </message>
4106    <message>
4107        <location filename="../PlotDock.ui" line="234"/>
4108        <source>Triangle</source>
4109        <translation type="unfinished"></translation>
4110    </message>
4111    <message>
4112        <location filename="../PlotDock.ui" line="239"/>
4113        <source>TriangleInverted</source>
4114        <translation type="unfinished"></translation>
4115    </message>
4116    <message>
4117        <location filename="../PlotDock.ui" line="244"/>
4118        <source>CrossSquare</source>
4119        <translation type="unfinished"></translation>
4120    </message>
4121    <message>
4122        <location filename="../PlotDock.ui" line="249"/>
4123        <source>PlusSquare</source>
4124        <translation type="unfinished"></translation>
4125    </message>
4126    <message>
4127        <location filename="../PlotDock.ui" line="254"/>
4128        <source>CrossCircle</source>
4129        <translation type="unfinished"></translation>
4130    </message>
4131    <message>
4132        <location filename="../PlotDock.ui" line="259"/>
4133        <source>PlusCircle</source>
4134        <translation type="unfinished"></translation>
4135    </message>
4136    <message>
4137        <location filename="../PlotDock.ui" line="264"/>
4138        <source>Peace</source>
4139        <translation type="unfinished"></translation>
4140    </message>
4141    <message>
4142        <location filename="../PlotDock.ui" line="285"/>
4143        <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Save current plot...&lt;/p&gt;&lt;p&gt;File format chosen by extension (png, jpg, pdf, bmp)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
4144        <translation type="unfinished"></translation>
4145    </message>
4146    <message>
4147        <location filename="../PlotDock.ui" line="288"/>
4148        <source>Save current plot...</source>
4149        <translation type="unfinished"></translation>
4150    </message>
4151    <message>
4152        <location filename="../PlotDock.ui" line="314"/>
4153        <location filename="../PlotDock.cpp" line="545"/>
4154        <source>Load all data and redraw plot</source>
4155        <translation type="unfinished"></translation>
4156    </message>
4157    <message>
4158        <location filename="../PlotDock.cpp" line="74"/>
4159        <source>Copy</source>
4160        <translation type="unfinished"></translation>
4161    </message>
4162    <message>
4163        <location filename="../PlotDock.cpp" line="81"/>
4164        <source>Print...</source>
4165        <translation type="unfinished"></translation>
4166    </message>
4167    <message>
4168        <location filename="../PlotDock.cpp" line="88"/>
4169        <source>Show legend</source>
4170        <translation type="unfinished"></translation>
4171    </message>
4172    <message>
4173        <location filename="../PlotDock.cpp" line="94"/>
4174        <source>Stacked bars</source>
4175        <translation type="unfinished"></translation>
4176    </message>
4177    <message>
4178        <location filename="../PlotDock.cpp" line="178"/>
4179        <source>Date/Time</source>
4180        <translation type="unfinished"></translation>
4181    </message>
4182    <message>
4183        <location filename="../PlotDock.cpp" line="181"/>
4184        <source>Date</source>
4185        <translation type="unfinished"></translation>
4186    </message>
4187    <message>
4188        <location filename="../PlotDock.cpp" line="184"/>
4189        <source>Time</source>
4190        <translation type="unfinished"></translation>
4191    </message>
4192    <message>
4193        <location filename="../PlotDock.cpp" line="187"/>
4194        <location filename="../PlotDock.cpp" line="234"/>
4195        <source>Numeric</source>
4196        <translation type="unfinished"></translation>
4197    </message>
4198    <message>
4199        <location filename="../PlotDock.cpp" line="190"/>
4200        <source>Label</source>
4201        <translation type="unfinished"></translation>
4202    </message>
4203    <message>
4204        <location filename="../PlotDock.cpp" line="194"/>
4205        <source>Invalid</source>
4206        <translation type="unfinished"></translation>
4207    </message>
4208    <message>
4209        <location filename="../PlotDock.cpp" line="232"/>
4210        <location filename="../PlotDock.cpp" line="503"/>
4211        <location filename="../PlotDock.cpp" line="518"/>
4212        <source>Row #</source>
4213        <translation type="unfinished"></translation>
4214    </message>
4215    <message>
4216        <location filename="../PlotDock.cpp" line="540"/>
4217        <source>Load all data and redraw plot.
4218Warning: not all data has been fetched from the table yet due to the partial fetch mechanism.</source>
4219        <translation type="unfinished"></translation>
4220    </message>
4221    <message>
4222        <location filename="../PlotDock.cpp" line="635"/>
4223        <source>Choose an axis color</source>
4224        <translation type="unfinished"></translation>
4225    </message>
4226    <message>
4227        <location filename="../PlotDock.cpp" line="670"/>
4228        <source>Choose a filename to save under</source>
4229        <translation type="unfinished"></translation>
4230    </message>
4231    <message>
4232        <location filename="../PlotDock.cpp" line="671"/>
4233        <source>PNG(*.png);;JPG(*.jpg);;PDF(*.pdf);;BMP(*.bmp);;All Files(*)</source>
4234        <translation type="unfinished"></translation>
4235    </message>
4236    <message>
4237        <location filename="../PlotDock.cpp" line="707"/>
4238        <source>There are curves in this plot and the selected line style can only be applied to graphs sorted by X. Either sort the table or query by X to remove curves or select one of the styles supported by curves: None or Line.</source>
4239        <translation type="unfinished"></translation>
4240    </message>
4241    <message>
4242        <location filename="../PlotDock.cpp" line="825"/>
4243        <source>Loading all remaining data for this table took %1ms.</source>
4244        <translation type="unfinished"></translation>
4245    </message>
4246</context>
4247<context>
4248    <name>PreferencesDialog</name>
4249    <message>
4250        <location filename="../PreferencesDialog.ui" line="14"/>
4251        <source>Preferences</source>
4252        <translation type="unfinished"></translation>
4253    </message>
4254    <message>
4255        <location filename="../PreferencesDialog.ui" line="27"/>
4256        <source>&amp;General</source>
4257        <translation type="unfinished"></translation>
4258    </message>
4259    <message>
4260        <location filename="../PreferencesDialog.ui" line="33"/>
4261        <source>Default &amp;location</source>
4262        <translation type="unfinished"></translation>
4263    </message>
4264    <message>
4265        <location filename="../PreferencesDialog.ui" line="46"/>
4266        <source>Remember last location</source>
4267        <translation type="unfinished"></translation>
4268    </message>
4269    <message>
4270        <location filename="../PreferencesDialog.ui" line="51"/>
4271        <source>Always use this location</source>
4272        <translation type="unfinished"></translation>
4273    </message>
4274    <message>
4275        <location filename="../PreferencesDialog.ui" line="56"/>
4276        <source>Remember last location for session only</source>
4277        <translation type="unfinished"></translation>
4278    </message>
4279    <message>
4280        <location filename="../PreferencesDialog.ui" line="85"/>
4281        <location filename="../PreferencesDialog.ui" line="1749"/>
4282        <location filename="../PreferencesDialog.ui" line="1869"/>
4283        <source>...</source>
4284        <translation type="unfinished"></translation>
4285    </message>
4286    <message>
4287        <location filename="../PreferencesDialog.ui" line="96"/>
4288        <source>Lan&amp;guage</source>
4289        <translation type="unfinished"></translation>
4290    </message>
4291    <message>
4292        <location filename="../PreferencesDialog.ui" line="128"/>
4293        <source>Toolbar style</source>
4294        <translation type="unfinished"></translation>
4295    </message>
4296    <message>
4297        <location filename="../PreferencesDialog.ui" line="160"/>
4298        <location filename="../PreferencesDialog.ui" line="210"/>
4299        <location filename="../PreferencesDialog.ui" line="260"/>
4300        <location filename="../PreferencesDialog.ui" line="310"/>
4301        <location filename="../PreferencesDialog.ui" line="466"/>
4302        <source>Only display the icon</source>
4303        <translation type="unfinished"></translation>
4304    </message>
4305    <message>
4306        <location filename="../PreferencesDialog.ui" line="165"/>
4307        <location filename="../PreferencesDialog.ui" line="215"/>
4308        <location filename="../PreferencesDialog.ui" line="265"/>
4309        <location filename="../PreferencesDialog.ui" line="315"/>
4310        <location filename="../PreferencesDialog.ui" line="471"/>
4311        <source>Only display the text</source>
4312        <translation type="unfinished"></translation>
4313    </message>
4314    <message>
4315        <location filename="../PreferencesDialog.ui" line="170"/>
4316        <location filename="../PreferencesDialog.ui" line="220"/>
4317        <location filename="../PreferencesDialog.ui" line="270"/>
4318        <location filename="../PreferencesDialog.ui" line="320"/>
4319        <location filename="../PreferencesDialog.ui" line="476"/>
4320        <source>The text appears beside the icon</source>
4321        <translation type="unfinished"></translation>
4322    </message>
4323    <message>
4324        <location filename="../PreferencesDialog.ui" line="175"/>
4325        <location filename="../PreferencesDialog.ui" line="225"/>
4326        <location filename="../PreferencesDialog.ui" line="275"/>
4327        <location filename="../PreferencesDialog.ui" line="325"/>
4328        <location filename="../PreferencesDialog.ui" line="481"/>
4329        <source>The text appears under the icon</source>
4330        <translation type="unfinished"></translation>
4331    </message>
4332    <message>
4333        <location filename="../PreferencesDialog.ui" line="180"/>
4334        <location filename="../PreferencesDialog.ui" line="230"/>
4335        <location filename="../PreferencesDialog.ui" line="280"/>
4336        <location filename="../PreferencesDialog.ui" line="330"/>
4337        <location filename="../PreferencesDialog.ui" line="486"/>
4338        <source>Follow the style</source>
4339        <translation type="unfinished"></translation>
4340    </message>
4341    <message>
4342        <location filename="../PreferencesDialog.ui" line="348"/>
4343        <location filename="../PreferencesDialog.ui" line="368"/>
4344        <location filename="../PreferencesDialog.ui" line="652"/>
4345        <location filename="../PreferencesDialog.ui" line="659"/>
4346        <location filename="../PreferencesDialog.ui" line="1488"/>
4347        <location filename="../PreferencesDialog.ui" line="1508"/>
4348        <location filename="../PreferencesDialog.ui" line="1528"/>
4349        <location filename="../PreferencesDialog.ui" line="1548"/>
4350        <location filename="../PreferencesDialog.ui" line="1568"/>
4351        <source>enabled</source>
4352        <translation type="unfinished"></translation>
4353    </message>
4354    <message>
4355        <location filename="../PreferencesDialog.ui" line="358"/>
4356        <source>Automatic &amp;updates</source>
4357        <translation type="unfinished"></translation>
4358    </message>
4359    <message>
4360        <location filename="../PreferencesDialog.ui" line="375"/>
4361        <source>DB file extensions</source>
4362        <translation type="unfinished"></translation>
4363    </message>
4364    <message>
4365        <location filename="../PreferencesDialog.ui" line="385"/>
4366        <source>Manage</source>
4367        <translation type="unfinished"></translation>
4368    </message>
4369    <message>
4370        <location filename="../PreferencesDialog.ui" line="338"/>
4371        <source>Show remote options</source>
4372        <translation type="unfinished"></translation>
4373    </message>
4374    <message>
4375        <location filename="../PreferencesDialog.ui" line="572"/>
4376        <source>&amp;Database</source>
4377        <translation type="unfinished"></translation>
4378    </message>
4379    <message>
4380        <location filename="../PreferencesDialog.ui" line="583"/>
4381        <source>Database &amp;encoding</source>
4382        <translation type="unfinished"></translation>
4383    </message>
4384    <message>
4385        <location filename="../PreferencesDialog.ui" line="593"/>
4386        <source>Open databases with foreign keys enabled.</source>
4387        <translation type="unfinished"></translation>
4388    </message>
4389    <message>
4390        <location filename="../PreferencesDialog.ui" line="596"/>
4391        <source>&amp;Foreign keys</source>
4392        <translation type="unfinished"></translation>
4393    </message>
4394    <message>
4395        <location filename="../PreferencesDialog.ui" line="606"/>
4396        <source>Remove line breaks in schema &amp;view</source>
4397        <translation type="unfinished"></translation>
4398    </message>
4399    <message>
4400        <location filename="../PreferencesDialog.ui" line="649"/>
4401        <source>When enabled, the line breaks in the Schema column of the DB Structure tab, dock and printed output are removed.</source>
4402        <translation type="unfinished"></translation>
4403    </message>
4404    <message>
4405        <location filename="../PreferencesDialog.ui" line="616"/>
4406        <source>Prefetch block si&amp;ze</source>
4407        <translation type="unfinished"></translation>
4408    </message>
4409    <message>
4410        <location filename="../PreferencesDialog.ui" line="697"/>
4411        <source>SQ&amp;L to execute after opening database</source>
4412        <translation type="unfinished"></translation>
4413    </message>
4414    <message>
4415        <location filename="../PreferencesDialog.ui" line="626"/>
4416        <source>Default field type</source>
4417        <translation type="unfinished"></translation>
4418    </message>
4419    <message>
4420        <location filename="../PreferencesDialog.ui" line="392"/>
4421        <source>Main Window</source>
4422        <translation type="unfinished"></translation>
4423    </message>
4424    <message>
4425        <location filename="../PreferencesDialog.ui" line="405"/>
4426        <source>Database Structure</source>
4427        <translation type="unfinished"></translation>
4428    </message>
4429    <message>
4430        <location filename="../PreferencesDialog.ui" line="418"/>
4431        <source>Browse Data</source>
4432        <translation type="unfinished"></translation>
4433    </message>
4434    <message>
4435        <location filename="../PreferencesDialog.ui" line="431"/>
4436        <source>Execute SQL</source>
4437        <translation type="unfinished"></translation>
4438    </message>
4439    <message>
4440        <location filename="../PreferencesDialog.ui" line="494"/>
4441        <source>Edit Database Cell</source>
4442        <translation type="unfinished"></translation>
4443    </message>
4444    <message>
4445        <location filename="../PreferencesDialog.ui" line="513"/>
4446        <source>When this value is changed, all the other color preferences are also set to matching colors.</source>
4447        <translation type="unfinished"></translation>
4448    </message>
4449    <message>
4450        <location filename="../PreferencesDialog.ui" line="532"/>
4451        <source>Follow the desktop style</source>
4452        <translation type="unfinished"></translation>
4453    </message>
4454    <message>
4455        <location filename="../PreferencesDialog.ui" line="537"/>
4456        <source>Dark style</source>
4457        <translation type="unfinished"></translation>
4458    </message>
4459    <message>
4460        <location filename="../PreferencesDialog.ui" line="545"/>
4461        <source>Application style</source>
4462        <translation type="unfinished"></translation>
4463    </message>
4464    <message>
4465        <location filename="../PreferencesDialog.ui" line="555"/>
4466        <source>This sets the font size for all UI elements which do not have their own font size option.</source>
4467        <translation type="unfinished"></translation>
4468    </message>
4469    <message>
4470        <location filename="../PreferencesDialog.ui" line="558"/>
4471        <source>Font size</source>
4472        <translation type="unfinished"></translation>
4473    </message>
4474    <message>
4475        <location filename="../PreferencesDialog.ui" line="680"/>
4476        <source>Database structure font size</source>
4477        <translation type="unfinished"></translation>
4478    </message>
4479    <message>
4480        <location filename="../PreferencesDialog.ui" line="726"/>
4481        <source>Data &amp;Browser</source>
4482        <translation type="unfinished"></translation>
4483    </message>
4484    <message>
4485        <location filename="../PreferencesDialog.ui" line="734"/>
4486        <source>Font</source>
4487        <translation type="unfinished"></translation>
4488    </message>
4489    <message>
4490        <location filename="../PreferencesDialog.ui" line="740"/>
4491        <source>&amp;Font</source>
4492        <translation type="unfinished"></translation>
4493    </message>
4494    <message>
4495        <location filename="../PreferencesDialog.ui" line="753"/>
4496        <source>Font si&amp;ze</source>
4497        <translation type="unfinished"></translation>
4498    </message>
4499    <message>
4500        <location filename="../PreferencesDialog.ui" line="769"/>
4501        <source>Content</source>
4502        <translation type="unfinished"></translation>
4503    </message>
4504    <message>
4505        <location filename="../PreferencesDialog.ui" line="775"/>
4506        <source>Symbol limit in cell</source>
4507        <translation type="unfinished"></translation>
4508    </message>
4509    <message>
4510        <location filename="../PreferencesDialog.ui" line="807"/>
4511        <source>This is the maximum number of items allowed for some computationally expensive functionalities to be enabled:
4512Maximum number of rows in a table for enabling the value completion based on current values in the column.
4513Maximum number of indexes in a selection for calculating sum and average.
4514Can be set to 0 for disabling the functionalities.</source>
4515        <translation type="unfinished"></translation>
4516    </message>
4517    <message>
4518        <location filename="../PreferencesDialog.ui" line="813"/>
4519        <source>This is the maximum number of rows in a table for enabling the value completion based on current values in the column.
4520Can be set to 0 for disabling completion.</source>
4521        <translation type="unfinished"></translation>
4522    </message>
4523    <message>
4524        <location filename="../PreferencesDialog.ui" line="827"/>
4525        <source>Threshold for completion and calculation on selection</source>
4526        <translation type="unfinished"></translation>
4527    </message>
4528    <message>
4529        <location filename="../PreferencesDialog.ui" line="837"/>
4530        <source>Show images in cell</source>
4531        <translation type="unfinished"></translation>
4532    </message>
4533    <message>
4534        <location filename="../PreferencesDialog.ui" line="847"/>
4535        <source>Enable this option to show a preview of BLOBs containing image data in the cells. This can affect the performance of the data browser, however.</source>
4536        <translation type="unfinished"></translation>
4537    </message>
4538    <message>
4539        <location filename="../PreferencesDialog.ui" line="857"/>
4540        <source>Field display</source>
4541        <translation type="unfinished"></translation>
4542    </message>
4543    <message>
4544        <location filename="../PreferencesDialog.ui" line="863"/>
4545        <source>Displayed &amp;text</source>
4546        <translation type="unfinished"></translation>
4547    </message>
4548    <message>
4549        <location filename="../PreferencesDialog.ui" line="876"/>
4550        <source>Binary</source>
4551        <translation type="unfinished"></translation>
4552    </message>
4553    <message>
4554        <location filename="../PreferencesDialog.ui" line="886"/>
4555        <source>NULL</source>
4556        <translation type="unfinished"></translation>
4557    </message>
4558    <message>
4559        <location filename="../PreferencesDialog.ui" line="896"/>
4560        <source>Regular</source>
4561        <translation type="unfinished"></translation>
4562    </message>
4563    <message>
4564        <location filename="../PreferencesDialog.ui" line="909"/>
4565        <location filename="../PreferencesDialog.ui" line="938"/>
4566        <location filename="../PreferencesDialog.ui" line="967"/>
4567        <location filename="../PreferencesDialog.ui" line="986"/>
4568        <location filename="../PreferencesDialog.ui" line="1005"/>
4569        <location filename="../PreferencesDialog.ui" line="1024"/>
4570        <source>Click to set this color</source>
4571        <translation type="unfinished"></translation>
4572    </message>
4573    <message>
4574        <location filename="../PreferencesDialog.ui" line="925"/>
4575        <source>Text color</source>
4576        <translation type="unfinished"></translation>
4577    </message>
4578    <message>
4579        <location filename="../PreferencesDialog.ui" line="954"/>
4580        <source>Background color</source>
4581        <translation type="unfinished"></translation>
4582    </message>
4583    <message>
4584        <location filename="../PreferencesDialog.ui" line="1069"/>
4585        <source>Preview only (N/A)</source>
4586        <translation type="unfinished"></translation>
4587    </message>
4588    <message>
4589        <location filename="../PreferencesDialog.ui" line="1103"/>
4590        <source>Filters</source>
4591        <translation type="unfinished"></translation>
4592    </message>
4593    <message>
4594        <location filename="../PreferencesDialog.ui" line="1116"/>
4595        <source>Escape character</source>
4596        <translation type="unfinished"></translation>
4597    </message>
4598    <message>
4599        <location filename="../PreferencesDialog.ui" line="1126"/>
4600        <source>Delay time (&amp;ms)</source>
4601        <translation type="unfinished"></translation>
4602    </message>
4603    <message>
4604        <location filename="../PreferencesDialog.ui" line="1136"/>
4605        <source>Set the waiting time before a new filter value is applied. Can be set to 0 for disabling waiting.</source>
4606        <translation type="unfinished"></translation>
4607    </message>
4608    <message>
4609        <location filename="../PreferencesDialog.ui" line="1152"/>
4610        <source>&amp;SQL</source>
4611        <translation type="unfinished"></translation>
4612    </message>
4613    <message>
4614        <location filename="../PreferencesDialog.ui" line="1165"/>
4615        <source>Settings name</source>
4616        <translation type="unfinished"></translation>
4617    </message>
4618    <message>
4619        <location filename="../PreferencesDialog.ui" line="1170"/>
4620        <source>Context</source>
4621        <translation type="unfinished"></translation>
4622    </message>
4623    <message>
4624        <location filename="../PreferencesDialog.ui" line="1175"/>
4625        <source>Colour</source>
4626        <translation type="unfinished"></translation>
4627    </message>
4628    <message>
4629        <location filename="../PreferencesDialog.ui" line="1180"/>
4630        <source>Bold</source>
4631        <translation type="unfinished"></translation>
4632    </message>
4633    <message>
4634        <location filename="../PreferencesDialog.ui" line="1185"/>
4635        <source>Italic</source>
4636        <translation type="unfinished"></translation>
4637    </message>
4638    <message>
4639        <location filename="../PreferencesDialog.ui" line="1190"/>
4640        <source>Underline</source>
4641        <translation type="unfinished"></translation>
4642    </message>
4643    <message>
4644        <location filename="../PreferencesDialog.ui" line="1198"/>
4645        <source>Keyword</source>
4646        <translation type="unfinished"></translation>
4647    </message>
4648    <message>
4649        <location filename="../PreferencesDialog.ui" line="1218"/>
4650        <source>Function</source>
4651        <translation type="unfinished"></translation>
4652    </message>
4653    <message>
4654        <location filename="../PreferencesDialog.ui" line="1226"/>
4655        <source>Table</source>
4656        <translation type="unfinished"></translation>
4657    </message>
4658    <message>
4659        <location filename="../PreferencesDialog.ui" line="1246"/>
4660        <source>Comment</source>
4661        <translation type="unfinished"></translation>
4662    </message>
4663    <message>
4664        <location filename="../PreferencesDialog.ui" line="1266"/>
4665        <source>Identifier</source>
4666        <translation type="unfinished"></translation>
4667    </message>
4668    <message>
4669        <location filename="../PreferencesDialog.ui" line="1286"/>
4670        <source>String</source>
4671        <translation type="unfinished"></translation>
4672    </message>
4673    <message>
4674        <location filename="../PreferencesDialog.ui" line="1306"/>
4675        <source>Current line</source>
4676        <translation type="unfinished"></translation>
4677    </message>
4678    <message>
4679        <location filename="../PreferencesDialog.ui" line="1314"/>
4680        <source>Background</source>
4681        <translation type="unfinished"></translation>
4682    </message>
4683    <message>
4684        <location filename="../PreferencesDialog.ui" line="1322"/>
4685        <source>Foreground</source>
4686        <translation type="unfinished"></translation>
4687    </message>
4688    <message>
4689        <location filename="../PreferencesDialog.ui" line="1332"/>
4690        <source>SQL editor &amp;font</source>
4691        <translation type="unfinished"></translation>
4692    </message>
4693    <message>
4694        <location filename="../PreferencesDialog.ui" line="1347"/>
4695        <source>SQL &amp;editor font size</source>
4696        <translation type="unfinished"></translation>
4697    </message>
4698    <message>
4699        <location filename="../PreferencesDialog.ui" line="1369"/>
4700        <source>SQL &amp;results font size</source>
4701        <translation type="unfinished"></translation>
4702    </message>
4703    <message>
4704        <location filename="../PreferencesDialog.ui" line="1386"/>
4705        <source>Tab size</source>
4706        <translation type="unfinished"></translation>
4707    </message>
4708    <message>
4709        <location filename="../PreferencesDialog.ui" line="1409"/>
4710        <source>&amp;Wrap lines</source>
4711        <translation type="unfinished"></translation>
4712    </message>
4713    <message>
4714        <location filename="../PreferencesDialog.ui" line="1420"/>
4715        <source>Never</source>
4716        <translation type="unfinished"></translation>
4717    </message>
4718    <message>
4719        <location filename="../PreferencesDialog.ui" line="1425"/>
4720        <source>At word boundaries</source>
4721        <translation type="unfinished"></translation>
4722    </message>
4723    <message>
4724        <location filename="../PreferencesDialog.ui" line="1430"/>
4725        <source>At character boundaries</source>
4726        <translation type="unfinished"></translation>
4727    </message>
4728    <message>
4729        <location filename="../PreferencesDialog.ui" line="1435"/>
4730        <source>At whitespace boundaries</source>
4731        <translation type="unfinished"></translation>
4732    </message>
4733    <message>
4734        <location filename="../PreferencesDialog.ui" line="1443"/>
4735        <source>&amp;Quotes for identifiers</source>
4736        <translation type="unfinished"></translation>
4737    </message>
4738    <message>
4739        <location filename="../PreferencesDialog.ui" line="1453"/>
4740        <source>Choose the quoting mechanism used by the application for identifiers in SQL code.</source>
4741        <translation type="unfinished"></translation>
4742    </message>
4743    <message>
4744        <location filename="../PreferencesDialog.ui" line="1460"/>
4745        <source>&quot;Double quotes&quot; - Standard SQL (recommended)</source>
4746        <translation type="unfinished"></translation>
4747    </message>
4748    <message>
4749        <location filename="../PreferencesDialog.ui" line="1465"/>
4750        <source>`Grave accents` - Traditional MySQL quotes</source>
4751        <translation type="unfinished"></translation>
4752    </message>
4753    <message>
4754        <location filename="../PreferencesDialog.ui" line="1470"/>
4755        <source>[Square brackets] - Traditional MS SQL Server quotes</source>
4756        <translation type="unfinished"></translation>
4757    </message>
4758    <message>
4759        <location filename="../PreferencesDialog.ui" line="1478"/>
4760        <source>Code co&amp;mpletion</source>
4761        <translation type="unfinished"></translation>
4762    </message>
4763    <message>
4764        <location filename="../PreferencesDialog.ui" line="1495"/>
4765        <source>Keywords in &amp;UPPER CASE</source>
4766        <translation type="unfinished"></translation>
4767    </message>
4768    <message>
4769        <location filename="../PreferencesDialog.ui" line="1505"/>
4770        <source>When set, the SQL keywords are completed in UPPER CASE letters.</source>
4771        <translation type="unfinished"></translation>
4772    </message>
4773    <message>
4774        <location filename="../PreferencesDialog.ui" line="1515"/>
4775        <source>Error indicators</source>
4776        <translation type="unfinished"></translation>
4777    </message>
4778    <message>
4779        <location filename="../PreferencesDialog.ui" line="1525"/>
4780        <source>When set, the SQL code lines that caused errors during the last execution are highlighted and the results frame indicates the error in the background</source>
4781        <translation type="unfinished"></translation>
4782    </message>
4783    <message>
4784        <location filename="../PreferencesDialog.ui" line="1535"/>
4785        <source>Hori&amp;zontal tiling</source>
4786        <translation type="unfinished"></translation>
4787    </message>
4788    <message>
4789        <location filename="../PreferencesDialog.ui" line="1545"/>
4790        <source>If enabled the SQL code editor and the result table view are shown side by side instead of one over the other.</source>
4791        <translation type="unfinished"></translation>
4792    </message>
4793    <message>
4794        <location filename="../PreferencesDialog.ui" line="1555"/>
4795        <source>Close button on tabs</source>
4796        <translation type="unfinished"></translation>
4797    </message>
4798    <message>
4799        <location filename="../PreferencesDialog.ui" line="1565"/>
4800        <source>If enabled, SQL editor tabs will have a close button. In any case, you can use the contextual menu or the keyboard shortcut to close them.</source>
4801        <translation type="unfinished"></translation>
4802    </message>
4803    <message>
4804        <location filename="../PreferencesDialog.ui" line="1578"/>
4805        <source>&amp;Extensions</source>
4806        <translation type="unfinished"></translation>
4807    </message>
4808    <message>
4809        <location filename="../PreferencesDialog.ui" line="1584"/>
4810        <source>Select extensions to load for every database:</source>
4811        <translation type="unfinished"></translation>
4812    </message>
4813    <message>
4814        <location filename="../PreferencesDialog.ui" line="1605"/>
4815        <source>Add extension</source>
4816        <translation type="unfinished"></translation>
4817    </message>
4818    <message>
4819        <location filename="../PreferencesDialog.ui" line="1616"/>
4820        <source>Remove extension</source>
4821        <translation type="unfinished"></translation>
4822    </message>
4823    <message>
4824        <location filename="../PreferencesDialog.ui" line="1644"/>
4825        <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;While supporting the REGEXP operator SQLite doesn&apos;t implement any regular expression&lt;br/&gt;algorithm but calls back the running application. DB Browser for SQLite implements this&lt;br/&gt;algorithm for you to let you use REGEXP out of the box. However, as there are multiple possible&lt;br/&gt;implementations of this and you might want to use another one, you&apos;re free to disable the&lt;br/&gt;application&apos;s implementation and load your own by using an extension. Requires restart of the application.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
4826        <translation type="unfinished"></translation>
4827    </message>
4828    <message>
4829        <location filename="../PreferencesDialog.ui" line="1647"/>
4830        <source>Disable Regular Expression extension</source>
4831        <translation type="unfinished"></translation>
4832    </message>
4833    <message>
4834        <location filename="../PreferencesDialog.ui" line="1654"/>
4835        <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;SQLite provides an SQL function for loading extensions from a shared library file. Activate this if you want to use the &lt;span style=&quot; font-style:italic;&quot;&gt;load_extension()&lt;/span&gt; function from SQL code.&lt;/p&gt;&lt;p&gt;For security reasons, extension loading is turned off by default and must be enabled through this setting. You can always load extensions through the GUI, even though this option is disabled.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
4836        <translation type="unfinished"></translation>
4837    </message>
4838    <message>
4839        <location filename="../PreferencesDialog.ui" line="1657"/>
4840        <source>Allow loading extensions from SQL code</source>
4841        <translation type="unfinished"></translation>
4842    </message>
4843    <message>
4844        <location filename="../PreferencesDialog.ui" line="1665"/>
4845        <source>Remote</source>
4846        <translation type="unfinished"></translation>
4847    </message>
4848    <message>
4849        <location filename="../PreferencesDialog.ui" line="1675"/>
4850        <source>Your certificates</source>
4851        <translation type="unfinished"></translation>
4852    </message>
4853    <message>
4854        <location filename="../PreferencesDialog.ui" line="1700"/>
4855        <source>File</source>
4856        <translation type="unfinished"></translation>
4857    </message>
4858    <message>
4859        <location filename="../PreferencesDialog.ui" line="1705"/>
4860        <location filename="../PreferencesDialog.ui" line="1801"/>
4861        <source>Subject CN</source>
4862        <translation type="unfinished"></translation>
4863    </message>
4864    <message>
4865        <location filename="../PreferencesDialog.ui" line="1708"/>
4866        <source>Subject Common Name</source>
4867        <translation type="unfinished"></translation>
4868    </message>
4869    <message>
4870        <location filename="../PreferencesDialog.ui" line="1713"/>
4871        <source>Issuer CN</source>
4872        <translation type="unfinished"></translation>
4873    </message>
4874    <message>
4875        <location filename="../PreferencesDialog.ui" line="1716"/>
4876        <source>Issuer Common Name</source>
4877        <translation type="unfinished"></translation>
4878    </message>
4879    <message>
4880        <location filename="../PreferencesDialog.ui" line="1721"/>
4881        <location filename="../PreferencesDialog.ui" line="1817"/>
4882        <source>Valid from</source>
4883        <translation type="unfinished"></translation>
4884    </message>
4885    <message>
4886        <location filename="../PreferencesDialog.ui" line="1726"/>
4887        <location filename="../PreferencesDialog.ui" line="1822"/>
4888        <source>Valid to</source>
4889        <translation type="unfinished"></translation>
4890    </message>
4891    <message>
4892        <location filename="../PreferencesDialog.ui" line="1731"/>
4893        <location filename="../PreferencesDialog.ui" line="1827"/>
4894        <source>Serial number</source>
4895        <translation type="unfinished"></translation>
4896    </message>
4897    <message>
4898        <location filename="../PreferencesDialog.ui" line="1776"/>
4899        <source>CA certificates</source>
4900        <translation type="unfinished"></translation>
4901    </message>
4902    <message>
4903        <location filename="../PreferencesDialog.ui" line="1804"/>
4904        <source>Common Name</source>
4905        <translation type="unfinished"></translation>
4906    </message>
4907    <message>
4908        <location filename="../PreferencesDialog.ui" line="1809"/>
4909        <source>Subject O</source>
4910        <translation type="unfinished"></translation>
4911    </message>
4912    <message>
4913        <location filename="../PreferencesDialog.ui" line="1812"/>
4914        <source>Organization</source>
4915        <translation type="unfinished"></translation>
4916    </message>
4917    <message>
4918        <location filename="../PreferencesDialog.ui" line="1841"/>
4919        <source>Clone databases into</source>
4920        <translation type="unfinished"></translation>
4921    </message>
4922    <message>
4923        <location filename="../PreferencesDialog.ui" line="1878"/>
4924        <source>Proxy</source>
4925        <translation type="unfinished"></translation>
4926    </message>
4927    <message>
4928        <location filename="../PreferencesDialog.ui" line="1885"/>
4929        <source>Configure</source>
4930        <translation type="unfinished"></translation>
4931    </message>
4932    <message>
4933        <location filename="../PreferencesDialog.cpp" line="67"/>
4934        <location filename="../PreferencesDialog.cpp" line="638"/>
4935        <source>Choose a directory</source>
4936        <translation type="unfinished"></translation>
4937    </message>
4938    <message>
4939        <location filename="../PreferencesDialog.cpp" line="323"/>
4940        <source>The language will change after you restart the application.</source>
4941        <translation type="unfinished"></translation>
4942    </message>
4943    <message>
4944        <location filename="../PreferencesDialog.cpp" line="399"/>
4945        <source>Select extension file</source>
4946        <translation type="unfinished"></translation>
4947    </message>
4948    <message>
4949        <location filename="../PreferencesDialog.cpp" line="400"/>
4950        <source>Extensions(*.so *.dylib *.dll);;All files(*)</source>
4951        <translation type="unfinished"></translation>
4952    </message>
4953    <message>
4954        <location filename="../PreferencesDialog.cpp" line="564"/>
4955        <source>Import certificate file</source>
4956        <translation type="unfinished"></translation>
4957    </message>
4958    <message>
4959        <location filename="../PreferencesDialog.cpp" line="572"/>
4960        <source>No certificates found in this file.</source>
4961        <translation type="unfinished"></translation>
4962    </message>
4963    <message>
4964        <location filename="../PreferencesDialog.cpp" line="589"/>
4965        <source>Are you sure you want do remove this certificate? All certificate data will be deleted from the application settings!</source>
4966        <translation type="unfinished"></translation>
4967    </message>
4968    <message>
4969        <location filename="../PreferencesDialog.cpp" line="674"/>
4970        <source>Are you sure you want to clear all the saved settings?
4971All your preferences will be lost and default values will be used.</source>
4972        <translation type="unfinished"></translation>
4973    </message>
4974</context>
4975<context>
4976    <name>ProxyDialog</name>
4977    <message>
4978        <location filename="../ProxyDialog.ui" line="14"/>
4979        <source>Proxy Configuration</source>
4980        <translation type="unfinished"></translation>
4981    </message>
4982    <message>
4983        <location filename="../ProxyDialog.ui" line="22"/>
4984        <source>Pro&amp;xy Type</source>
4985        <translation type="unfinished"></translation>
4986    </message>
4987    <message>
4988        <location filename="../ProxyDialog.ui" line="35"/>
4989        <source>Host Na&amp;me</source>
4990        <translation type="unfinished"></translation>
4991    </message>
4992    <message>
4993        <location filename="../ProxyDialog.ui" line="48"/>
4994        <source>Port</source>
4995        <translation type="unfinished"></translation>
4996    </message>
4997    <message>
4998        <location filename="../ProxyDialog.ui" line="68"/>
4999        <source>Authentication Re&amp;quired</source>
5000        <translation type="unfinished"></translation>
5001    </message>
5002    <message>
5003        <location filename="../ProxyDialog.ui" line="81"/>
5004        <source>&amp;User Name</source>
5005        <translation type="unfinished"></translation>
5006    </message>
5007    <message>
5008        <location filename="../ProxyDialog.ui" line="94"/>
5009        <source>Password</source>
5010        <translation type="unfinished"></translation>
5011    </message>
5012    <message>
5013        <location filename="../ProxyDialog.cpp" line="12"/>
5014        <source>None</source>
5015        <translation type="unfinished"></translation>
5016    </message>
5017    <message>
5018        <location filename="../ProxyDialog.cpp" line="13"/>
5019        <source>System settings</source>
5020        <translation type="unfinished"></translation>
5021    </message>
5022    <message>
5023        <location filename="../ProxyDialog.cpp" line="14"/>
5024        <source>HTTP</source>
5025        <translation type="unfinished"></translation>
5026    </message>
5027    <message>
5028        <location filename="../ProxyDialog.cpp" line="15"/>
5029        <source>Socks v5</source>
5030        <translation type="unfinished"></translation>
5031    </message>
5032</context>
5033<context>
5034    <name>QObject</name>
5035    <message>
5036        <location filename="../FileDialog.cpp" line="82"/>
5037        <source>All files (*)</source>
5038        <translation type="unfinished"></translation>
5039    </message>
5040    <message>
5041        <location filename="../ImportCsvDialog.cpp" line="113"/>
5042        <source>Error importing data</source>
5043        <translation type="unfinished"></translation>
5044    </message>
5045    <message>
5046        <location filename="../ImportCsvDialog.cpp" line="115"/>
5047        <source> from record number %1</source>
5048        <translation type="unfinished"></translation>
5049    </message>
5050    <message>
5051        <location filename="../ImportCsvDialog.cpp" line="116"/>
5052        <source>.
5053%1</source>
5054        <translation type="unfinished"></translation>
5055    </message>
5056    <message>
5057        <location filename="../ImportCsvDialog.cpp" line="128"/>
5058        <source>Importing CSV file...</source>
5059        <translation type="unfinished"></translation>
5060    </message>
5061    <message>
5062        <location filename="../ImportCsvDialog.cpp" line="129"/>
5063        <source>Cancel</source>
5064        <translation type="unfinished"></translation>
5065    </message>
5066    <message>
5067        <location filename="../Settings.cpp" line="192"/>
5068        <source>SQLite database files (*.db *.sqlite *.sqlite3 *.db3)</source>
5069        <translation type="unfinished"></translation>
5070    </message>
5071    <message>
5072        <location filename="../CondFormat.h" line="25"/>
5073        <source>Left</source>
5074        <translation type="unfinished"></translation>
5075    </message>
5076    <message>
5077        <location filename="../CondFormat.h" line="25"/>
5078        <source>Right</source>
5079        <translation type="unfinished"></translation>
5080    </message>
5081    <message>
5082        <location filename="../CondFormat.h" line="25"/>
5083        <source>Center</source>
5084        <translation type="unfinished"></translation>
5085    </message>
5086    <message>
5087        <location filename="../CondFormat.h" line="25"/>
5088        <source>Justify</source>
5089        <translation type="unfinished"></translation>
5090    </message>
5091    <message>
5092        <location filename="../FileDialog.h" line="13"/>
5093        <source>SQLite Database Files (*.db *.sqlite *.sqlite3 *.db3)</source>
5094        <translation type="unfinished"></translation>
5095    </message>
5096    <message>
5097        <location filename="../FileDialog.h" line="16"/>
5098        <source>DB Browser for SQLite Project Files (*.sqbpro)</source>
5099        <translation type="unfinished"></translation>
5100    </message>
5101    <message>
5102        <location filename="../FileDialog.h" line="20"/>
5103        <source>SQL Files (*.sql)</source>
5104        <translation type="unfinished"></translation>
5105    </message>
5106    <message>
5107        <location filename="../FileDialog.h" line="24"/>
5108        <source>All Files (*)</source>
5109        <translation type="unfinished"></translation>
5110    </message>
5111    <message>
5112        <location filename="../FileDialog.h" line="27"/>
5113        <source>Text Files (*.txt)</source>
5114        <translation type="unfinished"></translation>
5115    </message>
5116    <message>
5117        <location filename="../FileDialog.h" line="31"/>
5118        <source>Comma-Separated Values Files (*.csv)</source>
5119        <translation type="unfinished"></translation>
5120    </message>
5121    <message>
5122        <location filename="../FileDialog.h" line="33"/>
5123        <source>Tab-Separated Values Files (*.tsv)</source>
5124        <translation type="unfinished"></translation>
5125    </message>
5126    <message>
5127        <location filename="../FileDialog.h" line="34"/>
5128        <source>Delimiter-Separated Values Files (*.dsv)</source>
5129        <translation type="unfinished"></translation>
5130    </message>
5131    <message>
5132        <location filename="../FileDialog.h" line="35"/>
5133        <source>Concordance DAT files (*.dat)</source>
5134        <translation type="unfinished"></translation>
5135    </message>
5136    <message>
5137        <location filename="../FileDialog.h" line="38"/>
5138        <source>JSON Files (*.json *.js)</source>
5139        <translation type="unfinished"></translation>
5140    </message>
5141    <message>
5142        <location filename="../FileDialog.h" line="42"/>
5143        <source>XML Files (*.xml)</source>
5144        <translation type="unfinished"></translation>
5145    </message>
5146    <message>
5147        <location filename="../FileDialog.h" line="46"/>
5148        <source>Binary Files (*.bin *.dat)</source>
5149        <translation type="unfinished"></translation>
5150    </message>
5151    <message>
5152        <location filename="../FileDialog.h" line="50"/>
5153        <source>SVG Files (*.svg)</source>
5154        <translation type="unfinished"></translation>
5155    </message>
5156    <message>
5157        <location filename="../FileDialog.h" line="54"/>
5158        <source>Hex Dump Files (*.dat *.bin)</source>
5159        <translation type="unfinished"></translation>
5160    </message>
5161    <message>
5162        <location filename="../FileDialog.h" line="57"/>
5163        <source>Extensions (*.so *.dylib *.dll)</source>
5164        <translation type="unfinished"></translation>
5165    </message>
5166</context>
5167<context>
5168    <name>RemoteCommitsModel</name>
5169    <message>
5170        <location filename="../RemoteCommitsModel.cpp" line="13"/>
5171        <source>Commit ID</source>
5172        <translation type="unfinished"></translation>
5173    </message>
5174    <message>
5175        <location filename="../RemoteCommitsModel.cpp" line="13"/>
5176        <source>Message</source>
5177        <translation type="unfinished"></translation>
5178    </message>
5179    <message>
5180        <location filename="../RemoteCommitsModel.cpp" line="13"/>
5181        <source>Date</source>
5182        <translation type="unfinished"></translation>
5183    </message>
5184    <message>
5185        <location filename="../RemoteCommitsModel.cpp" line="13"/>
5186        <source>Author</source>
5187        <translation type="unfinished"></translation>
5188    </message>
5189    <message>
5190        <location filename="../RemoteCommitsModel.cpp" line="13"/>
5191        <source>Size</source>
5192        <translation type="unfinished"></translation>
5193    </message>
5194    <message>
5195        <location filename="../RemoteCommitsModel.cpp" line="65"/>
5196        <source>Authored and committed by %1</source>
5197        <translation type="unfinished"></translation>
5198    </message>
5199    <message>
5200        <location filename="../RemoteCommitsModel.cpp" line="67"/>
5201        <source>Authored by %1, committed by %2</source>
5202        <translation type="unfinished"></translation>
5203    </message>
5204</context>
5205<context>
5206    <name>RemoteDatabase</name>
5207    <message>
5208        <location filename="../RemoteDatabase.cpp" line="56"/>
5209        <source>Error opening local databases list.
5210%1</source>
5211        <translation type="unfinished"></translation>
5212    </message>
5213    <message>
5214        <location filename="../RemoteDatabase.cpp" line="74"/>
5215        <source>Error creating local databases list.
5216%1</source>
5217        <translation type="unfinished"></translation>
5218    </message>
5219</context>
5220<context>
5221    <name>RemoteDock</name>
5222    <message>
5223        <location filename="../RemoteDock.ui" line="14"/>
5224        <source>Remote</source>
5225        <translation type="unfinished"></translation>
5226    </message>
5227    <message>
5228        <location filename="../RemoteDock.ui" line="29"/>
5229        <source>Identity</source>
5230        <translation type="unfinished"></translation>
5231    </message>
5232    <message>
5233        <location filename="../RemoteDock.ui" line="76"/>
5234        <source>DBHub.io</source>
5235        <translation type="unfinished"></translation>
5236    </message>
5237    <message>
5238        <location filename="../RemoteDock.ui" line="109"/>
5239        <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;In this pane, remote databases from dbhub.io website can be added to DB Browser for SQLite. First you need an identity:&lt;/p&gt;&lt;ol style=&quot;margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;&quot;&gt;&lt;li style=&quot; margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Login to the dbhub.io website (use your GitHub credentials or whatever you want)&lt;/li&gt;&lt;li style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Click the button to &amp;quot;Generate client certificate&amp;quot; (that&apos;s your identity). That&apos;ll give you a certificate file (save it to your local disk).&lt;/li&gt;&lt;li style=&quot; margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Go to the Remote tab in DB Browser for SQLite Preferences. Click the button to add a new certificate to DB Browser for SQLite and choose the just downloaded certificate file.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;Now the Remote panel shows your identity and you can add remote databases.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
5240        <translation type="unfinished"></translation>
5241    </message>
5242    <message>
5243        <location filename="../RemoteDock.ui" line="117"/>
5244        <source>Local</source>
5245        <translation type="unfinished"></translation>
5246    </message>
5247    <message>
5248        <location filename="../RemoteDock.ui" line="143"/>
5249        <source>Current Database</source>
5250        <translation type="unfinished"></translation>
5251    </message>
5252    <message>
5253        <location filename="../RemoteDock.ui" line="174"/>
5254        <source>Clone</source>
5255        <translation type="unfinished"></translation>
5256    </message>
5257    <message>
5258        <location filename="../RemoteDock.ui" line="183"/>
5259        <source>User</source>
5260        <translation type="unfinished"></translation>
5261    </message>
5262    <message>
5263        <location filename="../RemoteDock.ui" line="200"/>
5264        <source>Database</source>
5265        <translation type="unfinished"></translation>
5266    </message>
5267    <message>
5268        <location filename="../RemoteDock.ui" line="217"/>
5269        <source>Branch</source>
5270        <translation type="unfinished"></translation>
5271    </message>
5272    <message>
5273        <location filename="../RemoteDock.ui" line="237"/>
5274        <source>Commits</source>
5275        <translation type="unfinished"></translation>
5276    </message>
5277    <message>
5278        <location filename="../RemoteDock.ui" line="257"/>
5279        <source>Commits for</source>
5280        <translation type="unfinished"></translation>
5281    </message>
5282    <message>
5283        <location filename="../RemoteDock.ui" line="317"/>
5284        <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;You are currently using a built-in, read-only identity. For uploading your database, you need to configure and use your DBHub.io account.&lt;/p&gt;&lt;p&gt;No DBHub.io account yet? &lt;a href=&quot;https://dbhub.io/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#007af4;&quot;&gt;Create one now&lt;/span&gt;&lt;/a&gt; and import your certificate &lt;a href=&quot;#preferences&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#007af4;&quot;&gt;here&lt;/span&gt;&lt;/a&gt; to share your databases.&lt;/p&gt;&lt;p&gt;For online help visit &lt;a href=&quot;https://dbhub.io/about&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#007af4;&quot;&gt;here&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
5285        <translation type="unfinished"></translation>
5286    </message>
5287    <message>
5288        <location filename="../RemoteDock.ui" line="327"/>
5289        <source>Back</source>
5290        <translation type="unfinished"></translation>
5291    </message>
5292    <message>
5293        <location filename="../RemoteDock.ui" line="372"/>
5294        <source>Delete Database</source>
5295        <translation type="unfinished"></translation>
5296    </message>
5297    <message>
5298        <location filename="../RemoteDock.ui" line="375"/>
5299        <source>Delete the local clone of this database</source>
5300        <translation type="unfinished"></translation>
5301    </message>
5302    <message>
5303        <location filename="../RemoteDock.ui" line="384"/>
5304        <source>Open in Web Browser</source>
5305        <translation type="unfinished"></translation>
5306    </message>
5307    <message>
5308        <location filename="../RemoteDock.ui" line="387"/>
5309        <source>Open the web page for the current database in your browser</source>
5310        <translation type="unfinished"></translation>
5311    </message>
5312    <message>
5313        <location filename="../RemoteDock.ui" line="396"/>
5314        <source>Clone from Link</source>
5315        <translation type="unfinished"></translation>
5316    </message>
5317    <message>
5318        <location filename="../RemoteDock.ui" line="399"/>
5319        <source>Use this to download a remote database for local editing using a URL as provided on the web page of the database.</source>
5320        <translation type="unfinished"></translation>
5321    </message>
5322    <message>
5323        <location filename="../RemoteDock.ui" line="408"/>
5324        <source>Refresh</source>
5325        <translation type="unfinished"></translation>
5326    </message>
5327    <message>
5328        <location filename="../RemoteDock.ui" line="411"/>
5329        <source>Reload all data and update the views</source>
5330        <translation type="unfinished"></translation>
5331    </message>
5332    <message>
5333        <location filename="../RemoteDock.ui" line="414"/>
5334        <source>F5</source>
5335        <translation></translation>
5336    </message>
5337    <message>
5338        <location filename="../RemoteDock.ui" line="423"/>
5339        <source>Clone Database</source>
5340        <translation type="unfinished"></translation>
5341    </message>
5342    <message>
5343        <location filename="../RemoteDock.ui" line="438"/>
5344        <source>Open Database</source>
5345        <translation type="unfinished"></translation>
5346    </message>
5347    <message>
5348        <location filename="../RemoteDock.ui" line="441"/>
5349        <source>Open the local copy of this database</source>
5350        <translation type="unfinished"></translation>
5351    </message>
5352    <message>
5353        <location filename="../RemoteDock.ui" line="452"/>
5354        <source>Check out Commit</source>
5355        <translation type="unfinished"></translation>
5356    </message>
5357    <message>
5358        <location filename="../RemoteDock.ui" line="455"/>
5359        <source>Download and open this specific commit</source>
5360        <translation type="unfinished"></translation>
5361    </message>
5362    <message>
5363        <location filename="../RemoteDock.ui" line="470"/>
5364        <source>Check out Latest Commit</source>
5365        <translation type="unfinished"></translation>
5366    </message>
5367    <message>
5368        <location filename="../RemoteDock.ui" line="473"/>
5369        <source>Check out the latest commit of the current branch</source>
5370        <translation type="unfinished"></translation>
5371    </message>
5372    <message>
5373        <location filename="../RemoteDock.ui" line="478"/>
5374        <source>Save Revision to File</source>
5375        <translation type="unfinished"></translation>
5376    </message>
5377    <message>
5378        <location filename="../RemoteDock.ui" line="481"/>
5379        <source>Saves the selected revision of the database to another file</source>
5380        <translation type="unfinished"></translation>
5381    </message>
5382    <message>
5383        <location filename="../RemoteDock.ui" line="490"/>
5384        <source>Upload Database</source>
5385        <translation type="unfinished"></translation>
5386    </message>
5387    <message>
5388        <location filename="../RemoteDock.ui" line="493"/>
5389        <source>Upload this database as a new commit</source>
5390        <translation type="unfinished"></translation>
5391    </message>
5392    <message>
5393        <location filename="../RemoteDock.ui" line="59"/>
5394        <source>Push currently opened database to server</source>
5395        <translation type="unfinished"></translation>
5396    </message>
5397    <message>
5398        <location filename="../RemoteDock.cpp" line="151"/>
5399        <source>Select an identity to connect</source>
5400        <translation type="unfinished"></translation>
5401    </message>
5402    <message>
5403        <location filename="../RemoteDock.cpp" line="163"/>
5404        <source>Public</source>
5405        <translation type="unfinished"></translation>
5406    </message>
5407    <message>
5408        <location filename="../RemoteDock.cpp" line="216"/>
5409        <source>This downloads a database from a remote server for local editing.
5410Please enter the URL to clone from. You can generate this URL by
5411clicking the &apos;Clone Database in DB4S&apos; button on the web page
5412of the database.</source>
5413        <translation type="unfinished"></translation>
5414    </message>
5415    <message>
5416        <location filename="../RemoteDock.cpp" line="231"/>
5417        <source>Invalid URL: The host name does not match the host name of the current identity.</source>
5418        <translation type="unfinished"></translation>
5419    </message>
5420    <message>
5421        <location filename="../RemoteDock.cpp" line="236"/>
5422        <source>Invalid URL: No branch name specified.</source>
5423        <translation type="unfinished"></translation>
5424    </message>
5425    <message>
5426        <location filename="../RemoteDock.cpp" line="241"/>
5427        <source>Invalid URL: No commit ID specified.</source>
5428        <translation type="unfinished"></translation>
5429    </message>
5430    <message>
5431        <location filename="../RemoteDock.cpp" line="289"/>
5432        <source>You have modified the local clone of the database. Fetching this commit overrides these local changes.
5433Are you sure you want to proceed?</source>
5434        <translation type="unfinished"></translation>
5435    </message>
5436    <message>
5437        <location filename="../RemoteDock.cpp" line="333"/>
5438        <source>The database has unsaved changes. Are you sure you want to push it before saving?</source>
5439        <translation type="unfinished"></translation>
5440    </message>
5441    <message>
5442        <location filename="../RemoteDock.cpp" line="543"/>
5443        <source>The database you are trying to delete is currently opened. Please close it before deleting.</source>
5444        <translation type="unfinished"></translation>
5445    </message>
5446    <message>
5447        <location filename="../RemoteDock.cpp" line="549"/>
5448        <source>This deletes the local version of this database with all the changes you have not committed yet. Are you sure you want to delete this database?</source>
5449        <translation type="unfinished"></translation>
5450    </message>
5451</context>
5452<context>
5453    <name>RemoteLocalFilesModel</name>
5454    <message>
5455        <location filename="../RemoteLocalFilesModel.cpp" line="20"/>
5456        <source>Name</source>
5457        <translation type="unfinished"></translation>
5458    </message>
5459    <message>
5460        <location filename="../RemoteLocalFilesModel.cpp" line="20"/>
5461        <source>Branch</source>
5462        <translation type="unfinished"></translation>
5463    </message>
5464    <message>
5465        <location filename="../RemoteLocalFilesModel.cpp" line="20"/>
5466        <source>Last modified</source>
5467        <translation type="unfinished"></translation>
5468    </message>
5469    <message>
5470        <location filename="../RemoteLocalFilesModel.cpp" line="20"/>
5471        <source>Size</source>
5472        <translation type="unfinished"></translation>
5473    </message>
5474    <message>
5475        <location filename="../RemoteLocalFilesModel.cpp" line="20"/>
5476        <source>Commit</source>
5477        <translation type="unfinished"></translation>
5478    </message>
5479    <message>
5480        <location filename="../RemoteLocalFilesModel.cpp" line="20"/>
5481        <source>File</source>
5482        <translation type="unfinished"></translation>
5483    </message>
5484</context>
5485<context>
5486    <name>RemoteModel</name>
5487    <message>
5488        <location filename="../RemoteModel.cpp" line="109"/>
5489        <source>Name</source>
5490        <translation type="unfinished"></translation>
5491    </message>
5492    <message>
5493        <location filename="../RemoteModel.cpp" line="109"/>
5494        <source>Commit</source>
5495        <translation type="unfinished"></translation>
5496    </message>
5497    <message>
5498        <location filename="../RemoteModel.cpp" line="109"/>
5499        <source>Last modified</source>
5500        <translation type="unfinished"></translation>
5501    </message>
5502    <message>
5503        <location filename="../RemoteModel.cpp" line="109"/>
5504        <source>Size</source>
5505        <translation type="unfinished"></translation>
5506    </message>
5507    <message>
5508        <location filename="../RemoteModel.cpp" line="231"/>
5509        <source>Size: </source>
5510        <translation type="unfinished"></translation>
5511    </message>
5512    <message>
5513        <location filename="../RemoteModel.cpp" line="232"/>
5514        <source>Last Modified: </source>
5515        <translation type="unfinished"></translation>
5516    </message>
5517    <message>
5518        <location filename="../RemoteModel.cpp" line="233"/>
5519        <source>Licence: </source>
5520        <translation type="unfinished"></translation>
5521    </message>
5522    <message>
5523        <location filename="../RemoteModel.cpp" line="234"/>
5524        <source>Default Branch: </source>
5525        <translation type="unfinished"></translation>
5526    </message>
5527</context>
5528<context>
5529    <name>RemoteNetwork</name>
5530    <message>
5531        <location filename="../RemoteNetwork.cpp" line="218"/>
5532        <source>Choose a location to save the file</source>
5533        <translation type="unfinished"></translation>
5534    </message>
5535    <message>
5536        <location filename="../RemoteNetwork.cpp" line="250"/>
5537        <source>Error opening remote file at %1.
5538%2</source>
5539        <translation type="unfinished"></translation>
5540    </message>
5541    <message>
5542        <location filename="../RemoteNetwork.cpp" line="329"/>
5543        <source>Error: Invalid client certificate specified.</source>
5544        <translation type="unfinished"></translation>
5545    </message>
5546    <message>
5547        <location filename="../RemoteNetwork.cpp" line="341"/>
5548        <source>Please enter the passphrase for this client certificate in order to authenticate.</source>
5549        <translation type="unfinished"></translation>
5550    </message>
5551    <message>
5552        <location filename="../RemoteNetwork.cpp" line="365"/>
5553        <source>Cancel</source>
5554        <translation type="unfinished"></translation>
5555    </message>
5556    <message>
5557        <location filename="../RemoteNetwork.cpp" line="370"/>
5558        <source>Uploading remote database to
5559%1</source>
5560        <translation type="unfinished"></translation>
5561    </message>
5562    <message>
5563        <location filename="../RemoteNetwork.cpp" line="372"/>
5564        <source>Downloading remote database from
5565%1</source>
5566        <translation type="unfinished"></translation>
5567    </message>
5568    <message>
5569        <location filename="../RemoteNetwork.cpp" line="390"/>
5570        <location filename="../RemoteNetwork.cpp" line="456"/>
5571        <source>Error: The network is not accessible.</source>
5572        <translation type="unfinished"></translation>
5573    </message>
5574    <message>
5575        <location filename="../RemoteNetwork.cpp" line="465"/>
5576        <source>Error: Cannot open the file for sending.</source>
5577        <translation type="unfinished"></translation>
5578    </message>
5579</context>
5580<context>
5581    <name>RemotePushDialog</name>
5582    <message>
5583        <location filename="../RemotePushDialog.ui" line="14"/>
5584        <source>Push database</source>
5585        <translation type="unfinished"></translation>
5586    </message>
5587    <message>
5588        <location filename="../RemotePushDialog.ui" line="22"/>
5589        <source>Database na&amp;me to push to</source>
5590        <translation type="unfinished"></translation>
5591    </message>
5592    <message>
5593        <location filename="../RemotePushDialog.ui" line="39"/>
5594        <source>Commit message</source>
5595        <translation type="unfinished"></translation>
5596    </message>
5597    <message>
5598        <location filename="../RemotePushDialog.ui" line="63"/>
5599        <source>Database licence</source>
5600        <translation type="unfinished"></translation>
5601    </message>
5602    <message>
5603        <location filename="../RemotePushDialog.ui" line="83"/>
5604        <source>Public</source>
5605        <translation type="unfinished"></translation>
5606    </message>
5607    <message>
5608        <location filename="../RemotePushDialog.ui" line="96"/>
5609        <source>Branch</source>
5610        <translation type="unfinished"></translation>
5611    </message>
5612    <message>
5613        <location filename="../RemotePushDialog.ui" line="116"/>
5614        <source>Force push</source>
5615        <translation type="unfinished"></translation>
5616    </message>
5617    <message>
5618        <location filename="../RemotePushDialog.ui" line="129"/>
5619        <source>Username</source>
5620        <translation type="unfinished"></translation>
5621    </message>
5622    <message>
5623        <location filename="../RemotePushDialog.cpp" line="72"/>
5624        <source>Database will be public. Everyone has read access to it.</source>
5625        <translation type="unfinished"></translation>
5626    </message>
5627    <message>
5628        <location filename="../RemotePushDialog.cpp" line="74"/>
5629        <source>Database will be private. Only you have access to it.</source>
5630        <translation type="unfinished"></translation>
5631    </message>
5632    <message>
5633        <location filename="../RemotePushDialog.cpp" line="78"/>
5634        <source>Use with care. This can cause remote commits to be deleted.</source>
5635        <translation type="unfinished"></translation>
5636    </message>
5637</context>
5638<context>
5639    <name>RunSql</name>
5640    <message>
5641        <location filename="../RunSql.cpp" line="120"/>
5642        <source>Execution aborted by user</source>
5643        <translation type="unfinished"></translation>
5644    </message>
5645    <message>
5646        <location filename="../RunSql.cpp" line="205"/>
5647        <source>, %1 rows affected</source>
5648        <translation type="unfinished"></translation>
5649    </message>
5650    <message>
5651        <location filename="../RunSql.cpp" line="219"/>
5652        <source>query executed successfully. Took %1ms%2</source>
5653        <translation type="unfinished"></translation>
5654    </message>
5655    <message>
5656        <location filename="../RunSql.cpp" line="297"/>
5657        <source>executing query</source>
5658        <translation type="unfinished"></translation>
5659    </message>
5660</context>
5661<context>
5662    <name>SelectItemsPopup</name>
5663    <message>
5664        <location filename="../SelectItemsPopup.ui" line="34"/>
5665        <source>A&amp;vailable</source>
5666        <translation type="unfinished"></translation>
5667    </message>
5668    <message>
5669        <location filename="../SelectItemsPopup.ui" line="105"/>
5670        <source>Sele&amp;cted</source>
5671        <translation type="unfinished"></translation>
5672    </message>
5673</context>
5674<context>
5675    <name>SqlExecutionArea</name>
5676    <message>
5677        <location filename="../SqlExecutionArea.ui" line="14"/>
5678        <source>Form</source>
5679        <translation type="unfinished"></translation>
5680    </message>
5681    <message>
5682        <location filename="../SqlExecutionArea.ui" line="81"/>
5683        <source>Find previous match [Shift+F3]</source>
5684        <translation type="unfinished"></translation>
5685    </message>
5686    <message>
5687        <location filename="../SqlExecutionArea.ui" line="84"/>
5688        <source>Find previous match with wrapping</source>
5689        <translation type="unfinished"></translation>
5690    </message>
5691    <message>
5692        <location filename="../SqlExecutionArea.ui" line="91"/>
5693        <source>Shift+F3</source>
5694        <translation></translation>
5695    </message>
5696    <message>
5697        <location filename="../SqlExecutionArea.ui" line="105"/>
5698        <source>The found pattern must be a whole word</source>
5699        <translation type="unfinished"></translation>
5700    </message>
5701    <message>
5702        <location filename="../SqlExecutionArea.ui" line="108"/>
5703        <source>Whole Words</source>
5704        <translation type="unfinished"></translation>
5705    </message>
5706    <message>
5707        <location filename="../SqlExecutionArea.ui" line="118"/>
5708        <source>Text pattern to find considering the checks in this frame</source>
5709        <translation type="unfinished"></translation>
5710    </message>
5711    <message>
5712        <location filename="../SqlExecutionArea.ui" line="121"/>
5713        <source>Find in editor</source>
5714        <translation type="unfinished"></translation>
5715    </message>
5716    <message>
5717        <location filename="../SqlExecutionArea.ui" line="131"/>
5718        <source>The found pattern must match in letter case</source>
5719        <translation type="unfinished"></translation>
5720    </message>
5721    <message>
5722        <location filename="../SqlExecutionArea.ui" line="134"/>
5723        <source>Case Sensitive</source>
5724        <translation type="unfinished"></translation>
5725    </message>
5726    <message>
5727        <location filename="../SqlExecutionArea.ui" line="141"/>
5728        <source>Find next match [Enter, F3]</source>
5729        <translation type="unfinished"></translation>
5730    </message>
5731    <message>
5732        <location filename="../SqlExecutionArea.ui" line="144"/>
5733        <source>Find next match with wrapping</source>
5734        <translation type="unfinished"></translation>
5735    </message>
5736    <message>
5737        <location filename="../SqlExecutionArea.ui" line="151"/>
5738        <source>F3</source>
5739        <translation></translation>
5740    </message>
5741    <message>
5742        <location filename="../SqlExecutionArea.ui" line="158"/>
5743        <source>Interpret search pattern as a regular expression</source>
5744        <translation type="unfinished"></translation>
5745    </message>
5746    <message>
5747        <location filename="../SqlExecutionArea.ui" line="161"/>
5748        <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;When checked, the pattern to find is interpreted as a UNIX regular expression. See &lt;a href=&quot;https://en.wikibooks.org/wiki/Regular_Expressions&quot;&gt;Regular Expression in Wikibooks&lt;/a&gt;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
5749        <translation type="unfinished"></translation>
5750    </message>
5751    <message>
5752        <location filename="../SqlExecutionArea.ui" line="164"/>
5753        <source>Regular Expression</source>
5754        <translation type="unfinished"></translation>
5755    </message>
5756    <message>
5757        <location filename="../SqlExecutionArea.ui" line="184"/>
5758        <location filename="../SqlExecutionArea.ui" line="187"/>
5759        <source>Close Find Bar</source>
5760        <translation type="unfinished"></translation>
5761    </message>
5762    <message>
5763        <location filename="../SqlExecutionArea.ui" line="232"/>
5764        <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Results of the last executed statements.&lt;/p&gt;&lt;p&gt;You may want to collapse this panel and use the &lt;span style=&quot; font-style:italic;&quot;&gt;SQL Log&lt;/span&gt; dock with &lt;span style=&quot; font-style:italic;&quot;&gt;User&lt;/span&gt; selection instead.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
5765        <translation type="unfinished"></translation>
5766    </message>
5767    <message>
5768        <location filename="../SqlExecutionArea.ui" line="253"/>
5769        <source>Results of the last executed statements</source>
5770        <translation type="unfinished"></translation>
5771    </message>
5772    <message>
5773        <location filename="../SqlExecutionArea.ui" line="235"/>
5774        <source>This field shows the results and status codes of the last executed statements.</source>
5775        <translation type="unfinished"></translation>
5776    </message>
5777    <message>
5778        <location filename="../SqlExecutionArea.cpp" line="239"/>
5779        <source>Couldn&apos;t read file: %1.</source>
5780        <translation type="unfinished"></translation>
5781    </message>
5782    <message>
5783        <location filename="../SqlExecutionArea.cpp" line="269"/>
5784        <location filename="../SqlExecutionArea.cpp" line="287"/>
5785        <source>Couldn&apos;t save file: %1.</source>
5786        <translation type="unfinished"></translation>
5787    </message>
5788    <message>
5789        <location filename="../SqlExecutionArea.cpp" line="297"/>
5790        <source>Your changes will be lost when reloading it!</source>
5791        <translation type="unfinished"></translation>
5792    </message>
5793    <message>
5794        <location filename="../SqlExecutionArea.cpp" line="303"/>
5795        <source>The file &quot;%1&quot; was modified by another program. Do you want to reload it?%2</source>
5796        <translation type="unfinished"></translation>
5797    </message>
5798</context>
5799<context>
5800    <name>SqlTextEdit</name>
5801    <message>
5802        <location filename="../sqltextedit.cpp" line="41"/>
5803        <source>Ctrl+/</source>
5804        <translation></translation>
5805    </message>
5806</context>
5807<context>
5808    <name>SqlUiLexer</name>
5809    <message>
5810        <location filename="../SqlUiLexer.cpp" line="66"/>
5811        <source>(X) The abs(X) function returns the absolute value of the numeric argument X.</source>
5812        <translation type="unfinished"></translation>
5813    </message>
5814    <message>
5815        <location filename="../SqlUiLexer.cpp" line="67"/>
5816        <source>() The changes() function returns the number of database rows that were changed or inserted or deleted by the most recently completed INSERT, DELETE, or UPDATE statement.</source>
5817        <translation type="unfinished"></translation>
5818    </message>
5819    <message>
5820        <location filename="../SqlUiLexer.cpp" line="68"/>
5821        <source>(X1,X2,...) The char(X1,X2,...,XN) function returns a string composed of characters having the unicode code point values of integers X1 through XN, respectively. </source>
5822        <translation type="unfinished"></translation>
5823    </message>
5824    <message>
5825        <location filename="../SqlUiLexer.cpp" line="69"/>
5826        <source>(X,Y,...) The coalesce() function returns a copy of its first non-NULL argument, or NULL if all arguments are NULL</source>
5827        <translation type="unfinished"></translation>
5828    </message>
5829    <message>
5830        <location filename="../SqlUiLexer.cpp" line="70"/>
5831        <source>(X,Y) The glob(X,Y) function is equivalent to the expression &quot;Y GLOB X&quot;.</source>
5832        <translation type="unfinished"></translation>
5833    </message>
5834    <message>
5835        <location filename="../SqlUiLexer.cpp" line="71"/>
5836        <source>(X,Y) The ifnull() function returns a copy of its first non-NULL argument, or NULL if both arguments are NULL.</source>
5837        <translation type="unfinished"></translation>
5838    </message>
5839    <message>
5840        <location filename="../SqlUiLexer.cpp" line="72"/>
5841        <source>(X,Y) The instr(X,Y) function finds the first occurrence of string Y within string X and returns the number of prior characters plus 1, or 0 if Y is nowhere found within X.</source>
5842        <translation type="unfinished"></translation>
5843    </message>
5844    <message>
5845        <location filename="../SqlUiLexer.cpp" line="73"/>
5846        <source>(X) The hex() function interprets its argument as a BLOB and returns a string which is the upper-case hexadecimal rendering of the content of that blob.</source>
5847        <translation type="unfinished"></translation>
5848    </message>
5849    <message>
5850        <location filename="../SqlUiLexer.cpp" line="74"/>
5851        <source>() The last_insert_rowid() function returns the ROWID of the last row insert from the database connection which invoked the function.</source>
5852        <translation type="unfinished"></translation>
5853    </message>
5854    <message>
5855        <location filename="../SqlUiLexer.cpp" line="75"/>
5856        <source>(X) For a string value X, the length(X) function returns the number of characters (not bytes) in X prior to the first NUL character.</source>
5857        <translation type="unfinished"></translation>
5858    </message>
5859    <message>
5860        <location filename="../SqlUiLexer.cpp" line="76"/>
5861        <source>(X,Y) The like() function is used to implement the &quot;Y LIKE X&quot; expression.</source>
5862        <translation type="unfinished"></translation>
5863    </message>
5864    <message>
5865        <location filename="../SqlUiLexer.cpp" line="77"/>
5866        <source>(X,Y,Z) The like() function is used to implement the &quot;Y LIKE X ESCAPE Z&quot; expression.</source>
5867        <translation type="unfinished"></translation>
5868    </message>
5869    <message>
5870        <location filename="../SqlUiLexer.cpp" line="78"/>
5871        <source>(X) The load_extension(X) function loads SQLite extensions out of the shared library file named X.
5872Use of this function must be authorized from Preferences.</source>
5873        <translation type="unfinished"></translation>
5874    </message>
5875    <message>
5876        <location filename="../SqlUiLexer.cpp" line="79"/>
5877        <source>(X,Y) The load_extension(X) function loads SQLite extensions out of the shared library file named X using the entry point Y.
5878Use of this function must be authorized from Preferences.</source>
5879        <translation type="unfinished"></translation>
5880    </message>
5881    <message>
5882        <location filename="../SqlUiLexer.cpp" line="80"/>
5883        <source>(X) The lower(X) function returns a copy of string X with all ASCII characters converted to lower case.</source>
5884        <translation type="unfinished"></translation>
5885    </message>
5886    <message>
5887        <location filename="../SqlUiLexer.cpp" line="81"/>
5888        <source>(X) ltrim(X) removes spaces from the left side of X.</source>
5889        <translation type="unfinished"></translation>
5890    </message>
5891    <message>
5892        <location filename="../SqlUiLexer.cpp" line="82"/>
5893        <source>(X,Y) The ltrim(X,Y) function returns a string formed by removing any and all characters that appear in Y from the left side of X.</source>
5894        <translation type="unfinished"></translation>
5895    </message>
5896    <message>
5897        <location filename="../SqlUiLexer.cpp" line="83"/>
5898        <source>(X,Y,...) The multi-argument max() function returns the argument with the maximum value, or return NULL if any argument is NULL.</source>
5899        <translation type="unfinished"></translation>
5900    </message>
5901    <message>
5902        <location filename="../SqlUiLexer.cpp" line="84"/>
5903        <source>(X,Y,...) The multi-argument min() function returns the argument with the minimum value.</source>
5904        <translation type="unfinished"></translation>
5905    </message>
5906    <message>
5907        <location filename="../SqlUiLexer.cpp" line="85"/>
5908        <source>(X,Y) The nullif(X,Y) function returns its first argument if the arguments are different and NULL if the arguments are the same.</source>
5909        <translation type="unfinished"></translation>
5910    </message>
5911    <message>
5912        <location filename="../SqlUiLexer.cpp" line="86"/>
5913        <source>(FORMAT,...) The printf(FORMAT,...) SQL function works like the sqlite3_mprintf() C-language function and the printf() function from the standard C library.</source>
5914        <translation type="unfinished"></translation>
5915    </message>
5916    <message>
5917        <location filename="../SqlUiLexer.cpp" line="87"/>
5918        <source>(X) The quote(X) function returns the text of an SQL literal which is the value of its argument suitable for inclusion into an SQL statement.</source>
5919        <translation type="unfinished"></translation>
5920    </message>
5921    <message>
5922        <location filename="../SqlUiLexer.cpp" line="88"/>
5923        <source>() The random() function returns a pseudo-random integer between -9223372036854775808 and +9223372036854775807.</source>
5924        <translation type="unfinished"></translation>
5925    </message>
5926    <message>
5927        <location filename="../SqlUiLexer.cpp" line="89"/>
5928        <source>(N) The randomblob(N) function return an N-byte blob containing pseudo-random bytes.</source>
5929        <translation type="unfinished"></translation>
5930    </message>
5931    <message>
5932        <location filename="../SqlUiLexer.cpp" line="90"/>
5933        <source>(X,Y,Z) The replace(X,Y,Z) function returns a string formed by substituting string Z for every occurrence of string Y in string X.</source>
5934        <translation type="unfinished"></translation>
5935    </message>
5936    <message>
5937        <location filename="../SqlUiLexer.cpp" line="91"/>
5938        <source>(X) The round(X) function returns a floating-point value X rounded to zero digits to the right of the decimal point.</source>
5939        <translation type="unfinished"></translation>
5940    </message>
5941    <message>
5942        <location filename="../SqlUiLexer.cpp" line="92"/>
5943        <source>(X,Y) The round(X,Y) function returns a floating-point value X rounded to Y digits to the right of the decimal point.</source>
5944        <translation type="unfinished"></translation>
5945    </message>
5946    <message>
5947        <location filename="../SqlUiLexer.cpp" line="93"/>
5948        <source>(X) rtrim(X) removes spaces from the right side of X.</source>
5949        <translation type="unfinished"></translation>
5950    </message>
5951    <message>
5952        <location filename="../SqlUiLexer.cpp" line="94"/>
5953        <source>(X,Y) The rtrim(X,Y) function returns a string formed by removing any and all characters that appear in Y from the right side of X.</source>
5954        <translation type="unfinished"></translation>
5955    </message>
5956    <message>
5957        <location filename="../SqlUiLexer.cpp" line="95"/>
5958        <source>(X) The soundex(X) function returns a string that is the soundex encoding of the string X.</source>
5959        <translation type="unfinished"></translation>
5960    </message>
5961    <message>
5962        <location filename="../SqlUiLexer.cpp" line="96"/>
5963        <source>(X,Y) substr(X,Y) returns all characters through the end of the string X beginning with the Y-th.</source>
5964        <translation type="unfinished"></translation>
5965    </message>
5966    <message>
5967        <location filename="../SqlUiLexer.cpp" line="97"/>
5968        <source>(X,Y,Z) The substr(X,Y,Z) function returns a substring of input string X that begins with the Y-th character and which is Z characters long.</source>
5969        <translation type="unfinished"></translation>
5970    </message>
5971    <message>
5972        <location filename="../SqlUiLexer.cpp" line="98"/>
5973        <source>() The total_changes() function returns the number of row changes caused by INSERT, UPDATE or DELETE statements since the current database connection was opened.</source>
5974        <translation type="unfinished"></translation>
5975    </message>
5976    <message>
5977        <location filename="../SqlUiLexer.cpp" line="99"/>
5978        <source>(X) trim(X) removes spaces from both ends of X.</source>
5979        <translation type="unfinished"></translation>
5980    </message>
5981    <message>
5982        <location filename="../SqlUiLexer.cpp" line="100"/>
5983        <source>(X,Y) The trim(X,Y) function returns a string formed by removing any and all characters that appear in Y from both ends of X.</source>
5984        <translation type="unfinished"></translation>
5985    </message>
5986    <message>
5987        <location filename="../SqlUiLexer.cpp" line="101"/>
5988        <source>(X) The typeof(X) function returns a string that indicates the datatype of the expression X.</source>
5989        <translation type="unfinished"></translation>
5990    </message>
5991    <message>
5992        <location filename="../SqlUiLexer.cpp" line="102"/>
5993        <source>(X) The unicode(X) function returns the numeric unicode code point corresponding to the first character of the string X.</source>
5994        <translation type="unfinished"></translation>
5995    </message>
5996    <message>
5997        <location filename="../SqlUiLexer.cpp" line="103"/>
5998        <source>(X) The upper(X) function returns a copy of input string X in which all lower-case ASCII characters are converted to their upper-case equivalent.</source>
5999        <translation type="unfinished"></translation>
6000    </message>
6001    <message>
6002        <location filename="../SqlUiLexer.cpp" line="104"/>
6003        <source>(N) The zeroblob(N) function returns a BLOB consisting of N bytes of 0x00.</source>
6004        <translation type="unfinished"></translation>
6005    </message>
6006    <message>
6007        <location filename="../SqlUiLexer.cpp" line="106"/>
6008        <location filename="../SqlUiLexer.cpp" line="107"/>
6009        <location filename="../SqlUiLexer.cpp" line="108"/>
6010        <location filename="../SqlUiLexer.cpp" line="109"/>
6011        <source>(timestring,modifier,modifier,...)</source>
6012        <translation type="unfinished"></translation>
6013    </message>
6014    <message>
6015        <location filename="../SqlUiLexer.cpp" line="110"/>
6016        <source>(format,timestring,modifier,modifier,...)</source>
6017        <translation type="unfinished"></translation>
6018    </message>
6019    <message>
6020        <location filename="../SqlUiLexer.cpp" line="112"/>
6021        <source>(X) The avg() function returns the average value of all non-NULL X within a group.</source>
6022        <translation type="unfinished"></translation>
6023    </message>
6024    <message>
6025        <location filename="../SqlUiLexer.cpp" line="113"/>
6026        <source>(X) The count(X) function returns a count of the number of times that X is not NULL in a group.</source>
6027        <translation type="unfinished"></translation>
6028    </message>
6029    <message>
6030        <location filename="../SqlUiLexer.cpp" line="114"/>
6031        <source>(X) The group_concat() function returns a string which is the concatenation of all non-NULL values of X.</source>
6032        <translation type="unfinished"></translation>
6033    </message>
6034    <message>
6035        <location filename="../SqlUiLexer.cpp" line="115"/>
6036        <source>(X,Y) The group_concat() function returns a string which is the concatenation of all non-NULL values of X. If parameter Y is present then it is used as the separator between instances of X.</source>
6037        <translation type="unfinished"></translation>
6038    </message>
6039    <message>
6040        <location filename="../SqlUiLexer.cpp" line="116"/>
6041        <source>(X) The max() aggregate function returns the maximum value of all values in the group.</source>
6042        <translation type="unfinished"></translation>
6043    </message>
6044    <message>
6045        <location filename="../SqlUiLexer.cpp" line="117"/>
6046        <source>(X) The min() aggregate function returns the minimum non-NULL value of all values in the group.</source>
6047        <translation type="unfinished"></translation>
6048    </message>
6049    <message>
6050        <location filename="../SqlUiLexer.cpp" line="118"/>
6051        <location filename="../SqlUiLexer.cpp" line="119"/>
6052        <source>(X) The sum() and total() aggregate functions return sum of all non-NULL values in the group.</source>
6053        <translation type="unfinished"></translation>
6054    </message>
6055    <message>
6056        <location filename="../SqlUiLexer.cpp" line="121"/>
6057        <source>() The number of the row within the current partition. Rows are numbered starting from 1 in the order defined by the ORDER BY clause in the window definition, or in arbitrary order otherwise.</source>
6058        <translation type="unfinished"></translation>
6059    </message>
6060    <message>
6061        <location filename="../SqlUiLexer.cpp" line="122"/>
6062        <source>() The row_number() of the first peer in each group - the rank of the current row with gaps. If there is no ORDER BY clause, then all rows are considered peers and this function always returns 1.</source>
6063        <translation type="unfinished"></translation>
6064    </message>
6065    <message>
6066        <location filename="../SqlUiLexer.cpp" line="123"/>
6067        <source>() The number of the current row&apos;s peer group within its partition - the rank of the current row without gaps. Partitions are numbered starting from 1 in the order defined by the ORDER BY clause in the window definition. If there is no ORDER BY clause, then all rows are considered peers and this function always returns 1. </source>
6068        <translation type="unfinished"></translation>
6069    </message>
6070    <message>
6071        <location filename="../SqlUiLexer.cpp" line="124"/>
6072        <source>() Despite the name, this function always returns a value between 0.0 and 1.0 equal to (rank - 1)/(partition-rows - 1), where rank is the value returned by built-in window function rank() and partition-rows is the total number of rows in the partition. If the partition contains only one row, this function returns 0.0. </source>
6073        <translation type="unfinished"></translation>
6074    </message>
6075    <message>
6076        <location filename="../SqlUiLexer.cpp" line="125"/>
6077        <source>() The cumulative distribution. Calculated as row-number/partition-rows, where row-number is the value returned by row_number() for the last peer in the group and partition-rows the number of rows in the partition.</source>
6078        <translation type="unfinished"></translation>
6079    </message>
6080    <message>
6081        <location filename="../SqlUiLexer.cpp" line="126"/>
6082        <source>(N) Argument N is handled as an integer. This function divides the partition into N groups as evenly as possible and assigns an integer between 1 and N to each group, in the order defined by the ORDER BY clause, or in arbitrary order otherwise. If necessary, larger groups occur first. This function returns the integer value assigned to the group that the current row is a part of.</source>
6083        <translation type="unfinished"></translation>
6084    </message>
6085    <message>
6086        <location filename="../SqlUiLexer.cpp" line="127"/>
6087        <source>(expr) Returns the result of evaluating expression expr against the previous row in the partition. Or, if there is no previous row (because the current row is the first), NULL.</source>
6088        <translation type="unfinished"></translation>
6089    </message>
6090    <message>
6091        <location filename="../SqlUiLexer.cpp" line="128"/>
6092        <source>(expr,offset) If the offset argument is provided, then it must be a non-negative integer. In this case the value returned is the result of evaluating expr against the row offset rows before the current row within the partition. If offset is 0, then expr is evaluated against the current row. If there is no row offset rows before the current row, NULL is returned.</source>
6093        <translation type="unfinished"></translation>
6094    </message>
6095    <message>
6096        <location filename="../SqlUiLexer.cpp" line="129"/>
6097        <location filename="../SqlUiLexer.cpp" line="132"/>
6098        <source>(expr,offset,default) If default is also provided, then it is returned instead of NULL if the row identified by offset does not exist.</source>
6099        <translation type="unfinished"></translation>
6100    </message>
6101    <message>
6102        <location filename="../SqlUiLexer.cpp" line="130"/>
6103        <source>(expr) Returns the result of evaluating expression expr against the next row in the partition. Or, if there is no next row (because the current row is the last), NULL.</source>
6104        <translation type="unfinished"></translation>
6105    </message>
6106    <message>
6107        <location filename="../SqlUiLexer.cpp" line="131"/>
6108        <source>(expr,offset) If the offset argument is provided, then it must be a non-negative integer. In this case the value returned is the result of evaluating expr against the row offset rows after the current row within the partition. If offset is 0, then expr is evaluated against the current row. If there is no row offset rows after the current row, NULL is returned.</source>
6109        <translation type="unfinished"></translation>
6110    </message>
6111    <message>
6112        <location filename="../SqlUiLexer.cpp" line="133"/>
6113        <source>(expr) This built-in window function calculates the window frame for each row in the same way as an aggregate window function. It returns the value of expr evaluated against the first row in the window frame for each row.</source>
6114        <translation type="unfinished"></translation>
6115    </message>
6116    <message>
6117        <location filename="../SqlUiLexer.cpp" line="134"/>
6118        <source>(expr) This built-in window function calculates the window frame for each row in the same way as an aggregate window function. It returns the value of expr evaluated against the last row in the window frame for each row.</source>
6119        <translation type="unfinished"></translation>
6120    </message>
6121    <message>
6122        <location filename="../SqlUiLexer.cpp" line="135"/>
6123        <source>(expr,N) This built-in window function calculates the window frame for each row in the same way as an aggregate window function. It returns the value of expr evaluated against the row N of the window frame. Rows are numbered within the window frame starting from 1 in the order defined by the ORDER BY clause if one is present, or in arbitrary order otherwise. If there is no Nth row in the partition, then NULL is returned.</source>
6124        <translation type="unfinished"></translation>
6125    </message>
6126</context>
6127<context>
6128    <name>SqliteTableModel</name>
6129    <message>
6130        <location filename="../sqlitetablemodel.cpp" line="36"/>
6131        <source>reading rows</source>
6132        <translation type="unfinished"></translation>
6133    </message>
6134    <message>
6135        <location filename="../sqlitetablemodel.cpp" line="339"/>
6136        <source>loading...</source>
6137        <translation type="unfinished"></translation>
6138    </message>
6139    <message>
6140        <location filename="../sqlitetablemodel.cpp" line="404"/>
6141        <source>References %1(%2)
6142Hold %3Shift and click to jump there</source>
6143        <translation type="unfinished"></translation>
6144    </message>
6145    <message>
6146        <location filename="../sqlitetablemodel.cpp" line="557"/>
6147        <source>Error changing data:
6148%1</source>
6149        <translation type="unfinished"></translation>
6150    </message>
6151    <message>
6152        <location filename="../sqlitetablemodel.cpp" line="798"/>
6153        <source>retrieving list of columns</source>
6154        <translation type="unfinished"></translation>
6155    </message>
6156    <message>
6157        <location filename="../sqlitetablemodel.cpp" line="1026"/>
6158        <source>Fetching data...</source>
6159        <translation type="unfinished"></translation>
6160    </message>
6161    <message>
6162        <location filename="../sqlitetablemodel.cpp" line="1027"/>
6163        <location filename="../sqlitetablemodel.cpp" line="1029"/>
6164        <source>Cancel</source>
6165        <translation type="unfinished"></translation>
6166    </message>
6167</context>
6168<context>
6169    <name>TableBrowser</name>
6170    <message>
6171        <location filename="../TableBrowser.ui" line="14"/>
6172        <source>Browse Data</source>
6173        <translation type="unfinished"></translation>
6174    </message>
6175    <message>
6176        <location filename="../TableBrowser.ui" line="43"/>
6177        <source>&amp;Table:</source>
6178        <translation type="unfinished"></translation>
6179    </message>
6180    <message>
6181        <location filename="../TableBrowser.ui" line="59"/>
6182        <source>Select a table to browse data</source>
6183        <translation type="unfinished"></translation>
6184    </message>
6185    <message>
6186        <location filename="../TableBrowser.ui" line="62"/>
6187        <source>Use this list to select a table to be displayed in the database view</source>
6188        <translation type="unfinished"></translation>
6189    </message>
6190    <message>
6191        <location filename="../TableBrowser.ui" line="177"/>
6192        <source>This is the database table view. You can do the following actions:
6193 - Start writing for editing inline the value.
6194 - Double-click any record to edit its contents in the cell editor window.
6195 - Alt+Del for deleting the cell content to NULL.
6196 - Ctrl+&quot; for duplicating the current record.
6197 - Ctrl+&apos; for copying the value from the cell above.
6198 - Standard selection and copy/paste operations.</source>
6199        <translation type="unfinished"></translation>
6200    </message>
6201    <message>
6202        <location filename="../TableBrowser.ui" line="253"/>
6203        <source>Text pattern to find considering the checks in this frame</source>
6204        <translation type="unfinished"></translation>
6205    </message>
6206    <message>
6207        <location filename="../TableBrowser.ui" line="256"/>
6208        <source>Find in table</source>
6209        <translation type="unfinished"></translation>
6210    </message>
6211    <message>
6212        <location filename="../TableBrowser.ui" line="266"/>
6213        <source>Find previous match [Shift+F3]</source>
6214        <translation type="unfinished"></translation>
6215    </message>
6216    <message>
6217        <location filename="../TableBrowser.ui" line="269"/>
6218        <source>Find previous match with wrapping</source>
6219        <translation type="unfinished"></translation>
6220    </message>
6221    <message>
6222        <location filename="../TableBrowser.ui" line="276"/>
6223        <source>Shift+F3</source>
6224        <translation></translation>
6225    </message>
6226    <message>
6227        <location filename="../TableBrowser.ui" line="283"/>
6228        <source>Find next match [Enter, F3]</source>
6229        <translation type="unfinished"></translation>
6230    </message>
6231    <message>
6232        <location filename="../TableBrowser.ui" line="286"/>
6233        <source>Find next match with wrapping</source>
6234        <translation type="unfinished"></translation>
6235    </message>
6236    <message>
6237        <location filename="../TableBrowser.ui" line="293"/>
6238        <source>F3</source>
6239        <translation></translation>
6240    </message>
6241    <message>
6242        <location filename="../TableBrowser.ui" line="300"/>
6243        <source>The found pattern must match in letter case</source>
6244        <translation type="unfinished"></translation>
6245    </message>
6246    <message>
6247        <location filename="../TableBrowser.ui" line="303"/>
6248        <source>Case Sensitive</source>
6249        <translation type="unfinished"></translation>
6250    </message>
6251    <message>
6252        <location filename="../TableBrowser.ui" line="310"/>
6253        <source>The found pattern must be a whole word</source>
6254        <translation type="unfinished"></translation>
6255    </message>
6256    <message>
6257        <location filename="../TableBrowser.ui" line="313"/>
6258        <source>Whole Cell</source>
6259        <translation type="unfinished"></translation>
6260    </message>
6261    <message>
6262        <location filename="../TableBrowser.ui" line="320"/>
6263        <source>Interpret search pattern as a regular expression</source>
6264        <translation type="unfinished"></translation>
6265    </message>
6266    <message>
6267        <location filename="../TableBrowser.ui" line="323"/>
6268        <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;When checked, the pattern to find is interpreted as a UNIX regular expression. See &lt;a href=&quot;https://en.wikibooks.org/wiki/Regular_Expressions&quot;&gt;Regular Expression in Wikibooks&lt;/a&gt;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
6269        <translation type="unfinished"></translation>
6270    </message>
6271    <message>
6272        <location filename="../TableBrowser.ui" line="326"/>
6273        <source>Regular Expression</source>
6274        <translation type="unfinished"></translation>
6275    </message>
6276    <message>
6277        <location filename="../TableBrowser.ui" line="346"/>
6278        <location filename="../TableBrowser.ui" line="349"/>
6279        <source>Close Find Bar</source>
6280        <translation type="unfinished"></translation>
6281    </message>
6282    <message>
6283        <location filename="../TableBrowser.ui" line="387"/>
6284        <source>Text to replace with</source>
6285        <translation type="unfinished"></translation>
6286    </message>
6287    <message>
6288        <location filename="../TableBrowser.ui" line="390"/>
6289        <source>Replace with</source>
6290        <translation type="unfinished"></translation>
6291    </message>
6292    <message>
6293        <location filename="../TableBrowser.ui" line="400"/>
6294        <source>Replace next match</source>
6295        <translation type="unfinished"></translation>
6296    </message>
6297    <message>
6298        <location filename="../TableBrowser.ui" line="403"/>
6299        <location filename="../TableBrowser.ui" line="1051"/>
6300        <source>Replace</source>
6301        <translation type="unfinished"></translation>
6302    </message>
6303    <message>
6304        <location filename="../TableBrowser.ui" line="410"/>
6305        <source>Replace all matches</source>
6306        <translation type="unfinished"></translation>
6307    </message>
6308    <message>
6309        <location filename="../TableBrowser.ui" line="413"/>
6310        <source>Replace all</source>
6311        <translation type="unfinished"></translation>
6312    </message>
6313    <message>
6314        <location filename="../TableBrowser.ui" line="456"/>
6315        <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Scroll to the beginning&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
6316        <translation type="unfinished"></translation>
6317    </message>
6318    <message>
6319        <location filename="../TableBrowser.ui" line="459"/>
6320        <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Clicking this button navigates to the beginning in the table view above.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
6321        <translation type="unfinished"></translation>
6322    </message>
6323    <message>
6324        <location filename="../TableBrowser.ui" line="462"/>
6325        <source>|&lt;</source>
6326        <translation type="unfinished"></translation>
6327    </message>
6328    <message>
6329        <location filename="../TableBrowser.ui" line="476"/>
6330        <source>Scroll one page upwards</source>
6331        <translation type="unfinished"></translation>
6332    </message>
6333    <message>
6334        <location filename="../TableBrowser.ui" line="479"/>
6335        <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Clicking this button navigates one page of records upwards in the table view above.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
6336        <translation type="unfinished"></translation>
6337    </message>
6338    <message>
6339        <location filename="../TableBrowser.ui" line="482"/>
6340        <source>&lt;</source>
6341        <translation type="unfinished"></translation>
6342    </message>
6343    <message>
6344        <location filename="../TableBrowser.ui" line="493"/>
6345        <source>0 - 0 of 0</source>
6346        <translation type="unfinished"></translation>
6347    </message>
6348    <message>
6349        <location filename="../TableBrowser.ui" line="503"/>
6350        <source>Scroll one page downwards</source>
6351        <translation type="unfinished"></translation>
6352    </message>
6353    <message>
6354        <location filename="../TableBrowser.ui" line="506"/>
6355        <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Clicking this button navigates one page of records downwards in the table view above.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
6356        <translation type="unfinished"></translation>
6357    </message>
6358    <message>
6359        <location filename="../TableBrowser.ui" line="509"/>
6360        <source>&gt;</source>
6361        <translation type="unfinished"></translation>
6362    </message>
6363    <message>
6364        <location filename="../TableBrowser.ui" line="523"/>
6365        <source>Scroll to the end</source>
6366        <translation type="unfinished"></translation>
6367    </message>
6368    <message>
6369        <location filename="../TableBrowser.ui" line="526"/>
6370        <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Clicking this button navigates up to the end in the table view above.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
6371        <translation type="unfinished"></translation>
6372    </message>
6373    <message>
6374        <location filename="../TableBrowser.ui" line="529"/>
6375        <source>&gt;|</source>
6376        <translation type="unfinished"></translation>
6377    </message>
6378    <message>
6379        <location filename="../TableBrowser.ui" line="553"/>
6380        <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Click here to jump to the specified record&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
6381        <translation type="unfinished"></translation>
6382    </message>
6383    <message>
6384        <location filename="../TableBrowser.ui" line="556"/>
6385        <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;This button is used to navigate to the record number specified in the Go to area.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
6386        <translation type="unfinished"></translation>
6387    </message>
6388    <message>
6389        <location filename="../TableBrowser.ui" line="559"/>
6390        <source>Go to:</source>
6391        <translation type="unfinished"></translation>
6392    </message>
6393    <message>
6394        <location filename="../TableBrowser.ui" line="566"/>
6395        <source>Enter record number to browse</source>
6396        <translation type="unfinished"></translation>
6397    </message>
6398    <message>
6399        <location filename="../TableBrowser.ui" line="569"/>
6400        <source>Type a record number in this area and click the Go to: button to display the record in the database view</source>
6401        <translation type="unfinished"></translation>
6402    </message>
6403    <message>
6404        <location filename="../TableBrowser.ui" line="572"/>
6405        <source>1</source>
6406        <translation type="unfinished"></translation>
6407    </message>
6408    <message>
6409        <location filename="../TableBrowser.ui" line="584"/>
6410        <source>Show rowid column</source>
6411        <translation type="unfinished"></translation>
6412    </message>
6413    <message>
6414        <location filename="../TableBrowser.ui" line="587"/>
6415        <source>Toggle the visibility of the rowid column</source>
6416        <translation type="unfinished"></translation>
6417    </message>
6418    <message>
6419        <location filename="../TableBrowser.ui" line="595"/>
6420        <source>Unlock view editing</source>
6421        <translation type="unfinished"></translation>
6422    </message>
6423    <message>
6424        <location filename="../TableBrowser.ui" line="598"/>
6425        <source>This unlocks the current view for editing. However, you will need appropriate triggers for editing.</source>
6426        <translation type="unfinished"></translation>
6427    </message>
6428    <message>
6429        <location filename="../TableBrowser.ui" line="603"/>
6430        <source>Edit display format</source>
6431        <translation type="unfinished"></translation>
6432    </message>
6433    <message>
6434        <location filename="../TableBrowser.ui" line="606"/>
6435        <source>Edit the display format of the data in this column</source>
6436        <translation type="unfinished"></translation>
6437    </message>
6438    <message>
6439        <location filename="../TableBrowser.ui" line="615"/>
6440        <location filename="../TableBrowser.ui" line="651"/>
6441        <source>New Record</source>
6442        <translation type="unfinished"></translation>
6443    </message>
6444    <message>
6445        <location filename="../TableBrowser.ui" line="618"/>
6446        <location filename="../TableBrowser.ui" line="621"/>
6447        <source>Insert a new record in the current table</source>
6448        <translation type="unfinished"></translation>
6449    </message>
6450    <message>
6451        <location filename="../TableBrowser.ui" line="624"/>
6452        <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;This button creates a new record in the database. Hold the mouse button to open a pop-up menu of different options:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;New Record&lt;/span&gt;: insert a new record with default values in the database.&lt;/li&gt;&lt;li&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Insert Values...&lt;/span&gt;: open a dialog for entering values before they are inserted in the database. This allows to enter values acomplishing the different constraints. This dialog is also open if the &lt;span style=&quot; font-weight:600;&quot;&gt;New Record&lt;/span&gt; option fails due to these constraints.&lt;/li&gt;&lt;/ul&gt;&lt;/body&gt;&lt;/html&gt;</source>
6453        <translation type="unfinished"></translation>
6454    </message>
6455    <message>
6456        <location filename="../TableBrowser.ui" line="633"/>
6457        <location filename="../TableBrowser.cpp" line="1032"/>
6458        <source>Delete Record</source>
6459        <translation type="unfinished"></translation>
6460    </message>
6461    <message>
6462        <location filename="../TableBrowser.ui" line="636"/>
6463        <source>Delete the current record</source>
6464        <translation type="unfinished"></translation>
6465    </message>
6466    <message>
6467        <location filename="../TableBrowser.ui" line="639"/>
6468        <location filename="../TableBrowser.ui" line="642"/>
6469        <source>This button deletes the record or records currently selected in the table</source>
6470        <translation type="unfinished"></translation>
6471    </message>
6472    <message>
6473        <location filename="../TableBrowser.ui" line="654"/>
6474        <location filename="../TableBrowser.ui" line="657"/>
6475        <source>Insert new record using default values in browsed table</source>
6476        <translation type="unfinished"></translation>
6477    </message>
6478    <message>
6479        <location filename="../TableBrowser.ui" line="662"/>
6480        <source>Insert Values...</source>
6481        <translation type="unfinished"></translation>
6482    </message>
6483    <message>
6484        <location filename="../TableBrowser.ui" line="665"/>
6485        <location filename="../TableBrowser.ui" line="668"/>
6486        <source>Open a dialog for inserting values in a new record</source>
6487        <translation type="unfinished"></translation>
6488    </message>
6489    <message>
6490        <location filename="../TableBrowser.ui" line="673"/>
6491        <source>Export to &amp;CSV</source>
6492        <translation type="unfinished"></translation>
6493    </message>
6494    <message>
6495        <location filename="../TableBrowser.ui" line="676"/>
6496        <location filename="../TableBrowser.ui" line="679"/>
6497        <source>Export the filtered data to CSV</source>
6498        <translation type="unfinished"></translation>
6499    </message>
6500    <message>
6501        <location filename="../TableBrowser.ui" line="682"/>
6502        <source>This button exports the data of the browsed table as currently displayed (after filters, display formats and order column) as a CSV file.</source>
6503        <translation type="unfinished"></translation>
6504    </message>
6505    <message>
6506        <location filename="../TableBrowser.ui" line="687"/>
6507        <source>Save as &amp;view</source>
6508        <translation type="unfinished"></translation>
6509    </message>
6510    <message>
6511        <location filename="../TableBrowser.ui" line="690"/>
6512        <location filename="../TableBrowser.ui" line="693"/>
6513        <source>Save the current filter, sort column and display formats as a view</source>
6514        <translation type="unfinished"></translation>
6515    </message>
6516    <message>
6517        <location filename="../TableBrowser.ui" line="696"/>
6518        <source>This button saves the current setting of the browsed table (filters, display formats and order column) as an SQL view that you can later browse or use in SQL statements.</source>
6519        <translation type="unfinished"></translation>
6520    </message>
6521    <message>
6522        <location filename="../TableBrowser.ui" line="705"/>
6523        <source>Save Table As...</source>
6524        <translation type="unfinished"></translation>
6525    </message>
6526    <message>
6527        <location filename="../TableBrowser.ui" line="708"/>
6528        <location filename="../TableBrowser.ui" line="711"/>
6529        <source>Save the table as currently displayed</source>
6530        <translation type="unfinished"></translation>
6531    </message>
6532    <message>
6533        <location filename="../TableBrowser.ui" line="714"/>
6534        <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;This popup menu provides the following options applying to the currently browsed and filtered table:&lt;/p&gt;&lt;ul style=&quot;margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;&quot;&gt;&lt;li style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Export to CSV: this option exports the data of the browsed table as currently displayed (after filters, display formats and order column) to a CSV file.&lt;/li&gt;&lt;li style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Save as view: this option saves the current setting of the browsed table (filters, display formats and order column) as an SQL view that you can later browse or use in SQL statements.&lt;/li&gt;&lt;/ul&gt;&lt;/body&gt;&lt;/html&gt;</source>
6535        <translation type="unfinished"></translation>
6536    </message>
6537    <message>
6538        <location filename="../TableBrowser.ui" line="719"/>
6539        <source>Hide column(s)</source>
6540        <translation type="unfinished"></translation>
6541    </message>
6542    <message>
6543        <location filename="../TableBrowser.ui" line="722"/>
6544        <source>Hide selected column(s)</source>
6545        <translation type="unfinished"></translation>
6546    </message>
6547    <message>
6548        <location filename="../TableBrowser.ui" line="727"/>
6549        <source>Show all columns</source>
6550        <translation type="unfinished"></translation>
6551    </message>
6552    <message>
6553        <location filename="../TableBrowser.ui" line="730"/>
6554        <source>Show all columns that were hidden</source>
6555        <translation type="unfinished"></translation>
6556    </message>
6557    <message>
6558        <location filename="../TableBrowser.ui" line="735"/>
6559        <location filename="../TableBrowser.cpp" line="1391"/>
6560        <source>Set encoding</source>
6561        <translation type="unfinished"></translation>
6562    </message>
6563    <message>
6564        <location filename="../TableBrowser.ui" line="738"/>
6565        <source>Change the encoding of the text in the table cells</source>
6566        <translation type="unfinished"></translation>
6567    </message>
6568    <message>
6569        <location filename="../TableBrowser.ui" line="743"/>
6570        <source>Set encoding for all tables</source>
6571        <translation type="unfinished"></translation>
6572    </message>
6573    <message>
6574        <location filename="../TableBrowser.ui" line="746"/>
6575        <source>Change the default encoding assumed for all tables in the database</source>
6576        <translation type="unfinished"></translation>
6577    </message>
6578    <message>
6579        <location filename="../TableBrowser.ui" line="755"/>
6580        <source>Clear Filters</source>
6581        <translation type="unfinished"></translation>
6582    </message>
6583    <message>
6584        <location filename="../TableBrowser.ui" line="758"/>
6585        <source>Clear all filters</source>
6586        <translation type="unfinished"></translation>
6587    </message>
6588    <message>
6589        <location filename="../TableBrowser.ui" line="761"/>
6590        <location filename="../TableBrowser.ui" line="764"/>
6591        <source>This button clears all the filters set in the header input fields for the currently browsed table.</source>
6592        <translation type="unfinished"></translation>
6593    </message>
6594    <message>
6595        <location filename="../TableBrowser.ui" line="773"/>
6596        <source>Clear Sorting</source>
6597        <translation type="unfinished"></translation>
6598    </message>
6599    <message>
6600        <location filename="../TableBrowser.ui" line="776"/>
6601        <source>Reset the order of rows to the default</source>
6602        <translation type="unfinished"></translation>
6603    </message>
6604    <message>
6605        <location filename="../TableBrowser.ui" line="779"/>
6606        <location filename="../TableBrowser.ui" line="782"/>
6607        <source>This button clears the sorting columns specified for the currently browsed table and returns to the default order.</source>
6608        <translation type="unfinished"></translation>
6609    </message>
6610    <message>
6611        <location filename="../TableBrowser.ui" line="791"/>
6612        <source>Print</source>
6613        <translation type="unfinished"></translation>
6614    </message>
6615    <message>
6616        <location filename="../TableBrowser.ui" line="794"/>
6617        <source>Print currently browsed table data</source>
6618        <translation type="unfinished"></translation>
6619    </message>
6620    <message>
6621        <location filename="../TableBrowser.ui" line="800"/>
6622        <source>Print currently browsed table data. Print selection if more than one cell is selected.</source>
6623        <translation type="unfinished"></translation>
6624    </message>
6625    <message>
6626        <location filename="../TableBrowser.ui" line="803"/>
6627        <source>Ctrl+P</source>
6628        <translation></translation>
6629    </message>
6630    <message>
6631        <location filename="../TableBrowser.ui" line="815"/>
6632        <source>Refresh</source>
6633        <translation type="unfinished"></translation>
6634    </message>
6635    <message>
6636        <location filename="../TableBrowser.ui" line="818"/>
6637        <source>Refresh the data in the selected table</source>
6638        <translation type="unfinished"></translation>
6639    </message>
6640    <message>
6641        <location filename="../TableBrowser.ui" line="821"/>
6642        <source>This button refreshes the data in the currently selected table.</source>
6643        <translation type="unfinished"></translation>
6644    </message>
6645    <message>
6646        <location filename="../TableBrowser.ui" line="824"/>
6647        <source>F5</source>
6648        <translation></translation>
6649    </message>
6650    <message>
6651        <location filename="../TableBrowser.ui" line="839"/>
6652        <source>Find in cells</source>
6653        <translation type="unfinished"></translation>
6654    </message>
6655    <message>
6656        <location filename="../TableBrowser.ui" line="842"/>
6657        <source>Open the find tool bar which allows you to search for values in the table view below.</source>
6658        <translation type="unfinished"></translation>
6659    </message>
6660    <message>
6661        <location filename="../TableBrowser.ui" line="854"/>
6662        <location filename="../TableBrowser.ui" line="857"/>
6663        <source>Bold</source>
6664        <translation type="unfinished"></translation>
6665    </message>
6666    <message>
6667        <location filename="../TableBrowser.ui" line="860"/>
6668        <source>Ctrl+B</source>
6669        <translation></translation>
6670    </message>
6671    <message>
6672        <location filename="../TableBrowser.ui" line="872"/>
6673        <location filename="../TableBrowser.ui" line="875"/>
6674        <source>Italic</source>
6675        <translation type="unfinished"></translation>
6676    </message>
6677    <message>
6678        <location filename="../TableBrowser.ui" line="887"/>
6679        <location filename="../TableBrowser.ui" line="890"/>
6680        <source>Underline</source>
6681        <translation type="unfinished"></translation>
6682    </message>
6683    <message>
6684        <location filename="../TableBrowser.ui" line="893"/>
6685        <source>Ctrl+U</source>
6686        <translation></translation>
6687    </message>
6688    <message>
6689        <location filename="../TableBrowser.ui" line="905"/>
6690        <location filename="../TableBrowser.ui" line="908"/>
6691        <source>Align Right</source>
6692        <translation type="unfinished"></translation>
6693    </message>
6694    <message>
6695        <location filename="../TableBrowser.ui" line="920"/>
6696        <location filename="../TableBrowser.ui" line="923"/>
6697        <source>Align Left</source>
6698        <translation type="unfinished"></translation>
6699    </message>
6700    <message>
6701        <location filename="../TableBrowser.ui" line="935"/>
6702        <location filename="../TableBrowser.ui" line="938"/>
6703        <source>Center Horizontally</source>
6704        <translation type="unfinished"></translation>
6705    </message>
6706    <message>
6707        <location filename="../TableBrowser.ui" line="950"/>
6708        <location filename="../TableBrowser.ui" line="953"/>
6709        <source>Justify</source>
6710        <translation type="unfinished"></translation>
6711    </message>
6712    <message>
6713        <location filename="../TableBrowser.ui" line="962"/>
6714        <location filename="../TableBrowser.ui" line="965"/>
6715        <source>Edit Conditional Formats...</source>
6716        <translation type="unfinished"></translation>
6717    </message>
6718    <message>
6719        <location filename="../TableBrowser.ui" line="968"/>
6720        <source>Edit conditional formats for the current column</source>
6721        <translation type="unfinished"></translation>
6722    </message>
6723    <message>
6724        <location filename="../TableBrowser.ui" line="977"/>
6725        <source>Clear Format</source>
6726        <translation type="unfinished"></translation>
6727    </message>
6728    <message>
6729        <location filename="../TableBrowser.ui" line="980"/>
6730        <source>Clear All Formats</source>
6731        <translation type="unfinished"></translation>
6732    </message>
6733    <message>
6734        <location filename="../TableBrowser.ui" line="983"/>
6735        <location filename="../TableBrowser.ui" line="986"/>
6736        <source>Clear all cell formatting from selected cells and all conditional formats from selected columns</source>
6737        <translation type="unfinished"></translation>
6738    </message>
6739    <message>
6740        <location filename="../TableBrowser.ui" line="995"/>
6741        <location filename="../TableBrowser.ui" line="998"/>
6742        <source>Font Color</source>
6743        <translation type="unfinished"></translation>
6744    </message>
6745    <message>
6746        <location filename="../TableBrowser.ui" line="1007"/>
6747        <location filename="../TableBrowser.ui" line="1010"/>
6748        <source>Background Color</source>
6749        <translation type="unfinished"></translation>
6750    </message>
6751    <message>
6752        <location filename="../TableBrowser.ui" line="1022"/>
6753        <source>Toggle Format Toolbar</source>
6754        <translation type="unfinished"></translation>
6755    </message>
6756    <message>
6757        <location filename="../TableBrowser.ui" line="1025"/>
6758        <source>Show/hide format toolbar</source>
6759        <translation type="unfinished"></translation>
6760    </message>
6761    <message>
6762        <location filename="../TableBrowser.ui" line="1028"/>
6763        <location filename="../TableBrowser.ui" line="1031"/>
6764        <source>This button shows or hides the formatting toolbar of the Data Browser</source>
6765        <translation type="unfinished"></translation>
6766    </message>
6767    <message>
6768        <location filename="../TableBrowser.ui" line="1036"/>
6769        <source>Select column</source>
6770        <translation type="unfinished"></translation>
6771    </message>
6772    <message>
6773        <location filename="../TableBrowser.ui" line="1039"/>
6774        <source>Ctrl+Space</source>
6775        <translation></translation>
6776    </message>
6777    <message>
6778        <location filename="../TableBrowser.ui" line="1054"/>
6779        <source>Replace text in cells</source>
6780        <translation type="unfinished"></translation>
6781    </message>
6782    <message>
6783        <location filename="../TableBrowser.cpp" line="42"/>
6784        <source>Filter in any column</source>
6785        <translation type="unfinished"></translation>
6786    </message>
6787    <message>
6788        <location filename="../TableBrowser.cpp" line="102"/>
6789        <source>Ctrl+R</source>
6790        <translation></translation>
6791    </message>
6792    <message numerus="yes">
6793        <location filename="../TableBrowser.cpp" line="450"/>
6794        <source>%n row(s)</source>
6795        <translation type="unfinished">
6796            <numerusform></numerusform>
6797        </translation>
6798    </message>
6799    <message numerus="yes">
6800        <location filename="../TableBrowser.cpp" line="452"/>
6801        <source>, %n column(s)</source>
6802        <translation type="unfinished">
6803            <numerusform></numerusform>
6804        </translation>
6805    </message>
6806    <message>
6807        <location filename="../TableBrowser.cpp" line="465"/>
6808        <source>. Sum: %1; Average: %2; Min: %3; Max: %4</source>
6809        <translation type="unfinished"></translation>
6810    </message>
6811    <message>
6812        <location filename="../TableBrowser.cpp" line="685"/>
6813        <source>Conditional formats for &quot;%1&quot;</source>
6814        <translation type="unfinished"></translation>
6815    </message>
6816    <message>
6817        <location filename="../TableBrowser.cpp" line="756"/>
6818        <source>determining row count...</source>
6819        <translation type="unfinished"></translation>
6820    </message>
6821    <message>
6822        <location filename="../TableBrowser.cpp" line="759"/>
6823        <source>%1 - %2 of &gt;= %3</source>
6824        <translation type="unfinished"></translation>
6825    </message>
6826    <message>
6827        <location filename="../TableBrowser.cpp" line="762"/>
6828        <source>%1 - %2 of %3</source>
6829        <translation type="unfinished"></translation>
6830    </message>
6831    <message>
6832        <location filename="../TableBrowser.cpp" line="908"/>
6833        <source>Please enter a pseudo-primary key in order to enable editing on this view. This should be the name of a unique column in the view.</source>
6834        <translation type="unfinished"></translation>
6835    </message>
6836    <message>
6837        <location filename="../TableBrowser.cpp" line="1030"/>
6838        <source>Delete Records</source>
6839        <translation type="unfinished"></translation>
6840    </message>
6841    <message>
6842        <location filename="../TableBrowser.cpp" line="1177"/>
6843        <source>Duplicate records</source>
6844        <translation type="unfinished"></translation>
6845    </message>
6846    <message>
6847        <location filename="../TableBrowser.cpp" line="1177"/>
6848        <source>Duplicate record</source>
6849        <translation type="unfinished"></translation>
6850    </message>
6851    <message>
6852        <location filename="../TableBrowser.cpp" line="1181"/>
6853        <source>Ctrl+&quot;</source>
6854        <translation></translation>
6855    </message>
6856    <message>
6857        <location filename="../TableBrowser.cpp" line="1200"/>
6858        <source>Adjust rows to contents</source>
6859        <translation type="unfinished"></translation>
6860    </message>
6861    <message>
6862        <location filename="../TableBrowser.cpp" line="1255"/>
6863        <source>Error deleting record:
6864%1</source>
6865        <translation type="unfinished"></translation>
6866    </message>
6867    <message>
6868        <location filename="../TableBrowser.cpp" line="1264"/>
6869        <source>Please select a record first</source>
6870        <translation type="unfinished"></translation>
6871    </message>
6872    <message>
6873        <location filename="../TableBrowser.cpp" line="1371"/>
6874        <source>There is no filter set for this table. View will not be created.</source>
6875        <translation type="unfinished"></translation>
6876    </message>
6877    <message>
6878        <location filename="../TableBrowser.cpp" line="1387"/>
6879        <source>Please choose a new encoding for all tables.</source>
6880        <translation type="unfinished"></translation>
6881    </message>
6882    <message>
6883        <location filename="../TableBrowser.cpp" line="1389"/>
6884        <source>Please choose a new encoding for this table.</source>
6885        <translation type="unfinished"></translation>
6886    </message>
6887    <message>
6888        <location filename="../TableBrowser.cpp" line="1392"/>
6889        <source>%1
6890Leave the field empty for using the database encoding.</source>
6891        <translation type="unfinished"></translation>
6892    </message>
6893    <message>
6894        <location filename="../TableBrowser.cpp" line="1404"/>
6895        <source>This encoding is either not valid or not supported.</source>
6896        <translation type="unfinished"></translation>
6897    </message>
6898    <message>
6899        <location filename="../TableBrowser.cpp" line="1575"/>
6900        <source>%1 replacement(s) made.</source>
6901        <translation type="unfinished"></translation>
6902    </message>
6903</context>
6904<context>
6905    <name>VacuumDialog</name>
6906    <message>
6907        <location filename="../VacuumDialog.ui" line="14"/>
6908        <source>Compact Database</source>
6909        <translation type="unfinished"></translation>
6910    </message>
6911    <message>
6912        <location filename="../VacuumDialog.ui" line="26"/>
6913        <source>Warning: Compacting the database will commit all of your changes.</source>
6914        <translation type="unfinished"></translation>
6915    </message>
6916    <message>
6917        <location filename="../VacuumDialog.ui" line="39"/>
6918        <source>Please select the databases to co&amp;mpact:</source>
6919        <translation type="unfinished"></translation>
6920    </message>
6921</context>
6922</TS>
6923