From a442bb277833fa02a49a900a455f919943db018e Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 26 Jan 2014 02:32:51 -0600 Subject: [PATCH] Fix branding, reduce menu clutter, install template-only help handbook to new default format. --- Makefile.am | 2 +- doc/Makefile.am | 3 ++ doc/en/Makefile.am | 2 + doc/en/index.docbook | 65 ++++++++++++++++++++++++++++++++ kbarcode.spec | 2 +- kbarcode/barcodes.html | 2 +- kbarcode/confwizard.cpp | 2 +- kbarcode/dsmainwindow.cpp | 2 +- kbarcode/kbarcode-batch.desktop | 9 +---- kbarcode/kbarcode-editor.desktop | 11 +----- kbarcode/kbarcode-label.desktop | 3 +- kbarcode/kbarcode-single.desktop | 9 +---- kbarcode/kbarcode.desktop | 8 +--- kbarcode/main.cpp | 8 +++- kbarcode/sqltables.h | 2 +- po/de.po | 10 ++--- po/el.po | 12 +++--- po/es.po | 14 +++---- po/fi.po | 14 +++---- po/fr.po | 10 ++--- po/hu.po | 14 +++---- po/it.po | 10 ++--- po/nl.po | 10 ++--- po/pl.po | 10 ++--- po/sv.po | 14 +++---- po/tr.po | 10 ++--- subdirs | 1 + 27 files changed, 157 insertions(+), 102 deletions(-) create mode 100644 doc/Makefile.am create mode 100644 doc/en/Makefile.am create mode 100644 doc/en/index.docbook diff --git a/Makefile.am b/Makefile.am index 51a569f..b561a94 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = kbarcode fileplugin po +SUBDIRS = doc kbarcode fileplugin po $(top_srcdir)/configure.in: configure.in.in $(top_srcdir)/subdirs cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in ; diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 0000000..5c0b20e --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,3 @@ +KDE_LANG = en +KDE_DOCS = AUTO +SUBDIRS = $(AUTODIRS) diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am new file mode 100644 index 0000000..4f4efb4 --- /dev/null +++ b/doc/en/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = kbarcode diff --git a/doc/en/index.docbook b/doc/en/index.docbook new file mode 100644 index 0000000..e3d50fd --- /dev/null +++ b/doc/en/index.docbook @@ -0,0 +1,65 @@ + +KBarcode"> + + + +]> + + + + + +
+The &kbarcode; Handbook + + +The &kbarcode; Handbook + + +&tde-team; + + + +&tde-release-version; +Reviewed: &tde-release-date; + + +&tde-copyright-date; +&tde-team; + + + + + + +&kbarcode; is a barcode and label printing application for &tde;. + + + + +TDE + + + + + +We Apologize +No documentation has yet been written for &kbarcode;. + +If you need help, please check The &tde; +web site, submit questions to the +&tde; mail lists, or file a bug report at the +&tde; bug tracker. + +If you are interested in helping, please consider writing the help file. +Submitting a basic text file is acceptable as the &tde-team; will convert the text. + +Thank you for helping and thank you for your patience. + +&underFDL; + + + +&documentation.index; +
diff --git a/kbarcode.spec b/kbarcode.spec index 9d031b3..568048b 100644 --- a/kbarcode.spec +++ b/kbarcode.spec @@ -13,7 +13,7 @@ Source: %{name}-%{version}.tar.gz BuildRoot: /var/tmp/%{name}-%{version} %description -KBarcode is a barcode and label printing application for Linux and KDE 3. It can be used to print every thing from simple business cards up to complex labels with several barcodes (e.g. article descriptions). KBarcode comes with an easy to use WYSIWYG label designer, a setup wizard, batch import of labels (directly from the delivery note), thousands of predefined labels, database managment tools and translations in many languages. Even printing more than 10.000 labels in one go is no problem for KBarcode. Additionally it is a simply xbarcode replacement for the creation of barcodes. All major types of barcodes like EAN, UPC, CODE39 and ISBN are supported. +KBarcode is a barcode and label printing application for Linux and TDE. It can be used to print every thing from simple business cards up to complex labels with several barcodes (e.g. article descriptions). KBarcode comes with an easy to use WYSIWYG label designer, a setup wizard, batch import of labels (directly from the delivery note), thousands of predefined labels, database managment tools and translations in many languages. Even printing more than 10.000 labels in one go is no problem for KBarcode. Additionally it is a simply xbarcode replacement for the creation of barcodes. All major types of barcodes like EAN, UPC, CODE39 and ISBN are supported. %prep %setup diff --git a/kbarcode/barcodes.html b/kbarcode/barcodes.html index 98b857b..b2f688f 100644 --- a/kbarcode/barcodes.html +++ b/kbarcode/barcodes.html @@ -8,7 +8,7 @@

- kbarcode - The Barcode Solution for KDE + kbarcode - The Barcode Solution for TDE

kbarcode has right now support following barcodes. Please check diff --git a/kbarcode/confwizard.cpp b/kbarcode/confwizard.cpp index b5d0b0c..e7d516a 100644 --- a/kbarcode/confwizard.cpp +++ b/kbarcode/confwizard.cpp @@ -42,7 +42,7 @@ const char* description = I18N_NOOP( - "KBarcode is a barcode and label printing application for KDE 3. It can " + "KBarcode is a barcode and label printing application for TDE. It can " "be used to print every thing from simple business cards up to complex " "labels with several barcodes (e.g. article descriptions). KBarcode " "comes with an easy to use WYSIWYG label designer, a setup wizard, " diff --git a/kbarcode/dsmainwindow.cpp b/kbarcode/dsmainwindow.cpp index 16d7685..3808de5 100644 --- a/kbarcode/dsmainwindow.cpp +++ b/kbarcode/dsmainwindow.cpp @@ -240,7 +240,7 @@ TQString DSMainWindow::systemCheck() text.append( pure ? i18n("No
") : i18n("Found
") ); if( gnubarcode && tbarcode && pdf ) - text.append( i18n("

To get barcode support you have to either install GNU Barcode, TBarcode or PDF417 Enc.

") ); + text.append( i18n("

To get barcode support you have to install GNU Barcode, TBarcode or PDF417 Enc.

") ); text.append( i18n("

Database Support

") ); diff --git a/kbarcode/kbarcode-batch.desktop b/kbarcode/kbarcode-batch.desktop index cb7618f..5507c78 100644 --- a/kbarcode/kbarcode-batch.desktop +++ b/kbarcode/kbarcode-batch.desktop @@ -3,13 +3,7 @@ Encoding=UTF-8 Type=Application Exec=kbarcode --batch Icon=kbarcode.png -# Restore the following key and remove this comment when a help handbook -# is written. Disabling this key prevents populating the main handbook -# table of contents with a non-existent document, which results in a -# main handbook error message of -# 'There is no documentation available for /xyz/index.html.' -# Also disable this key when there exists only a useless template handbook. -# DocPath=kbarcode/index.html +DocPath=kbarcode/index.html Comment=Barcode and label printing tool (batch printing mode) Comment[de]=Werkzeug zum Barcode und Etiketten Druck (Stapelverarbeitung) Terminal=false @@ -17,3 +11,4 @@ Name=KBarcode Batch Printer Name[de]=KBarcode Batch Druck GenericName=Barcode and Label Batch Printer Categories=Qt;TDE;Office; +NoDisplay=true diff --git a/kbarcode/kbarcode-editor.desktop b/kbarcode/kbarcode-editor.desktop index b1988a5..1b5837a 100644 --- a/kbarcode/kbarcode-editor.desktop +++ b/kbarcode/kbarcode-editor.desktop @@ -3,13 +3,7 @@ Encoding=UTF-8 Type=Application Exec=kbarcode --label Icon=kbarcode.png -# Restore the following key and remove this comment when a help handbook -# is written. Disabling this key prevents populating the main handbook -# table of contents with a non-existent document, which results in a -# main handbook error message of -# 'There is no documentation available for /xyz/index.html.' -# Also disable this key when there exists only a useless template handbook. -# DocPath=kbarcode/index.html +DocPath=kbarcode/index.html Comment=Barcode and label printing tool editor Comment[de]=Werkzeug zum Barcode und Etiketten Druck Editor Terminal=false @@ -17,5 +11,4 @@ Name=KBarcode Label Editor Name[de]=KBarcode Label Editor GenericName=Barcode and Label Editor Categories=Qt;TDE;Office; - - +NoDisplay=true diff --git a/kbarcode/kbarcode-label.desktop b/kbarcode/kbarcode-label.desktop index bae38be..3be4f7e 100644 --- a/kbarcode/kbarcode-label.desktop +++ b/kbarcode/kbarcode-label.desktop @@ -3,8 +3,9 @@ Type=MimeType Comment=KBarcode Label Encoding=UTF-8 Icon=kbarcode +DocPath=kbarcode/index.html MimeType=application/kbarcode-label Name[de]=kbarcode-label.desktop GenericName=KBarcode Label Patterns=*.kbarcode;*.KBARCODE; - +NoDisplay=true diff --git a/kbarcode/kbarcode-single.desktop b/kbarcode/kbarcode-single.desktop index 66585c1..ce30576 100644 --- a/kbarcode/kbarcode-single.desktop +++ b/kbarcode/kbarcode-single.desktop @@ -3,13 +3,7 @@ Encoding=UTF-8 Type=Application Exec=kbarcode --barcode Icon=kbarcode.png -# Restore the following key and remove this comment when a help handbook -# is written. Disabling this key prevents populating the main handbook -# table of contents with a non-existent document, which results in a -# main handbook error message of -# 'There is no documentation available for /xyz/index.html.' -# Also disable this key when there exists only a useless template handbook. -# DocPath=kbarcode/index.html +DocPath=kbarcode/index.html Comment=Barcode generation tool Comment[de]=Barcode Erstellung Terminal=0 @@ -17,3 +11,4 @@ Name=KBarcode Barcode Generator Name[de]=KBarcode Barcode Generator GenericName=Barcode Generator Categories=Qt;TDE;Office; +NoDisplay=true diff --git a/kbarcode/kbarcode.desktop b/kbarcode/kbarcode.desktop index 88e2138..e7e4dbe 100644 --- a/kbarcode/kbarcode.desktop +++ b/kbarcode/kbarcode.desktop @@ -4,13 +4,7 @@ Type=Application Exec=kbarcode -caption "%c" %i %m %f Icon=kbarcode.png MimeType=application/kbarcode-label -# Restore the following key and remove this comment when a help handbook -# is written. Disabling this key prevents populating the main handbook -# table of contents with a non-existent document, which results in a -# main handbook error message of -# 'There is no documentation available for /xyz/index.html.' -# Also disable this key when there exists only a useless template handbook. -# DocPath=kbarcode/index.html +DocPath=kbarcode/index.html Comment=Barcode and label printing tool Comment[de]=Werkzeug zum Barcode und Etiketten Druck Terminal=0 diff --git a/kbarcode/main.cpp b/kbarcode/main.cpp index 90518dc..9663059 100644 --- a/kbarcode/main.cpp +++ b/kbarcode/main.cpp @@ -63,6 +63,12 @@ void setupDirs() if( !tdedir.contains( "/usr/local/kde/" ) ) dirs->addPrefix( "/usr/local/kde/" ); + if( !tdedir.contains( "/usr/local/tde/" ) ) + dirs->addPrefix( "/usr/local/tde/" ); + + if( !tdedir.contains( "/usr/local/trinity/" ) ) + dirs->addPrefix( "/usr/local/trinity/" ); + if( !tdedir.contains( "/usr/" ) ) dirs->addPrefix( "/usr/" ); @@ -73,7 +79,7 @@ void setupDirs() int main(int argc, char *argv[]) { TDEAboutData aboutData( "kbarcode", I18N_NOOP("KBarcode"), VERSION, I18N_NOOP( - "KBarcode is a barcode and label printing application for KDE 3." + "KBarcode is a barcode and label printing application for TDE." ), TDEAboutData::License_GPL, "KBarcode Build:\n" __DATE__ " " __TIME__ , "(c) 2001-2006, Dominik Seichter\n\n", "http://www.kbarcode.net", "kbarcode-users@lists.sourceforge.net" ); diff --git a/kbarcode/sqltables.h b/kbarcode/sqltables.h index 8c7d001..12f4ab4 100644 --- a/kbarcode/sqltables.h +++ b/kbarcode/sqltables.h @@ -42,7 +42,7 @@ typedef struct mysqldata { TQString password; TQString hostname; // localhost TQString database; // kbarcode - TQString driver; // TQMYSQL3 + TQString driver; // QMYSQL3 bool autoconnect; void operator=( const mysqldata & rhs ) { diff --git a/po/de.po b/po/de.po index efa7d86..b7ed502 100644 --- a/po/de.po +++ b/po/de.po @@ -896,7 +896,7 @@ msgstr "Vorschau: " #: confwizard.cpp:45 msgid "" -"KBarcode is a barcode and label printing application for KDE 3. It can be " +"KBarcode is a barcode and label printing application for TDE. It can be " "used to print every thing from simple business cards up to complex labels " "with several barcodes (e.g. article descriptions). KBarcode comes with an " "easy to use WYSIWYG label designer, a setup wizard, batch import of labels " @@ -906,7 +906,7 @@ msgid "" "simply xbarcode replacement for the creation of barcodes. All major types of " "barcodes like EAN, UPC, CODE39 and ISBN are supported." msgstr "" -"KBarcode ist eine Barcode und Label Anwendung für KDE 3. Es kann von simplen " +"KBarcode ist eine Barcode und Label Anwendung für TDE. Es kann von simplen " "Visitenkarten bis zu komplexen Labels mit mehreren Barcodes (z.B. Artikel " "Beschreibungen) alles drucken. KBarcode hat einen einfach zu benutzenden " "WYSIWYG Label Designer, einen Einstellungs Assistenten, Batch Import von " @@ -1234,7 +1234,7 @@ msgstr "Gefunden
" #: dsmainwindow.cpp:237 msgid "" -"

To get barcode support you have to either install GNU BarcodeTo get barcode support you have to install GNU Barcode, TBarcode or PDF417 Enc.

" msgstr "" "

Um Barcode Unterstützung zu erhalten müssen Sie entweder GNU " @@ -1533,8 +1533,8 @@ msgid "Kbarcode" msgstr "KBarcode" #: main.cpp:76 -msgid "KBarcode is a barcode and label printing application for KDE 3." -msgstr "KBarcode ist eine Barcode und Label Anwendung für KDE 3." +msgid "KBarcode is a barcode and label printing application for TDE." +msgstr "KBarcode ist eine Barcode und Label Anwendung für TDE." #: main.cpp:81 msgid "Programmer" diff --git a/po/el.po b/po/el.po index 8f6b3e8..7d94533 100644 --- a/po/el.po +++ b/po/el.po @@ -938,7 +938,7 @@ msgstr "Προεπισκόπηση: " #: confwizard.cpp:45 msgid "" -"KBarcode is a barcode and label printing application for KDE 3. It can be " +"KBarcode is a barcode and label printing application for TDE. It can be " "used to print every thing from simple business cards up to complex labels " "with several barcodes (e.g. article descriptions). KBarcode comes with an " "easy to use WYSIWYG label designer, a setup wizard, batch import of labels " @@ -948,8 +948,8 @@ msgid "" "simply xbarcode replacement for the creation of barcodes. All major types of " "barcodes like EAN, UPC, CODE39 and ISBN are supported." msgstr "" -"Το KBarcode είναι μια εφαρμογή κατασκευής και εκτύπωσης barcode για το KDE " -"3. Μπορεί να χρησιμοποιηθεί για να εκτυπώσει τα πάντα από απλές κάρτες " +"Το KBarcode είναι μια εφαρμογή κατασκευής και εκτύπωσης barcode για το TDE. " +"Μπορεί να χρησιμοποιηθεί για να εκτυπώσει τα πάντα από απλές κάρτες " "εργασίας μέχρι πολύπλοκες ταμπέλες με αρκετά barcodes (π.χ. περιγραφές " "άρθρων). Το KBarcode έρχεται με ένα εύκολο στη χρήση WYSYWYG σχεδιαστή " "ταμπέλων, ένα οδηγό εγκατάστασης, ομαδική εισαγωγή ταμπέλων, χιλιάδες από " @@ -1286,7 +1286,7 @@ msgstr "Βρέθηκε
" #: dsmainwindow.cpp:237 msgid "" -"

To get barcode support you have to either install GNU BarcodeTo get barcode support you have to install GNU Barcode, TBarcode or PDF417 Enc.

" msgstr "" "

Για να έχετευποστήριξη barcode θα πρέπει να εγκαταστήσετε το " @@ -1594,9 +1594,9 @@ msgid "Kbarcode" msgstr "" #: main.cpp:76 -msgid "KBarcode is a barcode and label printing application for KDE 3." +msgid "KBarcode is a barcode and label printing application for TDE." msgstr "" -"Το KBarcode είναι μια εφαρμογή εκτύπωσης barcodes και ταμπελών για το KDE 3." +"Το KBarcode είναι μια εφαρμογή εκτύπωσης barcodes και ταμπελών για το TDE." #: main.cpp:81 msgid "Programmer" diff --git a/po/es.po b/po/es.po index b06eb58..eb2537f 100644 --- a/po/es.po +++ b/po/es.po @@ -955,7 +955,7 @@ msgstr "Previsualización: " #: confwizard.cpp:45 msgid "" -"KBarcode is a barcode and label printing application for KDE 3. It can be " +"KBarcode is a barcode and label printing application for TDE. It can be " "used to print every thing from simple business cards up to complex labels " "with several barcodes (e.g. article descriptions). KBarcode comes with an " "easy to use WYSIWYG label designer, a setup wizard, batch import of labels " @@ -966,7 +966,7 @@ msgid "" "barcodes like EAN, UPC, CODE39 and ISBN are supported." msgstr "" "KBarcode es una aplicación para la creación e impresión de códigos de barras " -"para KDE 3. Puede utilizarse para imprimir cualquier cosa, desde tarjetas de " +"para TDE. Puede utilizarse para imprimir cualquier cosa, desde tarjetas de " "visita hasta complicadas etiquetas con diferentes códigos de barras (p.e. " "descripciones de artículos). KBarcode incluye un diseñador visual de " "etiquetas, un asistente de configuración, importación de etiquetas por lotes " @@ -1307,7 +1307,7 @@ msgstr "Encontrado
" #: dsmainwindow.cpp:237 msgid "" -"

To get barcode support you have to either install GNU BarcodeTo get barcode support you have to install GNU Barcode, TBarcode or PDF417 Enc.

" msgstr "" "

Para tener soporte para códigos de barras, deberá instalar GNU " @@ -1616,10 +1616,10 @@ msgid "Kbarcode" msgstr "Kbarcode" #: main.cpp:76 -msgid "KBarcode is a barcode and label printing application for KDE 3." +msgid "KBarcode is a barcode and label printing application for TDE." msgstr "" "KBarcode es una aplicación para la creación e impresión de códigos de barras " -"para KDE 3." +"para TDE." #: main.cpp:81 msgid "Programmer" @@ -3069,10 +3069,10 @@ msgstr "" #~ msgid "&Data" #~ msgstr "&Datos" -#~ msgid "Kbarcode is a free, full featured barcode solution for KDE." +#~ msgid "Kbarcode is a free, full featured barcode solution for TDE." #~ msgstr "" #~ "Kbarcode es una solución libre y completa para la realización de " -#~ "códigos de barras en KDE." +#~ "códigos de barras en TDE." #~ msgid "localhost" #~ msgstr "localhost" diff --git a/po/fi.po b/po/fi.po index 16b9b98..3554d63 100644 --- a/po/fi.po +++ b/po/fi.po @@ -953,7 +953,7 @@ msgstr "Esikatselu: " #: confwizard.cpp:45 msgid "" -"KBarcode is a barcode and label printing application for KDE 3. It can be " +"KBarcode is a barcode and label printing application for TDE. It can be " "used to print every thing from simple business cards up to complex labels " "with several barcodes (e.g. article descriptions). KBarcode comes with an " "easy to use WYSIWYG label designer, a setup wizard, batch import of labels " @@ -963,7 +963,7 @@ msgid "" "simply xbarcode replacement for the creation of barcodes. All major types of " "barcodes like EAN, UPC, CODE39 and ISBN are supported." msgstr "" -"KBarcode on viivakoodien ja etikettien tulostusohjelma KDE 3:lle. Sillä voi " +"KBarcode on viivakoodien ja etikettien tulostusohjelma TDE:lle. Sillä voi " "luoda ja tulostaa niin pienempiä käyntikortteja kuin myös monimutkaisempia " "useita viivakoodeja sekä tietueita sisältäviä etikettejäkin. KBarcodeen " "kuuluu helppokäyttöinen WYSIWYG etikettieditori, asetusten ohjattu toiminto, " @@ -1302,7 +1302,7 @@ msgstr "Kyllä
" #: dsmainwindow.cpp:237 msgid "" -"

To get barcode support you have to either install GNU BarcodeTo get barcode support you have to install GNU Barcode, TBarcode or PDF417 Enc.

" msgstr "" "

Viivakoodituen mahdollistamiseksi sinun täytyy asentaa joko " @@ -1613,8 +1613,8 @@ msgid "Kbarcode" msgstr "Kbarcode" #: main.cpp:76 -msgid "KBarcode is a barcode and label printing application for KDE 3." -msgstr "KBarcode on viivakoodien ja etikettien tulostusohjelma KDE 3:lle." +msgid "KBarcode is a barcode and label printing application for TDE." +msgstr "KBarcode on viivakoodien ja etikettien tulostusohjelma TDE:lle." #: main.cpp:81 msgid "Programmer" @@ -3067,8 +3067,8 @@ msgstr "" #~ msgid "&Data" #~ msgstr "&Tiedot" -#~ msgid "Kbarcode is a free, full featured barcode solution for KDE." -#~ msgstr "Kbarcode on vapaa, täysimittainen viivakoodiratkaisu KDE:lle." +#~ msgid "Kbarcode is a free, full featured barcode solution for TDE." +#~ msgstr "Kbarcode on vapaa, täysimittainen viivakoodiratkaisu TDE:lle." #~ msgid "localhost" #~ msgstr "localhost" diff --git a/po/fr.po b/po/fr.po index 1904571..6d19889 100644 --- a/po/fr.po +++ b/po/fr.po @@ -977,7 +977,7 @@ msgstr "Aperçu " #: confwizard.cpp:45 msgid "" -"KBarcode is a barcode and label printing application for KDE 3. It can be " +"KBarcode is a barcode and label printing application for TDE. It can be " "used to print every thing from simple business cards up to complex labels " "with several barcodes (e.g. article descriptions). KBarcode comes with an " "easy to use WYSIWYG label designer, a setup wizard, batch import of labels " @@ -988,7 +988,7 @@ msgid "" "barcodes like EAN, UPC, CODE39 and ISBN are supported." msgstr "" "KBarcode est une application d'impression de code-barres et d'étiquettes " -"pour KDE 3. Elle peut être utilisée pour imprimer tout type de document, de la carte de visite aux étiquettes complexes avec plusieurs codes-barre (ex. des " +"pour TDE. Elle peut être utilisée pour imprimer tout type de document, de la carte de visite aux étiquettes complexes avec plusieurs codes-barre (ex. des " "descriptions d'articles). KBarcode possède une interface de type WYSIWYG (NdT : vous voyez ce que vous obtenez) facile à utiliser, un guide de paramétrage, une importation groupée d'étiquettes, des milliers d'étiquettes prédéfinies, des outils de gestion de base de données et des traductions dans plusieurs langues. Imprimer 10000 étiquettes d'une seule traite n'est pas un problème pour KBarcode. De plus c'est un remplacement simple pour xbarcode pour la création de codes-barre. Tous les principaux types de codes-barre, comme par exemple EAN, UPC, CODE39 et ISBN, " "sont supportés." @@ -1317,7 +1317,7 @@ msgstr "Trouvé
" #: dsmainwindow.cpp:237 msgid "" -"

To get barcode support you have to either install GNU BarcodeTo get barcode support you have to install GNU Barcode, TBarcode or PDF417 Enc.

" msgstr "

Vous devez installer GNU Barcode, TBarcode ou PDF417 Enc afin d'avoir un support des codes-barre.

" @@ -1617,10 +1617,10 @@ msgid "Kbarcode" msgstr "KBarcode" #: main.cpp:76 -msgid "KBarcode is a barcode and label printing application for KDE 3." +msgid "KBarcode is a barcode and label printing application for TDE." msgstr "" "KBarcode est une application d'impression de code-barres et d'étiquettes " -"pour KDE 3. " +"pour TDE. " #: main.cpp:81 msgid "Programmer" diff --git a/po/hu.po b/po/hu.po index 4f4d753..eceaa64 100644 --- a/po/hu.po +++ b/po/hu.po @@ -954,7 +954,7 @@ msgstr "Előnézet:" #: confwizard.cpp:45 msgid "" -"KBarcode is a barcode and label printing application for KDE 3. It can be " +"KBarcode is a barcode and label printing application for TDE. It can be " "used to print every thing from simple business cards up to complex labels " "with several barcodes (e.g. article descriptions). KBarcode comes with an " "easy to use WYSIWYG label designer, a setup wizard, batch import of labels " @@ -964,7 +964,7 @@ msgid "" "simply xbarcode replacement for the creation of barcodes. All major types of " "barcodes like EAN, UPC, CODE39 and ISBN are supported." msgstr "" -"A KBarcode egy vonalkód- és címkenyomtató alkalmazás KDE 3 alá. Segítségével " +"A KBarcode egy vonalkód- és címkenyomtató alkalmazás TDE alá. Segítségével " "egyszerű névjegykártyáktól kezdve akár több vonalkódos, összetett címkék is " "nyomtathatók. A KBarcode tartalmaz egy egyszerű WYSIWYG szövegszerkesztőt, " "beállításvarázslót, tömeges címkeimportálási lehetőséget, adatbázis-" @@ -1301,7 +1301,7 @@ msgstr "Talált
" #: dsmainwindow.cpp:237 msgid "" -"

To get barcode support you have to either install GNU BarcodeTo get barcode support you have to install GNU Barcode, TBarcode or PDF417 Enc.

" msgstr "" "

A vonalkód támogatáshoz telepítened kell vagy a GNU BarcodeKbarcode is a free, full featured barcode solution for KDE." +#~ msgid "Kbarcode is a free, full featured barcode solution for TDE." #~ msgstr "" -#~ "Kbarcode egy ingyenes, nagy tudású vonalkód-generáló program KDE alá." +#~ "Kbarcode egy ingyenes, nagy tudású vonalkód-generáló program TDE alá." #~ msgid "localhost" #~ msgstr "localhost" diff --git a/po/it.po b/po/it.po index e1230c2..312e96c 100644 --- a/po/it.po +++ b/po/it.po @@ -955,7 +955,7 @@ msgstr "Anteprima: " #: confwizard.cpp:45 msgid "" -"KBarcode is a barcode and label printing application for KDE 3. It can be " +"KBarcode is a barcode and label printing application for TDE. It can be " "used to print every thing from simple business cards up to complex labels " "with several barcodes (e.g. article descriptions). KBarcode comes with an " "easy to use WYSIWYG label designer, a setup wizard, batch import of labels " @@ -965,7 +965,7 @@ msgid "" "simply xbarcode replacement for the creation of barcodes. All major types of " "barcodes like EAN, UPC, CODE39 and ISBN are supported." msgstr "" -"KBarcode è un'applicazione per KDE3 per stampare etichette e codici a barre. " +"KBarcode è un'applicazione per TDE per stampare etichette e codici a barre. " "Può essere utilizzato per stampare biglietti da visita come complesse " "etichette con codici a barre (es. descrizioni articoli). KBarcode ha " "un'interfaccia semplice da utilizzare per progettare le etichette, un wizard " @@ -1305,7 +1305,7 @@ msgstr "Trovato
" #: dsmainwindow.cpp:237 msgid "" -"

To get barcode support you have to either install GNU BarcodeTo get barcode support you have to install GNU Barcode, TBarcode or PDF417 Enc.

" msgstr "" "

Per avere il supporto per il codice a barre devi installare sia " @@ -1614,7 +1614,7 @@ msgid "Kbarcode" msgstr "Kbarcode" #: main.cpp:76 -msgid "KBarcode is a barcode and label printing application for KDE 3." +msgid "KBarcode is a barcode and label printing application for TDE." msgstr "KBarcode è un'applicazione per creare etichette e codici a barre." #: main.cpp:81 @@ -3055,7 +3055,7 @@ msgstr "" #~ msgid "&Data" #~ msgstr "&Dati" -#~ msgid "Kbarcode is a free, full featured barcode solution for KDE." +#~ msgid "Kbarcode is a free, full featured barcode solution for TDE." #~ msgstr "Kbarcode è una soluzione per la gestione dei codici a barre." #~ msgid "localhost" diff --git a/po/nl.po b/po/nl.po index bf5aaf0..a376f2d 100644 --- a/po/nl.po +++ b/po/nl.po @@ -946,7 +946,7 @@ msgstr "Voorbeeld: " #: confwizard.cpp:45 msgid "" -"KBarcode is a barcode and label printing application for KDE 3. It can be " +"KBarcode is a barcode and label printing application for TDE. It can be " "used to print every thing from simple business cards up to complex labels " "with several barcodes (e.g. article descriptions). KBarcode comes with an " "easy to use WYSIWYG label designer, a setup wizard, batch import of labels " @@ -956,7 +956,7 @@ msgid "" "simply xbarcode replacement for the creation of barcodes. All major types of " "barcodes like EAN, UPC, CODE39 and ISBN are supported." msgstr "" -"KBarcode is een barcode en label afdruk toepassing voor KDE 3. Het kan " +"KBarcode is een barcode en label afdruk toepassing voor TDE. Het kan " "gebruikt worden om alles te printen van een simpel visite kaartje tot " "complexe labels met meerdere barcodes (bv. artikel beschrijvingen). KBarcode " "levert een eenvoudige WYSIWYG label designer, een instelling wizard, batch " @@ -1296,7 +1296,7 @@ msgstr "Gevonden
" #: dsmainwindow.cpp:237 msgid "" -"

To get barcode support you have to either install GNU BarcodeTo get barcode support you have to install GNU Barcode, TBarcode or PDF417 Enc.

" msgstr "" "

Voor barcode ondersteuning installeer a.u.b. GNU Barcode, " @@ -1604,8 +1604,8 @@ msgid "Kbarcode" msgstr "Kbarcode" #: main.cpp:76 -msgid "KBarcode is a barcode and label printing application for KDE 3." -msgstr "KBarcode is een barcode and label afdruk toepassing voor KDE 3." +msgid "KBarcode is a barcode and label printing application for TDE." +msgstr "KBarcode is een barcode and label afdruk toepassing voor TDE." #: main.cpp:81 msgid "Programmer" diff --git a/po/pl.po b/po/pl.po index 029e611..3e3fae6 100644 --- a/po/pl.po +++ b/po/pl.po @@ -948,7 +948,7 @@ msgstr "Podgląd:" #: confwizard.cpp:45 msgid "" -"KBarcode is a barcode and label printing application for KDE 3. It can be " +"KBarcode is a barcode and label printing application for TDE. It can be " "used to print every thing from simple business cards up to complex labels " "with several barcodes (e.g. article descriptions). KBarcode comes with an " "easy to use WYSIWYG label designer, a setup wizard, batch import of labels " @@ -958,7 +958,7 @@ msgid "" "simply xbarcode replacement for the creation of barcodes. All major types of " "barcodes like EAN, UPC, CODE39 and ISBN are supported." msgstr "" -"KBarcode jest aplikacją KDE 3, która drukuje kody kreskowe i etykiety. Może " +"KBarcode jest aplikacją TDE, która drukuje kody kreskowe i etykiety. Może " "być stosowana do drukowania wszystkiego począwszy od prostych wizytówek aż " "po skomplikowane etykiety z kilkoma kodami kreskowymi (np. opisy artykułów). " "KBarcode zawiera przyjaznego w użyciu rysownika WYSIWYG, asystenta " @@ -1297,7 +1297,7 @@ msgstr "Znaleziono
" #: dsmainwindow.cpp:237 msgid "" -"

To get barcode support you have to either install GNU BarcodeTo get barcode support you have to install GNU Barcode, TBarcode or PDF417 Enc.

" msgstr "" "

Do obsługi kodów potrzebna jest instalacja GNU Barcode , " @@ -1605,8 +1605,8 @@ msgid "Kbarcode" msgstr "Kbarcode" #: main.cpp:76 -msgid "KBarcode is a barcode and label printing application for KDE 3." -msgstr "KBarcode jest aplikacją KDE 3, która drukuje kody paskowe i etykiety." +msgid "KBarcode is a barcode and label printing application for TDE." +msgstr "KBarcode jest aplikacją TDE, która drukuje kody paskowe i etykiety." #: main.cpp:81 msgid "Programmer" diff --git a/po/sv.po b/po/sv.po index f9b55d2..2bd47f5 100644 --- a/po/sv.po +++ b/po/sv.po @@ -967,7 +967,7 @@ msgstr "Förhandsgranskning: " #: confwizard.cpp:45 msgid "" -"KBarcode is a barcode and label printing application for KDE 3. It can be " +"KBarcode is a barcode and label printing application for TDE. It can be " "used to print every thing from simple business cards up to complex labels " "with several barcodes (e.g. article descriptions). KBarcode comes with an " "easy to use WYSIWYG label designer, a setup wizard, batch import of labels " @@ -977,7 +977,7 @@ msgid "" "simply xbarcode replacement for the creation of barcodes. All major types of " "barcodes like EAN, UPC, CODE39 and ISBN are supported." msgstr "" -"KBarcode är ett streckkods- och etikettprogram för KDE 3. Programmet kan " +"KBarcode är ett streckkods- och etikettprogram för TDE. Programmet kan " "användas till att skriva ut allt från enkla visitkort till mer invecklade " "etiketter som innehåller flere streckkoder (t.ex beskrivningar på " "artiklar). KBarcode kommer med en WYSIWYG etikettdesigner som är lätt att " @@ -1323,7 +1323,7 @@ msgstr "" #: dsmainwindow.cpp:237 msgid "" -"

To get barcode support you have to either install GNU BarcodeTo get barcode support you have to install GNU Barcode, TBarcode or PDF417 Enc.

" msgstr "" @@ -1643,8 +1643,8 @@ msgid "Kbarcode" msgstr "Kbarcode" #: main.cpp:76 -msgid "KBarcode is a barcode and label printing application for KDE 3." -msgstr "KBarcode är ett streckkods- och etikettutskriftsprogram för KDE 3" +msgid "KBarcode is a barcode and label printing application for TDE." +msgstr "KBarcode är ett streckkods- och etikettutskriftsprogram för TDE" #: main.cpp:81 msgid "Programmer" @@ -3037,8 +3037,8 @@ msgstr "" #~ msgid "&Data" #~ msgstr "&Data" -#~ msgid "Kbarcode is a free, full featured barcode solution for KDE." -#~ msgstr "Kbarcode är en fri, fullständig sreckkodslösning för KDE." +#~ msgid "Kbarcode is a free, full featured barcode solution for TDE." +#~ msgstr "Kbarcode är en fri, fullständig sreckkodslösning för TDE." #~ msgid "localhost" #~ msgstr "localhost" diff --git a/po/tr.po b/po/tr.po index 2acf5cf..3be605a 100644 --- a/po/tr.po +++ b/po/tr.po @@ -894,7 +894,7 @@ msgstr "Öngörünüm: " #: confwizard.cpp:45 msgid "" -"KBarcode is a barcode and label printing application for KDE 3. It can be " +"KBarcode is a barcode and label printing application for TDE. It can be " "used to print every thing from simple business cards up to complex labels " "with several barcodes (e.g. article descriptions). KBarcode comes with an " "easy to use WYSIWYG label designer, a setup wizard, batch import of labels " @@ -904,7 +904,7 @@ msgid "" "simply xbarcode replacement for the creation of barcodes. All major types of " "barcodes like EAN, UPC, CODE39 and ISBN are supported." msgstr "" -"KBarcode, KDE 3 için bir barkod ve etiket yazdırma uygulamasıdır. Basit " +"KBarcode, TDE için bir barkod ve etiket yazdırma uygulamasıdır. Basit " "kartvizitlerden, birçok barkod tipine sahip (ör. madde açıklamaları) " "karmaşık etiketlere kadar hemen her şeyi yazdırmada kullanılabilir. " "KBarcode, bir \"ne görürsen onu alırsın\" etiket tasarımcısı, bir ayarlama " @@ -1234,7 +1234,7 @@ msgstr "Bulundu
" #: dsmainwindow.cpp:237 msgid "" -"

To get barcode support you have to either install GNU BarcodeTo get barcode support you have to install GNU Barcode, TBarcode or PDF417 Enc.

" msgstr "" "

barkode desteğinin olması için GNU Barcode, TBarcode " @@ -1533,8 +1533,8 @@ msgid "Kbarcode" msgstr "Kbarcode" #: main.cpp:76 -msgid "KBarcode is a barcode and label printing application for KDE 3." -msgstr "KBarcode, KDE 3 için bir barkod ve etiket yazdırma uygulamasıdır." +msgid "KBarcode is a barcode and label printing application for TDE." +msgstr "KBarcode, TDE için bir barkod ve etiket yazdırma uygulamasıdır." #: main.cpp:81 msgid "Programmer" diff --git a/subdirs b/subdirs index 5de4d8b..1d55bf8 100644 --- a/subdirs +++ b/subdirs @@ -1,3 +1,4 @@ +doc fileplugin kbarcode po