diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-22 09:12:42 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-22 09:12:42 +0200 |
| commit | ef9761c12ac2d20f4832bf20a9cf3fdca62b390b (patch) | |
| tree | 34749c01357365275dc3babf9cc4eab5288fd44b | |
| parent | 36c1d1161a630f2e4b1ba3354202320a10b4ef2a (diff) | |
| download | python-apt-ef9761c12ac2d20f4832bf20a9cf3fdca62b390b.tar.gz | |
* latest upload
* data/SoftwareProperties.glade:
- fix missing 'translatable="yes"' property (ubuntu: #44409)
- increase width to 620 (ubuntu: #40540)
| -rw-r--r-- | data/SoftwareProperties.glade | 4 | ||||
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | po/bg.po | 7 | ||||
| -rw-r--r-- | po/bn.po | 7 | ||||
| -rw-r--r-- | po/br.po | 7 | ||||
| -rw-r--r-- | po/ca.po | 7 | ||||
| -rw-r--r-- | po/cs.po | 7 | ||||
| -rw-r--r-- | po/da.po | 7 | ||||
| -rw-r--r-- | po/de.po | 7 | ||||
| -rw-r--r-- | po/el.po | 7 | ||||
| -rw-r--r-- | po/en_CA.po | 6 | ||||
| -rw-r--r-- | po/en_GB.po | 6 | ||||
| -rw-r--r-- | po/es.po | 7 | ||||
| -rw-r--r-- | po/fi.po | 7 | ||||
| -rw-r--r-- | po/fr.po | 7 | ||||
| -rw-r--r-- | po/gl.po | 6 | ||||
| -rw-r--r-- | po/he.po | 6 | ||||
| -rw-r--r-- | po/hr.po | 6 | ||||
| -rw-r--r-- | po/hu.po | 7 | ||||
| -rw-r--r-- | po/it.po | 7 | ||||
| -rw-r--r-- | po/ja.po | 7 | ||||
| -rw-r--r-- | po/ka.po | 7 | ||||
| -rw-r--r-- | po/ko.po | 7 | ||||
| -rw-r--r-- | po/ku.po | 6 | ||||
| -rw-r--r-- | po/lt.po | 7 | ||||
| -rw-r--r-- | po/mk.po | 6 | ||||
| -rw-r--r-- | po/nb.po | 7 | ||||
| -rw-r--r-- | po/ne.po | 6 | ||||
| -rw-r--r-- | po/nl.po | 7 | ||||
| -rw-r--r-- | po/no.po | 6 | ||||
| -rw-r--r-- | po/pa.po | 6 | ||||
| -rw-r--r-- | po/pl.po | 7 | ||||
| -rw-r--r-- | po/pt.po | 7 | ||||
| -rw-r--r-- | po/pt_BR.po | 7 | ||||
| -rw-r--r-- | po/ro.po | 7 | ||||
| -rw-r--r-- | po/ru.po | 6 | ||||
| -rw-r--r-- | po/rw.po | 6 | ||||
| -rw-r--r-- | po/sk.po | 7 | ||||
| -rw-r--r-- | po/sv.po | 7 | ||||
| -rw-r--r-- | po/th.po | 6 | ||||
| -rw-r--r-- | po/tr.po | 7 | ||||
| -rw-r--r-- | po/uk.po | 7 | ||||
| -rw-r--r-- | po/update-manager.pot | 6 | ||||
| -rw-r--r-- | po/urd.po | 7 | ||||
| -rw-r--r-- | po/vi.po | 6 | ||||
| -rw-r--r-- | po/xh.po | 6 | ||||
| -rw-r--r-- | po/zh_CN.po | 7 | ||||
| -rw-r--r-- | po/zh_HK.po | 6 | ||||
| -rw-r--r-- | po/zh_TW.po | 7 |
49 files changed, 275 insertions, 49 deletions
diff --git a/data/SoftwareProperties.glade b/data/SoftwareProperties.glade index a1f7f8f9..085a3a57 100644 --- a/data/SoftwareProperties.glade +++ b/data/SoftwareProperties.glade @@ -5,7 +5,7 @@ <widget class="GtkWindow" id="window_main"> <property name="border_width">6</property> - <property name="width_request">580</property> + <property name="width_request">620</property> <property name="height_request">400</property> <property name="title" translatable="yes">Software Preferences</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> @@ -614,7 +614,7 @@ <property name="visible">True</property> <property name="tooltip" translatable="yes">Import the public key from a trusted software provider</property> <property name="can_focus">True</property> - <property name="label">_Import Key File</property> + <property name="label" translatable="yes">_Import Key File</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> diff --git a/debian/changelog b/debian/changelog index 2df2cc56..d5410d03 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +update-manager (0.42.2ubuntu18) dapper; urgency=low + + * data/SoftwareProperties.glade: + - fix missing 'translatable="yes"' property (ubuntu: #44409) + - increase width to 620 (ubuntu: #40540) + + -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 19 May 2006 01:45:22 +0200 + update-manager (0.42.2ubuntu17) dapper; urgency=low * debian/control: @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: update manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-11 18:45+0000\n" "Last-Translator: Nikola Kasabov <nikola.kasabov@gmail.com>\n" "Language-Team: Bulgarian <dict@fsa-bg.org>\n" @@ -1014,6 +1014,11 @@ msgid "_Download updates in the background, but do not install them" msgstr "И_зтегли актуализациите във фонов режим, но не ги инсталирай" #: ../data/SoftwareProperties.glade.h:16 +#, fuzzy +msgid "_Import Key File" +msgstr "Внасяне на ключ" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "_Инсталирай актуализациите на сигурноста без потвърждение" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-02 20:13+0000\n" "Last-Translator: Jamil Ahmed <itsjamil@gmail.com>\n" "Language-Team: Bengali <bn@li.org>\n" @@ -923,6 +923,11 @@ msgid "_Download updates in the background, but do not install them" msgstr "আড়ালে আপডেট ডাউনলোড করো, কিন্তু তাদেরকে ইন্সটল করো না (_D)" #: ../data/SoftwareProperties.glade.h:16 +#, fuzzy +msgid "_Import Key File" +msgstr "কী ইম্পোর্ট" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "নিরাপত্তা জনিত আপডেট গুলো অনুমদন ছাড়াই ইন্সটল করো (_I)" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-02 20:13+0000\n" "Last-Translator: Oublieuse <oublieuse@gmail.com>\n" "Language-Team: Breton <br@li.org>\n" @@ -911,6 +911,11 @@ msgid "_Download updates in the background, but do not install them" msgstr "" #: ../data/SoftwareProperties.glade.h:16 +#, fuzzy +msgid "_Import Key File" +msgstr "Emborzhiañ an alc'hwezh" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-11 18:46+0000\n" "Last-Translator: Jordi Irazuzta <irazuzta@gmail.com>\n" "Language-Team: Catalan <tradgnome@softcatala.org>\n" @@ -950,6 +950,11 @@ msgid "_Download updates in the background, but do not install them" msgstr "_Descarrega les actualitzacions en segon pla, però no les instal·lis" #: ../data/SoftwareProperties.glade.h:16 +#, fuzzy +msgid "_Import Key File" +msgstr "Importa un clau" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "_Instal·la actualitzacions de seguretat sense confirmació" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-11 18:46+0000\n" "Last-Translator: Marv <marek@manet.cz>\n" "Language-Team: Czech <cs@li.org>\n" @@ -975,6 +975,11 @@ msgid "_Download updates in the background, but do not install them" msgstr "_Stáhnout aktualizace na pozadí, ale neinstalovat je." #: ../data/SoftwareProperties.glade.h:16 +#, fuzzy +msgid "_Import Key File" +msgstr "Importovat klíč" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "_Instalovat bezpečnostní aktualizace bez potvrzení" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-02 20:13+0000\n" "Last-Translator: Andreas Lloyd <lloydinho@gmail.com>\n" "Language-Team: Danish <da@li.org>\n" @@ -993,6 +993,11 @@ msgstr "_Hent opdateringer i baggrunden, men installer dem ikke" #: ../data/SoftwareProperties.glade.h:16 #, fuzzy +msgid "_Import Key File" +msgstr "Importér nøgle" + +#: ../data/SoftwareProperties.glade.h:17 +#, fuzzy msgid "_Install security updates without confirmation" msgstr "_Installer sikkerhedsopdateringer automatisk uden bekræftelsesdialog" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-11 18:46+0000\n" "Last-Translator: Johannes Postler <josi@dr-postler.at>\n" "Language-Team: German GNOME Translations <gnome-de@gnome.org>\n" @@ -1037,6 +1037,11 @@ msgstr "" "Aktualisierungen im _Hintergrund herunterladen, aber nicht installieren" #: ../data/SoftwareProperties.glade.h:16 +#, fuzzy +msgid "_Import Key File" +msgstr "Schlüssel importieren" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "Sicherheitsaktualisierungen _ohne Bestätigung installieren" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: el\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-11 18:27+0000\n" "Last-Translator: Kostas Papadimas <pkst@gmx.net>\n" "Language-Team: Greek <team@gnome.gr>\n" @@ -1017,6 +1017,11 @@ msgid "_Download updates in the background, but do not install them" msgstr "Λή_ψη ενημερώσεων στο παρασκήνιο χωρίς να εγκατασταθούν" #: ../data/SoftwareProperties.glade.h:16 +#, fuzzy +msgid "_Import Key File" +msgstr "Εισαγωγή κλειδιού" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "Ε_γκατάσταση ενημερώσεων ασφαλείας χωρίς επιβεβαίωση" diff --git a/po/en_CA.po b/po/en_CA.po index 8aef519c..7be7cf37 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-02 20:13+0000\n" "Last-Translator: Adam Weinberger <adamw@gnome.org>\n" "Language-Team: Canadian English <adamw@gnome.org>\n" @@ -946,6 +946,10 @@ msgid "_Download updates in the background, but do not install them" msgstr "" #: ../data/SoftwareProperties.glade.h:16 +msgid "_Import Key File" +msgstr "" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "" diff --git a/po/en_GB.po b/po/en_GB.po index ee99f088..c9029dc4 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-02 20:14+0000\n" "Last-Translator: Abigail Brady <morwen@evilmagic.org>\n" "Language-Team: \n" @@ -946,6 +946,10 @@ msgid "_Download updates in the background, but do not install them" msgstr "" #: ../data/SoftwareProperties.glade.h:16 +msgid "_Import Key File" +msgstr "" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: es\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-10 09:24+0000\n" "Last-Translator: Ricardo Pérez López <ricardo@iesdonana.org>\n" "Language-Team: Spanish <traductores@gnome.org>\n" @@ -1028,6 +1028,11 @@ msgid "_Download updates in the background, but do not install them" msgstr "_Descargar actualizaciones en segundo plano, pero sin instalarlas" #: ../data/SoftwareProperties.glade.h:16 +#, fuzzy +msgid "_Import Key File" +msgstr "Importar clave" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "_Instalar actualizaciones de seguridad sin requerir confirmación" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-11 18:47+0000\n" "Last-Translator: Timo Jyrinki <timo.jyrinki@iki.fi>\n" "Language-Team: Finnish <ubuntu-fi@lists.ubuntu.com>\n" @@ -1004,6 +1004,11 @@ msgid "_Download updates in the background, but do not install them" msgstr "_Nouda päivitykset taustalla, mutta älä asenna niitä" #: ../data/SoftwareProperties.glade.h:16 +#, fuzzy +msgid "_Import Key File" +msgstr "Tuo avain" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "_Asenna turvallisuuspäivitykset kysymättä" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager 0.37.2\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-11 18:47+0000\n" "Last-Translator: Rafaël Carré <wavael@yahoo.fr>\n" "Language-Team: French <gnomefr@traduc.org>\n" @@ -1025,6 +1025,11 @@ msgstr "" "Télécharger les mises à jour en arrière-plan, mais ne pas les installer" #: ../data/SoftwareProperties.glade.h:16 +#, fuzzy +msgid "_Import Key File" +msgstr "Importer la clé" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "_Installer les mises à jour de sécurité sans confirmation" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gl\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-02 20:14+0000\n" "Last-Translator: Ignacio Casal Quinteiro <nacho.resa@gmail.com>\n" "Language-Team: Galego\n" @@ -948,6 +948,10 @@ msgid "_Download updates in the background, but do not install them" msgstr "" #: ../data/SoftwareProperties.glade.h:16 +msgid "_Import Key File" +msgstr "" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager.HEAD\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-02 20:14+0000\n" "Last-Translator: Yaniv Abir <yanivabir@gmail.com>\n" "Language-Team: Hebrew <he@li.org>\n" @@ -941,6 +941,10 @@ msgid "_Download updates in the background, but do not install them" msgstr "" #: ../data/SoftwareProperties.glade.h:16 +msgid "_Import Key File" +msgstr "" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Croatian <hr@li.org>\n" @@ -912,6 +912,10 @@ msgid "_Download updates in the background, but do not install them" msgstr "" #: ../data/SoftwareProperties.glade.h:16 +msgid "_Import Key File" +msgstr "" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager.HEAD\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-02 20:15+0000\n" "Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n" "Language-Team: Hungarian <gnome@gnome.hu>\n" @@ -1009,6 +1009,11 @@ msgid "_Download updates in the background, but do not install them" msgstr "Frissítések _letöltése a háttérben, telepítés nélkül" #: ../data/SoftwareProperties.glade.h:16 +#, fuzzy +msgid "_Import Key File" +msgstr "Kulcs importálása" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "_Biztonsági frissítések telepítése megerősítés nélkül" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-11 18:47+0000\n" "Last-Translator: Luca Ferretti <elle.uca@libero.it>\n" "Language-Team: Italian <it@li.org>\n" @@ -1024,6 +1024,11 @@ msgid "_Download updates in the background, but do not install them" msgstr "_Scaricare gli aggiornamenti in background, ma non installarli" #: ../data/SoftwareProperties.glade.h:16 +#, fuzzy +msgid "_Import Key File" +msgstr "Importa chiave" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "I_nstallare gli aggiornamenti di sicurezza senza richiedere conferma" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager 0.42.4\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-12 04:19+0000\n" "Last-Translator: Ikuya Awashiro <ikuya@fruitsbasket.info>\n" "Language-Team: Ubuntu Japanese Team <ubuntu-ja-users@freeml.com>\n" @@ -982,6 +982,11 @@ msgid "_Download updates in the background, but do not install them" msgstr "アップデートをダウンロードはするが、インストールはしない(_D)" #: ../data/SoftwareProperties.glade.h:16 +#, fuzzy +msgid "_Import Key File" +msgstr "鍵のインポート" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "確認せずにセキュリティアップデートをインストール(_I)" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-02 20:15+0000\n" "Last-Translator: Vladimer Sichinava <alinux@siena.linux.it>\n" "Language-Team: Georgian <ka@li.org>\n" @@ -921,6 +921,11 @@ msgid "_Download updates in the background, but do not install them" msgstr "" #: ../data/SoftwareProperties.glade.h:16 +#, fuzzy +msgid "_Import Key File" +msgstr "გასაღების იმპორტი" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-04 21:22+0000\n" "Last-Translator: atie <atie.at.matrix@gmail.com>\n" "Language-Team: Korean <ko@li.org>\n" @@ -984,6 +984,11 @@ msgid "_Download updates in the background, but do not install them" msgstr "백그라운드에서 업데이트 다운로드, 설치는 안함(_D)" #: ../data/SoftwareProperties.glade.h:16 +#, fuzzy +msgid "_Import Key File" +msgstr "키 가져오기" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "확인없이 보안 업데이트 설치(_I)" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-11 22:08+0000\n" "Last-Translator: Erdal Ronahi <erdal.ronahi@gmail.com>\n" "Language-Team: Kurdish <ku@li.org>\n" @@ -907,6 +907,10 @@ msgid "_Download updates in the background, but do not install them" msgstr "" #: ../data/SoftwareProperties.glade.h:16 +msgid "_Import Key File" +msgstr "" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager HEAD\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-10 16:12+0000\n" "Last-Translator: Jonas Slivka <jonas.slivka@gmail.com>\n" "Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n" @@ -1004,6 +1004,11 @@ msgid "_Download updates in the background, but do not install them" msgstr "_Atsiųsti atnaujinimus fone, tačiau jų neįdiegti" #: ../data/SoftwareProperties.glade.h:16 +#, fuzzy +msgid "_Import Key File" +msgstr "Importuoti raktą" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "Į_diegti saugumo atnaujinimus neklausiant patvirtinimo" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: mk\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-02 20:15+0000\n" "Last-Translator: Арангел Ангов <ufo@linux.net.mk>\n" "Language-Team: Macedonian <ossm-members@hedona.on.net.mk>\n" @@ -952,6 +952,10 @@ msgid "_Download updates in the background, but do not install them" msgstr "" #: ../data/SoftwareProperties.glade.h:16 +msgid "_Import Key File" +msgstr "" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: nb\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-11 18:48+0000\n" "Last-Translator: Anders Martinsen <anders@andersmartinsen.net>\n" "Language-Team: Norwegian Bokmal <i18n-nb@lister.ping.uio.no>\n" @@ -1003,6 +1003,11 @@ msgid "_Download updates in the background, but do not install them" msgstr "_Last ned oppdateringer i bakgrunnen, men ikke installer dem" #: ../data/SoftwareProperties.glade.h:16 +#, fuzzy +msgid "_Import Key File" +msgstr "Importer nøkkel" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "_Installer sikkerhetsoppdateringer uten bekreftelse" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager.HEAD\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-02 20:15+0000\n" "Last-Translator: Jaydeep Bhusal <zaydeep@hotmail.com>\n" "Language-Team: Nepali <info@mpp.org.np>\n" @@ -940,6 +940,10 @@ msgid "_Download updates in the background, but do not install them" msgstr "" #: ../data/SoftwareProperties.glade.h:16 +msgid "_Import Key File" +msgstr "" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager HEAD\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-11 18:49+0000\n" "Last-Translator: Martijn van de Streek <martijn@foodfight.org>\n" "Language-Team: Nederlands <vertaling@vrijschrift.org>\n" @@ -932,6 +932,11 @@ msgid "_Download updates in the background, but do not install them" msgstr "" #: ../data/SoftwareProperties.glade.h:16 +#, fuzzy +msgid "_Import Key File" +msgstr "Sleutel invoegen" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: nb\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2005-06-08 23:10+0200\n" "Last-Translator: Terance Edward Sola <terance@lyse.net>\n" "Language-Team: Norwegian Bokmal <i18n-nb@lister.ping.uio.no>\n" @@ -945,6 +945,10 @@ msgid "_Download updates in the background, but do not install them" msgstr "" #: ../data/SoftwareProperties.glade.h:16 +msgid "_Import Key File" +msgstr "" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: pa\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-04-28 23:31+0000\n" "Last-Translator: Amanpreet Singh Alam <amanpreetalam@yahoo.com>\n" "Language-Team: Punjabi <fedora-transa-pa@redhat.com>\n" @@ -925,6 +925,10 @@ msgid "_Download updates in the background, but do not install them" msgstr "" #: ../data/SoftwareProperties.glade.h:16 +msgid "_Import Key File" +msgstr "" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager cvs\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-11 18:49+0000\n" "Last-Translator: Tomasz Dominikowski <dominikowski@gmail.com>\n" "Language-Team: Polish <translators@gnomepl.org>\n" @@ -1013,6 +1013,11 @@ msgid "_Download updates in the background, but do not install them" msgstr "_Pobieraj aktualizacje w tle, ale ich nie instaluj" #: ../data/SoftwareProperties.glade.h:16 +#, fuzzy +msgid "_Import Key File" +msgstr "Zaimportuj klucz" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "_Instaluj aktualizacje bezpieczeństwa bez potwierdzania" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-11 18:49+0000\n" "Last-Translator: Rui Az. <astronomy@mail.pt>\n" "Language-Team: Ubuntu Portuguese Team <ubuntu-pt.org>\n" @@ -1012,6 +1012,11 @@ msgid "_Download updates in the background, but do not install them" msgstr "_Descarregar actualizações silenciosamente, sem as instalar" #: ../data/SoftwareProperties.glade.h:16 +#, fuzzy +msgid "_Import Key File" +msgstr "Importar chave" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "_Instalar actualizações de segurança sem confirmação" diff --git a/po/pt_BR.po b/po/pt_BR.po index 66c4efbe..680cf083 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-10 14:44+0000\n" "Last-Translator: Fábio Nogueira <deb-user-ba@ubuntu.com>\n" "Language-Team: Ubuntu-BR <tradutores@listas.ubuntubrasil.org>\n" @@ -1015,6 +1015,11 @@ msgid "_Download updates in the background, but do not install them" msgstr "_Obter atualizações em segundo plano, mas não instalá-las" #: ../data/SoftwareProperties.glade.h:16 +#, fuzzy +msgid "_Import Key File" +msgstr "Importar Chave" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "_Instalar novas atualizações de segurança sem confirmação" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-11 18:49+0000\n" "Last-Translator: Bogdan Ilisei <znuffy@gmail.com>\n" "Language-Team: Romanian <gnomero-list@lists.sourceforge.net>\n" @@ -934,6 +934,11 @@ msgid "_Download updates in the background, but do not install them" msgstr "" #: ../data/SoftwareProperties.glade.h:16 +#, fuzzy +msgid "_Import Key File" +msgstr "Importă cheie" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Russian <ru@li.org>\n" @@ -912,6 +912,10 @@ msgid "_Download updates in the background, but do not install them" msgstr "" #: ../data/SoftwareProperties.glade.h:16 +msgid "_Import Key File" +msgstr "" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "" @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager HEAD\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-02 20:16+0000\n" "Last-Translator: Steve Murphy <murf@e-tools.com>\n" "Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n" @@ -943,6 +943,10 @@ msgid "_Download updates in the background, but do not install them" msgstr "" #: ../data/SoftwareProperties.glade.h:16 +msgid "_Import Key File" +msgstr "" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-11 18:50+0000\n" "Last-Translator: Peter Chabada <ubuntu@chabada.sk>\n" "Language-Team: Slovak <sk-i18n@linux.sk>\n" @@ -1006,6 +1006,11 @@ msgid "_Download updates in the background, but do not install them" msgstr "_Stiahnuť aktualizácie automaticky, no neinštalovať ich" #: ../data/SoftwareProperties.glade.h:16 +#, fuzzy +msgid "_Import Key File" +msgstr "Importovať kľúč" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "_Bezpečnostné aktualizácie inštalovať automaticky bez potvrdenia" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-11 20:22+0000\n" "Last-Translator: Robin Sonefors <ozamosi@blinkenlights.se>\n" "Language-Team: Swedish <sv@li.org>\n" @@ -1010,6 +1010,11 @@ msgid "_Download updates in the background, but do not install them" msgstr "_Hämta uppdateringar i bakgrunden, men installera dem inte" #: ../data/SoftwareProperties.glade.h:16 +#, fuzzy +msgid "_Import Key File" +msgstr "Importera nyckel" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "_Installera säkerhetsuppdateringar utan bekräftelse" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-04 20:07+0000\n" "Last-Translator: Roys Hengwatanakul <roysheng@msn.com>\n" "Language-Team: Thai <th@li.org>\n" @@ -903,6 +903,10 @@ msgid "_Download updates in the background, but do not install them" msgstr "" #: ../data/SoftwareProperties.glade.h:16 +msgid "_Import Key File" +msgstr "" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-12 01:03+0000\n" "Last-Translator: Özgur KIRCALI <okircali@gmail.com>\n" "Language-Team: Turkish <tr@li.org>\n" @@ -924,6 +924,11 @@ msgid "_Download updates in the background, but do not install them" msgstr "" #: ../data/SoftwareProperties.glade.h:16 +#, fuzzy +msgid "_Import Key File" +msgstr "Anahtar aktar" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "" @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-02 20:16+0000\n" "Last-Translator: Serhey Kusyumoff <gpalco@gmail.com>\n" "Language-Team: Ukrainian <uk@li.org>\n" @@ -963,6 +963,11 @@ msgid "_Download updates in the background, but do not install them" msgstr "" #: ../data/SoftwareProperties.glade.h:16 +#, fuzzy +msgid "_Import Key File" +msgstr "Імпортувати ключ" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "" diff --git a/po/update-manager.pot b/po/update-manager.pot index 0657358c..9fa60cec 100644 --- a/po/update-manager.pot +++ b/po/update-manager.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\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" @@ -907,6 +907,10 @@ msgid "_Download updates in the background, but do not install them" msgstr "" #: ../data/SoftwareProperties.glade.h:16 +msgid "_Import Key File" +msgstr "" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-07 01:53+0000\n" "Last-Translator: Hameed محمد حمید <hameeduddin517@yahoo.com>\n" "Language-Team: Urdu <urd@li.org>\n" @@ -908,6 +908,11 @@ msgid "_Download updates in the background, but do not install them" msgstr "" #: ../data/SoftwareProperties.glade.h:16 +#, fuzzy +msgid "_Import Key File" +msgstr "امپورٹ کی" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager Gnome HEAD\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-11 18:51+0000\n" "Last-Translator: Tran The Trung <tttrung@hotmail.com>\n" "Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n" @@ -930,6 +930,10 @@ msgid "_Download updates in the background, but do not install them" msgstr "" #: ../data/SoftwareProperties.glade.h:16 +msgid "_Import Key File" +msgstr "" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: update-notifier\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-04-20 19:15+0000\n" "Last-Translator: Canonical Ltd <translations@canonical.com>\n" "Language-Team: Xhosa <xh-translate@ubuntu.com>\n" @@ -913,6 +913,10 @@ msgid "_Download updates in the background, but do not install them" msgstr "" #: ../data/SoftwareProperties.glade.h:16 +msgid "_Import Key File" +msgstr "" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index a2187e7d..41683698 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager HEAD\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-11 18:51+0000\n" "Last-Translator: stone_unix <gaoghy@gmail.com>\n" "Language-Team: zh_CN <i18n-translation@lists.linux.net.cn>\n" @@ -941,6 +941,11 @@ msgid "_Download updates in the background, but do not install them" msgstr "在后台下载更新,但是不安装(_D)" #: ../data/SoftwareProperties.glade.h:16 +#, fuzzy +msgid "_Import Key File" +msgstr "导入密钥" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "不确认就安装安全更新(_I)" diff --git a/po/zh_HK.po b/po/zh_HK.po index f0063db3..22f86dfa 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager 0.41.1\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-02 20:17+0000\n" "Last-Translator: Abel Cheung <abelcheung@gmail.com>\n" "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n" @@ -932,6 +932,10 @@ msgid "_Download updates in the background, but do not install them" msgstr "" #: ../data/SoftwareProperties.glade.h:16 +msgid "_Import Key File" +msgstr "" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "" diff --git a/po/zh_TW.po b/po/zh_TW.po index 7b17d57a..7f173506 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: update-manager 0.41.1\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2006-05-12 19:57+0200\n" +"POT-Creation-Date: 2006-05-22 09:11+0200\n" "PO-Revision-Date: 2006-05-11 18:51+0000\n" "Last-Translator: Matthew Lien <bluet@bluet.org>\n" "Language-Team: Chinese (Taiwan) <zh-l10n@linux.org.tw>\n" @@ -945,6 +945,11 @@ msgid "_Download updates in the background, but do not install them" msgstr "在背景下載更新套件,但無須安裝(_D)" #: ../data/SoftwareProperties.glade.h:16 +#, fuzzy +msgid "_Import Key File" +msgstr "匯入金鑰" + +#: ../data/SoftwareProperties.glade.h:17 msgid "_Install security updates without confirmation" msgstr "無須確認便安裝安全性更新(_I)" |
