Compare commits

..

2 Commits

Author SHA1 Message Date
Aaron Rainbolt cb529ec904 Fix a type mismatch error in lubuntu-notifier.py
1 year ago
Aaron Rainbolt 3f258b6b79 Sync with archive
1 year ago

2
.gitignore vendored

@ -1,2 +0,0 @@
*~
debian/files

@ -9,76 +9,3 @@ Version=0.1
Categories=System;Settings;
Keywords=upgrade;update
Terminal=false
Name[ar]=تطبيق الترقية الكاملة
GenericName[ar]=تطبيق الترقية الكاملة
Comment[ar]=بحث وتطبيق الترقية الكاملة
Name[bg]=Приложете пълно надграждане
GenericName[bg]=Приложете пълно надграждане
Comment[bg]=Търсете и прилагайте пълно надграждане
Name[ca]=Aplica l'actualització completa
GenericName[ca]=Aplica l'actualització completa
Comment[ca]=Cerca i aplica l'actualització completa
Name[cs]=Použít úplný upgrade
GenericName[cs]=Použít úplný upgrade
Comment[cs]=Vyhledejte a použijte úplný upgrade
Name[da]=Anvend fuld opgradering
GenericName[da]=Anvend fuld opgradering
Comment[da]=Søg og anvend fuld opgradering
Name[de]=Vollständiges Upgrade anwenden
GenericName[de]=Vollständiges Upgrade anwenden
Comment[de]=Vollständiges Upgrade suchen und anwenden
Name[el]=Εφαρμογή πλήρους αναβάθμισης
GenericName[el]=Εφαρμογή πλήρους αναβάθμισης
Comment[el]=Αναζήτηση και εφαρμογή πλήρους αναβάθμισης
Name[es]=Aplicar actualización completa
GenericName[es]=Aplicar actualización completa
Comment[es]=Buscar y aplicar la actualización completa
Name[et]=Rakendage täielikku täiendust
GenericName[et]=Rakendage täielikku täiendust
Comment[et]=Otsige ja rakendage täielikku versiooniuuendust
Name[fr]=Appliquer la mise à niveau complète
GenericName[fr]=Appliquer la mise à niveau complète
Comment[fr]=Rechercher et appliquer la mise à niveau complète
Name[gl]=Aplicar a actualización completa
GenericName[gl]=Aplicar a actualización completa
Comment[gl]=Busca e aplica a actualización completa
Name[he]=החל שדרוג מלא
GenericName[he]=החל שדרוג מלא
Comment[he]=חפש והחל שדרוג מלא
Name[hr]=Primijenite potpunu nadogradnju
GenericName[hr]=Primijenite potpunu nadogradnju
Comment[hr]=Pretražite i primijenite potpunu nadogradnju
Name[hu]=Teljes frissítés alkalmazása
GenericName[hu]=Teljes frissítés alkalmazása
Comment[hu]=Keresés és teljes frissítés alkalmazása
Name[it]=Applicare l'aggiornamento completo
GenericName[it]=Applicare l'aggiornamento completo
Comment[it]=Cerca e applica l'aggiornamento completo
Name[ja]=フルアップグレードを適用する
GenericName[ja]=フルアップグレードを適用する
Comment[ja]=フルアップグレードを検索して適用する
GenericName[lt]=Taikykite visą atnaujinimą
Name[lt]=Taikykite visą atnaujinimą
Comment[lt]=Ieškokite ir taikykite visą atnaujinimą
Name[nl]=Volledige upgrade toepassen
GenericName[nl]=Volledige upgrade toepassen
Comment[nl]=Volledige upgrade zoeken en toepassen
GenericName[pl]=Zastosuj pełną aktualizację
Name[pl]=Zastosuj pełną aktualizację
Comment[pl]=Wyszukaj i zastosuj pełną aktualizację
Name[pt]=Aplicar atualização completa
GenericName[pt]=Aplicar atualização completa
Comment[pt]=Pesquisar e aplicar a atualização completa
Name[ru]=Применить полное обновление
GenericName[ru]=Применить полное обновление
Comment[ru]=Поиск и применение полного обновления
Name[tr]=Tam Yükseltmeyi Uygula
GenericName[tr]=Tam Yükseltmeyi Uygula
Comment[tr]=Tam Yükseltmeyi Ara ve Uygula
Name[zh_CN]=应用全面升级
GenericName[zh_CN]=应用全面升级
Comment[zh_CN]=搜索并应用全面升级
Name[zh_TW]=應用全面升級
GenericName[zh_TW]=應用全面升級
Comment[zh_TW]=搜索並應用全面升級

@ -0,0 +1,7 @@
[Desktop Entry]
Exec=/usr/libexec/lubuntu-update-notifier/lubuntu-upg-notifier.sh
NoDisplay=true
Name=upgNotifier
Icon=system-software-update
Type=Application
Version=0.1

45
debian/changelog vendored

@ -1,50 +1,15 @@
lubuntu-update-notifier (0.6.1) UNRELEASED; urgency=medium
lubuntu-update-notifier (0.5.1~22.10.3) kinetic; urgency=medium
[ Simon Quigley ]
* Rough, initial migration to systemd units.
* Update translation sources.
[ FuRuYa7 ]
* Added Japanese translation "po/ja.po" file.
[ Roberalz ]
* Update upg-apply.desktop.
* Update Spanish translations.
* Add Basque translations.
* Add Galician translations.
[ vaba ]
* Add an Estonian translation.
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 10 Oct 2023 14:14:56 -0500
lubuntu-update-notifier (0.6.0) mantic; urgency=medium
* Add support for release upgrading, when all updates are applied (LP: #2038958).
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 10 Oct 2023 14:06:19 -0500
lubuntu-update-notifier (0.5.4) lunar; urgency=medium
* Disconnect the status_changed() function from the status-changed signal in
repair_install(), as it interferes with upgrade_progress_download().
(LP: #2012702)
* Don't try to pass a string to QTreeWidgetItem when it expects an
Iterable[str]. (LP: #2012823)
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Sun, 26 Mar 2023 10:48:15 -0500
lubuntu-update-notifier (0.5.3) lunar; urgency=medium
* Changed some strings and fixed a typo in the autopkgtest tweak
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 02 Feb 2023 11:45:32 -0600
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Sun, 26 Mar 2023 16:29:40 -0500
lubuntu-update-notifier (0.5.2) lunar; urgency=medium
lubuntu-update-notifier (0.5.1~22.10.2) kinetic; urgency=medium
* Tweaked the autopkgtest script to return more detailed debugging info.
* SRU backport of 0.5.1 to the Kinetic stable release.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 02 Feb 2023 10:41:08 -0600
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Sun, 08 Jan 2023 17:53:27 -0600
lubuntu-update-notifier (0.5.1) lunar; urgency=medium

2
debian/control vendored

@ -19,10 +19,8 @@ Depends: aptdaemon,
lxqt-sudo,
python3,
python3-aptdaemon (>= 0.6.20ubuntu16),
python3-launchpadlib,
python3-pyqt5,
update-notifier-common,
ubuntu-release-upgrader-qt,
${misc:Depends},
${python3:Depends},
${shlibs:Depends}

@ -0,0 +1,2 @@
#data/upg-apply.desktop usr/share/applications
data/upg-notifier-autostart.desktop etc/xdg/autostart

@ -1,12 +0,0 @@
#!/bin/sh
set -e
# This file can be removed following the release of Lubuntu 24.04 LTS
# It's to ensure a smooth transition between the autostart file and the new
# systemd user units provided
rm -f /etc/xdg/autostart/upg-notifier-autostart.desktop
rm -f /home/*/.config/autostart/upg-notifier-autostart.desktop
#DEBHELPER#

@ -1,7 +0,0 @@
[Unit]
Description=Lubuntu Update Notifier
Wants=update-notifier-download.timer
[Service]
Type=oneshot
ExecStart=/usr/libexec/lubuntu-update-notifier/lubuntu-upg-notifier.sh

@ -1,10 +0,0 @@
[Unit]
Description=Lubuntu Update Notifier
Requires=lubuntu-update-notifier.service
[Timer]
Unit=lubuntu-update-notifier.service
OnCalendar=*-*-* *:00:00
[Install]
WantedBy=timers.target

@ -18,14 +18,8 @@ done
IFS=$oldIFS
if [ $UPG -ge 0 ]; then
echo "Success: /usr/lib/update-notifier/apt-check is working"
echo "Debugging output:"
echo $OUT;
echo "End debugging output"
exit 0
else
echo "Failure: /usr/lib/update-notifier/apt-check is NOT working"
echo "Debugging output:"
echo $OUT;
echo "End debugging output"
exit 1
fi

@ -2,7 +2,6 @@
# coding=utf-8
# Copyright (C) 2019 Hans P. Möller <hmollercl@lubuntu.me>
# Copyright (C) 2023 Simon Quigley <tsimonq2@lubuntu.me>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -29,10 +28,8 @@ import gettext
from PyQt5.QtWidgets import (QWidget, QApplication, QLabel, QDialogButtonBox,
QHBoxLayout, QVBoxLayout, QTreeWidget,
QTreeWidgetItem, QHeaderView)
from PyQt5.QtCore import Qt, QThread, pyqtSignal
from PyQt5.QtCore import Qt
from PyQt5.QtGui import QIcon
from launchpadlib.launchpad import Launchpad
import importlib.util
spec = importlib.util.spec_from_file_location(
@ -40,35 +37,16 @@ spec = importlib.util.spec_from_file_location(
apt_check = importlib.util.module_from_spec(spec)
spec.loader.exec_module(apt_check)
class RunUpgradeThread(QThread):
finished = pyqtSignal()
def __init__(self, cmd):
super().__init__()
self.cmd = cmd
def run(self):
process = subprocess.Popen(self.cmd)
process.wait()
self.finished.emit()
class Dialog(QWidget):
''' UI '''
def __init__(self, upgrades, security_upgrades, release_upgrade, version, reboot_required, upg_path):
def __init__(self, upgrades, security_upgrades, reboot_required, upg_path):
QWidget.__init__(self)
self.upgrades = upgrades
self.security_upgrades = security_upgrades
self.release_upgrade = release_upgrade
self.version = version
self.upg_path = upg_path
self.reboot_required = reboot_required
try:
self.launchpad = Launchpad.login_anonymously("lubuntu-update-notifier", "production", version="devel")
except:
self.launchpad = None
apt_pkg.init()
try:
self.cache = apt_pkg.Cache()
@ -86,8 +64,6 @@ class Dialog(QWidget):
''' UI initialization '''
self.label = QLabel()
self.label.setAlignment(Qt.AlignHCenter)
self.label.setTextFormat(Qt.RichText)
self.label.setOpenExternalLinks(True)
self.tw = QTreeWidget()
if self.security_upgrades > 0:
@ -117,7 +93,7 @@ class Dialog(QWidget):
self.tw.setVisible(False)
if self.upg_path is None and not self.release_upgrade:
if self.upg_path is None:
self.buttonBox.button(QDialogButtonBox.Apply).setVisible(False)
self.setLayout(vbox)
@ -187,10 +163,6 @@ class Dialog(QWidget):
td_child.addChild(short)
toUpgrade.setIcon(0, QIcon.fromTheme("system-software-update"))
self.tw.addTopLevelItem(toUpgrade)
elif self.release_upgrade:
self.setWindowTitle("Upgrade Lubuntu")
text = self.new_version_text()
self.buttonBox.clicked.connect(self.call_release_upgrader)
if self.reboot_required:
if text == "":
@ -220,83 +192,43 @@ class Dialog(QWidget):
QDialogButtonBox.ApplyRole):
''' starts upgrade process '''
self.label.setText(_("Upgrading..."))
# TODO maybe open another thread so notifier won't freeze
cmd = ['lxqt-sudo', self.upg_path, '--full-upgrade']
self.buttonBox.button(QDialogButtonBox.Apply).setEnabled(False)
self.buttonBox.button(QDialogButtonBox.Apply).setVisible(False)
self.tw.setVisible(False)
process = subprocess.Popen(cmd)
process.wait()
cmd = ["lxqt-sudo", self.upg_path, "--full-upgrade"]
self.thread = RunUpgradeThread(cmd)
self.thread.finished.connect(self.on_upgrade_finished)
self.thread.start()
def on_upgrade_finished(self):
if self.upg_path == "terminal":
text = _("Upgrade finished")
reboot_required_path = Path("/var/run/reboot-required")
if reboot_required_path.exists():
text += "\n" + _("Reboot required")
self.label.setText(text)
self.closeBtn.setVisible(True)
self.closeBtn.setEnabled(True)
elif self.release_upgrade:
self.setWindowTitle("Upgrade Lubuntu")
self.label.setText(self.new_version_text())
self.buttonBox.button(QDialogButtonBox.Apply).setEnabled(True)
self.buttonBox.button(QDialogButtonBox.Apply).setVisible(True)
self.buttonBox.clicked.disconnect(self.call_upgrade)
self.buttonBox.clicked.connect(self.call_release_upgrader)
else:
app.quit()
def call_release_upgrader(self, btnClicked):
if self.buttonBox.buttonRole(btnClicked) == QDialogButtonBox.ApplyRole:
cmd = ["lxqt-sudo", "do-release-upgrade", "-m", "desktop", "-f", "DistUpgradeViewKDE"]
self.thread2 = RunUpgradeThread(cmd)
self.thread2.finished.connect(self.call_reject)
self.thread2.start()
elif self.buttonBox.buttonRole(btnClicked) == QDialogButtonBox.RejectRole:
self.call_reject()
def new_version_text(self):
try:
main_version = '.'.join(self.version.split()[0].split('.')[:2])
codename = self.launchpad.distributions["ubuntu"].getSeries(name_or_version=main_version).name
except:
codename = None
if codename:
url_suffix = ""
point_release = self.version.split(".")[2].split(" ")[0] if "." in self.version[4:] else "0"
if point_release != "0":
url_suffix = f"-{int(point_release)}"
url_suffix += "-released"
text = f"<a href='https://lubuntu.me/{codename}{url_suffix}/'>"
text += _("A new version of Lubuntu") + "</a> "
text += _("is available. Would you like to install it?")
else:
text = _("A new version of Lubuntu is available. Would you like to install it?")
if self.upg_path == "terminal":
text = _("Upgrade finished")
reboot_required_path = Path("/var/run/reboot-required")
if reboot_required_path.exists():
text += "\n" + _("Reboot required")
self.label.setText(text)
self.closeBtn.setVisible(True)
self.closeBtn.setEnabled(True)
return text
else:
app.quit()
class App(QApplication):
'''application'''
def __init__(self, upgrades, security_upgrades, release_upgrade, version, reboot_required, upg_path,
def __init__(self, upgrades, security_upgrades, reboot_required, upg_path,
*args):
QApplication.__init__(self, *args)
self.dialog = Dialog(upgrades, security_upgrades, release_upgrade, version, reboot_required,
self.dialog = Dialog(upgrades, security_upgrades, reboot_required,
upg_path)
self.dialog.show()
def main(args, upgrades, security_upgrades, release_upgrade, version, reboot_required, upg_path):
def main(args, upgrades, security_upgrades, reboot_required, upg_path):
'''main'''
global app
app = App(upgrades, security_upgrades, release_upgrade, version, reboot_required, upg_path, args)
app = App(upgrades, security_upgrades, reboot_required, upg_path, args)
app.setWindowIcon(QIcon.fromTheme("system-software-update"))
app.exec_()
@ -324,29 +256,12 @@ if __name__ == "__main__":
dest="security_upgrades",
help=_("How many security upgrades are available"),
metavar="APP")
parser.add_argument("-r",
"--release-upgrade",
dest="release_upgrade",
help=_("Whether a release upgrade is required"),
type=str,
metavar="APP")
parser.add_argument("-v",
"--release-upgrade-version",
dest="version",
help=_("If a release upgrade is available, provide the version"),
type=str,
metavar="APP")
options = parser.parse_args()
reboot_required_path = Path("/var/run/reboot-required")
reboot_required = reboot_required_path.exists()
if int(options.release_upgrade) == 0:
options.release_upgrade = True
else:
options.release_upgrade = False
if int(options.upgrades) > 0 or reboot_required or options.release_upgrade:
if int(options.upgrades) > 0 or reboot_required:
main(sys.argv, int(options.upgrades), int(options.security_upgrades),
options.release_upgrade, options.version, reboot_required, options.upg_path)
reboot_required, options.upg_path)

@ -16,25 +16,22 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
OUT=`/usr/lib/update-notifier/apt-check 2>&1`
oldIFS=$IFS
IFS=';'
j=0
for STRING in $OUT; do
case $j in
0)
UPG=$STRING;;
1)
SEC=$STRING;;
esac
j=`expr $j + 1`
done
IFS=$oldIFS
NEWREL_CHECK=`/usr/bin/do-release-upgrade -c 2>&1`
NEWREL=$?
if [ "$NEWREL" -eq 0 ]; then
VERSION=`echo $NEWREL_CHECK | awk -F\' '/available/{print $2}'`
fi
/usr/libexec/lubuntu-update-notifier/lubuntu-notifier.py -u $UPG -s $SEC -r $NEWREL -v $VERSION -p /usr/bin/lubuntu-upgrader
while true;
do
OUT=`/usr/lib/update-notifier/apt-check 2>&1`
oldIFS=$IFS
IFS=';'
j=0
for STRING in $OUT; do
case $j in
0)
UPG=$STRING;;
1)
SEC=$STRING;;
esac
j=`expr $j + 1`
done
IFS=$oldIFS
/usr/libexec/lubuntu-update-notifier/lubuntu-notifier.py -u $UPG -s $SEC -p /usr/bin/lubuntu-upgrader
sleep 86400
done;

@ -385,9 +385,7 @@ class DialogUpg(QWidget):
self.closeBtn.setVisible(False)
try:
self.trans3.connect('progress-changed', self.repair_progress)
# TODO the next line breaks the ability to see download progress
# for... some reason. Maybe an aptd bug?
# self.trans3.connect('status-changed', self.status_changed)
self.trans3.connect('status-changed', self.status_changed)
self.trans3.connect('status-details-changed',
self.status_details_changed)
self.trans3.connect('finished', self.repair_finish)

@ -7,153 +7,116 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-29 17:43-0600\n"
"PO-Revision-Date: 2023-12-01 14:31+0100\n"
"Last-Translator: \n"
"POT-Creation-Date: 2020-09-12 13:43-0300\n"
"PO-Revision-Date: 2020-09-12 13:49-0300\n"
"Language-Team: \n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.3\n"
"Last-Translator: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 3.4.1\n"
"Language: es\n"
#: lubuntu-upgrader:132
#: lubuntu-upgrader:129
msgid "Updating cache..."
msgstr "Actualizando cache..."
#: lubuntu-upgrader:138
msgid "Repairing interrupted upgrade if necessary..."
msgstr "Reparando la actualización interrumpida si es necesario..."
#: lubuntu-upgrader:195 lubuntu-upgrader:198
#: lubuntu-upgrader:186 lubuntu-upgrader:189
msgid "Fetching"
msgstr "Recuperando"
msgstr "Atrayendo"
#: lubuntu-upgrader:196 lubuntu-upgrader:198 lubuntu-upgrader:209
#: lubuntu-upgrader:212
#: lubuntu-upgrader:187 lubuntu-upgrader:189 lubuntu-upgrader:200
#: lubuntu-upgrader:203
msgid "of"
msgstr "de"
#: lubuntu-upgrader:208 lubuntu-upgrader:211
#: lubuntu-upgrader:199 lubuntu-upgrader:202
msgid "Downloaded"
msgstr "Descargado"
#: lubuntu-upgrader:223 lubuntu-notifier.py:234
#: lubuntu-upgrader:214 lubuntu-notifier.py:170
msgid "Upgrade finished"
msgstr "Actualización completada"
#: lubuntu-upgrader:227 lubuntu-notifier.py:197 lubuntu-notifier.py:201
#: lubuntu-notifier.py:238
#: lubuntu-upgrader:218 lubuntu-notifier.py:132 lubuntu-notifier.py:136
#: lubuntu-notifier.py:174
msgid "Reboot required"
msgstr "Requiere reinicio"
#: lubuntu-upgrader:231
#: lubuntu-upgrader:222
msgid "With some Errors"
msgstr "Con algunos Errores"
#: lubuntu-upgrader:232
#: lubuntu-upgrader:223
msgid "Error Resume:"
msgstr "Resumen de Errores:"
#: lubuntu-upgrader:283
#: lubuntu-upgrader:274
msgid "Update Cache Finished"
msgstr "Actualización de Cache Terminada"
#: lubuntu-upgrader:404
msgid "Repair Finished (if repair was needed)"
msgstr "Reparación terminada (si se necesitaba reparación)"
#: lubuntu-upgrader:432
#: lubuntu-upgrader:369
msgid ""
"Please run this software with administrative rights.To do so, run this "
"program with lxqt-sudo."
msgstr ""
"Por favor corre este software como administrador. Para hacerlo ejecútarlo "
"con lxqt-sudo."
"Por favor corre este software como administrador. Para hacerlo "
"ejecútarlo con lxqt-sudo."
#: lubuntu-upgrader:454
#: lubuntu-upgrader:391
msgid "Update Cache Before Upgrade"
msgstr "Actualiza el Cache antes de la Actualización"
#: lubuntu-upgrader:459
#: lubuntu-upgrader:396
msgid "Full upgrade same as dist-upgrade"
msgstr "\"Full upgrade\" lo mismo que \"dist-upgrade\""
#: lubuntu-notifier.py:76
#, python-format
msgid "Error: Opening the cache (%s)"
msgstr "Error: Abriendo el caché (%s)"
#: lubuntu-notifier.py:95 lubuntu-notifier.py:101
#: lubuntu-notifier.py:64
msgid "Affected Packages"
msgstr "Paquetes afectados"
#: lubuntu-notifier.py:96
msgid "Security"
msgstr "Seguridad"
#: lubuntu-notifier.py:141
#: lubuntu-notifier.py:102
msgid "There are upgrades available. Do you want to do a system upgrade?"
msgstr ""
"Hay actualizaciones disponibles ¿Quiere hacer una actualización del sistema?"
#: lubuntu-notifier.py:144
#: lubuntu-notifier.py:105
msgid "This will mean packages could be upgraded, installed or removed."
msgstr "Esto implica que paquetes pueden actualizarse, instalarse o removerse."
#: lubuntu-notifier.py:149
#: lubuntu-notifier.py:125
msgid " is a security upgrade."
msgstr " es una actualización de seguridad."
#: lubuntu-notifier.py:151
#: lubuntu-notifier.py:127
msgid " are security upgrades."
msgstr " son actualizaciones de seguridad."
#: lubuntu-notifier.py:154
#: lubuntu-notifier.py:127
msgid "Remove"
msgstr "Quitar"
#: lubuntu-notifier.py:161
#: lubuntu-notifier.py:116
msgid "Install"
msgstr "Instalar"
#: lubuntu-notifier.py:176
#: lubuntu-notifier.py:123
msgid "Upgrade"
msgstr "Actualizar"
#: lubuntu-notifier.py:222
#: lubuntu-notifier.py:155
msgid "Upgrading..."
msgstr "Actualizando..."
#: lubuntu-notifier.py:276
msgid "A new version of Lubuntu"
msgstr "Una nueva versión de Lubuntu"
#: lubuntu-notifier.py:277
msgid "is available. Would you like to install it?"
msgstr "está disponible. ¿Quiere instalarlo?"
#: lubuntu-notifier.py:279
msgid "A new version of Lubuntu is available. Would you like to install it?"
msgstr "Ya está disponible una nueva versión de Lubuntu. Quieres instalarla?"
#: lubuntu-notifier.py:315
#: lubuntu-notifier.py:212
msgid "Define software/app to open for upgrade"
msgstr "Define el software o app para actualizar"
#: lubuntu-notifier.py:320
#: lubuntu-notifier.py:217
msgid "How many upgrades are available"
msgstr "Cuántas actualizaciones hay disponibles"
#: lubuntu-notifier.py:325
#: lubuntu-notifier.py:222
msgid "How many security upgrades are available"
msgstr "Cuántas actualizaciones de seguridad hay disponibles"
#: lubuntu-notifier.py:330
msgid "Whether a release upgrade is required"
msgstr "Si se requiere una actualización de versión"
#: lubuntu-notifier.py:336
msgid "If a release upgrade is available, provide the version"
msgstr "Si hay una actualización de versión disponible, proporcione la versión"

@ -1,160 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-29 17:43-0600\n"
"PO-Revision-Date: 2023-05-27 13:36+0300\n"
"Last-Translator: vaba <vaba@riseup.net>\n"
"Language-Team: \n"
"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: lubuntu-upgrader:132
msgid "Updating cache..."
msgstr "Vahemälu värskendamine..."
#: lubuntu-upgrader:138
msgid "Repairing interrupted upgrade if necessary..."
msgstr ""
#: lubuntu-upgrader:195 lubuntu-upgrader:198
msgid "Fetching"
msgstr "Tõmbamine"
#: lubuntu-upgrader:196 lubuntu-upgrader:198 lubuntu-upgrader:209
#: lubuntu-upgrader:212
msgid "of"
msgstr "/"
#: lubuntu-upgrader:208 lubuntu-upgrader:211
msgid "Downloaded"
msgstr "Allalaaditud"
#: lubuntu-upgrader:223 lubuntu-notifier.py:234
msgid "Upgrade finished"
msgstr "Uuendamine on lõpetatud"
#: lubuntu-upgrader:227 lubuntu-notifier.py:197 lubuntu-notifier.py:201
#: lubuntu-notifier.py:238
msgid "Reboot required"
msgstr "Vajalik taaskäivitus"
#: lubuntu-upgrader:231
msgid "With some Errors"
msgstr "Mõnede vigadega"
#: lubuntu-upgrader:232
msgid "Error Resume:"
msgstr "Viga jätkamisel:"
#: lubuntu-upgrader:283
msgid "Update Cache Finished"
msgstr "Vahemälu värskendamine on lõpetatud"
#: lubuntu-upgrader:404
msgid "Repair Finished (if repair was needed)"
msgstr ""
#: lubuntu-upgrader:432
msgid ""
"Please run this software with administrative rights.To do so, run this "
"program with lxqt-sudo."
msgstr ""
"Käivitage see tarkvara administraatoriõigustega. Selleks käivitage see "
"programm lxqt-sudo abil."
#: lubuntu-upgrader:454
msgid "Update Cache Before Upgrade"
msgstr "Värskendage vahemälu enne versiooniuuendust"
#: lubuntu-upgrader:459
msgid "Full upgrade same as dist-upgrade"
msgstr "Täielik uuendus on sama, mis dist-upgrade"
#: lubuntu-notifier.py:76
#, python-format
msgid "Error: Opening the cache (%s)"
msgstr ""
#: lubuntu-notifier.py:95 lubuntu-notifier.py:101
msgid "Affected Packages"
msgstr "Mõjutatud paketid"
#: lubuntu-notifier.py:96
msgid "Security"
msgstr ""
#: lubuntu-notifier.py:141
msgid "There are upgrades available. Do you want to do a system upgrade?"
msgstr "Saadaval on uuendused. Kas soovite süsteemi uuendada?"
#: lubuntu-notifier.py:144
msgid "This will mean packages could be upgraded, installed or removed."
msgstr "See tähendab, et pakette saab uuendada, installida või eemaldada."
#: lubuntu-notifier.py:149
#, fuzzy
msgid " is a security upgrade."
msgstr "Kui palju turvauuendusi on saadaval"
#: lubuntu-notifier.py:151
#, fuzzy
msgid " are security upgrades."
msgstr "Kui palju turvauuendusi on saadaval"
#: lubuntu-notifier.py:154
msgid "Remove"
msgstr "Eemalda"
#: lubuntu-notifier.py:161
msgid "Install"
msgstr "Paigalda"
#: lubuntu-notifier.py:176
msgid "Upgrade"
msgstr "Uuenda"
#: lubuntu-notifier.py:222
msgid "Upgrading..."
msgstr "Uuendamine..."
#: lubuntu-notifier.py:276
msgid "A new version of Lubuntu"
msgstr ""
#: lubuntu-notifier.py:277
msgid "is available. Would you like to install it?"
msgstr ""
#: lubuntu-notifier.py:279
msgid "A new version of Lubuntu is available. Would you like to install it?"
msgstr ""
#: lubuntu-notifier.py:315
msgid "Define software/app to open for upgrade"
msgstr "Uuendamiseks avatava tarkvara/rakenduse määratlemine"
#: lubuntu-notifier.py:320
msgid "How many upgrades are available"
msgstr "Kui palju uuendusi on saadaval"
#: lubuntu-notifier.py:325
msgid "How many security upgrades are available"
msgstr "Kui palju turvauuendusi on saadaval"
#: lubuntu-notifier.py:330
msgid "Whether a release upgrade is required"
msgstr ""
#: lubuntu-notifier.py:336
msgid "If a release upgrade is available, provide the version"
msgstr ""

@ -1,160 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-29 17:43-0600\n"
"PO-Revision-Date: 2023-12-01 16:18+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 3.4.1\n"
#: lubuntu-upgrader:132
msgid "Updating cache..."
msgstr "Cachea eguneratzen..."
#: lubuntu-upgrader:138
msgid "Repairing interrupted upgrade if necessary..."
msgstr "Beharrezkoa bada etendako bertsio-berritzea konpontzen..."
#: lubuntu-upgrader:195 lubuntu-upgrader:198
msgid "Fetching"
msgstr "Lortzen"
#: lubuntu-upgrader:196 lubuntu-upgrader:198 lubuntu-upgrader:209
#: lubuntu-upgrader:212
msgid "of"
msgstr "-ren"
#: lubuntu-upgrader:208 lubuntu-upgrader:211
msgid "Downloaded"
msgstr "Deskargatuta"
#: lubuntu-upgrader:223 lubuntu-notifier.py:234
msgid "Upgrade finished"
msgstr "Berritzea amaitu da"
#: lubuntu-upgrader:227 lubuntu-notifier.py:197 lubuntu-notifier.py:201
#: lubuntu-notifier.py:238
msgid "Reboot required"
msgstr "Berrabiarazi behar da"
#: lubuntu-upgrader:231
msgid "With some Errors"
msgstr "Akats batzuekin"
#: lubuntu-upgrader:232
msgid "Error Resume:"
msgstr "Errorea berekin:"
#: lubuntu-upgrader:283
msgid "Update Cache Finished"
msgstr "Eguneratu cachea amaitu da"
#: lubuntu-upgrader:404
msgid "Repair Finished (if repair was needed)"
msgstr "Konponketa amaituta (konponketa behar izanez gero)"
#: lubuntu-upgrader:432
msgid ""
"Please run this software with administrative rights.To do so, run this "
"program with lxqt-sudo."
msgstr ""
"Exekutatu software hau administrazio-eskubideekin. Horretarako, exekutatu "
"programa hau lxqt-sudo-rekin."
#: lubuntu-upgrader:454
msgid "Update Cache Before Upgrade"
msgstr "Eguneratu cachea Berritu aurretik"
#: lubuntu-upgrader:459
msgid "Full upgrade same as dist-upgrade"
msgstr "Bertsio osoa dist-berritze berdina da"
#: lubuntu-notifier.py:76
#, python-format
msgid "Error: Opening the cache (%s)"
msgstr "Errorea: cachea irekitzen (%s)"
#: lubuntu-notifier.py:95 lubuntu-notifier.py:101
msgid "Affected Packages"
msgstr "Eragindako paketeak"
#: lubuntu-notifier.py:96
msgid "Security"
msgstr "Segurtasuna"
#: lubuntu-notifier.py:141
msgid "There are upgrades available. Do you want to do a system upgrade?"
msgstr "Berritzeak daude eskuragarri. Sistema berritzea nahi duzu?"
#: lubuntu-notifier.py:144
msgid "This will mean packages could be upgraded, installed or removed."
msgstr ""
"Horrek esan nahi du paketeak berritu, instalatu edo kendu daitezkeela."
#: lubuntu-notifier.py:149
msgid " is a security upgrade."
msgstr " segurtasun-berritzea da."
#: lubuntu-notifier.py:151
msgid " are security upgrades."
msgstr " segurtasun-berrikuntzak dira."
#: lubuntu-notifier.py:154
msgid "Remove"
msgstr "Kendu"
#: lubuntu-notifier.py:161
msgid "Install"
msgstr "Instalatu"
#: lubuntu-notifier.py:176
msgid "Upgrade"
msgstr "Eguneratu"
#: lubuntu-notifier.py:222
msgid "Upgrading..."
msgstr "Berritzen..."
#: lubuntu-notifier.py:276
msgid "A new version of Lubuntu"
msgstr "Lubuntu-ren bertsio berria"
#: lubuntu-notifier.py:277
msgid "is available. Would you like to install it?"
msgstr "eskuragarri dago. Instalatu nahiko zenuke?"
#: lubuntu-notifier.py:279
msgid "A new version of Lubuntu is available. Would you like to install it?"
msgstr ""
"Lubuntu-ren bertsio berri bat dago eskuragarri. Instalatu nahiko zenuke?"
#: lubuntu-notifier.py:315
msgid "Define software/app to open for upgrade"
msgstr "Definitu berritzeko irekitzeko softwarea/aplikazioa"
#: lubuntu-notifier.py:320
msgid "How many upgrades are available"
msgstr "Zenbat berritze eskuragarri dauden"
#: lubuntu-notifier.py:325
msgid "How many security upgrades are available"
msgstr "Zenbat segurtasun-berrikuntza dauden eskuragarri"
#: lubuntu-notifier.py:330
msgid "Whether a release upgrade is required"
msgstr "Oharra bertsio-berritzea beharrezkoa den ala ez"
#: lubuntu-notifier.py:336
msgid "If a release upgrade is available, provide the version"
msgstr "Bertsio-berritze bat eskuragarri badago, eman bertsioa"

@ -1,162 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-29 17:43-0600\n"
"PO-Revision-Date: 2023-12-01 16:33+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: gl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 3.4.1\n"
#: lubuntu-upgrader:132
msgid "Updating cache..."
msgstr "Actualizando a caché..."
#: lubuntu-upgrader:138
msgid "Repairing interrupted upgrade if necessary..."
msgstr "Reparando a actualización interrompida se é necesario..."
#: lubuntu-upgrader:195 lubuntu-upgrader:198
msgid "Fetching"
msgstr "Buscando"
#: lubuntu-upgrader:196 lubuntu-upgrader:198 lubuntu-upgrader:209
#: lubuntu-upgrader:212
msgid "of"
msgstr "de"
#: lubuntu-upgrader:208 lubuntu-upgrader:211
msgid "Downloaded"
msgstr "Descargado"
#: lubuntu-upgrader:223 lubuntu-notifier.py:234
msgid "Upgrade finished"
msgstr "Actualización rematada"
#: lubuntu-upgrader:227 lubuntu-notifier.py:197 lubuntu-notifier.py:201
#: lubuntu-notifier.py:238
msgid "Reboot required"
msgstr "É necesario reiniciar"
#: lubuntu-upgrader:231
msgid "With some Errors"
msgstr "Con algúns erros"
#: lubuntu-upgrader:232
msgid "Error Resume:"
msgstr "Erro Reanudar:"
#: lubuntu-upgrader:283
msgid "Update Cache Finished"
msgstr "Actualización da caché rematada"
#: lubuntu-upgrader:404
msgid "Repair Finished (if repair was needed)"
msgstr "Reparación rematada (se fose necesaria a reparación)"
#: lubuntu-upgrader:432
msgid ""
"Please run this software with administrative rights.To do so, run this "
"program with lxqt-sudo."
msgstr ""
"Executa este software con dereitos administrativos. Para facelo, executa "
"este programa con lxqt-sudo."
#: lubuntu-upgrader:454
msgid "Update Cache Before Upgrade"
msgstr "Actualiza a caché antes da actualización"
#: lubuntu-upgrader:459
msgid "Full upgrade same as dist-upgrade"
msgstr "Actualización completa igual que dist-upgrade"
#: lubuntu-notifier.py:76
#, python-format
msgid "Error: Opening the cache (%s)"
msgstr "Erro: ao abrir a caché (%s)"
#: lubuntu-notifier.py:95 lubuntu-notifier.py:101
msgid "Affected Packages"
msgstr "Paquetes afectados"
#: lubuntu-notifier.py:96
msgid "Security"
msgstr "Seguridade"
#: lubuntu-notifier.py:141
msgid "There are upgrades available. Do you want to do a system upgrade?"
msgstr ""
"Hai actualizacións dispoñibles. Queres facer unha actualización do "
"sistema?"
#: lubuntu-notifier.py:144
msgid "This will mean packages could be upgraded, installed or removed."
msgstr ""
"Isto significará que os paquetes poderían actualizarse, instalarse ou "
"eliminarse."
#: lubuntu-notifier.py:149
msgid " is a security upgrade."
msgstr " é unha actualización de seguridade."
#: lubuntu-notifier.py:151
msgid " are security upgrades."
msgstr " son actualizacións de seguridade."
#: lubuntu-notifier.py:154
msgid "Remove"
msgstr "Quitar"
#: lubuntu-notifier.py:161
msgid "Install"
msgstr "Instalar"
#: lubuntu-notifier.py:176
msgid "Upgrade"
msgstr "Actualizar"
#: lubuntu-notifier.py:222
msgid "Upgrading..."
msgstr "Actualizando..."
#: lubuntu-notifier.py:276
msgid "A new version of Lubuntu"
msgstr "Unha nova versión de Lubuntu"
#: lubuntu-notifier.py:277
msgid "is available. Would you like to install it?"
msgstr "está dispoñible. Gustaríache instalalo?"
#: lubuntu-notifier.py:279
msgid "A new version of Lubuntu is available. Would you like to install it?"
msgstr "Hai unha nova versión de Lubuntu dispoñible. Gustaríache instalalo?"
#: lubuntu-notifier.py:315
msgid "Define software/app to open for upgrade"
msgstr "Define o software/aplicación para abrir para actualizar"
#: lubuntu-notifier.py:320
msgid "How many upgrades are available"
msgstr "Cantas actualizacións hai dispoñibles"
#: lubuntu-notifier.py:325
msgid "How many security upgrades are available"
msgstr "Cantas actualizacións de seguridade hai dispoñibles"
#: lubuntu-notifier.py:330
msgid "Whether a release upgrade is required"
msgstr "Indica se é necesaria unha actualización de versión"
#: lubuntu-notifier.py:336
msgid "If a release upgrade is available, provide the version"
msgstr "Se hai unha actualización dispoñible, proporcione a versión"

@ -1,152 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-29 17:43-0600\n"
"PO-Revision-Date: 2022-03-15 01:45+0900\n"
"Last-Translator: FuRuYa7\n"
"Language-Team: \n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: lubuntu-upgrader:132
msgid "Updating cache..."
msgstr "キャッシュを更新中..."
#: lubuntu-upgrader:138
msgid "Repairing interrupted upgrade if necessary..."
msgstr ""
#: lubuntu-upgrader:195 lubuntu-upgrader:198
msgid "Fetching"
msgstr "読み込み中"
# "Note that in Japanese, translating into 'of' reverses the meaning."
#: lubuntu-upgrader:196 lubuntu-upgrader:198 lubuntu-upgrader:209
#: lubuntu-upgrader:212
msgid "of"
msgstr " / "
#: lubuntu-upgrader:208 lubuntu-upgrader:211
msgid "Downloaded"
msgstr "ダウンロード済みです"
#: lubuntu-upgrader:223 lubuntu-notifier.py:234
msgid "Upgrade finished"
msgstr "アップグレードが完了しました"
#: lubuntu-upgrader:227 lubuntu-notifier.py:197 lubuntu-notifier.py:201
#: lubuntu-notifier.py:238
msgid "Reboot required"
msgstr "再起動が必要です"
#: lubuntu-upgrader:231
msgid "With some Errors"
msgstr "いくつかのエラーがあります"
#: lubuntu-upgrader:232
msgid "Error Resume:"
msgstr "エラーからの再開:"
#: lubuntu-upgrader:283
msgid "Update Cache Finished"
msgstr "キャッシュの更新が完了しました"
#: lubuntu-upgrader:404
msgid "Repair Finished (if repair was needed)"
msgstr ""
#: lubuntu-upgrader:432
msgid ""
"Please run this software with administrative rights.To do so, run this "
"program with lxqt-sudo."
msgstr "管理者権限で実行してください。lxqt-sudo を使用して実行します。"
#: lubuntu-upgrader:454
msgid "Update Cache Before Upgrade"
msgstr "アップグレード前にキャッシュを更新します"
#: lubuntu-upgrader:459
msgid "Full upgrade same as dist-upgrade"
msgstr "dist-upgrade と同じフルアップグレード"
#: lubuntu-notifier.py:76
#, python-format
msgid "Error: Opening the cache (%s)"
msgstr "エラー: キャッシュ (%s) を開いています"
#: lubuntu-notifier.py:95 lubuntu-notifier.py:101
msgid "Affected Packages"
msgstr "影響を受けるパッケージ"
#: lubuntu-notifier.py:96
msgid "Security"
msgstr "セキュリティ"
#: lubuntu-notifier.py:141
msgid "There are upgrades available. Do you want to do a system upgrade?"
msgstr ""
"利用可能なアップグレードがあります。システムのアップグレードを行いますか?"
#: lubuntu-notifier.py:144
msgid "This will mean packages could be upgraded, installed or removed."
msgstr "パッケージがアップグレード、インストール、または削除されます。"
#: lubuntu-notifier.py:149
msgid " is a security upgrade."
msgstr " 個がセキュリティのアップグレードです。"
#: lubuntu-notifier.py:151
msgid " are security upgrades."
msgstr " 個がセキュリティのアップグレードです。"
#: lubuntu-notifier.py:154
msgid "Remove"
msgstr "削除"
#: lubuntu-notifier.py:161
msgid "Install"
msgstr "インストール"
#: lubuntu-notifier.py:176
msgid "Upgrade"
msgstr "アップグレード"
#: lubuntu-notifier.py:222
msgid "Upgrading..."
msgstr "アップグレード中..."
#: lubuntu-notifier.py:276
msgid "A new version of Lubuntu"
msgstr ""
#: lubuntu-notifier.py:277
msgid "is available. Would you like to install it?"
msgstr ""
#: lubuntu-notifier.py:279
msgid "A new version of Lubuntu is available. Would you like to install it?"
msgstr ""
#: lubuntu-notifier.py:315
msgid "Define software/app to open for upgrade"
msgstr "アップグレードで開くソフトウェア/アプリを定義します"
#: lubuntu-notifier.py:320
msgid "How many upgrades are available"
msgstr "利用可能なアップグレードの数"
#: lubuntu-notifier.py:325
msgid "How many security upgrades are available"
msgstr "利用可能なセキュリティアップグレードの数"
#: lubuntu-notifier.py:330
msgid "Whether a release upgrade is required"
msgstr ""
#: lubuntu-notifier.py:336
msgid "If a release upgrade is available, provide the version"
msgstr ""

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-29 17:43-0600\n"
"POT-Creation-Date: 2020-09-12 13:43-0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -17,139 +17,94 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: lubuntu-upgrader:132
#: lubuntu-upgrader:129
msgid "Updating cache..."
msgstr ""
#: lubuntu-upgrader:138
msgid "Repairing interrupted upgrade if necessary..."
msgstr ""
#: lubuntu-upgrader:195 lubuntu-upgrader:198
#: lubuntu-upgrader:186 lubuntu-upgrader:189
msgid "Fetching"
msgstr ""
#: lubuntu-upgrader:196 lubuntu-upgrader:198 lubuntu-upgrader:209
#: lubuntu-upgrader:212
#: lubuntu-upgrader:187 lubuntu-upgrader:189 lubuntu-upgrader:200
#: lubuntu-upgrader:203
msgid "of"
msgstr ""
#: lubuntu-upgrader:208 lubuntu-upgrader:211
#: lubuntu-upgrader:199 lubuntu-upgrader:202
msgid "Downloaded"
msgstr ""
#: lubuntu-upgrader:223 lubuntu-notifier.py:234
#: lubuntu-upgrader:214 lubuntu-notifier.py:170
msgid "Upgrade finished"
msgstr ""
#: lubuntu-upgrader:227 lubuntu-notifier.py:197 lubuntu-notifier.py:201
#: lubuntu-notifier.py:238
#: lubuntu-upgrader:218 lubuntu-notifier.py:132 lubuntu-notifier.py:136
#: lubuntu-notifier.py:174
msgid "Reboot required"
msgstr ""
#: lubuntu-upgrader:231
#: lubuntu-upgrader:222
msgid "With some Errors"
msgstr ""
#: lubuntu-upgrader:232
#: lubuntu-upgrader:223
msgid "Error Resume:"
msgstr ""
#: lubuntu-upgrader:283
#: lubuntu-upgrader:274
msgid "Update Cache Finished"
msgstr ""
#: lubuntu-upgrader:404
msgid "Repair Finished (if repair was needed)"
msgstr ""
#: lubuntu-upgrader:432
#: lubuntu-upgrader:369
msgid ""
"Please run this software with administrative rights.To do so, run this "
"program with lxqt-sudo."
msgstr ""
#: lubuntu-upgrader:454
#: lubuntu-upgrader:391
msgid "Update Cache Before Upgrade"
msgstr ""
#: lubuntu-upgrader:459
#: lubuntu-upgrader:396
msgid "Full upgrade same as dist-upgrade"
msgstr ""
#: lubuntu-notifier.py:76
#, python-format
msgid "Error: Opening the cache (%s)"
msgstr ""
#: lubuntu-notifier.py:95 lubuntu-notifier.py:101
#: lubuntu-notifier.py:64
msgid "Affected Packages"
msgstr ""
#: lubuntu-notifier.py:96
msgid "Security"
msgstr ""
#: lubuntu-notifier.py:141
#: lubuntu-notifier.py:102
msgid "There are upgrades available. Do you want to do a system upgrade?"
msgstr ""
#: lubuntu-notifier.py:144
#: lubuntu-notifier.py:105
msgid "This will mean packages could be upgraded, installed or removed."
msgstr ""
#: lubuntu-notifier.py:149
msgid " is a security upgrade."
msgstr ""
#: lubuntu-notifier.py:151
msgid " are security upgrades."
msgstr ""
#: lubuntu-notifier.py:154
#: lubuntu-notifier.py:109
msgid "Remove"
msgstr ""
#: lubuntu-notifier.py:161
#: lubuntu-notifier.py:116
msgid "Install"
msgstr ""
#: lubuntu-notifier.py:176
#: lubuntu-notifier.py:123
msgid "Upgrade"
msgstr ""
#: lubuntu-notifier.py:222
#: lubuntu-notifier.py:155
msgid "Upgrading..."
msgstr ""
#: lubuntu-notifier.py:276
msgid "A new version of Lubuntu"
msgstr ""
#: lubuntu-notifier.py:277
msgid "is available. Would you like to install it?"
msgstr ""
#: lubuntu-notifier.py:279
msgid "A new version of Lubuntu is available. Would you like to install it?"
msgstr ""
#: lubuntu-notifier.py:315
#: lubuntu-notifier.py:212
msgid "Define software/app to open for upgrade"
msgstr ""
#: lubuntu-notifier.py:320
#: lubuntu-notifier.py:217
msgid "How many upgrades are available"
msgstr ""
#: lubuntu-notifier.py:325
#: lubuntu-notifier.py:222
msgid "How many security upgrades are available"
msgstr ""
#: lubuntu-notifier.py:330
msgid "Whether a release upgrade is required"
msgstr ""
#: lubuntu-notifier.py:336
msgid "If a release upgrade is available, provide the version"
msgstr ""

@ -1,7 +1,2 @@
#!/bin/bash
xgettext lubuntu-upgrader lubuntu-notifier.py --language=Python -o po/lubuntu-update-notifier.pot
for po_file in po/*.po; do
msgmerge -U "$po_file" po/lubuntu-update-notifier.pot
done
xgettext lubuntu-upgrader lubuntu-notifier.py --language=Python
mv messages.po po/lubuntu-update-notifier.pot

Loading…
Cancel
Save