parent
5da00ab878
commit
49ec545222
@ -0,0 +1 @@
|
|||||||
|
CMakeLists.txt.user
|
@ -0,0 +1,11 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
langList=('en_US' 'es_ES' 'zh_CN')
|
||||||
|
for i in ${langList[@]}; do
|
||||||
|
targetFile="translations/lubuntu-update_$i.ts"
|
||||||
|
if [ ! -e $targetFile ]; then
|
||||||
|
echo "<?xml version=\"1.0\" encoding=\"utf-8\"?>" > $targetFile
|
||||||
|
echo "<!DOCTYPE TS>" >> $targetFile
|
||||||
|
echo "<TS version=\"2.1\" language=\"$i\"></TS>" >> $targetFile
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
lupdate *.cpp *.h *.ui -ts translations/*
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
@ -0,0 +1,7 @@
|
|||||||
|
<RCC>
|
||||||
|
<qresource prefix="/i18n">
|
||||||
|
<file alias="en_US">lubuntu-update_en_US.qm</file>
|
||||||
|
<file alias="es_ES">lubuntu-update_es_ES.qm</file>
|
||||||
|
<file alias="zh_CN">lubuntu-update_zh_CN.qm</file>
|
||||||
|
</qresource>
|
||||||
|
</RCC>
|
@ -0,0 +1,143 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE TS>
|
||||||
|
<TS version="2.1" language="en_US">
|
||||||
|
<context>
|
||||||
|
<name>ConffileHandlerDialog</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../conffilehandlerdialog.ui" line="14"/>
|
||||||
|
<source>Configuration File Conflicts</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../conffilehandlerdialog.ui" line="24"/>
|
||||||
|
<source><html><head/><body><p>Some of the newly installed updates have updated configuration files. </p><p>Please choose what to do with these files.</p></body></html></source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../conffilehandlerdialog.ui" line="81"/>
|
||||||
|
<source>Done</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>ConffileWidget</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../conffilewidget.ui" line="14"/>
|
||||||
|
<source>Form</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../conffilewidget.ui" line="20"/>
|
||||||
|
<source>Filename</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../conffilewidget.ui" line="40"/>
|
||||||
|
<source>Keep old</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../conffilewidget.ui" line="47"/>
|
||||||
|
<source>Replace with new</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../conffilewidget.ui" line="54"/>
|
||||||
|
<source>Show diff</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>DiffDisplayDialog</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../diffdisplaydialog.ui" line="14"/>
|
||||||
|
<source>Dialog</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../diffdisplaydialog.ui" line="24"/>
|
||||||
|
<source><html><head/><body><p>Lines that start with a &quot;+&quot; only exist in the <span style=" font-weight:700;">new</span> file.</p><p>Lines that start with a &quot;-&quot; only exist in the <span style=" font-weight:700;">old</span> file.</p></body></html></source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../diffdisplaydialog.ui" line="56"/>
|
||||||
|
<source>Done</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>MainWindow</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.ui" line="14"/>
|
||||||
|
<source>Lubuntu Update</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.ui" line="25"/>
|
||||||
|
<source>0 package(s) will be updated. 0 of these updates are security-related.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.ui" line="33"/>
|
||||||
|
<source>Packages</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.ui" line="80"/>
|
||||||
|
<source>Install Updates</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.ui" line="91"/>
|
||||||
|
<source>Check for Updates</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.ui" line="98"/>
|
||||||
|
<source>Close</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.cpp" line="53"/>
|
||||||
|
<source>To be installed</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.cpp" line="56"/>
|
||||||
|
<source>To be upgraded</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.cpp" line="59"/>
|
||||||
|
<source>To be removed</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.cpp" line="62"/>
|
||||||
|
<source>Held back (usually temporarily)</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.cpp" line="73"/>
|
||||||
|
<source>%1 package(s) will be updated. %2 of these updates are security-related.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.cpp" line="139"/>
|
||||||
|
<source>Update installation complete.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>Orchestrator</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../orchestrator.cpp" line="38"/>
|
||||||
|
<source>Updates available!
|
||||||
|
|
||||||
|
%1 to upgrade, %2 to install, and %3 to remove.
|
||||||
|
|
||||||
|
Click the tray icon to install the updates.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
</TS>
|
@ -0,0 +1,143 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE TS>
|
||||||
|
<TS version="2.1" language="es_ES">
|
||||||
|
<context>
|
||||||
|
<name>ConffileHandlerDialog</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../conffilehandlerdialog.ui" line="14"/>
|
||||||
|
<source>Configuration File Conflicts</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../conffilehandlerdialog.ui" line="24"/>
|
||||||
|
<source><html><head/><body><p>Some of the newly installed updates have updated configuration files. </p><p>Please choose what to do with these files.</p></body></html></source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../conffilehandlerdialog.ui" line="81"/>
|
||||||
|
<source>Done</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>ConffileWidget</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../conffilewidget.ui" line="14"/>
|
||||||
|
<source>Form</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../conffilewidget.ui" line="20"/>
|
||||||
|
<source>Filename</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../conffilewidget.ui" line="40"/>
|
||||||
|
<source>Keep old</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../conffilewidget.ui" line="47"/>
|
||||||
|
<source>Replace with new</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../conffilewidget.ui" line="54"/>
|
||||||
|
<source>Show diff</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>DiffDisplayDialog</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../diffdisplaydialog.ui" line="14"/>
|
||||||
|
<source>Dialog</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../diffdisplaydialog.ui" line="24"/>
|
||||||
|
<source><html><head/><body><p>Lines that start with a &quot;+&quot; only exist in the <span style=" font-weight:700;">new</span> file.</p><p>Lines that start with a &quot;-&quot; only exist in the <span style=" font-weight:700;">old</span> file.</p></body></html></source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../diffdisplaydialog.ui" line="56"/>
|
||||||
|
<source>Done</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>MainWindow</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.ui" line="14"/>
|
||||||
|
<source>Lubuntu Update</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.ui" line="25"/>
|
||||||
|
<source>0 package(s) will be updated. 0 of these updates are security-related.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.ui" line="33"/>
|
||||||
|
<source>Packages</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.ui" line="80"/>
|
||||||
|
<source>Install Updates</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.ui" line="91"/>
|
||||||
|
<source>Check for Updates</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.ui" line="98"/>
|
||||||
|
<source>Close</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.cpp" line="53"/>
|
||||||
|
<source>To be installed</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.cpp" line="56"/>
|
||||||
|
<source>To be upgraded</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.cpp" line="59"/>
|
||||||
|
<source>To be removed</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.cpp" line="62"/>
|
||||||
|
<source>Held back (usually temporarily)</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.cpp" line="73"/>
|
||||||
|
<source>%1 package(s) will be updated. %2 of these updates are security-related.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.cpp" line="139"/>
|
||||||
|
<source>Update installation complete.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>Orchestrator</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../orchestrator.cpp" line="38"/>
|
||||||
|
<source>Updates available!
|
||||||
|
|
||||||
|
%1 to upgrade, %2 to install, and %3 to remove.
|
||||||
|
|
||||||
|
Click the tray icon to install the updates.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
</TS>
|
@ -0,0 +1,143 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE TS>
|
||||||
|
<TS version="2.1" language="zh_CN">
|
||||||
|
<context>
|
||||||
|
<name>ConffileHandlerDialog</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../conffilehandlerdialog.ui" line="14"/>
|
||||||
|
<source>Configuration File Conflicts</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../conffilehandlerdialog.ui" line="24"/>
|
||||||
|
<source><html><head/><body><p>Some of the newly installed updates have updated configuration files. </p><p>Please choose what to do with these files.</p></body></html></source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../conffilehandlerdialog.ui" line="81"/>
|
||||||
|
<source>Done</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>ConffileWidget</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../conffilewidget.ui" line="14"/>
|
||||||
|
<source>Form</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../conffilewidget.ui" line="20"/>
|
||||||
|
<source>Filename</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../conffilewidget.ui" line="40"/>
|
||||||
|
<source>Keep old</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../conffilewidget.ui" line="47"/>
|
||||||
|
<source>Replace with new</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../conffilewidget.ui" line="54"/>
|
||||||
|
<source>Show diff</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>DiffDisplayDialog</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../diffdisplaydialog.ui" line="14"/>
|
||||||
|
<source>Dialog</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../diffdisplaydialog.ui" line="24"/>
|
||||||
|
<source><html><head/><body><p>Lines that start with a &quot;+&quot; only exist in the <span style=" font-weight:700;">new</span> file.</p><p>Lines that start with a &quot;-&quot; only exist in the <span style=" font-weight:700;">old</span> file.</p></body></html></source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../diffdisplaydialog.ui" line="56"/>
|
||||||
|
<source>Done</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>MainWindow</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.ui" line="14"/>
|
||||||
|
<source>Lubuntu Update</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.ui" line="25"/>
|
||||||
|
<source>0 package(s) will be updated. 0 of these updates are security-related.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.ui" line="33"/>
|
||||||
|
<source>Packages</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.ui" line="80"/>
|
||||||
|
<source>Install Updates</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.ui" line="91"/>
|
||||||
|
<source>Check for Updates</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.ui" line="98"/>
|
||||||
|
<source>Close</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.cpp" line="53"/>
|
||||||
|
<source>To be installed</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.cpp" line="56"/>
|
||||||
|
<source>To be upgraded</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.cpp" line="59"/>
|
||||||
|
<source>To be removed</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.cpp" line="62"/>
|
||||||
|
<source>Held back (usually temporarily)</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.cpp" line="73"/>
|
||||||
|
<source>%1 package(s) will be updated. %2 of these updates are security-related.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../mainwindow.cpp" line="139"/>
|
||||||
|
<source>Update installation complete.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>Orchestrator</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../orchestrator.cpp" line="38"/>
|
||||||
|
<source>Updates available!
|
||||||
|
|
||||||
|
%1 to upgrade, %2 to install, and %3 to remove.
|
||||||
|
|
||||||
|
Click the tray icon to install the updates.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
</TS>
|
@ -1,3 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="en_US"></TS>
|
|
Loading…
Reference in new issue