Merge lp:~djcj/qpdfview/qpdfview-patch-1 into lp:qpdfview

Proposed by djcj
Status: Merged
Merged at revision: 2071
Proposed branch: lp:~djcj/qpdfview/qpdfview-patch-1
Merge into: lp:qpdfview
Diff against target: 614 lines (+71/-70)
43 files modified
sources/mainwindow.cpp (+2/-1)
translations/qpdfview_ast.ts (+2/-2)
translations/qpdfview_az.ts (+2/-2)
translations/qpdfview_be.ts (+1/-1)
translations/qpdfview_bg.ts (+2/-2)
translations/qpdfview_bs.ts (+1/-1)
translations/qpdfview_ca.ts (+2/-2)
translations/qpdfview_cs.ts (+2/-2)
translations/qpdfview_da.ts (+1/-1)
translations/qpdfview_de.ts (+2/-2)
translations/qpdfview_el.ts (+1/-1)
translations/qpdfview_en_GB.ts (+2/-2)
translations/qpdfview_eo.ts (+2/-2)
translations/qpdfview_es.ts (+2/-2)
translations/qpdfview_eu.ts (+1/-1)
translations/qpdfview_fi.ts (+1/-1)
translations/qpdfview_fr.ts (+2/-2)
translations/qpdfview_gl.ts (+2/-2)
translations/qpdfview_he.ts (+1/-1)
translations/qpdfview_hr.ts (+2/-2)
translations/qpdfview_hu.ts (+1/-1)
translations/qpdfview_id.ts (+2/-2)
translations/qpdfview_it.ts (+2/-2)
translations/qpdfview_ja.ts (+2/-2)
translations/qpdfview_kk.ts (+2/-2)
translations/qpdfview_ko.ts (+1/-1)
translations/qpdfview_ky.ts (+1/-1)
translations/qpdfview_lt.ts (+2/-2)
translations/qpdfview_ms.ts (+2/-2)
translations/qpdfview_my.ts (+1/-1)
translations/qpdfview_pl.ts (+2/-2)
translations/qpdfview_pt.ts (+2/-2)
translations/qpdfview_pt_BR.ts (+2/-2)
translations/qpdfview_ro.ts (+2/-2)
translations/qpdfview_ru.ts (+2/-2)
translations/qpdfview_sk.ts (+2/-2)
translations/qpdfview_sv.ts (+2/-2)
translations/qpdfview_th.ts (+1/-1)
translations/qpdfview_tr.ts (+1/-1)
translations/qpdfview_ug.ts (+1/-1)
translations/qpdfview_uk.ts (+1/-1)
translations/qpdfview_vi.ts (+2/-2)
translations/qpdfview_zh_CN.ts (+2/-2)
To merge this branch: bzr merge lp:~djcj/qpdfview/qpdfview-patch-1
Reviewer Review Type Date Requested Status
Adam Reichold Approve
Review via email: mp+345473@code.launchpad.net

Commit message

Using the copyright year in the about window as QString::arg() so that the translation files don't need to be updated after a new year.

To post a comment you must log in.
Revision history for this message
Adam Reichold (adamreichold) wrote :

Hello djcj,

thanks for taking the time to open a merge request! Will merge, but slightly adjust your idea by making the whole time specification an argument since we might see gaps, e.g. 2012-2019, 2021 and so on...

Best regards, Adam.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'sources/mainwindow.cpp'
2--- sources/mainwindow.cpp 2018-04-18 18:28:06 +0000
3+++ sources/mainwindow.cpp 2018-05-13 12:22:26 +0000
4@@ -2178,7 +2178,8 @@
5 + tr("<li>Printing support using CUPS %1</li>").arg(CUPS_VERSION)
6 #endif // WITH_CUPS
7 + tr("</ul>"
8- "<p>See <a href=\"https://launchpad.net/qpdfview\">launchpad.net/qpdfview</a> for more information.</p><p>&copy; 2012-2017 The qpdfview developers</p>")));
9+ "<p>See <a href=\"https://launchpad.net/qpdfview\">launchpad.net/qpdfview</a> for more information.</p>"
10+ "<p>&copy; 2012-%1 The qpdfview developers</p>").arg("2018")));
11 }
12
13 void MainWindow::on_focusCurrentPage_activated()
14
15=== modified file 'translations/qpdfview_ast.ts'
16--- translations/qpdfview_ast.ts 2017-06-30 19:31:56 +0000
17+++ translations/qpdfview_ast.ts 2018-05-13 12:22:26 +0000
18@@ -613,8 +613,8 @@
19 </message>
20 <message>
21 <location filename="../sources/mainwindow.cpp" line="2145"/>
22- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
23- <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Vea &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; pa más información.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 Los desendolcadores de qpdfview&lt;/p&gt;</translation>
24+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
25+ <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Vea &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; pa más información.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 Los desendolcadores de qpdfview&lt;/p&gt;</translation>
26 </message>
27 <message>
28 <location filename="../sources/mainwindow.cpp" line="2359"/>
29
30=== modified file 'translations/qpdfview_az.ts'
31--- translations/qpdfview_az.ts 2017-06-30 19:31:56 +0000
32+++ translations/qpdfview_az.ts 2018-05-13 12:22:26 +0000
33@@ -613,8 +613,8 @@
34 </message>
35 <message>
36 <location filename="../sources/mainwindow.cpp" line="2145"/>
37- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
38- <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Daha geniş məlumat üçün &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; bax.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview proqramçıları.&lt;/p&gt;</translation>
39+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
40+ <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Daha geniş məlumat üçün &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; bax.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview proqramçıları.&lt;/p&gt;</translation>
41 </message>
42 <message>
43 <location filename="../sources/mainwindow.cpp" line="2359"/>
44
45=== modified file 'translations/qpdfview_be.ts'
46--- translations/qpdfview_be.ts 2017-06-30 19:31:56 +0000
47+++ translations/qpdfview_be.ts 2018-05-13 12:22:26 +0000
48@@ -613,7 +613,7 @@
49 </message>
50 <message>
51 <location filename="../sources/mainwindow.cpp" line="2145"/>
52- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
53+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
54 <translation type="unfinished"></translation>
55 </message>
56 <message>
57
58=== modified file 'translations/qpdfview_bg.ts'
59--- translations/qpdfview_bg.ts 2017-06-30 19:31:56 +0000
60+++ translations/qpdfview_bg.ts 2018-05-13 12:22:26 +0000
61@@ -613,8 +613,8 @@
62 </message>
63 <message>
64 <location filename="../sources/mainwindow.cpp" line="2145"/>
65- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
66- <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Вижте &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; за повече информация.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</translation>
67+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
68+ <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Вижте &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; за повече информация.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</translation>
69 </message>
70 <message>
71 <location filename="../sources/mainwindow.cpp" line="2359"/>
72
73=== modified file 'translations/qpdfview_bs.ts'
74--- translations/qpdfview_bs.ts 2017-06-30 19:31:56 +0000
75+++ translations/qpdfview_bs.ts 2018-05-13 12:22:26 +0000
76@@ -613,7 +613,7 @@
77 </message>
78 <message>
79 <location filename="../sources/mainwindow.cpp" line="2145"/>
80- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
81+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
82 <translation type="unfinished"></translation>
83 </message>
84 <message>
85
86=== modified file 'translations/qpdfview_ca.ts'
87--- translations/qpdfview_ca.ts 2017-06-30 19:31:56 +0000
88+++ translations/qpdfview_ca.ts 2018-05-13 12:22:26 +0000
89@@ -684,8 +684,8 @@
90 </message>
91 <message>
92 <location filename="../sources/mainwindow.cpp" line="2145"/>
93- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
94- <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Mire &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; per a mé sinformació.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</translation>
95+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
96+ <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Mire &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; per a mé sinformació.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</translation>
97 </message>
98 <message>
99 <location filename="../sources/mainwindow.cpp" line="3210"/>
100
101=== modified file 'translations/qpdfview_cs.ts'
102--- translations/qpdfview_cs.ts 2017-06-30 19:31:56 +0000
103+++ translations/qpdfview_cs.ts 2018-05-13 12:22:26 +0000
104@@ -674,8 +674,8 @@
105 </message>
106 <message>
107 <location filename="../sources/mainwindow.cpp" line="2145"/>
108- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
109- <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Na další informace se podívejte na &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 Vývojáři qpdfview&lt;/p&gt;</translation>
110+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
111+ <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Na další informace se podívejte na &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 Vývojáři qpdfview&lt;/p&gt;</translation>
112 </message>
113 <message>
114 <location filename="../sources/mainwindow.cpp" line="3210"/>
115
116=== modified file 'translations/qpdfview_da.ts'
117--- translations/qpdfview_da.ts 2017-06-30 19:31:56 +0000
118+++ translations/qpdfview_da.ts 2018-05-13 12:22:26 +0000
119@@ -613,7 +613,7 @@
120 </message>
121 <message>
122 <location filename="../sources/mainwindow.cpp" line="2145"/>
123- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
124+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
125 <translation type="unfinished"></translation>
126 </message>
127 <message>
128
129=== modified file 'translations/qpdfview_de.ts'
130--- translations/qpdfview_de.ts 2017-06-30 19:31:56 +0000
131+++ translations/qpdfview_de.ts 2018-05-13 12:22:26 +0000
132@@ -674,8 +674,8 @@
133 </message>
134 <message>
135 <location filename="../sources/mainwindow.cpp" line="2145"/>
136- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
137- <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Siehe &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; für weitere Informationen.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 Die qpdfview-Entwickler&lt;/p&gt;</translation>
138+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
139+ <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Siehe &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; für weitere Informationen.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 Die qpdfview-Entwickler&lt;/p&gt;</translation>
140 </message>
141 <message>
142 <location filename="../sources/mainwindow.cpp" line="3210"/>
143
144=== modified file 'translations/qpdfview_el.ts'
145--- translations/qpdfview_el.ts 2017-06-30 19:31:56 +0000
146+++ translations/qpdfview_el.ts 2018-05-13 12:22:26 +0000
147@@ -613,7 +613,7 @@
148 </message>
149 <message>
150 <location filename="../sources/mainwindow.cpp" line="2145"/>
151- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
152+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
153 <translation type="unfinished"></translation>
154 </message>
155 <message>
156
157=== modified file 'translations/qpdfview_en_GB.ts'
158--- translations/qpdfview_en_GB.ts 2017-06-30 19:31:56 +0000
159+++ translations/qpdfview_en_GB.ts 2018-05-13 12:22:26 +0000
160@@ -674,8 +674,8 @@
161 </message>
162 <message>
163 <location filename="../sources/mainwindow.cpp" line="2145"/>
164- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
165- <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</translation>
166+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
167+ <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</translation>
168 </message>
169 <message>
170 <location filename="../sources/mainwindow.cpp" line="3210"/>
171
172=== modified file 'translations/qpdfview_eo.ts'
173--- translations/qpdfview_eo.ts 2017-06-30 19:31:56 +0000
174+++ translations/qpdfview_eo.ts 2018-05-13 12:22:26 +0000
175@@ -613,8 +613,8 @@
176 </message>
177 <message>
178 <location filename="../sources/mainwindow.cpp" line="2145"/>
179- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
180- <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; por plua informo.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 La programantoj de qpdfview&lt;/p&gt;</translation>
181+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
182+ <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; por plua informo.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 La programantoj de qpdfview&lt;/p&gt;</translation>
183 </message>
184 <message>
185 <location filename="../sources/mainwindow.cpp" line="2359"/>
186
187=== modified file 'translations/qpdfview_es.ts'
188--- translations/qpdfview_es.ts 2017-06-30 19:31:56 +0000
189+++ translations/qpdfview_es.ts 2018-05-13 12:22:26 +0000
190@@ -674,8 +674,8 @@
191 </message>
192 <message>
193 <location filename="../sources/mainwindow.cpp" line="2145"/>
194- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
195- <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Vea &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; para mas información.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 El equipo desarrollador de qpdfview&lt;/p&gt;</translation>
196+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
197+ <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Vea &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; para mas información.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 El equipo desarrollador de qpdfview&lt;/p&gt;</translation>
198 </message>
199 <message>
200 <location filename="../sources/mainwindow.cpp" line="3210"/>
201
202=== modified file 'translations/qpdfview_eu.ts'
203--- translations/qpdfview_eu.ts 2017-06-30 19:31:56 +0000
204+++ translations/qpdfview_eu.ts 2018-05-13 12:22:26 +0000
205@@ -613,7 +613,7 @@
206 </message>
207 <message>
208 <location filename="../sources/mainwindow.cpp" line="2145"/>
209- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
210+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
211 <translation type="unfinished"></translation>
212 </message>
213 <message>
214
215=== modified file 'translations/qpdfview_fi.ts'
216--- translations/qpdfview_fi.ts 2017-06-30 19:31:56 +0000
217+++ translations/qpdfview_fi.ts 2018-05-13 12:22:26 +0000
218@@ -613,7 +613,7 @@
219 </message>
220 <message>
221 <location filename="../sources/mainwindow.cpp" line="2145"/>
222- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
223+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
224 <translation type="unfinished"></translation>
225 </message>
226 <message>
227
228=== modified file 'translations/qpdfview_fr.ts'
229--- translations/qpdfview_fr.ts 2017-06-30 19:31:56 +0000
230+++ translations/qpdfview_fr.ts 2018-05-13 12:22:26 +0000
231@@ -674,8 +674,8 @@
232 </message>
233 <message>
234 <location filename="../sources/mainwindow.cpp" line="2145"/>
235- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
236- <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Voir &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; pour plus de renseignements.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 Les développeurs de qpdfview&lt;/p&gt;</translation>
237+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
238+ <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Voir &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; pour plus de renseignements.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 Les développeurs de qpdfview&lt;/p&gt;</translation>
239 </message>
240 <message>
241 <location filename="../sources/mainwindow.cpp" line="3210"/>
242
243=== modified file 'translations/qpdfview_gl.ts'
244--- translations/qpdfview_gl.ts 2017-06-30 19:31:56 +0000
245+++ translations/qpdfview_gl.ts 2018-05-13 12:22:26 +0000
246@@ -684,8 +684,8 @@
247 </message>
248 <message>
249 <location filename="../sources/mainwindow.cpp" line="2145"/>
250- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
251- <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Ver &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; para máis información.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 Os desenvolvedores de qpdfview&lt;/p&gt;</translation>
252+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
253+ <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Ver &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; para máis información.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 Os desenvolvedores de qpdfview&lt;/p&gt;</translation>
254 </message>
255 <message>
256 <location filename="../sources/mainwindow.cpp" line="3210"/>
257
258=== modified file 'translations/qpdfview_he.ts'
259--- translations/qpdfview_he.ts 2017-06-30 19:31:56 +0000
260+++ translations/qpdfview_he.ts 2018-05-13 12:22:26 +0000
261@@ -613,7 +613,7 @@
262 </message>
263 <message>
264 <location filename="../sources/mainwindow.cpp" line="2145"/>
265- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
266+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
267 <translation type="unfinished"></translation>
268 </message>
269 <message>
270
271=== modified file 'translations/qpdfview_hr.ts'
272--- translations/qpdfview_hr.ts 2017-06-30 19:31:56 +0000
273+++ translations/qpdfview_hr.ts 2018-05-13 12:22:26 +0000
274@@ -613,8 +613,8 @@
275 </message>
276 <message>
277 <location filename="../sources/mainwindow.cpp" line="2145"/>
278- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
279- <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Pogledajte &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; za više informacija.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 Qpdfview razvojni programeri&lt;/p&gt;</translation>
280+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
281+ <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Pogledajte &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; za više informacija.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 Qpdfview razvojni programeri&lt;/p&gt;</translation>
282 </message>
283 <message>
284 <location filename="../sources/mainwindow.cpp" line="2359"/>
285
286=== modified file 'translations/qpdfview_hu.ts'
287--- translations/qpdfview_hu.ts 2017-06-30 19:31:56 +0000
288+++ translations/qpdfview_hu.ts 2018-05-13 12:22:26 +0000
289@@ -674,7 +674,7 @@
290 </message>
291 <message>
292 <location filename="../sources/mainwindow.cpp" line="2145"/>
293- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
294+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
295 <translation type="unfinished"></translation>
296 </message>
297 <message>
298
299=== modified file 'translations/qpdfview_id.ts'
300--- translations/qpdfview_id.ts 2017-06-30 19:31:56 +0000
301+++ translations/qpdfview_id.ts 2018-05-13 12:22:26 +0000
302@@ -613,8 +613,8 @@
303 </message>
304 <message>
305 <location filename="../sources/mainwindow.cpp" line="2145"/>
306- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
307- <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Lihat &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; untuk keterangan lebih jauh.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 Para pengembang qpdfview&lt;/p&gt;</translation>
308+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
309+ <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Lihat &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; untuk keterangan lebih jauh.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 Para pengembang qpdfview&lt;/p&gt;</translation>
310 </message>
311 <message>
312 <location filename="../sources/mainwindow.cpp" line="2359"/>
313
314=== modified file 'translations/qpdfview_it.ts'
315--- translations/qpdfview_it.ts 2017-06-30 19:31:56 +0000
316+++ translations/qpdfview_it.ts 2018-05-13 12:22:26 +0000
317@@ -684,8 +684,8 @@
318 </message>
319 <message>
320 <location filename="../sources/mainwindow.cpp" line="2145"/>
321- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
322- <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Visitare &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; per ulteriori informazioni.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</translation>
323+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
324+ <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Visitare &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; per ulteriori informazioni.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</translation>
325 </message>
326 <message>
327 <location filename="../sources/mainwindow.cpp" line="3210"/>
328
329=== modified file 'translations/qpdfview_ja.ts'
330--- translations/qpdfview_ja.ts 2017-06-30 19:31:56 +0000
331+++ translations/qpdfview_ja.ts 2018-05-13 12:22:26 +0000
332@@ -1055,9 +1055,9 @@
333 </message>
334 <message>
335 <location filename="../sources/mainwindow.cpp" line="1893"/>
336- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
337+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
338 <comment>MainWindow|</comment>
339- <translation>&lt;/ul&gt;&lt;p&gt;詳しくは&lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; を参照。&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview開発陣&lt;/p&gt;</translation>
340+ <translation>&lt;/ul&gt;&lt;p&gt;詳しくは&lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; を参照。&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview開発陣&lt;/p&gt;</translation>
341 </message>
342 <message>
343 <location filename="../sources/mainwindow.cpp" line="2608"/>
344
345=== modified file 'translations/qpdfview_kk.ts'
346--- translations/qpdfview_kk.ts 2017-06-30 19:31:56 +0000
347+++ translations/qpdfview_kk.ts 2018-05-13 12:22:26 +0000
348@@ -613,8 +613,8 @@
349 </message>
350 <message>
351 <location filename="../sources/mainwindow.cpp" line="2145"/>
352- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
353- <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Көбірек білу үшін &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; қараңыз.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 qpdfview өндірушілері&lt;/p&gt;</translation>
354+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
355+ <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Көбірек білу үшін &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; қараңыз.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 qpdfview өндірушілері&lt;/p&gt;</translation>
356 </message>
357 <message>
358 <location filename="../sources/mainwindow.cpp" line="2358"/>
359
360=== modified file 'translations/qpdfview_ko.ts'
361--- translations/qpdfview_ko.ts 2017-06-30 19:31:56 +0000
362+++ translations/qpdfview_ko.ts 2018-05-13 12:22:26 +0000
363@@ -305,7 +305,7 @@
364 </message>
365 <message>
366 <location filename="../sources/mainwindow.cpp" line="1578"/>
367- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
368+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
369 <comment>MainWindow|</comment>
370 <translation type="unfinished"></translation>
371 </message>
372
373=== modified file 'translations/qpdfview_ky.ts'
374--- translations/qpdfview_ky.ts 2017-06-30 19:31:56 +0000
375+++ translations/qpdfview_ky.ts 2018-05-13 12:22:26 +0000
376@@ -613,7 +613,7 @@
377 </message>
378 <message>
379 <location filename="../sources/mainwindow.cpp" line="2145"/>
380- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
381+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
382 <translation type="unfinished"></translation>
383 </message>
384 <message>
385
386=== modified file 'translations/qpdfview_lt.ts'
387--- translations/qpdfview_lt.ts 2017-06-30 19:31:56 +0000
388+++ translations/qpdfview_lt.ts 2018-05-13 12:22:26 +0000
389@@ -674,8 +674,8 @@
390 </message>
391 <message>
392 <location filename="../sources/mainwindow.cpp" line="2145"/>
393- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
394- <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Išsamesnei informacijai, žiūrėkite &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 qpdfview kūrėjai&lt;/p&gt;</translation>
395+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
396+ <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Išsamesnei informacijai, žiūrėkite &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 qpdfview kūrėjai&lt;/p&gt;</translation>
397 </message>
398 <message>
399 <location filename="../sources/mainwindow.cpp" line="3210"/>
400
401=== modified file 'translations/qpdfview_ms.ts'
402--- translations/qpdfview_ms.ts 2017-06-30 19:31:56 +0000
403+++ translations/qpdfview_ms.ts 2018-05-13 12:22:26 +0000
404@@ -674,8 +674,8 @@
405 </message>
406 <message>
407 <location filename="../sources/mainwindow.cpp" line="2145"/>
408- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
409- <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Rujuk &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; untuk maklumat lanjut.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 Pembangun qpdfview&lt;/p&gt;</translation>
410+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
411+ <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Rujuk &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; untuk maklumat lanjut.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 Pembangun qpdfview&lt;/p&gt;</translation>
412 </message>
413 <message>
414 <location filename="../sources/mainwindow.cpp" line="3210"/>
415
416=== modified file 'translations/qpdfview_my.ts'
417--- translations/qpdfview_my.ts 2017-06-30 19:31:56 +0000
418+++ translations/qpdfview_my.ts 2018-05-13 12:22:26 +0000
419@@ -613,7 +613,7 @@
420 </message>
421 <message>
422 <location filename="../sources/mainwindow.cpp" line="2145"/>
423- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
424+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
425 <translation type="unfinished"></translation>
426 </message>
427 <message>
428
429=== modified file 'translations/qpdfview_pl.ts'
430--- translations/qpdfview_pl.ts 2017-06-30 19:31:56 +0000
431+++ translations/qpdfview_pl.ts 2018-05-13 12:22:26 +0000
432@@ -674,8 +674,8 @@
433 </message>
434 <message>
435 <location filename="../sources/mainwindow.cpp" line="2145"/>
436- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
437- <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Zobacz &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; celem uzyskania więcej informacji.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 Programiści qpdfview&lt;/p&gt;</translation>
438+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
439+ <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Zobacz &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; celem uzyskania więcej informacji.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 Programiści qpdfview&lt;/p&gt;</translation>
440 </message>
441 <message>
442 <location filename="../sources/mainwindow.cpp" line="3210"/>
443
444=== modified file 'translations/qpdfview_pt.ts'
445--- translations/qpdfview_pt.ts 2017-06-30 19:31:56 +0000
446+++ translations/qpdfview_pt.ts 2018-05-13 12:22:26 +0000
447@@ -674,8 +674,8 @@
448 </message>
449 <message>
450 <location filename="../sources/mainwindow.cpp" line="2145"/>
451- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
452- <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Consulte &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; para obter mais informações.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</translation>
453+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
454+ <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Consulte &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; para obter mais informações.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</translation>
455 </message>
456 <message>
457 <location filename="../sources/mainwindow.cpp" line="3210"/>
458
459=== modified file 'translations/qpdfview_pt_BR.ts'
460--- translations/qpdfview_pt_BR.ts 2017-06-30 19:31:56 +0000
461+++ translations/qpdfview_pt_BR.ts 2018-05-13 12:22:26 +0000
462@@ -674,8 +674,8 @@
463 </message>
464 <message>
465 <location filename="../sources/mainwindow.cpp" line="2145"/>
466- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
467- <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Consulte &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; para mais informações.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 Desenvolvedores do qpdfview&lt;/p&gt;</translation>
468+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
469+ <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Consulte &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; para mais informações.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 Desenvolvedores do qpdfview&lt;/p&gt;</translation>
470 </message>
471 <message>
472 <location filename="../sources/mainwindow.cpp" line="3210"/>
473
474=== modified file 'translations/qpdfview_ro.ts'
475--- translations/qpdfview_ro.ts 2017-06-30 19:31:56 +0000
476+++ translations/qpdfview_ro.ts 2018-05-13 12:22:26 +0000
477@@ -613,8 +613,8 @@
478 </message>
479 <message>
480 <location filename="../sources/mainwindow.cpp" line="2145"/>
481- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
482- <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Vizitați &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; Pentru mai multe informații.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 Dezvoltatorii qpdfview&lt;/p&gt;</translation>
483+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
484+ <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Vizitați &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; Pentru mai multe informații.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 Dezvoltatorii qpdfview&lt;/p&gt;</translation>
485 </message>
486 <message>
487 <location filename="../sources/mainwindow.cpp" line="2359"/>
488
489=== modified file 'translations/qpdfview_ru.ts'
490--- translations/qpdfview_ru.ts 2017-06-30 19:31:56 +0000
491+++ translations/qpdfview_ru.ts 2018-05-13 12:22:26 +0000
492@@ -674,8 +674,8 @@
493 </message>
494 <message>
495 <location filename="../sources/mainwindow.cpp" line="2145"/>
496- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
497- <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;См. дополнительную информацию на &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 Разработчики qpdfview&lt;/p&gt;</translation>
498+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
499+ <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;См. дополнительную информацию на &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 Разработчики qpdfview&lt;/p&gt;</translation>
500 </message>
501 <message>
502 <location filename="../sources/mainwindow.cpp" line="3210"/>
503
504=== modified file 'translations/qpdfview_sk.ts'
505--- translations/qpdfview_sk.ts 2017-06-30 19:31:56 +0000
506+++ translations/qpdfview_sk.ts 2018-05-13 12:22:26 +0000
507@@ -684,8 +684,8 @@
508 </message>
509 <message>
510 <location filename="../sources/mainwindow.cpp" line="2145"/>
511- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
512- <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Pozrite &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; pre ďalšie informácie .&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 Vývojári qpdfview&lt;/p&gt;&lt;p&gt;Do slovenčiny preložil DAG Software &lt;i&gt;(Ďanovský Ján)&lt;/i&gt;&lt;/p&gt;</translation>
513+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
514+ <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Pozrite &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; pre ďalšie informácie .&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 Vývojári qpdfview&lt;/p&gt;&lt;p&gt;Do slovenčiny preložil DAG Software &lt;i&gt;(Ďanovský Ján)&lt;/i&gt;&lt;/p&gt;</translation>
515 </message>
516 <message>
517 <location filename="../sources/mainwindow.cpp" line="3210"/>
518
519=== modified file 'translations/qpdfview_sv.ts'
520--- translations/qpdfview_sv.ts 2017-06-30 19:31:56 +0000
521+++ translations/qpdfview_sv.ts 2018-05-13 12:22:26 +0000
522@@ -613,8 +613,8 @@
523 </message>
524 <message>
525 <location filename="../sources/mainwindow.cpp" line="2145"/>
526- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
527- <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Se &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; för ytterligare information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 Utvecklarna av qpdfview&lt;/p&gt;</translation>
528+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
529+ <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Se &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; för ytterligare information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 Utvecklarna av qpdfview&lt;/p&gt;</translation>
530 </message>
531 <message>
532 <location filename="../sources/mainwindow.cpp" line="2359"/>
533
534=== modified file 'translations/qpdfview_th.ts'
535--- translations/qpdfview_th.ts 2017-06-30 19:31:56 +0000
536+++ translations/qpdfview_th.ts 2018-05-13 12:22:26 +0000
537@@ -613,7 +613,7 @@
538 </message>
539 <message>
540 <location filename="../sources/mainwindow.cpp" line="2145"/>
541- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
542+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
543 <translation type="unfinished"></translation>
544 </message>
545 <message>
546
547=== modified file 'translations/qpdfview_tr.ts'
548--- translations/qpdfview_tr.ts 2017-06-30 19:31:56 +0000
549+++ translations/qpdfview_tr.ts 2018-05-13 12:22:26 +0000
550@@ -613,7 +613,7 @@
551 </message>
552 <message>
553 <location filename="../sources/mainwindow.cpp" line="2145"/>
554- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
555+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
556 <translation type="unfinished"></translation>
557 </message>
558 <message>
559
560=== modified file 'translations/qpdfview_ug.ts'
561--- translations/qpdfview_ug.ts 2017-06-30 19:31:56 +0000
562+++ translations/qpdfview_ug.ts 2018-05-13 12:22:26 +0000
563@@ -613,7 +613,7 @@
564 </message>
565 <message>
566 <location filename="../sources/mainwindow.cpp" line="2145"/>
567- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
568+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
569 <translation type="unfinished"></translation>
570 </message>
571 <message>
572
573=== modified file 'translations/qpdfview_uk.ts'
574--- translations/qpdfview_uk.ts 2017-06-30 19:31:56 +0000
575+++ translations/qpdfview_uk.ts 2018-05-13 12:22:26 +0000
576@@ -674,7 +674,7 @@
577 </message>
578 <message>
579 <location filename="../sources/mainwindow.cpp" line="2145"/>
580- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
581+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
582 <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Щоб дізнатися більше, відвідайте сторінку &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&amp;copy; Розробники qpdfview, 2012–2017&lt;/p&gt;</translation>
583 </message>
584 <message>
585
586=== modified file 'translations/qpdfview_vi.ts'
587--- translations/qpdfview_vi.ts 2017-06-30 19:31:56 +0000
588+++ translations/qpdfview_vi.ts 2018-05-13 12:22:26 +0000
589@@ -613,8 +613,8 @@
590 </message>
591 <message>
592 <location filename="../sources/mainwindow.cpp" line="2145"/>
593- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
594- <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Xem tại &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; để biết thêm thông tin.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 Nhóm phát triển qpdfview&lt;/p&gt;</translation>
595+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
596+ <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;Xem tại &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; để biết thêm thông tin.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 Nhóm phát triển qpdfview&lt;/p&gt;</translation>
597 </message>
598 <message>
599 <location filename="../sources/mainwindow.cpp" line="2359"/>
600
601=== modified file 'translations/qpdfview_zh_CN.ts'
602--- translations/qpdfview_zh_CN.ts 2017-06-30 19:31:56 +0000
603+++ translations/qpdfview_zh_CN.ts 2018-05-13 12:22:26 +0000
604@@ -684,8 +684,8 @@
605 </message>
606 <message>
607 <location filename="../sources/mainwindow.cpp" line="2145"/>
608- <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 The qpdfview developers&lt;/p&gt;</source>
609- <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;转到 &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; 获取更多信息。&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-2017 qpdfview 开发者&lt;/p&gt;</translation>
610+ <source>&lt;/ul&gt;&lt;p&gt;See &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 The qpdfview developers&lt;/p&gt;</source>
611+ <translation type="unfinished">&lt;/ul&gt;&lt;p&gt;转到 &lt;a href=&quot;https://launchpad.net/qpdfview&quot;&gt;launchpad.net/qpdfview&lt;/a&gt; 获取更多信息。&lt;/p&gt;&lt;p&gt;&amp;copy; 2012-%1 qpdfview 开发者&lt;/p&gt;</translation>
612 </message>
613 <message>
614 <location filename="../sources/mainwindow.cpp" line="3210"/>

Subscribers

People subscribed via source and target branches

to all changes: