From 05e59ff031adfca61feb45ff88263c71847b6fcc Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Wed, 29 Mar 2000 11:45:07 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2130 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 6 + Docs/C/xacc-print-check.html | 97 +++ Docs/C/xacc-print.html | 11 +- README.irix | 32 - README.sco | 43 - po/de.po | 835 +++++++++++-------- po/en_GB.po | 939 ++++++++++++--------- po/fr.po | 832 +++++++++++-------- po/gnucash.pot | 933 ++++++++++++--------- po/guile_strings.txt | 12 +- po/sv.po | 832 +++++++++++-------- src/TODO | 8 - src/engine/Group.c | 104 ++- src/engine/Group.h | 57 +- src/engine/Query.c | 14 +- src/gnome/dialog-print-check.c | 285 +++++++ src/gnome/dialog-print-check.h | 63 ++ src/gnome/dialog-qif-import.c | 20 +- src/gnome/glade-cb-gnc-dialogs.h | 16 + src/gnome/glade-gnc-dialogs.c | 544 ++++++++++++- src/gnome/glade-gnc-dialogs.h | 1 + src/gnome/gnc-dialogs.glade | 1301 ++++++++++++++++++++++++------ src/gnome/print-session.c | 90 ++- src/gnome/print-session.h | 13 +- src/gnome/window-register.c | 10 +- src/scm/html-generator.scm | 26 +- src/scm/options.scm | 13 +- src/scm/report/folio.scm | 237 +++--- src/scm/report/hello-world.scm | 8 +- src/top-level.h | 2 + 30 files changed, 5026 insertions(+), 2358 deletions(-) create mode 100644 Docs/C/xacc-print-check.html delete mode 100644 README.irix delete mode 100644 README.sco delete mode 100644 src/TODO create mode 100644 src/gnome/dialog-print-check.c create mode 100644 src/gnome/dialog-print-check.h diff --git a/ChangeLog b/ChangeLog index 1f526da998..de4143f568 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-03-29 Dave Peticolas + + * src/engine/Group.c: added some new transaction traversal code + + * src/scm/report/folio.scm: implement the old eperl report + 2000-03-28 Robert Graham Merkel * man/gnc-prices.1: new file. Man page for gnc-prices. Somebody diff --git a/Docs/C/xacc-print-check.html b/Docs/C/xacc-print-check.html new file mode 100644 index 0000000000..7c148ece69 --- /dev/null +++ b/Docs/C/xacc-print-check.html @@ -0,0 +1,97 @@ + + + + + + + Printing Checks + + + +

Printing Checks

+ +

You may print a GnuCash transaction as a check by selecting + "Print Check" from the Transaction menu in a register display + window. + +

In the Print Check dialog, select the style of check form that + you wish to use, the position of the check on the page, and the + format for printing the date on the check. Clicking OK + will take you to the GnuCash Printing + dialog, which will allow you to preview the check, select a + printer and paper size, and start the print job. + +

Check format

+ +

In order to print a check, it is necessary to know where the + pre-printed lines and boxes are on the check form. There are two + widely-used standard check formats: Quicken/QuickBooks (tm) + compatible, and Microsoft Money (tm) compatible. + +

By default, the check format is Quicken/QuickBooks, + which prints to any Quicken-compatible check forms. + +

Custom Check Format

+ +

If you wish to print to a type of check form that is not in + the Check Format option menu, select Custom in + the format menu and enter the positions of the various check + fields in the entry boxes below. + +

Positions in the Custom Check Format entry area are specified + with x = 0 at the left edge of the check with x increasing to the + right, and y = 0 at the bottom edge of the check with y increasing + as you travel up. Numbers may be entered as integer or floating + point values. The length units specified in the Units + option menu are used to interpret all values entered in the custom + check format area. + +

If you arrive at a working set of Custom Check Format + parameters for a commercially-available printable check form, + please submit them to gnucash-devel@gnucash.org so we can + include them as standard in a future release. + +

Check position

+ +

Printable check forms are available in several styles. In + general, each printable sheet is divided into three sections, and + each section can be either a check or a stub. The Check Position + option menu allows you to select which section of the page + contains the check you wish to print to. Top, + Middle, and Bottom should be defined correctly + for check forms using the paper size that you select in the + printing dialog. + +

Custom check position

+ +

If the preset check positions do not work correctly for your + check forms, you may choose Custom from the Check + Position option menu and enter a position for the check in the + Check Position entry. Enter the distance along the left + edge of the paper from the lower left-hand corner of the page to + the lower left-hand corner of the check. The units of this + measurement are those selected in the "Units" option menu. + +

Date format

+ +

Select your preferred date format from the picker. The picker + shows a sample date of "December 31, 2000" for all formats, but + your date will be substituted when printing. + +

The "MM/DD/YY" and "DD/MM/YY" formats are available, but they + are strongly discouraged since they cannot always be + distinguished from each other. Please use a format with a full + or abbreviated month name instead of a number. + +

Custom date format

+ +

If you wish to use another date format besides those available + in the picker, select Custom and enter a + date-formatting string in the Date Format entry in the + custom settings area. If custom date format is selected, this + string is passed to strftime(3) as a format specifier. + + + + diff --git a/Docs/C/xacc-print.html b/Docs/C/xacc-print.html index 817baa6df8..4e85d84e49 100644 --- a/Docs/C/xacc-print.html +++ b/Docs/C/xacc-print.html @@ -11,10 +11,15 @@

Printing

-

At present, GnuCash does not support any sort of printer - output. However, you may create a printout of the register +

At present, the only type of printing directly supported by + GnuCash is check printing. + Other types of printing are expected to be supported soon. + +

You may create a printout of the register window contents by opening a register window and selecting - Print... To File from the File menu. Reports can also be exported as HTML. + Print... To File from the File menu. + Reports can also be + exported as HTML.

GnuCash as Web Server

diff --git a/README.irix b/README.irix deleted file mode 100644 index 8a58a9c3af..0000000000 --- a/README.irix +++ /dev/null @@ -1,32 +0,0 @@ - -X-Accountant for SGI Irix -------------------------- - -xacc.inst.tar (540 K) contains a binary compiled for SGI Irix systems. - -Installing: ------------ - - 1.download - 2.untar into a directory - 3.inst -f xacc - 4.go - 5.quit - -Running: --------- -Type /usr/local/bin/xacc at the command line/ - -Remember to set XACC_HELP to /usr/local/xacc/Docs if you want to be able -to access the online help. - -There are sample xacc data files in /usr/local/xacc/data. - -I also suggest setting the X resource: -xacc*sgiMode: true -This makes xacc look much more sgi-ish. - -For additional notes, consult -http://www-personal.engin.umich.edu/~tkludy/xacc-sgi.html - --- Tom Kludy tkludy@csd.sgi.com December 1997 diff --git a/README.sco b/README.sco deleted file mode 100644 index 6896c6db34..0000000000 --- a/README.sco +++ /dev/null @@ -1,43 +0,0 @@ - -I have built and tested Xacc on SCO OpenServer 5.0.4 and UnixWare 7. -To build on SCO OpenServer, run the following commands: - - # ./Configure-osr5 - # make depend - # make - # make install - # cp Xacc /usr/lib/X11/app-defaults/Xacc - -Ignore the make depend warnings for now. - -The build environment for OpenServer included the GNU C Compiler 2.7.2.1 -from SCO Skunkware 97 and the Glib graphics libraries package from -SCO Skunkware 97. The runtime environment for the OpenServer Xacc includes -the Glib graphics libraries package from SCO Skunkware 97. - -You can retrieve binary distributions of the GNU C Compiler, Glib, and -Xacc from http://www.sco.com/skunkware/ - -To build Xacc on UnixWare 7, run the following commands: - - # cp configure configure-orig - # cp configure-uw7 configure - # ./Configure-uw7 - # make depend - # make - # make install - # cp Xacc /usr/X/lib/X11/app-defaults/Xacc - -The build environment for UnixWare 7 included the GNU C Compiler 2.8.0 -from SCO Skunkware 7 and the glib graphics libraries package from -SCO Skunkware 7. The runtime environment for the UnixWare 7 Xacc includes -the glib graphics libraries package from SCO Skunkware 7. - -You can retrieve binary distributions of the GNU C Compiler, glib, and -Xacc from http://www.sco.com/skunkware/uw7/ - -Ron Record -rr@sco.com -12-Feb-98 - - diff --git a/po/de.po b/po/de.po index bdc57015d3..bd6010beec 100644 --- a/po/de.po +++ b/po/de.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gnucash 1.3.1\n" -"POT-Creation-Date: 2000-03-27 00:01-0800\n" +"POT-Creation-Date: 2000-03-29 03:34-0800\n" "PO-Revision-Date: 2000-03-16 15:20+0100\n" "Last-Translator: Jan-Uwe Finck \n" "Language-Team: LANGUAGE \n" @@ -467,7 +467,7 @@ msgstr "Gew msgid "Delete the current transaction" msgstr "Buchung löschen" -#: messages-i18n.c:78 po/guile_strings.txt:119 +#: messages-i18n.c:78 po/guile_strings.txt:124 msgid "Show transactions on two lines with more information" msgstr "Transkationen auf zwei Zeilen mit mehr Informationen anzeigen" @@ -617,7 +617,7 @@ msgstr "Standardeinstellung wiederherstellen" msgid "Show all of the transactions in the account" msgstr "Alle Buchungen anzeigen" -#: messages-i18n.c:114 po/guile_strings.txt:123 +#: messages-i18n.c:114 po/guile_strings.txt:128 msgid "Show transactions on single lines" msgstr "Anzeigen der Buchungen auf einer Zeile" @@ -821,7 +821,7 @@ msgstr "Transferieren" msgid "Account Code" msgstr "Kontonummer (intern)" -#: messages-i18n.c:165 po/guile_strings.txt:6 +#: messages-i18n.c:165 po/guile_strings.txt:7 msgid "Account Name" msgstr "Kontobezeichnung" @@ -833,11 +833,11 @@ msgstr "Kontoart" msgid "Adjust Balance" msgstr "Saldo berichtigen" -#: messages-i18n.c:168 po/guile_strings.txt:251 +#: messages-i18n.c:168 po/guile_strings.txt:259 msgid "Auto Double" msgstr " Auto-Doppel" -#: messages-i18n.c:169 po/guile_strings.txt:57 +#: messages-i18n.c:169 po/guile_strings.txt:62 msgid "Auto Single" msgstr "Auto-Einzel-Zeile" @@ -869,7 +869,7 @@ msgstr "Konto l msgid "Delete Transaction" msgstr "Buchung löschen" -#: messages-i18n.c:177 po/guile_strings.txt:16 +#: messages-i18n.c:177 po/guile_strings.txt:19 msgid "Double Line" msgstr "Doppellinie" @@ -913,11 +913,11 @@ msgstr "Verlorene Konten" msgid "Money Market" msgstr "Geldmarkt" -#: messages-i18n.c:188 po/guile_strings.txt:47 +#: messages-i18n.c:188 po/guile_strings.txt:51 msgid "Multi Line" msgstr "Multizeilen" -#: messages-i18n.c:189 po/guile_strings.txt:3 +#: messages-i18n.c:189 po/guile_strings.txt:4 msgid "Mutual Fund" msgstr "Investmentfonds" @@ -1041,7 +1041,7 @@ msgstr "Zeige den ersten" msgid "Show Latest" msgstr "Zeige den letzten" -#: messages-i18n.c:220 po/guile_strings.txt:156 +#: messages-i18n.c:220 po/guile_strings.txt:162 msgid "Single Line" msgstr "Einfache Zeile" @@ -1105,7 +1105,7 @@ msgstr "Transferiere auf" msgid "About" msgstr "Über" -#: messages-i18n.c:236 po/guile_strings.txt:52 +#: messages-i18n.c:236 po/guile_strings.txt:56 msgid "Account" msgstr "Konto" @@ -1130,7 +1130,7 @@ msgstr "Aktion" msgid "Activities" msgstr "Aktivitäten" -#: messages-i18n.c:242 po/guile_strings.txt:46 +#: messages-i18n.c:242 po/guile_strings.txt:50 msgid "Amount" msgstr "Betrag" @@ -1142,7 +1142,7 @@ msgstr "Wertsteigerung" msgid "Phone" msgstr "Telefon" -#: messages-i18n.c:245 po/guile_strings.txt:141 +#: messages-i18n.c:245 po/guile_strings.txt:146 #: src/gnome/glade-gnc-dialogs.c:626 msgid "Asset" msgstr "Vermögen" @@ -1159,11 +1159,11 @@ msgstr "Geldautomat" msgid "Back" msgstr "Zurück" -#: messages-i18n.c:249 po/guile_strings.txt:11 +#: messages-i18n.c:249 po/guile_strings.txt:12 msgid "Balance" msgstr "Saldo" -#: messages-i18n.c:250 po/guile_strings.txt:89 +#: messages-i18n.c:250 po/guile_strings.txt:94 #: src/gnome/glade-gnc-dialogs.c:620 msgid "Bank" msgstr "Bank" @@ -1184,7 +1184,7 @@ msgstr "Kauf" msgid "Cancel" msgstr "Abbrechen" -#: messages-i18n.c:255 po/guile_strings.txt:111 +#: messages-i18n.c:255 po/guile_strings.txt:116 #: src/gnome/glade-gnc-dialogs.c:623 msgid "Cash" msgstr "Bargeld" @@ -1222,7 +1222,7 @@ msgstr " msgid "Create" msgstr "Anlegen" -#: messages-i18n.c:264 po/guile_strings.txt:204 +#: messages-i18n.c:264 po/guile_strings.txt:211 #: src/gnome/glade-gnc-dialogs.c:629 msgid "Credit" msgstr "Haben" @@ -1231,16 +1231,16 @@ msgstr "Haben" msgid "Credits" msgstr "Kredite" -#: messages-i18n.c:266 po/guile_strings.txt:107 +#: messages-i18n.c:266 po/guile_strings.txt:112 #: src/gnome/glade-gnc-dialogs.c:641 msgid "Currency" msgstr "Währung" -#: messages-i18n.c:267 po/guile_strings.txt:5 +#: messages-i18n.c:267 po/guile_strings.txt:6 msgid "Date" msgstr "Datum" -#: messages-i18n.c:268 po/guile_strings.txt:29 +#: messages-i18n.c:268 po/guile_strings.txt:32 msgid "Debit" msgstr "Soll" @@ -1268,7 +1268,7 @@ msgstr "Gutschrift" msgid "Depreciation" msgstr "Kursverlust" -#: messages-i18n.c:275 po/guile_strings.txt:124 +#: messages-i18n.c:275 po/guile_strings.txt:129 msgid "Description" msgstr "Beschreibung" @@ -1296,7 +1296,7 @@ msgstr "Wiederholen" msgid "Edit" msgstr "Bearbeiten" -#: messages-i18n.c:282 po/guile_strings.txt:7 +#: messages-i18n.c:282 po/guile_strings.txt:8 #: src/gnome/glade-gnc-dialogs.c:650 msgid "Equity" msgstr "Nettowert" @@ -1305,7 +1305,7 @@ msgstr "Nettowert" msgid "Exit" msgstr "Beenden" -#: messages-i18n.c:284 po/guile_strings.txt:264 +#: messages-i18n.c:284 po/guile_strings.txt:274 #: src/gnome/glade-gnc-dialogs.c:647 msgid "Expense" msgstr "Ausgabe" @@ -1314,7 +1314,7 @@ msgstr "Ausgabe" msgid "Export" msgstr "Exportieren" -#: messages-i18n.c:286 po/guile_strings.txt:290 +#: messages-i18n.c:286 po/guile_strings.txt:300 msgid "Extensions" msgstr "Erweiterungen" @@ -1330,7 +1330,7 @@ msgstr "Datei" msgid "Forward" msgstr "Vorwärts" -#: messages-i18n.c:290 po/guile_strings.txt:101 +#: messages-i18n.c:290 po/guile_strings.txt:106 msgid "From" msgstr "Von" @@ -1346,7 +1346,7 @@ msgstr "Hilfe" msgid "Import" msgstr "QIF-File importieren" -#: messages-i18n.c:294 po/guile_strings.txt:198 +#: messages-i18n.c:294 po/guile_strings.txt:205 #: src/gnome/glade-gnc-dialogs.c:644 msgid "Income" msgstr "Einnahme" @@ -1363,7 +1363,7 @@ msgstr "Beteiligung" msgid "Jump" msgstr "Sprung" -#: messages-i18n.c:298 po/guile_strings.txt:159 +#: messages-i18n.c:298 po/guile_strings.txt:165 #: src/gnome/glade-gnc-dialogs.c:632 msgid "Liability" msgstr "Verbindlichkeiten" @@ -1380,7 +1380,7 @@ msgstr "Darlehen" msgid "LTCG" msgstr "Zinsen aus langfristigen Kapitalanlagen" -#: messages-i18n.c:302 po/guile_strings.txt:23 +#: messages-i18n.c:302 po/guile_strings.txt:26 msgid "Memo" msgstr "Memo" @@ -1392,15 +1392,16 @@ msgstr "Neu" msgid "No" msgstr "Nein" -#: messages-i18n.c:305 +#: messages-i18n.c:305 src/gnome/print-session.c:108 +#: src/gnome/print-session.c:197 msgid "(none)" msgstr "(kein(e))" -#: messages-i18n.c:306 po/guile_strings.txt:170 +#: messages-i18n.c:306 po/guile_strings.txt:176 msgid "Notes" msgstr "Notizen" -#: messages-i18n.c:307 po/guile_strings.txt:143 +#: messages-i18n.c:307 po/guile_strings.txt:148 msgid "Num" msgstr "Num" @@ -1440,7 +1441,7 @@ msgstr "Einstellungen" msgid "Price" msgstr "Preis" -#: messages-i18n.c:317 src/gnome/glade-gnc-dialogs.c:978 +#: messages-i18n.c:317 src/gnome/glade-gnc-dialogs.c:971 msgid "Print" msgstr "Drucken" @@ -1468,11 +1469,11 @@ msgstr "Abstimmen" msgid "Record" msgstr "Eintragen" -#: messages-i18n.c:324 po/guile_strings.txt:175 +#: messages-i18n.c:324 po/guile_strings.txt:181 msgid "Register" msgstr "Register" -#: messages-i18n.c:325 po/guile_strings.txt:169 +#: messages-i18n.c:325 po/guile_strings.txt:175 msgid "Report" msgstr "Bericht" @@ -1492,7 +1493,7 @@ msgstr "Ersparnisse" msgid "Scrub" msgstr "Ausbuchen" -#: messages-i18n.c:330 po/guile_strings.txt:155 +#: messages-i18n.c:330 po/guile_strings.txt:161 msgid "Security" msgstr "Sicherheit" @@ -1524,7 +1525,7 @@ msgstr "Split" msgid "STCG" msgstr "Zinsen aus kurzfristigen Anlagen" -#: messages-i18n.c:338 po/guile_strings.txt:288 +#: messages-i18n.c:338 po/guile_strings.txt:298 #: src/gnome/glade-gnc-dialogs.c:635 msgid "Stock" msgstr "Depot" @@ -1541,7 +1542,7 @@ msgstr " msgid "Teller" msgstr "Zähler" -#: messages-i18n.c:342 po/guile_strings.txt:244 +#: messages-i18n.c:342 po/guile_strings.txt:252 msgid "To" msgstr "Zu" @@ -1553,7 +1554,7 @@ msgstr "Heute" msgid "Total" msgstr "Gesamt" -#: messages-i18n.c:345 po/guile_strings.txt:246 +#: messages-i18n.c:345 po/guile_strings.txt:254 #: src/gnome/glade-gnc-dialogs.c:354 src/gnome/glade-gnc-dialogs.c:408 msgid "Type" msgstr "Typ" @@ -1566,7 +1567,7 @@ msgstr "Transaktion" msgid "Transfer" msgstr "Transfer" -#: messages-i18n.c:348 +#: messages-i18n.c:348 po/guile_strings.txt:57 msgid "Value" msgstr "Wert" @@ -1594,70 +1595,84 @@ msgstr "String Option" msgid "Second Option" msgstr "Zweite Option" -#: po/guile_strings.txt:4 +#: po/guile_strings.txt:3 +#, fuzzy +msgid "Cost" +msgstr "Schliessen" + +#: po/guile_strings.txt:5 msgid "Status" msgstr "" -#: po/guile_strings.txt:8 +#: po/guile_strings.txt:9 msgid "Account Separator" msgstr "Kontentrenner" -#: po/guile_strings.txt:9 +#: po/guile_strings.txt:10 msgid "" "The default background color for splits in multi-line mode and the auto modes" msgstr "" "Der Standard Hintergrund für Splits im Multi-Linien-Modus und im Auto-Modus" -#: po/guile_strings.txt:10 +#: po/guile_strings.txt:11 msgid "Auto-Raise Lists" msgstr "Listen automatisch aufklappen" -#: po/guile_strings.txt:12 +#: po/guile_strings.txt:13 msgid "Secondary Sort Order" msgstr "Sekundäre Sortierreihenfolge" -#: po/guile_strings.txt:13 +#: po/guile_strings.txt:14 +msgid "Stock Portfolio Valuation" +msgstr "" + +#: po/guile_strings.txt:15 +#, fuzzy +msgid "Stock Portfolio" +msgstr "Portfolio" + +#: po/guile_strings.txt:16 msgid "The types of accounts for which balances are sign-reversed" msgstr "" -#: po/guile_strings.txt:14 +#: po/guile_strings.txt:17 msgid "The Good" msgstr "Das Gute" -#: po/guile_strings.txt:15 +#: po/guile_strings.txt:18 #, c-format msgid "The current time is %s." msgstr "Es ist jetzt %s Uhr." -#: po/guile_strings.txt:17 +#: po/guile_strings.txt:20 msgid "Use a 24 hour (instead of a 12 hour) time format." msgstr "24 Stunden-Format statt 12 Stunden-Format" -#: po/guile_strings.txt:18 +#: po/guile_strings.txt:21 msgid "Income:Salary:Taxable" msgstr "Einnahmen:Einkommen:zu versteuern" -#: po/guile_strings.txt:19 +#: po/guile_strings.txt:22 msgid "Type of budget report" msgstr "Budget-Reportstyp" -#: po/guile_strings.txt:20 +#: po/guile_strings.txt:23 msgid "reg_win_width" msgstr "" -#: po/guile_strings.txt:21 +#: po/guile_strings.txt:24 msgid "Balancing" msgstr "Saldo" -#: po/guile_strings.txt:22 +#: po/guile_strings.txt:25 msgid "Time" msgstr "Zeit" -#: po/guile_strings.txt:24 +#: po/guile_strings.txt:27 msgid "International" msgstr "International" -#: po/guile_strings.txt:25 +#: po/guile_strings.txt:28 msgid "" "The background color for an active split in multi-line mode and the auto " "modes" @@ -1665,216 +1680,221 @@ msgstr "" "Die Hintergrundfarbe für einen aktiven Split im Multi-Zeilen-Modus und im " "Auto-Zeilen-Modus" -#: po/guile_strings.txt:26 +#: po/guile_strings.txt:29 msgid "Double mode active background" msgstr "Doppel-Modus aktiver Hintergrund" -#: po/guile_strings.txt:27 +#: po/guile_strings.txt:30 msgid "This is a string option" msgstr "Dies ist eine String-Option" -#: po/guile_strings.txt:28 +#: po/guile_strings.txt:31 msgid "Main Window" msgstr "Hauptfenster" -#: po/guile_strings.txt:30 +#: po/guile_strings.txt:33 msgid "_Account Transactions" msgstr "Konten Transkationen" -#: po/guile_strings.txt:31 +#: po/guile_strings.txt:34 #, c-format msgid "The date option is %s." msgstr "Die Datums-Option ist %s." -#: po/guile_strings.txt:32 +#: po/guile_strings.txt:35 msgid "Account Transactions" msgstr "Konten Transkationen" -#: po/guile_strings.txt:33 +#: po/guile_strings.txt:36 msgid "UK" msgstr "UK" -#: po/guile_strings.txt:34 +#: po/guile_strings.txt:37 msgid "Sort by date" msgstr "Nach Datum sortieren" -#: po/guile_strings.txt:35 +#: po/guile_strings.txt:38 #, c-format msgid "Report for %s and all subaccounts." msgstr "" -#: po/guile_strings.txt:36 +#: po/guile_strings.txt:39 msgid "Account types to display" msgstr "Kontoarten, die angezeigt werden sollen" -#: po/guile_strings.txt:37 +#: po/guile_strings.txt:40 msgid "Gain And Loss" msgstr "Gewinn und Verlust" -#: po/guile_strings.txt:38 +#: po/guile_strings.txt:41 msgid "Double click expands parent accounts" msgstr "Doppelklick vergrössert die 'Haupt'-Konten" -#: po/guile_strings.txt:39 +#: po/guile_strings.txt:42 msgid "main_win_height" msgstr "Haupt-Fenster-Höhe" -#: po/guile_strings.txt:40 +#: po/guile_strings.txt:43 msgid "Boolean Option" msgstr "Boolean Option" -#: po/guile_strings.txt:41 +#: po/guile_strings.txt:44 msgid "Income-Salary-Taxable" msgstr "zu versteuerndes Einkommen" -#: po/guile_strings.txt:42 +#: po/guile_strings.txt:45 +#, fuzzy +msgid "_Stock Portfolio" +msgstr "Portfolio" + +#: po/guile_strings.txt:46 msgid "Testing" msgstr "Test" -#: po/guile_strings.txt:43 +#: po/guile_strings.txt:47 msgid "US-style: mm/dd/yyyy" msgstr "US-Stil : Monat/Tag/Jahr" -#: po/guile_strings.txt:44 +#: po/guile_strings.txt:48 #, fuzzy msgid "You have not selected an account." msgstr "Wählen sie ein Konto zum Ausbuchen" -#: po/guile_strings.txt:45 +#: po/guile_strings.txt:49 msgid "By default, show every transaction in an account." msgstr "Standardeinstellung: Zeige jede Transaktion im Konto" -#: po/guile_strings.txt:48 +#: po/guile_strings.txt:52 msgid "View" msgstr "Betrachten" -#: po/guile_strings.txt:49 +#: po/guile_strings.txt:53 msgid "The default background color for odd rows in double mode" msgstr "Standard Hintergrundfarbe für Zeilen im Doppel-Zeilen-Modus" -#: po/guile_strings.txt:50 +#: po/guile_strings.txt:54 msgid "UK-style dd/mm/yyyy" msgstr "UK-Stil: Tag/Monat/Jahr" -#: po/guile_strings.txt:51 +#: po/guile_strings.txt:55 msgid "Show all columns" msgstr "Alle Spalten anzeigen" -#: po/guile_strings.txt:53 +#: po/guile_strings.txt:58 msgid "Header background" msgstr "Überschrift-Hintergrund" -#: po/guile_strings.txt:54 +#: po/guile_strings.txt:59 msgid "Sorting" msgstr "Sortieren" -#: po/guile_strings.txt:55 +#: po/guile_strings.txt:60 msgid "Show icons only" msgstr "Nur Icons zeigen" -#: po/guile_strings.txt:56 +#: po/guile_strings.txt:61 msgid "The default background color for odd rows in single mode" msgstr "Standard Hintergrundfarbe für Zeilen im Einzel-Zeilen-Modus" -#: po/guile_strings.txt:58 +#: po/guile_strings.txt:63 msgid "Display the Hello, World report." msgstr "Den 'Hallo Welt'-Report anzeigen" -#: po/guile_strings.txt:59 +#: po/guile_strings.txt:64 #, fuzzy msgid "Gain" msgstr "Gewinn/Verlust" -#: po/guile_strings.txt:60 +#: po/guile_strings.txt:65 msgid "Hello Again" msgstr "Hallo mal wieder.." -#: po/guile_strings.txt:61 +#: po/guile_strings.txt:66 msgid "This page shows your profits and losses." msgstr "Diese Seite zeigt Ihnen Gewinn und Verlust" -#: po/guile_strings.txt:62 +#: po/guile_strings.txt:67 msgid "Show Vertical Borders" msgstr "Vertikale Grenzen anzeigen" -#: po/guile_strings.txt:63 +#: po/guile_strings.txt:68 msgid "This is a boolean option." msgstr "Dies ist eine boolsche Option" -#: po/guile_strings.txt:64 +#: po/guile_strings.txt:69 msgid "_Profit and Loss" msgstr "Saldo Einnahmen/Ausgaben" -#: po/guile_strings.txt:65 +#: po/guile_strings.txt:70 msgid "Background Color" msgstr "Hintergrund Farbe" -#: po/guile_strings.txt:66 +#: po/guile_strings.txt:71 #, c-format msgid "The number option formatted as currency is %s." msgstr "" -#: po/guile_strings.txt:67 +#: po/guile_strings.txt:72 msgid "Income/Salary/Taxable" msgstr "Einkommen/Bezahlung/zu Versteuerndes" -#: po/guile_strings.txt:68 +#: po/guile_strings.txt:73 msgid "There are no selected accounts in the account list option." msgstr "Es wurden keine Konten in der Kontenliste ausgewählt." -#: po/guile_strings.txt:69 +#: po/guile_strings.txt:74 msgid "This page shows your net worth." msgstr "Diese Seite zeigt Ihnen Gewinn und Verlust" -#: po/guile_strings.txt:70 +#: po/guile_strings.txt:75 msgid "_Budget" msgstr "_Budget" -#: po/guile_strings.txt:71 +#: po/guile_strings.txt:76 msgid "Continental Europe: dd.mm.yyyy" msgstr "Eur. Datum: Tag.Monat.Jahr" -#: po/guile_strings.txt:72 +#: po/guile_strings.txt:77 msgid "account_edit_win_height" msgstr "" -#: po/guile_strings.txt:73 +#: po/guile_strings.txt:78 msgid "Import QIF File - Scripted in Guile." msgstr "Importieren einer Quicken-Datei (QIF) - Skriptsprache Guile" -#: po/guile_strings.txt:74 +#: po/guile_strings.txt:79 #, fuzzy msgid "Category" msgstr "QIF Kategorie" -#: po/guile_strings.txt:75 +#: po/guile_strings.txt:80 msgid "Show Horizontal Borders" msgstr "Anzeigen der horizontalen Grenzen" -#: po/guile_strings.txt:76 +#: po/guile_strings.txt:81 msgid "Sort by check/transaction number" msgstr "Sortieren nach Check-/Transaktionsnr." -#: po/guile_strings.txt:77 +#: po/guile_strings.txt:82 msgid "The background color for the active transaction in double mode" msgstr "" "Standard Hintergrundfarbe der aktiven Transaktion für Zeilen im " "Doppel-Zeilen-Modus" -#: po/guile_strings.txt:78 +#: po/guile_strings.txt:83 msgid "Register Colors" msgstr "Register Farben" -#: po/guile_strings.txt:79 +#: po/guile_strings.txt:84 #, c-format msgid "The boolean option is %s." msgstr "Diese boolsche Option ist %s." -#: po/guile_strings.txt:80 +#: po/guile_strings.txt:85 msgid "Multi mode default transaction background" msgstr "Standard Hintergrundfarbe der Transaktion" -#: po/guile_strings.txt:81 +#: po/guile_strings.txt:86 msgid "" "Double clicking on an account with children expands the account instead of " "opening a register." @@ -1882,464 +1902,474 @@ msgstr "" "Doppelklicken auf ein Konto mit Unterkonten führt zum Anzeigen dieser, " "anstatt ein neues Konto zu öffnen." -#: po/guile_strings.txt:82 +#: po/guile_strings.txt:87 msgid "The background color for the active transaction in single mode" msgstr "Hintergrundfarbe für die aktive Transaktion im 'Single-Mode'" -#: po/guile_strings.txt:83 +#: po/guile_strings.txt:88 #, fuzzy msgid "Loss" msgstr "Gewinn/Verlust" -#: po/guile_strings.txt:84 +#: po/guile_strings.txt:89 msgid "Credit Accounts" msgstr "KreditKonten" -#: po/guile_strings.txt:85 +#: po/guile_strings.txt:90 msgid "Sort by description" msgstr "Sortieren nach Beschreibung" -#: po/guile_strings.txt:86 +#: po/guile_strings.txt:91 msgid "largest to smallest, latest to earliest" msgstr "Grösster zu kleinstem, jüngster zu ältestem" -#: po/guile_strings.txt:87 +#: po/guile_strings.txt:92 msgid "Secondary Key" msgstr "Zweite Taste" -#: po/guile_strings.txt:88 +#: po/guile_strings.txt:93 msgid "Save window sizes and positions." msgstr "Speichere Fenstergrössen und -positionen" -#: po/guile_strings.txt:90 +#: po/guile_strings.txt:95 #, fuzzy msgid "Number Option" msgstr "Berichtsoptionen" -#: po/guile_strings.txt:91 +#: po/guile_strings.txt:96 #, fuzzy msgid "There are no accounts to report on." msgstr "Es wurden keine Konten in der Kontenliste ausgewählt." -#: po/guile_strings.txt:92 +#: po/guile_strings.txt:97 #, fuzzy, c-format msgid "Report for %s." msgstr "Berichte" -#: po/guile_strings.txt:93 +#: po/guile_strings.txt:98 msgid "Reverse Income and Expense Accounts" msgstr "Zeige Einnahme- und Ausgabenkonten mit umgedrehter Datumsreihenfolge" -#: po/guile_strings.txt:94 +#: po/guile_strings.txt:99 msgid "Europe" msgstr "Europa" -#: po/guile_strings.txt:95 +#: po/guile_strings.txt:100 msgid "Add in sub-accounts of each selected" msgstr "Füge in die Unterkonten der gewählten Konten ein" -#: po/guile_strings.txt:96 +#: po/guile_strings.txt:101 msgid "Day" msgstr "Tag" -#: po/guile_strings.txt:97 +#: po/guile_strings.txt:102 msgid "" "This is for testing. Your reports probably shouldn't have an option like " "this." msgstr "" "Diese Option ist nur zum Testen, Ihre Berichte sollten sowas nicht haben.." -#: po/guile_strings.txt:98 +#: po/guile_strings.txt:103 msgid "The items selected in the list option are:" msgstr "Die gewählten Optionen in der Liste sind :" -#: po/guile_strings.txt:99 +#: po/guile_strings.txt:104 msgid "Average" msgstr "Durchschnitt" -#: po/guile_strings.txt:100 +#: po/guile_strings.txt:105 msgid "A_ccount Balance Tracker" msgstr "Konten-Saldo-Beobachter" -#: po/guile_strings.txt:102 +#: po/guile_strings.txt:107 msgid "Start of reporting period" msgstr "Anfangsdatums des Berichtes" -#: po/guile_strings.txt:103 +#: po/guile_strings.txt:108 msgid "Sort by EXACT entry time" msgstr "Sortiere nach EXAKTER Eingabezeit" -#: po/guile_strings.txt:104 +#: po/guile_strings.txt:109 msgid "account_add_win_width" msgstr "Füge Window-Breite hinzu" -#: po/guile_strings.txt:105 +#: po/guile_strings.txt:110 msgid "Full" msgstr "" -#: po/guile_strings.txt:106 +#: po/guile_strings.txt:111 msgid "Multi mode default split background" msgstr "Standardhintergrund für Splits im Multi-Modus" -#: po/guile_strings.txt:108 +#: po/guile_strings.txt:113 msgid "Week" msgstr "Woche" -#: po/guile_strings.txt:109 +#: po/guile_strings.txt:114 msgid "Get number at each one of these" msgstr "" -#: po/guile_strings.txt:110 +#: po/guile_strings.txt:115 msgid "Crash the report" msgstr "Verwerfe den Bericht" -#: po/guile_strings.txt:112 +#: po/guile_strings.txt:117 msgid "Step Size" msgstr "Schrittgrösse" -#: po/guile_strings.txt:113 +#: po/guile_strings.txt:118 msgid "Hello, World!" msgstr "Hallo Welt !" -#: po/guile_strings.txt:114 +#: po/guile_strings.txt:119 msgid "ISO" msgstr "ISO" -#: po/guile_strings.txt:115 +#: po/guile_strings.txt:120 msgid "A report useful for balancing the budget" msgstr "Ein Bericht, der das Ausgleichen des Budgets erleichtert" -#: po/guile_strings.txt:116 +#: po/guile_strings.txt:121 msgid "Date Format Display" msgstr "Datumsformat-Anzeige" -#: po/guile_strings.txt:117 +#: po/guile_strings.txt:122 #, fuzzy msgid "Ending" msgstr "Zunehmend" -#: po/guile_strings.txt:118 +#: po/guile_strings.txt:123 msgid "Reversed-balance account types" msgstr "Konten, die umgedreht dargestellt werden" -#: po/guile_strings.txt:120 +#: po/guile_strings.txt:125 msgid "Account fields to display" msgstr "Diese Felder in den Konten anzeigen" -#: po/guile_strings.txt:121 +#: po/guile_strings.txt:126 msgid "Account Balance Tracker" msgstr "Konten-Saldo-Beobachter" -#: po/guile_strings.txt:122 +#: po/guile_strings.txt:127 msgid "Report Options" msgstr "Berichtsoptionen" -#: po/guile_strings.txt:125 +#: po/guile_strings.txt:130 msgid "Calculate balance sheet up to this date" msgstr "" -#: po/guile_strings.txt:126 +#: po/guile_strings.txt:131 msgid "Alternate the even and odd colors with each transaction, not each row" msgstr "" "Tausche die Farben jeder ausgeglichenen und Buchung mit Fehlern in jeder " "Buchung, nicht in jeder Spalte" -#: po/guile_strings.txt:127 +#: po/guile_strings.txt:132 msgid "Gain/Loss" msgstr "Gewinn/Verlust" -#: po/guile_strings.txt:128 +#: po/guile_strings.txt:133 msgid "Transfer from/to" msgstr "Gegenkonto" -#: po/guile_strings.txt:129 +#: po/guile_strings.txt:134 msgid "Text only" msgstr "nur Text" -#: po/guile_strings.txt:130 +#: po/guile_strings.txt:135 msgid "Toolbar Buttons" msgstr "Toolbar Buttons" -#: po/guile_strings.txt:131 +#: po/guile_strings.txt:136 msgid "Report Items from this date" msgstr "Alles anzeigen aus diesem Zeitraum" -#: po/guile_strings.txt:132 +#: po/guile_strings.txt:137 msgid "" "The default background color for transactions in multi-line mode and the " "auto modes" msgstr "Standard Hintergrundfarbe für Buchungen im Multi- und den Auto-Modi" -#: po/guile_strings.txt:133 +#: po/guile_strings.txt:138 msgid "Fourth Options" msgstr "Vierte Option" -#: po/guile_strings.txt:134 +#: po/guile_strings.txt:139 msgid "Sort by this criterion first" msgstr "Sortiere primär anhand dieses Kriteriums" -#: po/guile_strings.txt:135 +#: po/guile_strings.txt:140 msgid "Ugly option" msgstr "Hässliche Option" -#: po/guile_strings.txt:136 +#: po/guile_strings.txt:141 msgid "How are you doing on your budget?" msgstr "Wie gehts es ihrem Budget ?" -#: po/guile_strings.txt:137 +#: po/guile_strings.txt:142 msgid "Save Translatable Strings" msgstr "Speichern der übersetzbaren Strings" -#: po/guile_strings.txt:138 +#: po/guile_strings.txt:143 msgid "Save strings that need to be translated" msgstr "Speichere String, der übersetzt werden muss" -#: po/guile_strings.txt:139 +#: po/guile_strings.txt:144 msgid "Number of Rows" msgstr "Anzahl der Spalten" -#: po/guile_strings.txt:140 +#: po/guile_strings.txt:145 msgid "/ (Slash)" msgstr "/ (Slash)" -#: po/guile_strings.txt:142 +#: po/guile_strings.txt:147 msgid "Use 24-hour time format" msgstr "Benutze die 24-Stunden-Anzeige" -#: po/guile_strings.txt:144 +#: po/guile_strings.txt:149 msgid "Date Format" msgstr "Datums Format" -#: po/guile_strings.txt:145 +#: po/guile_strings.txt:150 msgid "A list option" msgstr "Eine Auflistungsoption" -#: po/guile_strings.txt:146 +#: po/guile_strings.txt:151 msgid "ISO Standard: yyyy-mm-dd" msgstr "ISO-Standard : Jahr-Monat-Tag" -#: po/guile_strings.txt:147 +#: po/guile_strings.txt:152 msgid "Default Currency" msgstr "Standardwährung" -#: po/guile_strings.txt:148 +#: po/guile_strings.txt:153 msgid "Do transaction report on this account" msgstr "Sie können nicht von und zu dem selben Konto transferieren !" -#: po/guile_strings.txt:149 +#: po/guile_strings.txt:154 +#, fuzzy +msgid "Recent Price" +msgstr "Verkaufspreis" + +#: po/guile_strings.txt:155 #, fuzzy msgid "Net Inflow" msgstr "Datei Info" -#: po/guile_strings.txt:150 +#: po/guile_strings.txt:156 msgid "Single mode default even row background" msgstr "Standardhintergrund der ausgeglichenen Buchungen im Single-Modus" -#: po/guile_strings.txt:151 +#: po/guile_strings.txt:157 msgid "Double mode default even row background" msgstr "Standardhintergrund der ausgeglichenen Buchungen im Doppel-Modus" -#: po/guile_strings.txt:152 +#: po/guile_strings.txt:158 #, c-format msgid "The multi-choice option is %s." msgstr "Diese Multi-Auswahl ist %s." -#: po/guile_strings.txt:153 +#: po/guile_strings.txt:159 msgid "Double mode colors alternate with transactions" msgstr "Doppel-Modus Farben wechseln sich mit jeder Buchung ab" -#: po/guile_strings.txt:154 +#: po/guile_strings.txt:160 msgid "General" msgstr "Allgemein" -#: po/guile_strings.txt:157 +#: po/guile_strings.txt:163 msgid "Sub-Accounts" msgstr "Unter-Konten" -#: po/guile_strings.txt:158 +#: po/guile_strings.txt:164 #, c-format msgid "The date and time option is %s." msgstr "Die Datums und Zeit-Option ist %s." -#: po/guile_strings.txt:160 +#: po/guile_strings.txt:166 msgid "End of reporting period" msgstr "" -#: po/guile_strings.txt:161 +#: po/guile_strings.txt:167 msgid "Don't reverse any accounts" msgstr "Verdrehen sie keine Konten" -#: po/guile_strings.txt:162 +#: po/guile_strings.txt:168 msgid "Good option" msgstr "Gute Option" -#: po/guile_strings.txt:163 +#: po/guile_strings.txt:169 msgid "US" msgstr "US" -#: po/guile_strings.txt:164 +#: po/guile_strings.txt:170 msgid "account_edit_win_width" msgstr "" -#: po/guile_strings.txt:165 +#: po/guile_strings.txt:171 msgid "Ba_lance sheet" msgstr "Saldo" -#: po/guile_strings.txt:166 +#: po/guile_strings.txt:172 msgid "Help for first option" msgstr "Hilfe für die erste Option" -#: po/guile_strings.txt:167 +#: po/guile_strings.txt:173 msgid "Number" msgstr "Nummer" -#: po/guile_strings.txt:168 +#: po/guile_strings.txt:174 msgid "Show both icons and text" msgstr "Sowohl Icons, als auch Text anzeigen" -#: po/guile_strings.txt:171 +#: po/guile_strings.txt:177 #, fuzzy, c-format msgid "The number option is %s." msgstr "Die Datums-Option ist %s." -#: po/guile_strings.txt:172 +#: po/guile_strings.txt:178 #, c-format msgid "The string option is %s." msgstr "Die String-Option ist %s." -#: po/guile_strings.txt:173 +#: po/guile_strings.txt:179 msgid "_Reports" msgstr "Berichte" -#: po/guile_strings.txt:174 +#: po/guile_strings.txt:180 msgid "Single mode active background" msgstr "Hintergrund der aktiven Buchung im Einzelzeilen-Modus" -#: po/guile_strings.txt:176 +#: po/guile_strings.txt:182 msgid "Year" msgstr "Jahr" -#: po/guile_strings.txt:177 +#: po/guile_strings.txt:183 msgid "Profit and Loss" msgstr "Saldo Einnahmen/Ausgaben" -#: po/guile_strings.txt:178 +#: po/guile_strings.txt:184 msgid "Month" msgstr "Monat" -#: po/guile_strings.txt:179 +#: po/guile_strings.txt:185 msgid "Multi mode active transaction background" msgstr "Hintergrund der aktiven Buchung im Multi-Mode" -#: po/guile_strings.txt:180 +#: po/guile_strings.txt:186 msgid ". (Period)" msgstr ". (Punkt)" -#: po/guile_strings.txt:181 +#: po/guile_strings.txt:187 msgid "Primary Sort Order" msgstr "Hauptsortier-Reihenfolge" -#: po/guile_strings.txt:182 +#: po/guile_strings.txt:188 +#, fuzzy +msgid "Name" +msgstr "Nummer" + +#: po/guile_strings.txt:189 msgid "Descending" msgstr "Abnehmend" -#: po/guile_strings.txt:183 +#: po/guile_strings.txt:190 msgid "This is a date option" msgstr "Dies ist eine Datums-Option" -#: po/guile_strings.txt:184 +#: po/guile_strings.txt:191 msgid "Two Week" msgstr "Zwei Wochen" -#: po/guile_strings.txt:185 +#: po/guile_strings.txt:192 msgid "Save Window Geometry" msgstr "Speicher Fenster-Einstellungen" -#: po/guile_strings.txt:186 +#: po/guile_strings.txt:193 msgid "Income\\Salary\\Taxable" msgstr "Einkommen/Bezahlung/zu versteuern" -#: po/guile_strings.txt:187 +#: po/guile_strings.txt:194 msgid "Code" msgstr "Code" -#: po/guile_strings.txt:188 +#: po/guile_strings.txt:195 msgid "Balance sheet" msgstr "Saldo" -#: po/guile_strings.txt:189 +#: po/guile_strings.txt:196 msgid "Export data as text." msgstr "Exportiere Daten als Text" -#: po/guile_strings.txt:190 +#: po/guile_strings.txt:197 msgid "Balance Sheet" msgstr "Saldo" -#: po/guile_strings.txt:191 +#: po/guile_strings.txt:198 msgid "- (Dash)" msgstr "- (Minus)" -#: po/guile_strings.txt:192 +#: po/guile_strings.txt:199 msgid "Order of primary sorting" msgstr "Reihenfolge des primären Sortierens" -#: po/guile_strings.txt:193 +#: po/guile_strings.txt:200 msgid "Default Currency For New Accounts" msgstr "Standard-Währung für neue Konten" -#: po/guile_strings.txt:194 +#: po/guile_strings.txt:201 msgid "Sort by this criterion second" msgstr "Sortiere als zweite Bedingung hiernach" -#: po/guile_strings.txt:195 +#: po/guile_strings.txt:202 msgid "true" msgstr "wahr" -#: po/guile_strings.txt:196 +#: po/guile_strings.txt:203 msgid "Period Ending" msgstr "" -#: po/guile_strings.txt:197 +#: po/guile_strings.txt:204 msgid "Income.Salary.Taxable" msgstr "Einkommen.Bezahlung.zu versteuern" -#: po/guile_strings.txt:199 +#: po/guile_strings.txt:206 msgid "The Ugly" msgstr "Das Hässliche" -#: po/guile_strings.txt:200 +#: po/guile_strings.txt:207 msgid "Max" msgstr "" -#: po/guile_strings.txt:201 +#: po/guile_strings.txt:208 msgid "By default, show horizontal borders on the cells." msgstr "Zeige standardmässig die horizontalen Begrenzungen" -#: po/guile_strings.txt:202 +#: po/guile_strings.txt:209 msgid ": (Colon)" msgstr ": (Doppelpunkt)" -#: po/guile_strings.txt:203 +#: po/guile_strings.txt:210 msgid "By default, show vertical borders on the cells." msgstr "Zeige standardmässig die vertikalen Begrenzungen" -#: po/guile_strings.txt:205 +#: po/guile_strings.txt:212 msgid "Ascending" msgstr "Zunehmend" -#: po/guile_strings.txt:206 +#: po/guile_strings.txt:213 msgid "The Bad" msgstr "Das Schlechte" -#: po/guile_strings.txt:207 +#: po/guile_strings.txt:214 msgid "Just a Date Option" msgstr "Nur eine Datums-Option" -#: po/guile_strings.txt:208 +#: po/guile_strings.txt:215 msgid "The accounts selected in the account list option are:" msgstr "Die gewählten Konten aus der Kontenliste sind :" -#: po/guile_strings.txt:209 +#: po/guile_strings.txt:216 #, c-format msgid "" "This is a sample GnuCash report. See the guile (scheme) source code in %s " @@ -2349,283 +2379,299 @@ msgstr "" "SourceCode in %s, um Details zu erfahren, wie sie ihre eigenen " "Berichteverfasseb können oder die bestehenden abändern." -#: po/guile_strings.txt:210 +#: po/guile_strings.txt:217 msgid "The default background color for even rows in single mode" msgstr "Standard Hintergrundfarbe für ausgeglichene Zeilen im Single-Mode" -#: po/guile_strings.txt:211 +#: po/guile_strings.txt:218 msgid "The default background color for even rows in double mode" msgstr "Standard Hintergrundfarbe für ausgeglichene Zeilen im Double-Mode" -#: po/guile_strings.txt:212 +#: po/guile_strings.txt:219 msgid "Display the Budget report." msgstr "Anzeigen der Bilanz" -#: po/guile_strings.txt:213 +#: po/guile_strings.txt:220 msgid "_Hello, World" msgstr "Hallo Welt" -#: po/guile_strings.txt:214 +#: po/guile_strings.txt:221 msgid "First Option" msgstr "Erste Option" -#: po/guile_strings.txt:215 +#: po/guile_strings.txt:222 msgid "Double line mode with multi-line cursor" msgstr "Doppel-Zeilen Modus mit Multi-Zeilen-Cursor" -#: po/guile_strings.txt:216 +#: po/guile_strings.txt:223 msgid "Single line mode with multi-line cursor" msgstr "Einzel-Zeilen Modus mit Multi-Zeilen-Cursor" -#: po/guile_strings.txt:217 +#: po/guile_strings.txt:224 +#, fuzzy +msgid "Display the Stock Portfolio report." +msgstr "Den 'Hallo Welt'-Report anzeigen" + +#: po/guile_strings.txt:225 msgid "" "Show transactions on multiple lines with one line for each split in the " "transaction" msgstr "Buchungen im Multi-Modus mit einer Zeile pro Split anzeigen" -#: po/guile_strings.txt:218 +#: po/guile_strings.txt:226 msgid "account_add_win_height" msgstr "" -#: po/guile_strings.txt:219 +#: po/guile_strings.txt:227 msgid "Plot Type" msgstr "Darstellungsart" -#: po/guile_strings.txt:220 +#: po/guile_strings.txt:228 msgid "Budget" msgstr "Budget" -#: po/guile_strings.txt:221 +#: po/guile_strings.txt:229 msgid "Choose whether to display icons, text, or both for toolbar buttons" msgstr "Icons, Text oder beides in der Toolbar anzeigen ?" -#: po/guile_strings.txt:222 +#: po/guile_strings.txt:230 msgid "Show text only" msgstr "Nur Text anzeigen" -#: po/guile_strings.txt:223 +#: po/guile_strings.txt:231 msgid "Icons and Text" msgstr "Icons und Text" -#: po/guile_strings.txt:224 +#: po/guile_strings.txt:232 msgid "Automatically raise the list of accounts or actions during input." msgstr "" "Automatisches Öffnen der Kontenliste oder Tätigkeiten während der Eingabe." -#: po/guile_strings.txt:225 +#: po/guile_strings.txt:233 msgid "Sort by account transferred from/to's name" msgstr "Sortiere nach Kontobezeichnung" -#: po/guile_strings.txt:226 +#: po/guile_strings.txt:234 msgid "Net Gain" msgstr "" -#: po/guile_strings.txt:227 +#: po/guile_strings.txt:235 msgid "The fourth option rules!" msgstr "Die vierte Option übertrifft alle !" -#: po/guile_strings.txt:228 +#: po/guile_strings.txt:236 msgid "This is a date option with time" msgstr "Das ist eine Datums-Option mit Einbeziehung der Zeit" -#: po/guile_strings.txt:229 +#: po/guile_strings.txt:237 msgid "The header background color" msgstr "Die Hintergrundfarbe des Headers" -#: po/guile_strings.txt:230 +#: po/guile_strings.txt:238 msgid "Sort by memo" msgstr "Sortiere nach Memo" -#: po/guile_strings.txt:231 +#: po/guile_strings.txt:239 msgid "Third Option" msgstr "Dritte Sortier-Option" -#: po/guile_strings.txt:232 +#: po/guile_strings.txt:240 msgid "Choose the default mode for register windows" msgstr "Wählen sie den Standardmodus für die Register-Fenster" -#: po/guile_strings.txt:233 +#: po/guile_strings.txt:241 msgid "Default number of register rows to display." msgstr "Standardanzahl von Zeilen, die angezeigt werden sollen" -#: po/guile_strings.txt:234 +#: po/guile_strings.txt:242 msgid "Report end date" msgstr "Zeige das End-Datum an." -#: po/guile_strings.txt:235 +#: po/guile_strings.txt:243 msgid "None" msgstr "Nichts" -#: po/guile_strings.txt:236 +#: po/guile_strings.txt:244 msgid "Export data as text (Danger: Unfinished)" msgstr "Exportiere Daten als Text (Vorsicht: Noch unstabil)" -#: po/guile_strings.txt:237 +#: po/guile_strings.txt:245 msgid "Primary Key" msgstr "Primärschlüssel" -#: po/guile_strings.txt:238 +#: po/guile_strings.txt:246 +#, fuzzy +msgid "Ticker" +msgstr "Zeit" + +#: po/guile_strings.txt:247 msgid "Time and Date Option" msgstr "Zeit und Datums Option" -#: po/guile_strings.txt:239 +#: po/guile_strings.txt:248 msgid "Single mode default odd row background" msgstr "Single-Modus Standardhintergrundfarbe für Zeilen mit Fehlern" -#: po/guile_strings.txt:240 +#: po/guile_strings.txt:249 msgid "Double mode default odd row background" msgstr "Doppel-Modus Standardhintergrundfarbe für Zeilen mit Fehlern" -#: po/guile_strings.txt:241 +#: po/guile_strings.txt:250 msgid "The character used to separate fully-qualified account names" msgstr "Das Zeichen, das Kontennamen trennt" -#: po/guile_strings.txt:242 -msgid "__gui" -msgstr "__gui" - -#: po/guile_strings.txt:243 +#: po/guile_strings.txt:251 msgid "Report start date" msgstr "Zeige das Anfangsdatum an" -#: po/guile_strings.txt:245 +#: po/guile_strings.txt:253 msgid "smallest to largest, earliest to latest" msgstr "kleinster zu grösstem, ältester zu jüngstem" -#: po/guile_strings.txt:247 +#: po/guile_strings.txt:255 msgid "\\ (Backslash)" msgstr "\\ (Backslash)" -#: po/guile_strings.txt:248 +#: po/guile_strings.txt:256 msgid "Icons only" msgstr "Nur Icons" -#: po/guile_strings.txt:249 +#: po/guile_strings.txt:257 msgid "Help for third option" msgstr "Hilfe für die dritte Option" -#: po/guile_strings.txt:250 +#: po/guile_strings.txt:258 msgid "Default Register Mode" msgstr "Standard Register Modus" -#: po/guile_strings.txt:252 +#: po/guile_strings.txt:260 msgid "main_win_width" msgstr "" -#: po/guile_strings.txt:253 +#: po/guile_strings.txt:261 msgid "Sort by amount" msgstr "Sortieren nach Summe" -#: po/guile_strings.txt:254 +#: po/guile_strings.txt:262 msgid "This is an account list option" msgstr "Dies ist eine Kontoaufzählungsoption" -#: po/guile_strings.txt:255 +#: po/guile_strings.txt:263 msgid "Average Balance" msgstr "Durchschnitt" -#: po/guile_strings.txt:256 +#: po/guile_strings.txt:264 #, fuzzy msgid "Totals" msgstr "Gesamt" -#: po/guile_strings.txt:257 +#: po/guile_strings.txt:265 +#, fuzzy +msgid "Profit/Loss" +msgstr "Saldo Einnahmen/Ausgaben" + +#: po/guile_strings.txt:266 +#, fuzzy +msgid "Shares" +msgstr "Belastung" + +#: po/guile_strings.txt:267 msgid "Show All Transactions" msgstr "Alle Buchungen anzeigen" -#: po/guile_strings.txt:258 +#: po/guile_strings.txt:268 msgid "Display the Profit and Loss report." msgstr "Gewinn- und Verlust-Bericht anzeigen" -#: po/guile_strings.txt:259 +#: po/guile_strings.txt:269 msgid "Display the Account Balance Tracker report." msgstr "Kontensaldo-Bericht anzeigen" -#: po/guile_strings.txt:260 +#: po/guile_strings.txt:270 msgid "2Week" msgstr "2 Wochen" -#: po/guile_strings.txt:261 +#: po/guile_strings.txt:271 msgid "Nothing" msgstr "Nichts" -#: po/guile_strings.txt:262 +#: po/guile_strings.txt:272 msgid "You have selected no values in the list option." msgstr "Sie haben keine Werte aus der Liste gewählt." -#: po/guile_strings.txt:263 +#: po/guile_strings.txt:273 msgid "false" msgstr "falsch/unwahr" -#: po/guile_strings.txt:265 +#: po/guile_strings.txt:275 msgid "An account list option" msgstr "Eine Kontenlisten-Option" -#: po/guile_strings.txt:266 +#: po/guile_strings.txt:276 msgid "Multi Choice Option" msgstr "Multi-Auswahl" -#: po/guile_strings.txt:267 +#: po/guile_strings.txt:277 msgid "This is a color option" msgstr "Farbauswahl" -#: po/guile_strings.txt:268 +#: po/guile_strings.txt:278 msgid "QIF File Import (Danger: Unfinished)" msgstr "Quicken-File-Import(QIF) (Vorsicht: Unstabil)" -#: po/guile_strings.txt:269 +#: po/guile_strings.txt:279 msgid "Make No Plot" msgstr "Keine Anzeige" -#: po/guile_strings.txt:270 +#: po/guile_strings.txt:280 msgid "Bad option" msgstr "Falsche Auswahl" -#: po/guile_strings.txt:271 +#: po/guile_strings.txt:281 msgid "Display the Balance sheet report." msgstr "Anzeigen der Bilanz" -#: po/guile_strings.txt:272 +#: po/guile_strings.txt:282 msgid "Display the Account Transactions report." msgstr "Anzeigen des Transkaktionsberichts" -#: po/guile_strings.txt:273 +#: po/guile_strings.txt:283 msgid "Net" msgstr "Netz" -#: po/guile_strings.txt:274 +#: po/guile_strings.txt:284 msgid "Have a nice day!" msgstr "Einen schönen Tag noch !" -#: po/guile_strings.txt:275 +#: po/guile_strings.txt:285 msgid "This is a list option" msgstr "Dies ist eine Aufzählungsoption" -#: po/guile_strings.txt:276 +#: po/guile_strings.txt:286 msgid "Min" msgstr "" -#: po/guile_strings.txt:277 +#: po/guile_strings.txt:287 msgid "Order of Secondary sorting" msgstr "Reihenfolge der zweiten Sortierung" -#: po/guile_strings.txt:278 +#: po/guile_strings.txt:288 msgid "Help for second option" msgstr "Hilfe für die zweite Option" -#: po/guile_strings.txt:279 +#: po/guile_strings.txt:289 msgid "reg_stock_win_width" msgstr "" -#: po/guile_strings.txt:280 +#: po/guile_strings.txt:290 msgid "Report items up to and including this date" msgstr "Stelle bis inklusive dieses Datums dar" -#: po/guile_strings.txt:281 +#: po/guile_strings.txt:291 msgid "Beginning" msgstr "" -#: po/guile_strings.txt:282 +#: po/guile_strings.txt:292 #, c-format msgid "" "For help on writing reports, or to contribute your brand new, totally cool " @@ -2636,7 +2682,7 @@ msgstr "" "eigenen,brandneuen Bericht uns zu senden, wenden sie sich an die " "Mailingliste %s.Details, wie man in diese Liste reinkommt gibt's hier : %s." -#: po/guile_strings.txt:283 +#: po/guile_strings.txt:293 msgid "" "The background color for an active transaction in multi-line mode and the " "auto modes" @@ -2644,29 +2690,29 @@ msgstr "" "Hintergrundfarbe für eine aktive Buchung im Multi-Zeilen-Modusund den " "Auto-Modi" -#: po/guile_strings.txt:284 +#: po/guile_strings.txt:294 msgid "This is a multi choice option." msgstr "Dies ist eine Multi-Auswahl" -#: po/guile_strings.txt:285 +#: po/guile_strings.txt:295 msgid "Income & Expense" msgstr "Einnahmen & Ausgaben" -#: po/guile_strings.txt:286 +#: po/guile_strings.txt:296 msgid "Hello, World" msgstr "Hallo Welt !" -#: po/guile_strings.txt:287 +#: po/guile_strings.txt:297 msgid "Reverse Credit Card, Liability, Equity, and Income Accounts" msgstr "" "Zeige Kreditkarten-, Schulden-, Ausgleichs- und Einkommenskonten umgedreht" -#: po/guile_strings.txt:289 +#: po/guile_strings.txt:299 #, fuzzy msgid "This is a number option." msgstr "Dies ist eine boolsche Option" -#: po/guile_strings.txt:291 +#: po/guile_strings.txt:301 msgid "Multi mode active split background" msgstr "Hintergrund für aktive Splits im Multi-Modus" @@ -2674,32 +2720,37 @@ msgstr "Hintergrund f msgid "All Accounts" msgstr "Alle Konten" -#: src/gnome/dialog-qif-import.c:229 +#: src/gnome/dialog-qif-import.c:221 msgid "Select QIF File" msgstr "QIF-Datei auswählen" -#: src/gnome/dialog-qif-import.c:318 +#: src/gnome/dialog-qif-import.c:310 msgid "You must specify a file to load." msgstr "Sie müssen eine Datei angeben, die geladen werden soll" -#: src/gnome/dialog-qif-import.c:322 +#: src/gnome/dialog-qif-import.c:314 msgid "You must specify a currency." msgstr "Sie müssen eine Währung angeben." -#: src/gnome/dialog-qif-import.c:336 src/gnome/dialog-qif-import.c:672 -#: src/gnome/dialog-qif-import.c:774 src/gnome/dialog-qif-import.c:872 +#: src/gnome/dialog-qif-import.c:328 src/gnome/dialog-qif-import.c:664 +#: src/gnome/dialog-qif-import.c:766 src/gnome/dialog-qif-import.c:864 msgid "QIF File scheme code not loaded properly." msgstr "Scheme Code für die QIF-Datei nichts sauber geladen." -#: src/gnome/dialog-qif-import.c:359 +#: src/gnome/dialog-qif-import.c:351 msgid "QIF File already loaded. Reload with current settings?" msgstr "" "QIF-Datei bereits geladen. Nochmal mit den momentanen Einstellungen laden ?" -#: src/gnome/dialog-qif-import.c:802 src/gnome/dialog-qif-import.c:900 +#: src/gnome/dialog-qif-import.c:794 src/gnome/dialog-qif-import.c:892 msgid "Something is very wrong with QIF Importing." msgstr "Es ist etwas nicht in Ordnung mit dem QIF-Import." +#: src/gnome/glade-gnc-dialogs.c:74 +#, fuzzy +msgid "Import QIF Files" +msgstr "QIF-File importieren" + #: src/gnome/glade-gnc-dialogs.c:96 msgid "Loaded Files" msgstr "Geladenen Dateien" @@ -2724,7 +2775,8 @@ msgstr "W msgid "Radix format:" msgstr "Darstellungsformat:" -#: src/gnome/glade-gnc-dialogs.c:191 +#: src/gnome/glade-gnc-dialogs.c:191 src/gnome/glade-gnc-dialogs.c:1194 +#: src/gnome/glade-gnc-dialogs.c:1364 msgid "Date format:" msgstr "Datumsformat:" @@ -2796,6 +2848,11 @@ msgstr "QIF Kategorie" msgid "Categories" msgstr "Kategorien" +#: src/gnome/glade-gnc-dialogs.c:506 +#, fuzzy +msgid "Select Account" +msgstr "Konto löschen" + #: src/gnome/glade-gnc-dialogs.c:564 msgid "Selected account:" msgstr "Ausgewähltes Konto:" @@ -2813,56 +2870,194 @@ msgstr "Kontoart:" msgid "Mutual" msgstr "Investmentfonds" -#: src/gnome/glade-gnc-dialogs.c:786 -msgid "Print Dialog" -msgstr "Dialog ausdrucken" +#: src/gnome/glade-gnc-dialogs.c:700 +#, fuzzy +msgid "Print Preview" +msgstr "Vorschau" -#: src/gnome/glade-gnc-dialogs.c:794 +#: src/gnome/glade-gnc-dialogs.c:786 msgid "Print Setup" msgstr "Einstellungen drucken" -#: src/gnome/glade-gnc-dialogs.c:815 +#: src/gnome/glade-gnc-dialogs.c:808 msgid "Printer:" msgstr "Drucker:" -#: src/gnome/glade-gnc-dialogs.c:823 +#: src/gnome/glade-gnc-dialogs.c:816 msgid "Paper size:" msgstr "Papierformat:" -#: src/gnome/glade-gnc-dialogs.c:831 +#: src/gnome/glade-gnc-dialogs.c:824 msgid "Pages to print:" msgstr "Seiten die gedruckt werden sollen:" -#: src/gnome/glade-gnc-dialogs.c:876 +#: src/gnome/glade-gnc-dialogs.c:869 msgid "All" msgstr "Alle" -#: src/gnome/glade-gnc-dialogs.c:884 +#: src/gnome/glade-gnc-dialogs.c:877 msgid "Selected" msgstr "Ausgewählt" -#: src/gnome/glade-gnc-dialogs.c:906 +#: src/gnome/glade-gnc-dialogs.c:899 msgid "From:" msgstr "Von:" -#: src/gnome/glade-gnc-dialogs.c:921 +#: src/gnome/glade-gnc-dialogs.c:914 msgid "To:" msgstr "Zu:" -#: src/gnome/glade-gnc-dialogs.c:943 src/gnome/glade-gnc-dialogs.c:950 +#: src/gnome/glade-gnc-dialogs.c:936 src/gnome/glade-gnc-dialogs.c:943 msgid "Select..." msgstr "Auswählen..." -#: src/gnome/glade-gnc-dialogs.c:986 +#: src/gnome/glade-gnc-dialogs.c:979 msgid "Preview" msgstr "Vorschau" -#: src/gnome/print-session.c:220 +#: src/gnome/glade-gnc-dialogs.c:1036 +#, fuzzy +msgid "Select Paper Size" +msgstr "Drucker auswählen" + +#: src/gnome/glade-gnc-dialogs.c:1149 +#, fuzzy +msgid "Print Check" +msgstr "Einstellungen drucken" + +#: src/gnome/glade-gnc-dialogs.c:1178 +#, fuzzy +msgid "Check format:" +msgstr "Datumsformat:" + +#: src/gnome/glade-gnc-dialogs.c:1186 src/gnome/glade-gnc-dialogs.c:1356 +#, fuzzy +msgid "Check position:" +msgstr "Girokonto" + +#: src/gnome/glade-gnc-dialogs.c:1216 +msgid "Quicken/QuickBooks (tm)" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1219 src/gnome/glade-gnc-dialogs.c:1240 +#: src/gnome/glade-gnc-dialogs.c:1276 +#, fuzzy +msgid "Custom" +msgstr "AutoDepot" + +#: src/gnome/glade-gnc-dialogs.c:1231 +#, fuzzy +msgid "Top" +msgstr "Zu" + +#: src/gnome/glade-gnc-dialogs.c:1234 +#, fuzzy +msgid "Middle" +msgstr "Datei" + +#: src/gnome/glade-gnc-dialogs.c:1237 +msgid "Bottom" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1252 +msgid "December 31, 2000" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1255 +msgid "31 December, 2000" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1258 +#, fuzzy +msgid "Dec 31, 2000" +msgstr "Dezimal (1,000.00)" + +#: src/gnome/glade-gnc-dialogs.c:1261 +msgid "31 Dec, 2000" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1264 +msgid "12/31/2000" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1267 +msgid "12/31/00" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1270 +msgid "31/12/2000" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1273 +msgid "31/12/00" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1281 +msgid "Custom check parameters" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1316 +#, fuzzy +msgid "Payee:" +msgstr "Belastung" + +#: src/gnome/glade-gnc-dialogs.c:1324 +#, fuzzy +msgid "Date:" +msgstr "Datum" + +#: src/gnome/glade-gnc-dialogs.c:1332 +msgid "Amount (words):" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1340 +msgid "Amount (numbers):" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1348 +#, fuzzy +msgid "Memo:" +msgstr "Memo" + +#: src/gnome/glade-gnc-dialogs.c:1372 +msgid "Units:" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1387 +msgid "x" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1457 +#, fuzzy +msgid "Inches" +msgstr "Zunahme" + +#: src/gnome/glade-gnc-dialogs.c:1460 +msgid "Centimeters" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1463 +msgid "Millimeters" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1466 +#, fuzzy +msgid "Points" +msgstr "Saldo Einnahmen/Ausgaben" + +#: src/gnome/glade-gnc-dialogs.c:1478 +msgid "y" +msgstr "" + +#: src/gnome/print-session.c:230 msgid "You must select a printer first." msgstr "Sie müssen erst einen Drucker auswählen" -#~ msgid "Select Printer" -#~ msgstr "Drucker auswählen" +#~ msgid "__gui" +#~ msgstr "__gui" + +#~ msgid "Print Dialog" +#~ msgstr "Dialog ausdrucken" #~ msgid "Failed to load QIF file. Are you sure it's a QIF file?" #~ msgstr "" diff --git a/po/en_GB.po b/po/en_GB.po index f7fef3c94a..0ada1eeafc 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gnucash 1.3.0\n" -"POT-Creation-Date: 2000-03-27 00:01-0800\n" +"POT-Creation-Date: 2000-03-29 03:34-0800\n" "PO-Revision-Date: 2000-03-06 11:20+0000\n" "Last-Translator: David Woodhouse \n" "Language-Team: LANGUAGE \n" @@ -389,7 +389,7 @@ msgstr "" msgid "Delete the current transaction" msgstr "Double mode colours alternate with transactions" -#: messages-i18n.c:78 po/guile_strings.txt:119 +#: messages-i18n.c:78 po/guile_strings.txt:124 msgid "Show transactions on two lines with more information" msgstr "" @@ -535,7 +535,7 @@ msgstr "" msgid "Show all of the transactions in the account" msgstr "" -#: messages-i18n.c:114 po/guile_strings.txt:123 +#: messages-i18n.c:114 po/guile_strings.txt:128 msgid "Show transactions on single lines" msgstr "" @@ -740,7 +740,7 @@ msgstr "" msgid "Account Code" msgstr "" -#: messages-i18n.c:165 po/guile_strings.txt:6 +#: messages-i18n.c:165 po/guile_strings.txt:7 msgid "Account Name" msgstr "" @@ -752,11 +752,11 @@ msgstr "" msgid "Adjust Balance" msgstr "" -#: messages-i18n.c:168 po/guile_strings.txt:251 +#: messages-i18n.c:168 po/guile_strings.txt:259 msgid "Auto Double" msgstr "" -#: messages-i18n.c:169 po/guile_strings.txt:57 +#: messages-i18n.c:169 po/guile_strings.txt:62 msgid "Auto Single" msgstr "" @@ -788,7 +788,7 @@ msgstr "" msgid "Delete Transaction" msgstr "" -#: messages-i18n.c:177 po/guile_strings.txt:16 +#: messages-i18n.c:177 po/guile_strings.txt:19 msgid "Double Line" msgstr "" @@ -832,11 +832,11 @@ msgstr "" msgid "Money Market" msgstr "" -#: messages-i18n.c:188 po/guile_strings.txt:47 +#: messages-i18n.c:188 po/guile_strings.txt:51 msgid "Multi Line" msgstr "" -#: messages-i18n.c:189 po/guile_strings.txt:3 +#: messages-i18n.c:189 po/guile_strings.txt:4 msgid "Mutual Fund" msgstr "" @@ -961,7 +961,7 @@ msgstr "" msgid "Show Latest" msgstr "" -#: messages-i18n.c:220 po/guile_strings.txt:156 +#: messages-i18n.c:220 po/guile_strings.txt:162 msgid "Single Line" msgstr "" @@ -1025,7 +1025,7 @@ msgstr "" msgid "About" msgstr "" -#: messages-i18n.c:236 po/guile_strings.txt:52 +#: messages-i18n.c:236 po/guile_strings.txt:56 msgid "Account" msgstr "" @@ -1050,7 +1050,7 @@ msgstr "" msgid "Activities" msgstr "" -#: messages-i18n.c:242 po/guile_strings.txt:46 +#: messages-i18n.c:242 po/guile_strings.txt:50 msgid "Amount" msgstr "" @@ -1062,7 +1062,7 @@ msgstr "" msgid "Phone" msgstr "" -#: messages-i18n.c:245 po/guile_strings.txt:141 +#: messages-i18n.c:245 po/guile_strings.txt:146 #: src/gnome/glade-gnc-dialogs.c:626 msgid "Asset" msgstr "" @@ -1079,11 +1079,11 @@ msgstr "" msgid "Back" msgstr "" -#: messages-i18n.c:249 po/guile_strings.txt:11 +#: messages-i18n.c:249 po/guile_strings.txt:12 msgid "Balance" msgstr "" -#: messages-i18n.c:250 po/guile_strings.txt:89 +#: messages-i18n.c:250 po/guile_strings.txt:94 #: src/gnome/glade-gnc-dialogs.c:620 msgid "Bank" msgstr "" @@ -1104,7 +1104,7 @@ msgstr "" msgid "Cancel" msgstr "" -#: messages-i18n.c:255 po/guile_strings.txt:111 +#: messages-i18n.c:255 po/guile_strings.txt:116 #: src/gnome/glade-gnc-dialogs.c:623 msgid "Cash" msgstr "" @@ -1141,7 +1141,7 @@ msgstr "" msgid "Create" msgstr "" -#: messages-i18n.c:264 po/guile_strings.txt:204 +#: messages-i18n.c:264 po/guile_strings.txt:211 #: src/gnome/glade-gnc-dialogs.c:629 msgid "Credit" msgstr "" @@ -1150,16 +1150,16 @@ msgstr "" msgid "Credits" msgstr "" -#: messages-i18n.c:266 po/guile_strings.txt:107 +#: messages-i18n.c:266 po/guile_strings.txt:112 #: src/gnome/glade-gnc-dialogs.c:641 msgid "Currency" msgstr "" -#: messages-i18n.c:267 po/guile_strings.txt:5 +#: messages-i18n.c:267 po/guile_strings.txt:6 msgid "Date" msgstr "" -#: messages-i18n.c:268 po/guile_strings.txt:29 +#: messages-i18n.c:268 po/guile_strings.txt:32 msgid "Debit" msgstr "" @@ -1187,7 +1187,7 @@ msgstr "" msgid "Depreciation" msgstr "" -#: messages-i18n.c:275 po/guile_strings.txt:124 +#: messages-i18n.c:275 po/guile_strings.txt:129 msgid "Description" msgstr "" @@ -1215,7 +1215,7 @@ msgstr "" msgid "Edit" msgstr "" -#: messages-i18n.c:282 po/guile_strings.txt:7 +#: messages-i18n.c:282 po/guile_strings.txt:8 #: src/gnome/glade-gnc-dialogs.c:650 msgid "Equity" msgstr "" @@ -1224,7 +1224,7 @@ msgstr "" msgid "Exit" msgstr "" -#: messages-i18n.c:284 po/guile_strings.txt:264 +#: messages-i18n.c:284 po/guile_strings.txt:274 #: src/gnome/glade-gnc-dialogs.c:647 msgid "Expense" msgstr "" @@ -1233,7 +1233,7 @@ msgstr "" msgid "Export" msgstr "" -#: messages-i18n.c:286 po/guile_strings.txt:290 +#: messages-i18n.c:286 po/guile_strings.txt:300 msgid "Extensions" msgstr "" @@ -1249,7 +1249,7 @@ msgstr "" msgid "Forward" msgstr "" -#: messages-i18n.c:290 po/guile_strings.txt:101 +#: messages-i18n.c:290 po/guile_strings.txt:106 msgid "From" msgstr "" @@ -1265,7 +1265,7 @@ msgstr "" msgid "Import" msgstr "" -#: messages-i18n.c:294 po/guile_strings.txt:198 +#: messages-i18n.c:294 po/guile_strings.txt:205 #: src/gnome/glade-gnc-dialogs.c:644 msgid "Income" msgstr "" @@ -1282,7 +1282,7 @@ msgstr "" msgid "Jump" msgstr "" -#: messages-i18n.c:298 po/guile_strings.txt:159 +#: messages-i18n.c:298 po/guile_strings.txt:165 #: src/gnome/glade-gnc-dialogs.c:632 msgid "Liability" msgstr "" @@ -1299,7 +1299,7 @@ msgstr "" msgid "LTCG" msgstr "" -#: messages-i18n.c:302 po/guile_strings.txt:23 +#: messages-i18n.c:302 po/guile_strings.txt:26 msgid "Memo" msgstr "" @@ -1311,15 +1311,16 @@ msgstr "" msgid "No" msgstr "" -#: messages-i18n.c:305 +#: messages-i18n.c:305 src/gnome/print-session.c:108 +#: src/gnome/print-session.c:197 msgid "(none)" msgstr "" -#: messages-i18n.c:306 po/guile_strings.txt:170 +#: messages-i18n.c:306 po/guile_strings.txt:176 msgid "Notes" msgstr "" -#: messages-i18n.c:307 po/guile_strings.txt:143 +#: messages-i18n.c:307 po/guile_strings.txt:148 msgid "Num" msgstr "" @@ -1359,7 +1360,7 @@ msgstr "" msgid "Price" msgstr "" -#: messages-i18n.c:317 src/gnome/glade-gnc-dialogs.c:978 +#: messages-i18n.c:317 src/gnome/glade-gnc-dialogs.c:971 msgid "Print" msgstr "" @@ -1387,11 +1388,11 @@ msgstr "" msgid "Record" msgstr "" -#: messages-i18n.c:324 po/guile_strings.txt:175 +#: messages-i18n.c:324 po/guile_strings.txt:181 msgid "Register" msgstr "" -#: messages-i18n.c:325 po/guile_strings.txt:169 +#: messages-i18n.c:325 po/guile_strings.txt:175 msgid "Report" msgstr "" @@ -1411,7 +1412,7 @@ msgstr "" msgid "Scrub" msgstr "" -#: messages-i18n.c:330 po/guile_strings.txt:155 +#: messages-i18n.c:330 po/guile_strings.txt:161 msgid "Security" msgstr "" @@ -1443,7 +1444,7 @@ msgstr "" msgid "STCG" msgstr "" -#: messages-i18n.c:338 po/guile_strings.txt:288 +#: messages-i18n.c:338 po/guile_strings.txt:298 #: src/gnome/glade-gnc-dialogs.c:635 msgid "Stock" msgstr "" @@ -1460,7 +1461,7 @@ msgstr "" msgid "Teller" msgstr "" -#: messages-i18n.c:342 po/guile_strings.txt:244 +#: messages-i18n.c:342 po/guile_strings.txt:252 msgid "To" msgstr "" @@ -1472,7 +1473,7 @@ msgstr "" msgid "Total" msgstr "" -#: messages-i18n.c:345 po/guile_strings.txt:246 +#: messages-i18n.c:345 po/guile_strings.txt:254 #: src/gnome/glade-gnc-dialogs.c:354 src/gnome/glade-gnc-dialogs.c:408 msgid "Type" msgstr "" @@ -1485,7 +1486,7 @@ msgstr "" msgid "Transfer" msgstr "" -#: messages-i18n.c:348 +#: messages-i18n.c:348 po/guile_strings.txt:57 msgid "Value" msgstr "" @@ -1513,71 +1514,83 @@ msgstr "" msgid "Second Option" msgstr "" -#: po/guile_strings.txt:4 +#: po/guile_strings.txt:3 +msgid "Cost" +msgstr "" + +#: po/guile_strings.txt:5 msgid "Status" msgstr "" -#: po/guile_strings.txt:8 +#: po/guile_strings.txt:9 msgid "Account Separator" msgstr "" -#: po/guile_strings.txt:9 +#: po/guile_strings.txt:10 msgid "" "The default background color for splits in multi-line mode and the auto modes" msgstr "" "The default background colour for splits in multi-line mode and the auto " "modes" -#: po/guile_strings.txt:10 +#: po/guile_strings.txt:11 msgid "Auto-Raise Lists" msgstr "" -#: po/guile_strings.txt:12 +#: po/guile_strings.txt:13 msgid "Secondary Sort Order" msgstr "" -#: po/guile_strings.txt:13 -msgid "The types of accounts for which balances are sign-reversed" -msgstr "" - #: po/guile_strings.txt:14 -msgid "The Good" +msgid "Stock Portfolio Valuation" msgstr "" #: po/guile_strings.txt:15 +msgid "Stock Portfolio" +msgstr "" + +#: po/guile_strings.txt:16 +msgid "The types of accounts for which balances are sign-reversed" +msgstr "" + +#: po/guile_strings.txt:17 +msgid "The Good" +msgstr "" + +#: po/guile_strings.txt:18 #, c-format msgid "The current time is %s." msgstr "" -#: po/guile_strings.txt:17 +#: po/guile_strings.txt:20 msgid "Use a 24 hour (instead of a 12 hour) time format." msgstr "" -#: po/guile_strings.txt:18 +#: po/guile_strings.txt:21 msgid "Income:Salary:Taxable" msgstr "" -#: po/guile_strings.txt:19 +#: po/guile_strings.txt:22 msgid "Type of budget report" msgstr "" -#: po/guile_strings.txt:20 +#: po/guile_strings.txt:23 msgid "reg_win_width" msgstr "" -#: po/guile_strings.txt:21 +#: po/guile_strings.txt:24 msgid "Balancing" msgstr "" -#: po/guile_strings.txt:22 +#: po/guile_strings.txt:25 msgid "Time" msgstr "" -#: po/guile_strings.txt:24 +#: po/guile_strings.txt:27 msgid "International" msgstr "" -#: po/guile_strings.txt:25 +#: po/guile_strings.txt:28 msgid "" "The background color for an active split in multi-line mode and the auto " "modes" @@ -1585,392 +1598,396 @@ msgstr "" "The background colour for an active split in multi-line mode and the auto " "modes" -#: po/guile_strings.txt:26 +#: po/guile_strings.txt:29 msgid "Double mode active background" msgstr "" -#: po/guile_strings.txt:27 +#: po/guile_strings.txt:30 msgid "This is a string option" msgstr "" -#: po/guile_strings.txt:28 +#: po/guile_strings.txt:31 msgid "Main Window" msgstr "" -#: po/guile_strings.txt:30 +#: po/guile_strings.txt:33 msgid "_Account Transactions" msgstr "" -#: po/guile_strings.txt:31 +#: po/guile_strings.txt:34 #, c-format msgid "The date option is %s." msgstr "" -#: po/guile_strings.txt:32 +#: po/guile_strings.txt:35 msgid "Account Transactions" msgstr "" -#: po/guile_strings.txt:33 +#: po/guile_strings.txt:36 msgid "UK" msgstr "" -#: po/guile_strings.txt:34 +#: po/guile_strings.txt:37 msgid "Sort by date" msgstr "" -#: po/guile_strings.txt:35 +#: po/guile_strings.txt:38 #, c-format msgid "Report for %s and all subaccounts." msgstr "" -#: po/guile_strings.txt:36 +#: po/guile_strings.txt:39 msgid "Account types to display" msgstr "" -#: po/guile_strings.txt:37 +#: po/guile_strings.txt:40 msgid "Gain And Loss" msgstr "" -#: po/guile_strings.txt:38 +#: po/guile_strings.txt:41 msgid "Double click expands parent accounts" msgstr "" -#: po/guile_strings.txt:39 +#: po/guile_strings.txt:42 msgid "main_win_height" msgstr "" -#: po/guile_strings.txt:40 +#: po/guile_strings.txt:43 msgid "Boolean Option" msgstr "" -#: po/guile_strings.txt:41 +#: po/guile_strings.txt:44 msgid "Income-Salary-Taxable" msgstr "" -#: po/guile_strings.txt:42 +#: po/guile_strings.txt:45 +msgid "_Stock Portfolio" +msgstr "" + +#: po/guile_strings.txt:46 msgid "Testing" msgstr "" -#: po/guile_strings.txt:43 +#: po/guile_strings.txt:47 msgid "US-style: mm/dd/yyyy" msgstr "" -#: po/guile_strings.txt:44 +#: po/guile_strings.txt:48 msgid "You have not selected an account." msgstr "" -#: po/guile_strings.txt:45 +#: po/guile_strings.txt:49 msgid "By default, show every transaction in an account." msgstr "" -#: po/guile_strings.txt:48 +#: po/guile_strings.txt:52 msgid "View" msgstr "" -#: po/guile_strings.txt:49 +#: po/guile_strings.txt:53 msgid "The default background color for odd rows in double mode" msgstr "The default background colour for odd rows in double mode" -#: po/guile_strings.txt:50 +#: po/guile_strings.txt:54 msgid "UK-style dd/mm/yyyy" msgstr "" -#: po/guile_strings.txt:51 +#: po/guile_strings.txt:55 msgid "Show all columns" msgstr "" -#: po/guile_strings.txt:53 +#: po/guile_strings.txt:58 msgid "Header background" msgstr "" -#: po/guile_strings.txt:54 +#: po/guile_strings.txt:59 msgid "Sorting" msgstr "" -#: po/guile_strings.txt:55 +#: po/guile_strings.txt:60 msgid "Show icons only" msgstr "" -#: po/guile_strings.txt:56 +#: po/guile_strings.txt:61 msgid "The default background color for odd rows in single mode" msgstr "The default background colour for odd rows in single mode" -#: po/guile_strings.txt:58 +#: po/guile_strings.txt:63 msgid "Display the Hello, World report." msgstr "" -#: po/guile_strings.txt:59 +#: po/guile_strings.txt:64 msgid "Gain" msgstr "" -#: po/guile_strings.txt:60 +#: po/guile_strings.txt:65 msgid "Hello Again" msgstr "" -#: po/guile_strings.txt:61 +#: po/guile_strings.txt:66 msgid "This page shows your profits and losses." msgstr "" -#: po/guile_strings.txt:62 +#: po/guile_strings.txt:67 msgid "Show Vertical Borders" msgstr "" -#: po/guile_strings.txt:63 +#: po/guile_strings.txt:68 msgid "This is a boolean option." msgstr "" -#: po/guile_strings.txt:64 +#: po/guile_strings.txt:69 msgid "_Profit and Loss" msgstr "" -#: po/guile_strings.txt:65 +#: po/guile_strings.txt:70 msgid "Background Color" msgstr "Background Colour" -#: po/guile_strings.txt:66 +#: po/guile_strings.txt:71 #, c-format msgid "The number option formatted as currency is %s." msgstr "" -#: po/guile_strings.txt:67 +#: po/guile_strings.txt:72 msgid "Income/Salary/Taxable" msgstr "" -#: po/guile_strings.txt:68 +#: po/guile_strings.txt:73 msgid "There are no selected accounts in the account list option." msgstr "" -#: po/guile_strings.txt:69 +#: po/guile_strings.txt:74 msgid "This page shows your net worth." msgstr "" -#: po/guile_strings.txt:70 +#: po/guile_strings.txt:75 msgid "_Budget" msgstr "" -#: po/guile_strings.txt:71 +#: po/guile_strings.txt:76 msgid "Continental Europe: dd.mm.yyyy" msgstr "" -#: po/guile_strings.txt:72 +#: po/guile_strings.txt:77 msgid "account_edit_win_height" msgstr "" -#: po/guile_strings.txt:73 +#: po/guile_strings.txt:78 msgid "Import QIF File - Scripted in Guile." msgstr "" -#: po/guile_strings.txt:74 +#: po/guile_strings.txt:79 msgid "Category" msgstr "" -#: po/guile_strings.txt:75 +#: po/guile_strings.txt:80 msgid "Show Horizontal Borders" msgstr "" -#: po/guile_strings.txt:76 +#: po/guile_strings.txt:81 msgid "Sort by check/transaction number" msgstr "Sort by cheque/transaction number" -#: po/guile_strings.txt:77 +#: po/guile_strings.txt:82 msgid "The background color for the active transaction in double mode" msgstr "The background colour for the active transaction in double mode" -#: po/guile_strings.txt:78 +#: po/guile_strings.txt:83 msgid "Register Colors" msgstr "Register Colours" -#: po/guile_strings.txt:79 +#: po/guile_strings.txt:84 #, c-format msgid "The boolean option is %s." msgstr "" -#: po/guile_strings.txt:80 +#: po/guile_strings.txt:85 msgid "Multi mode default transaction background" msgstr "" -#: po/guile_strings.txt:81 +#: po/guile_strings.txt:86 msgid "" "Double clicking on an account with children expands the account instead of " "opening a register." msgstr "" -#: po/guile_strings.txt:82 +#: po/guile_strings.txt:87 msgid "The background color for the active transaction in single mode" msgstr "The background colour for the active transaction in single mode" -#: po/guile_strings.txt:83 +#: po/guile_strings.txt:88 msgid "Loss" msgstr "" -#: po/guile_strings.txt:84 +#: po/guile_strings.txt:89 msgid "Credit Accounts" msgstr "" -#: po/guile_strings.txt:85 +#: po/guile_strings.txt:90 msgid "Sort by description" msgstr "" -#: po/guile_strings.txt:86 +#: po/guile_strings.txt:91 msgid "largest to smallest, latest to earliest" msgstr "" -#: po/guile_strings.txt:87 +#: po/guile_strings.txt:92 msgid "Secondary Key" msgstr "" -#: po/guile_strings.txt:88 +#: po/guile_strings.txt:93 msgid "Save window sizes and positions." msgstr "" -#: po/guile_strings.txt:90 +#: po/guile_strings.txt:95 msgid "Number Option" msgstr "" -#: po/guile_strings.txt:91 +#: po/guile_strings.txt:96 msgid "There are no accounts to report on." msgstr "" -#: po/guile_strings.txt:92 +#: po/guile_strings.txt:97 #, c-format msgid "Report for %s." msgstr "" -#: po/guile_strings.txt:93 +#: po/guile_strings.txt:98 msgid "Reverse Income and Expense Accounts" msgstr "" -#: po/guile_strings.txt:94 +#: po/guile_strings.txt:99 msgid "Europe" msgstr "" -#: po/guile_strings.txt:95 +#: po/guile_strings.txt:100 msgid "Add in sub-accounts of each selected" msgstr "" -#: po/guile_strings.txt:96 +#: po/guile_strings.txt:101 msgid "Day" msgstr "" -#: po/guile_strings.txt:97 +#: po/guile_strings.txt:102 msgid "" "This is for testing. Your reports probably shouldn't have an option like " "this." msgstr "" -#: po/guile_strings.txt:98 +#: po/guile_strings.txt:103 msgid "The items selected in the list option are:" msgstr "" -#: po/guile_strings.txt:99 +#: po/guile_strings.txt:104 msgid "Average" msgstr "" -#: po/guile_strings.txt:100 +#: po/guile_strings.txt:105 msgid "A_ccount Balance Tracker" msgstr "" -#: po/guile_strings.txt:102 +#: po/guile_strings.txt:107 msgid "Start of reporting period" msgstr "" -#: po/guile_strings.txt:103 +#: po/guile_strings.txt:108 msgid "Sort by EXACT entry time" msgstr "" -#: po/guile_strings.txt:104 +#: po/guile_strings.txt:109 msgid "account_add_win_width" msgstr "" -#: po/guile_strings.txt:105 +#: po/guile_strings.txt:110 msgid "Full" msgstr "" -#: po/guile_strings.txt:106 +#: po/guile_strings.txt:111 msgid "Multi mode default split background" msgstr "" -#: po/guile_strings.txt:108 +#: po/guile_strings.txt:113 msgid "Week" msgstr "" -#: po/guile_strings.txt:109 +#: po/guile_strings.txt:114 msgid "Get number at each one of these" msgstr "" -#: po/guile_strings.txt:110 +#: po/guile_strings.txt:115 msgid "Crash the report" msgstr "" -#: po/guile_strings.txt:112 +#: po/guile_strings.txt:117 msgid "Step Size" msgstr "" -#: po/guile_strings.txt:113 +#: po/guile_strings.txt:118 msgid "Hello, World!" msgstr "" -#: po/guile_strings.txt:114 +#: po/guile_strings.txt:119 msgid "ISO" msgstr "" -#: po/guile_strings.txt:115 +#: po/guile_strings.txt:120 msgid "A report useful for balancing the budget" msgstr "" -#: po/guile_strings.txt:116 +#: po/guile_strings.txt:121 msgid "Date Format Display" msgstr "" -#: po/guile_strings.txt:117 +#: po/guile_strings.txt:122 msgid "Ending" msgstr "" -#: po/guile_strings.txt:118 +#: po/guile_strings.txt:123 msgid "Reversed-balance account types" msgstr "" -#: po/guile_strings.txt:120 +#: po/guile_strings.txt:125 msgid "Account fields to display" msgstr "" -#: po/guile_strings.txt:121 +#: po/guile_strings.txt:126 msgid "Account Balance Tracker" msgstr "" -#: po/guile_strings.txt:122 +#: po/guile_strings.txt:127 msgid "Report Options" msgstr "" -#: po/guile_strings.txt:125 +#: po/guile_strings.txt:130 msgid "Calculate balance sheet up to this date" msgstr "" -#: po/guile_strings.txt:126 +#: po/guile_strings.txt:131 msgid "Alternate the even and odd colors with each transaction, not each row" msgstr "Alternate the even and odd colours with each transaction, not each row" -#: po/guile_strings.txt:127 +#: po/guile_strings.txt:132 msgid "Gain/Loss" msgstr "" -#: po/guile_strings.txt:128 +#: po/guile_strings.txt:133 msgid "Transfer from/to" msgstr "" -#: po/guile_strings.txt:129 +#: po/guile_strings.txt:134 msgid "Text only" msgstr "" -#: po/guile_strings.txt:130 +#: po/guile_strings.txt:135 msgid "Toolbar Buttons" msgstr "" -#: po/guile_strings.txt:131 +#: po/guile_strings.txt:136 msgid "Report Items from this date" msgstr "" -#: po/guile_strings.txt:132 +#: po/guile_strings.txt:137 msgid "" "The default background color for transactions in multi-line mode and the " "auto modes" @@ -1978,556 +1995,576 @@ msgstr "" "The default background colour for transactions in multi-line mode and the " "auto modes" -#: po/guile_strings.txt:133 +#: po/guile_strings.txt:138 msgid "Fourth Options" msgstr "" -#: po/guile_strings.txt:134 +#: po/guile_strings.txt:139 msgid "Sort by this criterion first" msgstr "" -#: po/guile_strings.txt:135 +#: po/guile_strings.txt:140 msgid "Ugly option" msgstr "" -#: po/guile_strings.txt:136 +#: po/guile_strings.txt:141 msgid "How are you doing on your budget?" msgstr "" -#: po/guile_strings.txt:137 +#: po/guile_strings.txt:142 msgid "Save Translatable Strings" msgstr "" -#: po/guile_strings.txt:138 +#: po/guile_strings.txt:143 msgid "Save strings that need to be translated" msgstr "" -#: po/guile_strings.txt:139 +#: po/guile_strings.txt:144 msgid "Number of Rows" msgstr "" -#: po/guile_strings.txt:140 +#: po/guile_strings.txt:145 msgid "/ (Slash)" msgstr "" -#: po/guile_strings.txt:142 +#: po/guile_strings.txt:147 msgid "Use 24-hour time format" msgstr "" -#: po/guile_strings.txt:144 +#: po/guile_strings.txt:149 msgid "Date Format" msgstr "" -#: po/guile_strings.txt:145 +#: po/guile_strings.txt:150 msgid "A list option" msgstr "" -#: po/guile_strings.txt:146 +#: po/guile_strings.txt:151 msgid "ISO Standard: yyyy-mm-dd" msgstr "" -#: po/guile_strings.txt:147 +#: po/guile_strings.txt:152 msgid "Default Currency" msgstr "" -#: po/guile_strings.txt:148 +#: po/guile_strings.txt:153 msgid "Do transaction report on this account" msgstr "" -#: po/guile_strings.txt:149 +#: po/guile_strings.txt:154 +msgid "Recent Price" +msgstr "" + +#: po/guile_strings.txt:155 msgid "Net Inflow" msgstr "" -#: po/guile_strings.txt:150 +#: po/guile_strings.txt:156 msgid "Single mode default even row background" msgstr "" -#: po/guile_strings.txt:151 -msgid "Double mode default even row background" -msgstr "" - -#: po/guile_strings.txt:152 -#, c-format -msgid "The multi-choice option is %s." -msgstr "" - -#: po/guile_strings.txt:153 -msgid "Double mode colors alternate with transactions" -msgstr "Double mode colours alternate with transactions" - -#: po/guile_strings.txt:154 -msgid "General" -msgstr "" - #: po/guile_strings.txt:157 -msgid "Sub-Accounts" +msgid "Double mode default even row background" msgstr "" #: po/guile_strings.txt:158 #, c-format -msgid "The date and time option is %s." +msgid "The multi-choice option is %s." msgstr "" +#: po/guile_strings.txt:159 +msgid "Double mode colors alternate with transactions" +msgstr "Double mode colours alternate with transactions" + #: po/guile_strings.txt:160 -msgid "End of reporting period" -msgstr "" - -#: po/guile_strings.txt:161 -msgid "Don't reverse any accounts" -msgstr "" - -#: po/guile_strings.txt:162 -msgid "Good option" +msgid "General" msgstr "" #: po/guile_strings.txt:163 -msgid "US" +msgid "Sub-Accounts" msgstr "" #: po/guile_strings.txt:164 -msgid "account_edit_win_width" -msgstr "" - -#: po/guile_strings.txt:165 -msgid "Ba_lance sheet" +#, c-format +msgid "The date and time option is %s." msgstr "" #: po/guile_strings.txt:166 -msgid "Help for first option" +msgid "End of reporting period" msgstr "" #: po/guile_strings.txt:167 -msgid "Number" +msgid "Don't reverse any accounts" msgstr "" #: po/guile_strings.txt:168 -msgid "Show both icons and text" +msgid "Good option" +msgstr "" + +#: po/guile_strings.txt:169 +msgid "US" +msgstr "" + +#: po/guile_strings.txt:170 +msgid "account_edit_win_width" msgstr "" #: po/guile_strings.txt:171 +msgid "Ba_lance sheet" +msgstr "" + +#: po/guile_strings.txt:172 +msgid "Help for first option" +msgstr "" + +#: po/guile_strings.txt:173 +msgid "Number" +msgstr "" + +#: po/guile_strings.txt:174 +msgid "Show both icons and text" +msgstr "" + +#: po/guile_strings.txt:177 #, c-format msgid "The number option is %s." msgstr "" -#: po/guile_strings.txt:172 +#: po/guile_strings.txt:178 #, c-format msgid "The string option is %s." msgstr "" -#: po/guile_strings.txt:173 +#: po/guile_strings.txt:179 msgid "_Reports" msgstr "" -#: po/guile_strings.txt:174 +#: po/guile_strings.txt:180 msgid "Single mode active background" msgstr "" -#: po/guile_strings.txt:176 +#: po/guile_strings.txt:182 msgid "Year" msgstr "" -#: po/guile_strings.txt:177 +#: po/guile_strings.txt:183 msgid "Profit and Loss" msgstr "" -#: po/guile_strings.txt:178 +#: po/guile_strings.txt:184 msgid "Month" msgstr "" -#: po/guile_strings.txt:179 +#: po/guile_strings.txt:185 msgid "Multi mode active transaction background" msgstr "" -#: po/guile_strings.txt:180 +#: po/guile_strings.txt:186 msgid ". (Period)" msgstr "" -#: po/guile_strings.txt:181 +#: po/guile_strings.txt:187 msgid "Primary Sort Order" msgstr "" -#: po/guile_strings.txt:182 -msgid "Descending" -msgstr "" - -#: po/guile_strings.txt:183 -msgid "This is a date option" -msgstr "" - -#: po/guile_strings.txt:184 -msgid "Two Week" -msgstr "" - -#: po/guile_strings.txt:185 -msgid "Save Window Geometry" -msgstr "" - -#: po/guile_strings.txt:186 -msgid "Income\\Salary\\Taxable" -msgstr "" - -#: po/guile_strings.txt:187 -msgid "Code" -msgstr "" - #: po/guile_strings.txt:188 -msgid "Balance sheet" +msgid "Name" msgstr "" #: po/guile_strings.txt:189 -msgid "Export data as text." +msgid "Descending" msgstr "" #: po/guile_strings.txt:190 -msgid "Balance Sheet" +msgid "This is a date option" msgstr "" #: po/guile_strings.txt:191 -msgid "- (Dash)" +msgid "Two Week" msgstr "" #: po/guile_strings.txt:192 -msgid "Order of primary sorting" +msgid "Save Window Geometry" msgstr "" #: po/guile_strings.txt:193 -msgid "Default Currency For New Accounts" +msgid "Income\\Salary\\Taxable" msgstr "" #: po/guile_strings.txt:194 -msgid "Sort by this criterion second" +msgid "Code" msgstr "" #: po/guile_strings.txt:195 -msgid "true" +msgid "Balance sheet" msgstr "" #: po/guile_strings.txt:196 -msgid "Period Ending" +msgid "Export data as text." msgstr "" #: po/guile_strings.txt:197 -msgid "Income.Salary.Taxable" +msgid "Balance Sheet" +msgstr "" + +#: po/guile_strings.txt:198 +msgid "- (Dash)" msgstr "" #: po/guile_strings.txt:199 -msgid "The Ugly" +msgid "Order of primary sorting" msgstr "" #: po/guile_strings.txt:200 -msgid "Max" +msgid "Default Currency For New Accounts" msgstr "" #: po/guile_strings.txt:201 -msgid "By default, show horizontal borders on the cells." +msgid "Sort by this criterion second" msgstr "" #: po/guile_strings.txt:202 -msgid ": (Colon)" +msgid "true" msgstr "" #: po/guile_strings.txt:203 -msgid "By default, show vertical borders on the cells." +msgid "Period Ending" msgstr "" -#: po/guile_strings.txt:205 -msgid "Ascending" +#: po/guile_strings.txt:204 +msgid "Income.Salary.Taxable" msgstr "" #: po/guile_strings.txt:206 -msgid "The Bad" +msgid "The Ugly" msgstr "" #: po/guile_strings.txt:207 -msgid "Just a Date Option" +msgid "Max" msgstr "" #: po/guile_strings.txt:208 -msgid "The accounts selected in the account list option are:" +msgid "By default, show horizontal borders on the cells." msgstr "" #: po/guile_strings.txt:209 +msgid ": (Colon)" +msgstr "" + +#: po/guile_strings.txt:210 +msgid "By default, show vertical borders on the cells." +msgstr "" + +#: po/guile_strings.txt:212 +msgid "Ascending" +msgstr "" + +#: po/guile_strings.txt:213 +msgid "The Bad" +msgstr "" + +#: po/guile_strings.txt:214 +msgid "Just a Date Option" +msgstr "" + +#: po/guile_strings.txt:215 +msgid "The accounts selected in the account list option are:" +msgstr "" + +#: po/guile_strings.txt:216 #, c-format msgid "" "This is a sample GnuCash report. See the guile (scheme) source code in %s " "for details on writing your own reports, or extending existing reports." msgstr "" -#: po/guile_strings.txt:210 +#: po/guile_strings.txt:217 msgid "The default background color for even rows in single mode" msgstr "The default background colour for even rows in single mode" -#: po/guile_strings.txt:211 +#: po/guile_strings.txt:218 msgid "The default background color for even rows in double mode" msgstr "The default background colour for even rows in double mode" -#: po/guile_strings.txt:212 +#: po/guile_strings.txt:219 msgid "Display the Budget report." msgstr "" -#: po/guile_strings.txt:213 +#: po/guile_strings.txt:220 msgid "_Hello, World" msgstr "" -#: po/guile_strings.txt:214 +#: po/guile_strings.txt:221 msgid "First Option" msgstr "" -#: po/guile_strings.txt:215 +#: po/guile_strings.txt:222 msgid "Double line mode with multi-line cursor" msgstr "" -#: po/guile_strings.txt:216 +#: po/guile_strings.txt:223 msgid "Single line mode with multi-line cursor" msgstr "" -#: po/guile_strings.txt:217 +#: po/guile_strings.txt:224 +msgid "Display the Stock Portfolio report." +msgstr "" + +#: po/guile_strings.txt:225 msgid "" "Show transactions on multiple lines with one line for each split in the " "transaction" msgstr "" -#: po/guile_strings.txt:218 +#: po/guile_strings.txt:226 msgid "account_add_win_height" msgstr "" -#: po/guile_strings.txt:219 +#: po/guile_strings.txt:227 msgid "Plot Type" msgstr "" -#: po/guile_strings.txt:220 +#: po/guile_strings.txt:228 msgid "Budget" msgstr "" -#: po/guile_strings.txt:221 +#: po/guile_strings.txt:229 msgid "Choose whether to display icons, text, or both for toolbar buttons" msgstr "" -#: po/guile_strings.txt:222 +#: po/guile_strings.txt:230 msgid "Show text only" msgstr "" -#: po/guile_strings.txt:223 +#: po/guile_strings.txt:231 msgid "Icons and Text" msgstr "" -#: po/guile_strings.txt:224 +#: po/guile_strings.txt:232 msgid "Automatically raise the list of accounts or actions during input." msgstr "" -#: po/guile_strings.txt:225 +#: po/guile_strings.txt:233 msgid "Sort by account transferred from/to's name" msgstr "" -#: po/guile_strings.txt:226 +#: po/guile_strings.txt:234 msgid "Net Gain" msgstr "" -#: po/guile_strings.txt:227 +#: po/guile_strings.txt:235 msgid "The fourth option rules!" msgstr "" -#: po/guile_strings.txt:228 +#: po/guile_strings.txt:236 msgid "This is a date option with time" msgstr "" -#: po/guile_strings.txt:229 +#: po/guile_strings.txt:237 msgid "The header background color" msgstr "The header background colour" -#: po/guile_strings.txt:230 +#: po/guile_strings.txt:238 msgid "Sort by memo" msgstr "" -#: po/guile_strings.txt:231 +#: po/guile_strings.txt:239 msgid "Third Option" msgstr "" -#: po/guile_strings.txt:232 +#: po/guile_strings.txt:240 msgid "Choose the default mode for register windows" msgstr "" -#: po/guile_strings.txt:233 +#: po/guile_strings.txt:241 msgid "Default number of register rows to display." msgstr "" -#: po/guile_strings.txt:234 +#: po/guile_strings.txt:242 msgid "Report end date" msgstr "" -#: po/guile_strings.txt:235 +#: po/guile_strings.txt:243 msgid "None" msgstr "" -#: po/guile_strings.txt:236 +#: po/guile_strings.txt:244 msgid "Export data as text (Danger: Unfinished)" msgstr "" -#: po/guile_strings.txt:237 +#: po/guile_strings.txt:245 msgid "Primary Key" msgstr "" -#: po/guile_strings.txt:238 -msgid "Time and Date Option" -msgstr "" - -#: po/guile_strings.txt:239 -msgid "Single mode default odd row background" -msgstr "" - -#: po/guile_strings.txt:240 -msgid "Double mode default odd row background" -msgstr "" - -#: po/guile_strings.txt:241 -msgid "The character used to separate fully-qualified account names" -msgstr "" - -#: po/guile_strings.txt:242 -msgid "__gui" -msgstr "" - -#: po/guile_strings.txt:243 -msgid "Report start date" -msgstr "" - -#: po/guile_strings.txt:245 -msgid "smallest to largest, earliest to latest" +#: po/guile_strings.txt:246 +msgid "Ticker" msgstr "" #: po/guile_strings.txt:247 -msgid "\\ (Backslash)" +msgid "Time and Date Option" msgstr "" #: po/guile_strings.txt:248 -msgid "Icons only" +msgid "Single mode default odd row background" msgstr "" #: po/guile_strings.txt:249 -msgid "Help for third option" +msgid "Double mode default odd row background" msgstr "" #: po/guile_strings.txt:250 -msgid "Default Register Mode" +msgid "The character used to separate fully-qualified account names" msgstr "" -#: po/guile_strings.txt:252 -msgid "main_win_width" +#: po/guile_strings.txt:251 +msgid "Report start date" msgstr "" #: po/guile_strings.txt:253 -msgid "Sort by amount" -msgstr "" - -#: po/guile_strings.txt:254 -msgid "This is an account list option" +msgid "smallest to largest, earliest to latest" msgstr "" #: po/guile_strings.txt:255 -msgid "Average Balance" +msgid "\\ (Backslash)" msgstr "" #: po/guile_strings.txt:256 -msgid "Totals" +msgid "Icons only" msgstr "" #: po/guile_strings.txt:257 -msgid "Show All Transactions" +msgid "Help for third option" msgstr "" #: po/guile_strings.txt:258 -msgid "Display the Profit and Loss report." -msgstr "" - -#: po/guile_strings.txt:259 -msgid "Display the Account Balance Tracker report." +msgid "Default Register Mode" msgstr "" #: po/guile_strings.txt:260 -msgid "2Week" +msgid "main_win_width" msgstr "" #: po/guile_strings.txt:261 -msgid "Nothing" +msgid "Sort by amount" msgstr "" #: po/guile_strings.txt:262 -msgid "You have selected no values in the list option." +msgid "This is an account list option" msgstr "" #: po/guile_strings.txt:263 -msgid "false" +msgid "Average Balance" +msgstr "" + +#: po/guile_strings.txt:264 +msgid "Totals" msgstr "" #: po/guile_strings.txt:265 -msgid "An account list option" +msgid "Profit/Loss" msgstr "" #: po/guile_strings.txt:266 -msgid "Multi Choice Option" +msgid "Shares" msgstr "" #: po/guile_strings.txt:267 -msgid "This is a color option" -msgstr "This is a colour option" +msgid "Show All Transactions" +msgstr "" #: po/guile_strings.txt:268 -msgid "QIF File Import (Danger: Unfinished)" +msgid "Display the Profit and Loss report." msgstr "" #: po/guile_strings.txt:269 -msgid "Make No Plot" +msgid "Display the Account Balance Tracker report." msgstr "" #: po/guile_strings.txt:270 -msgid "Bad option" +msgid "2Week" msgstr "" #: po/guile_strings.txt:271 -msgid "Display the Balance sheet report." +msgid "Nothing" msgstr "" #: po/guile_strings.txt:272 -msgid "Display the Account Transactions report." +msgid "You have selected no values in the list option." msgstr "" #: po/guile_strings.txt:273 -msgid "Net" -msgstr "" - -#: po/guile_strings.txt:274 -msgid "Have a nice day!" +msgid "false" msgstr "" #: po/guile_strings.txt:275 -msgid "This is a list option" +msgid "An account list option" msgstr "" #: po/guile_strings.txt:276 -msgid "Min" +msgid "Multi Choice Option" msgstr "" #: po/guile_strings.txt:277 -msgid "Order of Secondary sorting" -msgstr "" +msgid "This is a color option" +msgstr "This is a colour option" #: po/guile_strings.txt:278 -msgid "Help for second option" +msgid "QIF File Import (Danger: Unfinished)" msgstr "" #: po/guile_strings.txt:279 -msgid "reg_stock_win_width" +msgid "Make No Plot" msgstr "" #: po/guile_strings.txt:280 -msgid "Report items up to and including this date" +msgid "Bad option" msgstr "" #: po/guile_strings.txt:281 -msgid "Beginning" +msgid "Display the Balance sheet report." msgstr "" #: po/guile_strings.txt:282 +msgid "Display the Account Transactions report." +msgstr "" + +#: po/guile_strings.txt:283 +msgid "Net" +msgstr "" + +#: po/guile_strings.txt:284 +msgid "Have a nice day!" +msgstr "" + +#: po/guile_strings.txt:285 +msgid "This is a list option" +msgstr "" + +#: po/guile_strings.txt:286 +msgid "Min" +msgstr "" + +#: po/guile_strings.txt:287 +msgid "Order of Secondary sorting" +msgstr "" + +#: po/guile_strings.txt:288 +msgid "Help for second option" +msgstr "" + +#: po/guile_strings.txt:289 +msgid "reg_stock_win_width" +msgstr "" + +#: po/guile_strings.txt:290 +msgid "Report items up to and including this date" +msgstr "" + +#: po/guile_strings.txt:291 +msgid "Beginning" +msgstr "" + +#: po/guile_strings.txt:292 #, c-format msgid "" "For help on writing reports, or to contribute your brand new, totally cool " @@ -2535,7 +2572,7 @@ msgid "" "list, see %s." msgstr "" -#: po/guile_strings.txt:283 +#: po/guile_strings.txt:293 msgid "" "The background color for an active transaction in multi-line mode and the " "auto modes" @@ -2543,28 +2580,28 @@ msgstr "" "The background colour for an active transaction in multi-line mode and the " "auto modes" -#: po/guile_strings.txt:284 +#: po/guile_strings.txt:294 msgid "This is a multi choice option." msgstr "" -#: po/guile_strings.txt:285 +#: po/guile_strings.txt:295 msgid "Income & Expense" msgstr "" -#: po/guile_strings.txt:286 +#: po/guile_strings.txt:296 msgid "Hello, World" msgstr "" -#: po/guile_strings.txt:287 +#: po/guile_strings.txt:297 msgid "Reverse Credit Card, Liability, Equity, and Income Accounts" msgstr "" -#: po/guile_strings.txt:289 +#: po/guile_strings.txt:299 #, fuzzy msgid "This is a number option." msgstr "This is a colour option" -#: po/guile_strings.txt:291 +#: po/guile_strings.txt:301 msgid "Multi mode active split background" msgstr "" @@ -2572,31 +2609,35 @@ msgstr "" msgid "All Accounts" msgstr "" -#: src/gnome/dialog-qif-import.c:229 +#: src/gnome/dialog-qif-import.c:221 msgid "Select QIF File" msgstr "" -#: src/gnome/dialog-qif-import.c:318 +#: src/gnome/dialog-qif-import.c:310 msgid "You must specify a file to load." msgstr "" -#: src/gnome/dialog-qif-import.c:322 +#: src/gnome/dialog-qif-import.c:314 msgid "You must specify a currency." msgstr "" -#: src/gnome/dialog-qif-import.c:336 src/gnome/dialog-qif-import.c:672 -#: src/gnome/dialog-qif-import.c:774 src/gnome/dialog-qif-import.c:872 +#: src/gnome/dialog-qif-import.c:328 src/gnome/dialog-qif-import.c:664 +#: src/gnome/dialog-qif-import.c:766 src/gnome/dialog-qif-import.c:864 msgid "QIF File scheme code not loaded properly." msgstr "" -#: src/gnome/dialog-qif-import.c:359 +#: src/gnome/dialog-qif-import.c:351 msgid "QIF File already loaded. Reload with current settings?" msgstr "" -#: src/gnome/dialog-qif-import.c:802 src/gnome/dialog-qif-import.c:900 +#: src/gnome/dialog-qif-import.c:794 src/gnome/dialog-qif-import.c:892 msgid "Something is very wrong with QIF Importing." msgstr "" +#: src/gnome/glade-gnc-dialogs.c:74 +msgid "Import QIF Files" +msgstr "" + #: src/gnome/glade-gnc-dialogs.c:96 msgid "Loaded Files" msgstr "" @@ -2621,7 +2662,8 @@ msgstr "" msgid "Radix format:" msgstr "" -#: src/gnome/glade-gnc-dialogs.c:191 +#: src/gnome/glade-gnc-dialogs.c:191 src/gnome/glade-gnc-dialogs.c:1194 +#: src/gnome/glade-gnc-dialogs.c:1364 msgid "Date format:" msgstr "" @@ -2693,6 +2735,10 @@ msgstr "" msgid "Categories" msgstr "" +#: src/gnome/glade-gnc-dialogs.c:506 +msgid "Select Account" +msgstr "" + #: src/gnome/glade-gnc-dialogs.c:564 msgid "Selected account:" msgstr "" @@ -2709,52 +2755,175 @@ msgstr "" msgid "Mutual" msgstr "" -#: src/gnome/glade-gnc-dialogs.c:786 -msgid "Print Dialog" +#: src/gnome/glade-gnc-dialogs.c:700 +msgid "Print Preview" msgstr "" -#: src/gnome/glade-gnc-dialogs.c:794 +#: src/gnome/glade-gnc-dialogs.c:786 #, fuzzy msgid "Print Setup" msgstr "Cheque" -#: src/gnome/glade-gnc-dialogs.c:815 +#: src/gnome/glade-gnc-dialogs.c:808 #, fuzzy msgid "Printer:" msgstr "Cheque" -#: src/gnome/glade-gnc-dialogs.c:823 +#: src/gnome/glade-gnc-dialogs.c:816 msgid "Paper size:" msgstr "" -#: src/gnome/glade-gnc-dialogs.c:831 +#: src/gnome/glade-gnc-dialogs.c:824 msgid "Pages to print:" msgstr "" -#: src/gnome/glade-gnc-dialogs.c:876 +#: src/gnome/glade-gnc-dialogs.c:869 msgid "All" msgstr "" -#: src/gnome/glade-gnc-dialogs.c:884 +#: src/gnome/glade-gnc-dialogs.c:877 msgid "Selected" msgstr "" -#: src/gnome/glade-gnc-dialogs.c:906 +#: src/gnome/glade-gnc-dialogs.c:899 msgid "From:" msgstr "" -#: src/gnome/glade-gnc-dialogs.c:921 +#: src/gnome/glade-gnc-dialogs.c:914 msgid "To:" msgstr "" -#: src/gnome/glade-gnc-dialogs.c:943 src/gnome/glade-gnc-dialogs.c:950 +#: src/gnome/glade-gnc-dialogs.c:936 src/gnome/glade-gnc-dialogs.c:943 msgid "Select..." msgstr "" -#: src/gnome/glade-gnc-dialogs.c:986 +#: src/gnome/glade-gnc-dialogs.c:979 msgid "Preview" msgstr "" -#: src/gnome/print-session.c:220 +#: src/gnome/glade-gnc-dialogs.c:1036 +msgid "Select Paper Size" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1149 +#, fuzzy +msgid "Print Check" +msgstr "Cheque" + +#: src/gnome/glade-gnc-dialogs.c:1178 +msgid "Check format:" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1186 src/gnome/glade-gnc-dialogs.c:1356 +#, fuzzy +msgid "Check position:" +msgstr "Chequeing" + +#: src/gnome/glade-gnc-dialogs.c:1216 +msgid "Quicken/QuickBooks (tm)" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1219 src/gnome/glade-gnc-dialogs.c:1240 +#: src/gnome/glade-gnc-dialogs.c:1276 +msgid "Custom" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1231 +msgid "Top" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1234 +msgid "Middle" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1237 +msgid "Bottom" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1252 +msgid "December 31, 2000" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1255 +msgid "31 December, 2000" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1258 +msgid "Dec 31, 2000" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1261 +msgid "31 Dec, 2000" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1264 +msgid "12/31/2000" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1267 +msgid "12/31/00" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1270 +msgid "31/12/2000" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1273 +msgid "31/12/00" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1281 +msgid "Custom check parameters" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1316 +msgid "Payee:" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1324 +msgid "Date:" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1332 +msgid "Amount (words):" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1340 +msgid "Amount (numbers):" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1348 +msgid "Memo:" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1372 +msgid "Units:" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1387 +msgid "x" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1457 +msgid "Inches" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1460 +msgid "Centimeters" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1463 +msgid "Millimeters" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1466 +msgid "Points" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1478 +msgid "y" +msgstr "" + +#: src/gnome/print-session.c:230 msgid "You must select a printer first." msgstr "" diff --git a/po/fr.po b/po/fr.po index 4c57f41167..861eddbb43 100644 --- a/po/fr.po +++ b/po/fr.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gnucash 1.3.X\n" -"POT-Creation-Date: 2000-03-27 00:01-0800\n" +"POT-Creation-Date: 2000-03-29 03:34-0800\n" "PO-Revision-Date: 2000-03-27 20:35+0100\n" "Last-Translator: Yannick LE NY \n" "Language-Team: LANGUAGE \n" @@ -481,7 +481,7 @@ msgstr "Supprimer le compte s msgid "Delete the current transaction" msgstr "Supprimer la transaction en cours" -#: messages-i18n.c:78 po/guile_strings.txt:119 +#: messages-i18n.c:78 po/guile_strings.txt:124 msgid "Show transactions on two lines with more information" msgstr "Montrer les transactions sur deux lignes avec plus d'informations" @@ -631,7 +631,7 @@ msgstr "Mettre l'option msgid "Show all of the transactions in the account" msgstr "Montrer toutes les transactions dans le compte" -#: messages-i18n.c:114 po/guile_strings.txt:123 +#: messages-i18n.c:114 po/guile_strings.txt:128 msgid "Show transactions on single lines" msgstr "Montrer les transactions sur des lignes simples" @@ -835,7 +835,7 @@ msgstr "Transf msgid "Account Code" msgstr "Code du compte" -#: messages-i18n.c:165 po/guile_strings.txt:6 +#: messages-i18n.c:165 po/guile_strings.txt:7 msgid "Account Name" msgstr "Nom du compte" @@ -847,11 +847,11 @@ msgstr "Type de compte" msgid "Adjust Balance" msgstr "Ajuster le solde" -#: messages-i18n.c:168 po/guile_strings.txt:251 +#: messages-i18n.c:168 po/guile_strings.txt:259 msgid "Auto Double" msgstr "Double automatique" -#: messages-i18n.c:169 po/guile_strings.txt:57 +#: messages-i18n.c:169 po/guile_strings.txt:62 msgid "Auto Single" msgstr "Simple automatique" @@ -883,7 +883,7 @@ msgstr "Supprimer le compte" msgid "Delete Transaction" msgstr "Supprimer la transaction" -#: messages-i18n.c:177 po/guile_strings.txt:16 +#: messages-i18n.c:177 po/guile_strings.txt:19 msgid "Double Line" msgstr "Ligne double" @@ -927,11 +927,11 @@ msgstr "Comptes perdus/abandonn msgid "Money Market" msgstr "Marché monétaire" -#: messages-i18n.c:188 po/guile_strings.txt:47 +#: messages-i18n.c:188 po/guile_strings.txt:51 msgid "Multi Line" msgstr "Ligne multiple" -#: messages-i18n.c:189 po/guile_strings.txt:3 +#: messages-i18n.c:189 po/guile_strings.txt:4 msgid "Mutual Fund" msgstr "Fonds communs(SICAV / FCP)" @@ -1055,7 +1055,7 @@ msgstr "Montrer le premier" msgid "Show Latest" msgstr "Montrer le dernier" -#: messages-i18n.c:220 po/guile_strings.txt:156 +#: messages-i18n.c:220 po/guile_strings.txt:162 msgid "Single Line" msgstr "Ligne unique" @@ -1119,7 +1119,7 @@ msgstr "Transferer vers" msgid "About" msgstr "A propos de" -#: messages-i18n.c:236 po/guile_strings.txt:52 +#: messages-i18n.c:236 po/guile_strings.txt:56 msgid "Account" msgstr "Compte" @@ -1144,7 +1144,7 @@ msgstr "Action" msgid "Activities" msgstr "Activitées" -#: messages-i18n.c:242 po/guile_strings.txt:46 +#: messages-i18n.c:242 po/guile_strings.txt:50 msgid "Amount" msgstr "Montant" @@ -1156,7 +1156,7 @@ msgstr "Appr msgid "Phone" msgstr "Téléphone" -#: messages-i18n.c:245 po/guile_strings.txt:141 +#: messages-i18n.c:245 po/guile_strings.txt:146 #: src/gnome/glade-gnc-dialogs.c:626 msgid "Asset" msgstr "Avoirs(Actif)" @@ -1173,11 +1173,11 @@ msgstr "ATM" msgid "Back" msgstr "Précédent" -#: messages-i18n.c:249 po/guile_strings.txt:11 +#: messages-i18n.c:249 po/guile_strings.txt:12 msgid "Balance" msgstr "Solde" -#: messages-i18n.c:250 po/guile_strings.txt:89 +#: messages-i18n.c:250 po/guile_strings.txt:94 #: src/gnome/glade-gnc-dialogs.c:620 msgid "Bank" msgstr "Banque" @@ -1198,7 +1198,7 @@ msgstr "Acheter" msgid "Cancel" msgstr "Annuler" -#: messages-i18n.c:255 po/guile_strings.txt:111 +#: messages-i18n.c:255 po/guile_strings.txt:116 #: src/gnome/glade-gnc-dialogs.c:623 msgid "Cash" msgstr "Liquidités" @@ -1235,7 +1235,7 @@ msgstr "Livrer" msgid "Create" msgstr "Créér" -#: messages-i18n.c:264 po/guile_strings.txt:204 +#: messages-i18n.c:264 po/guile_strings.txt:211 #: src/gnome/glade-gnc-dialogs.c:629 msgid "Credit" msgstr "Crédit" @@ -1244,16 +1244,16 @@ msgstr "Cr msgid "Credits" msgstr "Crédits" -#: messages-i18n.c:266 po/guile_strings.txt:107 +#: messages-i18n.c:266 po/guile_strings.txt:112 #: src/gnome/glade-gnc-dialogs.c:641 msgid "Currency" msgstr "Monnaie" -#: messages-i18n.c:267 po/guile_strings.txt:5 +#: messages-i18n.c:267 po/guile_strings.txt:6 msgid "Date" msgstr "Date" -#: messages-i18n.c:268 po/guile_strings.txt:29 +#: messages-i18n.c:268 po/guile_strings.txt:32 msgid "Debit" msgstr "Débiter" @@ -1281,7 +1281,7 @@ msgstr "D msgid "Depreciation" msgstr "Dépréciation/Moins-values" -#: messages-i18n.c:275 po/guile_strings.txt:124 +#: messages-i18n.c:275 po/guile_strings.txt:129 msgid "Description" msgstr "Description" @@ -1309,7 +1309,7 @@ msgstr "Dupliquer" msgid "Edit" msgstr "Afficher" -#: messages-i18n.c:282 po/guile_strings.txt:7 +#: messages-i18n.c:282 po/guile_strings.txt:8 #: src/gnome/glade-gnc-dialogs.c:650 msgid "Equity" msgstr "Capitaux propres" @@ -1318,7 +1318,7 @@ msgstr "Capitaux propres" msgid "Exit" msgstr "Quitter" -#: messages-i18n.c:284 po/guile_strings.txt:264 +#: messages-i18n.c:284 po/guile_strings.txt:274 #: src/gnome/glade-gnc-dialogs.c:647 msgid "Expense" msgstr "Dépenses" @@ -1327,7 +1327,7 @@ msgstr "D msgid "Export" msgstr "Exporter" -#: messages-i18n.c:286 po/guile_strings.txt:290 +#: messages-i18n.c:286 po/guile_strings.txt:300 msgid "Extensions" msgstr "Extensions" @@ -1343,7 +1343,7 @@ msgstr "Fichier" msgid "Forward" msgstr "Suivant" -#: messages-i18n.c:290 po/guile_strings.txt:101 +#: messages-i18n.c:290 po/guile_strings.txt:106 msgid "From" msgstr "Depuis" @@ -1359,7 +1359,7 @@ msgstr "Aide" msgid "Import" msgstr "Importer" -#: messages-i18n.c:294 po/guile_strings.txt:198 +#: messages-i18n.c:294 po/guile_strings.txt:205 #: src/gnome/glade-gnc-dialogs.c:644 msgid "Income" msgstr "Revenus" @@ -1376,7 +1376,7 @@ msgstr "Int" msgid "Jump" msgstr "Sauter" -#: messages-i18n.c:298 po/guile_strings.txt:159 +#: messages-i18n.c:298 po/guile_strings.txt:165 #: src/gnome/glade-gnc-dialogs.c:632 msgid "Liability" msgstr "Dettes(Passif)" @@ -1393,7 +1393,7 @@ msgstr "Emprunt" msgid "LTCG" msgstr "PVLT" -#: messages-i18n.c:302 po/guile_strings.txt:23 +#: messages-i18n.c:302 po/guile_strings.txt:26 msgid "Memo" msgstr "Mémo" @@ -1405,15 +1405,16 @@ msgstr "Nouveau" msgid "No" msgstr "Non" -#: messages-i18n.c:305 +#: messages-i18n.c:305 src/gnome/print-session.c:108 +#: src/gnome/print-session.c:197 msgid "(none)" msgstr "(aucun)" -#: messages-i18n.c:306 po/guile_strings.txt:170 +#: messages-i18n.c:306 po/guile_strings.txt:176 msgid "Notes" msgstr "Notes" -#: messages-i18n.c:307 po/guile_strings.txt:143 +#: messages-i18n.c:307 po/guile_strings.txt:148 msgid "Num" msgstr "Num" @@ -1453,7 +1454,7 @@ msgstr "Pr msgid "Price" msgstr "Cours" -#: messages-i18n.c:317 src/gnome/glade-gnc-dialogs.c:978 +#: messages-i18n.c:317 src/gnome/glade-gnc-dialogs.c:971 msgid "Print" msgstr "Imprimer" @@ -1481,11 +1482,11 @@ msgstr "Rapprocher" msgid "Record" msgstr "Enregistrer" -#: messages-i18n.c:324 po/guile_strings.txt:175 +#: messages-i18n.c:324 po/guile_strings.txt:181 msgid "Register" msgstr "Registre" -#: messages-i18n.c:325 po/guile_strings.txt:169 +#: messages-i18n.c:325 po/guile_strings.txt:175 msgid "Report" msgstr "Rapport" @@ -1505,7 +1506,7 @@ msgstr "Epargne" msgid "Scrub" msgstr "Nettoyer" -#: messages-i18n.c:330 po/guile_strings.txt:155 +#: messages-i18n.c:330 po/guile_strings.txt:161 msgid "Security" msgstr "Valeur" @@ -1537,7 +1538,7 @@ msgstr "R msgid "STCG" msgstr "PVCT" -#: messages-i18n.c:338 po/guile_strings.txt:288 +#: messages-i18n.c:338 po/guile_strings.txt:298 #: src/gnome/glade-gnc-dialogs.c:635 msgid "Stock" msgstr "Actions" @@ -1554,7 +1555,7 @@ msgstr "Exc msgid "Teller" msgstr "Caissier" -#: messages-i18n.c:342 po/guile_strings.txt:244 +#: messages-i18n.c:342 po/guile_strings.txt:252 msgid "To" msgstr "Vers" @@ -1566,7 +1567,7 @@ msgstr "Aujourd'hui" msgid "Total" msgstr "Total" -#: messages-i18n.c:345 po/guile_strings.txt:246 +#: messages-i18n.c:345 po/guile_strings.txt:254 #: src/gnome/glade-gnc-dialogs.c:354 src/gnome/glade-gnc-dialogs.c:408 msgid "Type" msgstr "Type" @@ -1579,7 +1580,7 @@ msgstr "Transaction" msgid "Transfer" msgstr "Transférer" -#: messages-i18n.c:348 +#: messages-i18n.c:348 po/guile_strings.txt:57 msgid "Value" msgstr "Montant" @@ -1607,72 +1608,86 @@ msgstr "Option chaine" msgid "Second Option" msgstr "Seconde option" -#: po/guile_strings.txt:4 +#: po/guile_strings.txt:3 +#, fuzzy +msgid "Cost" +msgstr "Fermer" + +#: po/guile_strings.txt:5 msgid "Status" msgstr "Etats" -#: po/guile_strings.txt:8 +#: po/guile_strings.txt:9 msgid "Account Separator" msgstr "Séparateur de compte" -#: po/guile_strings.txt:9 +#: po/guile_strings.txt:10 msgid "" "The default background color for splits in multi-line mode and the auto modes" msgstr "" "La couleur de l'arrière-plan par défaut pour les répartitions en mode lignes " "multi et les modes auto" -#: po/guile_strings.txt:10 +#: po/guile_strings.txt:11 msgid "Auto-Raise Lists" msgstr "Listes auto-augmentable" -#: po/guile_strings.txt:12 +#: po/guile_strings.txt:13 msgid "Secondary Sort Order" msgstr "Ordre de tri secondaire" -#: po/guile_strings.txt:13 +#: po/guile_strings.txt:14 +msgid "Stock Portfolio Valuation" +msgstr "" + +#: po/guile_strings.txt:15 +#, fuzzy +msgid "Stock Portfolio" +msgstr "Portefeuille" + +#: po/guile_strings.txt:16 msgid "The types of accounts for which balances are sign-reversed" msgstr "Les types de comptes pour lesquels les soldes sont de signe inversé" -#: po/guile_strings.txt:14 +#: po/guile_strings.txt:17 msgid "The Good" msgstr "Le bon" -#: po/guile_strings.txt:15 +#: po/guile_strings.txt:18 #, c-format msgid "The current time is %s." msgstr "L'heure actuelle est %s." -#: po/guile_strings.txt:17 +#: po/guile_strings.txt:20 msgid "Use a 24 hour (instead of a 12 hour) time format." msgstr "" "Utiliser un format de date sur 24 heures (à la place de celui sur 12 heures)" -#: po/guile_strings.txt:18 +#: po/guile_strings.txt:21 msgid "Income:Salary:Taxable" msgstr "Revenus:Salaire:Imposable" -#: po/guile_strings.txt:19 +#: po/guile_strings.txt:22 msgid "Type of budget report" msgstr "Type de rapport de budget" -#: po/guile_strings.txt:20 +#: po/guile_strings.txt:23 msgid "reg_win_width" msgstr "" -#: po/guile_strings.txt:21 +#: po/guile_strings.txt:24 msgid "Balancing" msgstr "Solde" -#: po/guile_strings.txt:22 +#: po/guile_strings.txt:25 msgid "Time" msgstr "Heure" -#: po/guile_strings.txt:24 +#: po/guile_strings.txt:27 msgid "International" msgstr "" -#: po/guile_strings.txt:25 +#: po/guile_strings.txt:28 msgid "" "The background color for an active split in multi-line mode and the auto " "modes" @@ -1680,215 +1695,220 @@ msgstr "" "La couleur d'arrière-plan pour une répartition active dans le mode ligne " "multi et les modes auto" -#: po/guile_strings.txt:26 +#: po/guile_strings.txt:29 msgid "Double mode active background" msgstr "Arrière-plan actif en mode double" -#: po/guile_strings.txt:27 +#: po/guile_strings.txt:30 msgid "This is a string option" msgstr "C'est une option de chaine" -#: po/guile_strings.txt:28 +#: po/guile_strings.txt:31 msgid "Main Window" msgstr "Fenêtre principale" -#: po/guile_strings.txt:30 +#: po/guile_strings.txt:33 msgid "_Account Transactions" msgstr "Transactions du compte" -#: po/guile_strings.txt:31 +#: po/guile_strings.txt:34 #, c-format msgid "The date option is %s." msgstr "L'option de date est %s." -#: po/guile_strings.txt:32 +#: po/guile_strings.txt:35 msgid "Account Transactions" msgstr "Transactions du compte" -#: po/guile_strings.txt:33 +#: po/guile_strings.txt:36 msgid "UK" msgstr "" -#: po/guile_strings.txt:34 +#: po/guile_strings.txt:37 msgid "Sort by date" msgstr "Trier par date" -#: po/guile_strings.txt:35 +#: po/guile_strings.txt:38 #, c-format msgid "Report for %s and all subaccounts." msgstr "Rapport pour %s et tous les sous-comptes." -#: po/guile_strings.txt:36 +#: po/guile_strings.txt:39 msgid "Account types to display" msgstr "Types de comptes à afficher" -#: po/guile_strings.txt:37 +#: po/guile_strings.txt:40 msgid "Gain And Loss" msgstr "Pertes et gains" -#: po/guile_strings.txt:38 +#: po/guile_strings.txt:41 msgid "Double click expands parent accounts" msgstr "Le double clic développe les comptes parents" -#: po/guile_strings.txt:39 +#: po/guile_strings.txt:42 msgid "main_win_height" msgstr "" -#: po/guile_strings.txt:40 +#: po/guile_strings.txt:43 msgid "Boolean Option" msgstr "Option booléenne" -#: po/guile_strings.txt:41 +#: po/guile_strings.txt:44 msgid "Income-Salary-Taxable" msgstr "Revenus-Salaire-Imposable" -#: po/guile_strings.txt:42 +#: po/guile_strings.txt:45 +#, fuzzy +msgid "_Stock Portfolio" +msgstr "Portefeuille" + +#: po/guile_strings.txt:46 msgid "Testing" msgstr "Test" -#: po/guile_strings.txt:43 +#: po/guile_strings.txt:47 msgid "US-style: mm/dd/yyyy" msgstr "Style-US: mm/jj/aaaa" -#: po/guile_strings.txt:44 +#: po/guile_strings.txt:48 msgid "You have not selected an account." msgstr "Vous n'avez pas sélectionné un compte." -#: po/guile_strings.txt:45 +#: po/guile_strings.txt:49 msgid "By default, show every transaction in an account." msgstr "Par défaut, montre toutes les transactions dans un compte" -#: po/guile_strings.txt:48 +#: po/guile_strings.txt:52 msgid "View" msgstr "Vue" -#: po/guile_strings.txt:49 +#: po/guile_strings.txt:53 msgid "The default background color for odd rows in double mode" msgstr "" "La couleur de l'arrière-plan par défaut pour les colonnes impairs en mode " "double" -#: po/guile_strings.txt:50 +#: po/guile_strings.txt:54 msgid "UK-style dd/mm/yyyy" msgstr "Style-UK: jj/mm/aaaa" -#: po/guile_strings.txt:51 +#: po/guile_strings.txt:55 msgid "Show all columns" msgstr "Montre toutes les colonnes" -#: po/guile_strings.txt:53 +#: po/guile_strings.txt:58 msgid "Header background" msgstr "Arrière-plan de l'en-tête" -#: po/guile_strings.txt:54 +#: po/guile_strings.txt:59 msgid "Sorting" msgstr "Tri" -#: po/guile_strings.txt:55 +#: po/guile_strings.txt:60 msgid "Show icons only" msgstr "Montrer uniquement les icônes" -#: po/guile_strings.txt:56 +#: po/guile_strings.txt:61 msgid "The default background color for odd rows in single mode" msgstr "" "La couleur de l'arrière-plan par défaut pour les colonnes impairs en mode " "simple" -#: po/guile_strings.txt:58 +#: po/guile_strings.txt:63 msgid "Display the Hello, World report." msgstr "Affiche le rapport Bonjour,tout le monde" -#: po/guile_strings.txt:59 +#: po/guile_strings.txt:64 msgid "Gain" msgstr "" -#: po/guile_strings.txt:60 +#: po/guile_strings.txt:65 msgid "Hello Again" msgstr "Bonjour encore" -#: po/guile_strings.txt:61 +#: po/guile_strings.txt:66 msgid "This page shows your profits and losses." msgstr "Cete page montre vos pertes et profits" -#: po/guile_strings.txt:62 +#: po/guile_strings.txt:67 msgid "Show Vertical Borders" msgstr "Montrer les bordures verticales" -#: po/guile_strings.txt:63 +#: po/guile_strings.txt:68 msgid "This is a boolean option." msgstr "C'est une option booléenne" -#: po/guile_strings.txt:64 +#: po/guile_strings.txt:69 msgid "_Profit and Loss" msgstr "Pertes et profits" -#: po/guile_strings.txt:65 +#: po/guile_strings.txt:70 msgid "Background Color" msgstr "Couleur d'arrière-plan" -#: po/guile_strings.txt:66 +#: po/guile_strings.txt:71 #, c-format msgid "The number option formatted as currency is %s." msgstr "L'option de numérotation formatté comme monnaie est %s." -#: po/guile_strings.txt:67 +#: po/guile_strings.txt:72 msgid "Income/Salary/Taxable" msgstr "Revenus/Salaire/Imposable" -#: po/guile_strings.txt:68 +#: po/guile_strings.txt:73 msgid "There are no selected accounts in the account list option." msgstr "Il n'y a aucun comptes selectionnés dans la liste d'options du compte." -#: po/guile_strings.txt:69 +#: po/guile_strings.txt:74 msgid "This page shows your net worth." msgstr "Cete page montre votre valeur financière nette" -#: po/guile_strings.txt:70 +#: po/guile_strings.txt:75 msgid "_Budget" msgstr "Budget" -#: po/guile_strings.txt:71 +#: po/guile_strings.txt:76 msgid "Continental Europe: dd.mm.yyyy" msgstr "Europe continentale: jj.mm.aaaa" -#: po/guile_strings.txt:72 +#: po/guile_strings.txt:77 msgid "account_edit_win_height" msgstr "" -#: po/guile_strings.txt:73 +#: po/guile_strings.txt:78 msgid "Import QIF File - Scripted in Guile." msgstr "Importer des fichiers QIF - écrit en Guile." -#: po/guile_strings.txt:74 +#: po/guile_strings.txt:79 msgid "Category" msgstr "Catégorie" -#: po/guile_strings.txt:75 +#: po/guile_strings.txt:80 msgid "Show Horizontal Borders" msgstr "Montrer les bordures horizontales" -#: po/guile_strings.txt:76 +#: po/guile_strings.txt:81 msgid "Sort by check/transaction number" msgstr "Trier par numéro de chèques/transaction" -#: po/guile_strings.txt:77 +#: po/guile_strings.txt:82 msgid "The background color for the active transaction in double mode" msgstr "La couleur de l'arrière-plan pour la transaction active en mode double" -#: po/guile_strings.txt:78 +#: po/guile_strings.txt:83 msgid "Register Colors" msgstr "Couleurs du registre" -#: po/guile_strings.txt:79 +#: po/guile_strings.txt:84 #, c-format msgid "The boolean option is %s." msgstr "L'option boléenne est %s." -#: po/guile_strings.txt:80 +#: po/guile_strings.txt:85 msgid "Multi mode default transaction background" msgstr "Arrière-plan de la transaction en mode multi par défaut" -#: po/guile_strings.txt:81 +#: po/guile_strings.txt:86 msgid "" "Double clicking on an account with children expands the account instead of " "opening a register." @@ -1896,64 +1916,64 @@ msgstr "" "Double cliquer sur un compte avec des enfants développe le compte à la place " "de l'ouverture d'un registre." -#: po/guile_strings.txt:82 +#: po/guile_strings.txt:87 msgid "The background color for the active transaction in single mode" msgstr "La couleur de l'arrière-plan pour la transaction active en mode simple" -#: po/guile_strings.txt:83 +#: po/guile_strings.txt:88 msgid "Loss" msgstr "Pertes" -#: po/guile_strings.txt:84 +#: po/guile_strings.txt:89 msgid "Credit Accounts" msgstr "Comptes de crédit" -#: po/guile_strings.txt:85 +#: po/guile_strings.txt:90 msgid "Sort by description" msgstr "Trier par description" -#: po/guile_strings.txt:86 +#: po/guile_strings.txt:91 msgid "largest to smallest, latest to earliest" msgstr "du plus grand vers le plus petit, du plus récent vers le plus ancien" -#: po/guile_strings.txt:87 +#: po/guile_strings.txt:92 msgid "Secondary Key" msgstr "Clé secondaire" -#: po/guile_strings.txt:88 +#: po/guile_strings.txt:93 msgid "Save window sizes and positions." msgstr "Sauvegarder les tailles et positions de la fenêtre" -#: po/guile_strings.txt:90 +#: po/guile_strings.txt:95 msgid "Number Option" msgstr "Options de numérotation" -#: po/guile_strings.txt:91 +#: po/guile_strings.txt:96 msgid "There are no accounts to report on." msgstr "Il n'y a aucun comptes sur lesquels créer un rapport." -#: po/guile_strings.txt:92 +#: po/guile_strings.txt:97 #, c-format msgid "Report for %s." msgstr "Rapport pour %s." -#: po/guile_strings.txt:93 +#: po/guile_strings.txt:98 msgid "Reverse Income and Expense Accounts" msgstr "Inverser les comptes de revenus et dépenses." -#: po/guile_strings.txt:94 +#: po/guile_strings.txt:99 msgid "Europe" msgstr "" -#: po/guile_strings.txt:95 +#: po/guile_strings.txt:100 msgid "Add in sub-accounts of each selected" msgstr "Ajouter dans les sous-comptes sélectionnés de chacun" -#: po/guile_strings.txt:96 +#: po/guile_strings.txt:101 msgid "Day" msgstr "Jour" -#: po/guile_strings.txt:97 +#: po/guile_strings.txt:102 msgid "" "This is for testing. Your reports probably shouldn't have an option like " "this." @@ -1961,121 +1981,121 @@ msgstr "" "C'est pour tester. Vos rapports ne devraient pas avoir une option comme " "celle-ci." -#: po/guile_strings.txt:98 +#: po/guile_strings.txt:103 msgid "The items selected in the list option are:" msgstr "Les éléments sélectionnés dans la liste d'options sont:" -#: po/guile_strings.txt:99 +#: po/guile_strings.txt:104 msgid "Average" msgstr "Moyenne" -#: po/guile_strings.txt:100 +#: po/guile_strings.txt:105 msgid "A_ccount Balance Tracker" msgstr "Suivi du solde du compte" -#: po/guile_strings.txt:102 +#: po/guile_strings.txt:107 msgid "Start of reporting period" msgstr "Début de la période du rapport" -#: po/guile_strings.txt:103 +#: po/guile_strings.txt:108 msgid "Sort by EXACT entry time" msgstr "Trier par l'heure EXACTE entrée" -#: po/guile_strings.txt:104 +#: po/guile_strings.txt:109 msgid "account_add_win_width" msgstr "" -#: po/guile_strings.txt:105 +#: po/guile_strings.txt:110 msgid "Full" msgstr "Plein" -#: po/guile_strings.txt:106 +#: po/guile_strings.txt:111 msgid "Multi mode default split background" msgstr "Arrière-plan de la répartition en mode multi par défaut" -#: po/guile_strings.txt:108 +#: po/guile_strings.txt:113 msgid "Week" msgstr "Semaine" -#: po/guile_strings.txt:109 +#: po/guile_strings.txt:114 msgid "Get number at each one of these" msgstr "Mettre un numéro à chacun de ceux-ci" -#: po/guile_strings.txt:110 +#: po/guile_strings.txt:115 msgid "Crash the report" msgstr "Stopper le rapport" -#: po/guile_strings.txt:112 +#: po/guile_strings.txt:117 msgid "Step Size" msgstr "Taille du pas" -#: po/guile_strings.txt:113 +#: po/guile_strings.txt:118 msgid "Hello, World!" msgstr "Bonjour, tout le monde!" -#: po/guile_strings.txt:114 +#: po/guile_strings.txt:119 msgid "ISO" msgstr "" -#: po/guile_strings.txt:115 +#: po/guile_strings.txt:120 msgid "A report useful for balancing the budget" msgstr "Un rapport utile pour équilibrer le budget" -#: po/guile_strings.txt:116 +#: po/guile_strings.txt:121 msgid "Date Format Display" msgstr "Affichage du format de date" -#: po/guile_strings.txt:117 +#: po/guile_strings.txt:122 msgid "Ending" msgstr "Fin" -#: po/guile_strings.txt:118 +#: po/guile_strings.txt:123 msgid "Reversed-balance account types" msgstr "Types de comptes avec solde inversé" -#: po/guile_strings.txt:120 +#: po/guile_strings.txt:125 msgid "Account fields to display" msgstr "Champs du compte à afficher" -#: po/guile_strings.txt:121 +#: po/guile_strings.txt:126 msgid "Account Balance Tracker" msgstr "Suivi du solde du compte" -#: po/guile_strings.txt:122 +#: po/guile_strings.txt:127 msgid "Report Options" msgstr "Options du rapport" -#: po/guile_strings.txt:125 +#: po/guile_strings.txt:130 msgid "Calculate balance sheet up to this date" msgstr "Calculer la feuille du solde/bilan jusqu'à cette date" -#: po/guile_strings.txt:126 +#: po/guile_strings.txt:131 msgid "Alternate the even and odd colors with each transaction, not each row" msgstr "" "Alterner les couleurs paires et impaires avec chaque transaction, pas chaque " "ligne" -#: po/guile_strings.txt:127 +#: po/guile_strings.txt:132 msgid "Gain/Loss" msgstr "Gain/Pertes" -#: po/guile_strings.txt:128 +#: po/guile_strings.txt:133 msgid "Transfer from/to" msgstr "Transfert depuis/vers" -#: po/guile_strings.txt:129 +#: po/guile_strings.txt:134 msgid "Text only" msgstr "Texte uniquement" -#: po/guile_strings.txt:130 +#: po/guile_strings.txt:135 msgid "Toolbar Buttons" msgstr "Boutons de la barre d'outils" -#: po/guile_strings.txt:131 +#: po/guile_strings.txt:136 msgid "Report Items from this date" msgstr "Eléments de rapports depuis cette date" -#: po/guile_strings.txt:132 +#: po/guile_strings.txt:137 msgid "" "The default background color for transactions in multi-line mode and the " "auto modes" @@ -2083,275 +2103,285 @@ msgstr "" "La couleur de l'arrière-plan par défaut pour les transactions en mode ligne " "multi et les modes auto" -#: po/guile_strings.txt:133 +#: po/guile_strings.txt:138 msgid "Fourth Options" msgstr "Quatrième option" -#: po/guile_strings.txt:134 +#: po/guile_strings.txt:139 msgid "Sort by this criterion first" msgstr "Trier par ce critère en premier" -#: po/guile_strings.txt:135 +#: po/guile_strings.txt:140 msgid "Ugly option" msgstr "Option laide" -#: po/guile_strings.txt:136 +#: po/guile_strings.txt:141 msgid "How are you doing on your budget?" msgstr "Comment aller vous faire votre budget?" -#: po/guile_strings.txt:137 +#: po/guile_strings.txt:142 msgid "Save Translatable Strings" msgstr "Sauvegarder les chaines traduisibles" -#: po/guile_strings.txt:138 +#: po/guile_strings.txt:143 msgid "Save strings that need to be translated" msgstr "Sauvegarder les chaines qui ont besoin d'être traduites" -#: po/guile_strings.txt:139 +#: po/guile_strings.txt:144 msgid "Number of Rows" msgstr "Nombre de lignes" -#: po/guile_strings.txt:140 +#: po/guile_strings.txt:145 msgid "/ (Slash)" msgstr "/ (Slash)" -#: po/guile_strings.txt:142 +#: po/guile_strings.txt:147 msgid "Use 24-hour time format" msgstr "Utiliser le format horaire de 24 heures" -#: po/guile_strings.txt:144 +#: po/guile_strings.txt:149 msgid "Date Format" msgstr "Format de date" -#: po/guile_strings.txt:145 +#: po/guile_strings.txt:150 msgid "A list option" msgstr "Une liste d'option" -#: po/guile_strings.txt:146 +#: po/guile_strings.txt:151 msgid "ISO Standard: yyyy-mm-dd" msgstr "Standard ISO: aaaa-mm-jj" -#: po/guile_strings.txt:147 +#: po/guile_strings.txt:152 msgid "Default Currency" msgstr "Monnaie par défaut" -#: po/guile_strings.txt:148 +#: po/guile_strings.txt:153 msgid "Do transaction report on this account" msgstr "Faire un rapport de transaction sur ce compte" -#: po/guile_strings.txt:149 +#: po/guile_strings.txt:154 +#, fuzzy +msgid "Recent Price" +msgstr "Prix de vente" + +#: po/guile_strings.txt:155 msgid "Net Inflow" msgstr "Flux net" -#: po/guile_strings.txt:150 +#: po/guile_strings.txt:156 msgid "Single mode default even row background" msgstr "Arrière-plan des lignes paires en mode simple par défaut" -#: po/guile_strings.txt:151 +#: po/guile_strings.txt:157 msgid "Double mode default even row background" msgstr "Arrière-plan des lignes paires en mode double par défaut" -#: po/guile_strings.txt:152 +#: po/guile_strings.txt:158 #, c-format msgid "The multi-choice option is %s." msgstr "L'option à choix multiple est %s." -#: po/guile_strings.txt:153 +#: po/guile_strings.txt:159 msgid "Double mode colors alternate with transactions" msgstr "Transactions avec couleurs alternées en mode double" -#: po/guile_strings.txt:154 +#: po/guile_strings.txt:160 msgid "General" msgstr "Général" -#: po/guile_strings.txt:157 +#: po/guile_strings.txt:163 msgid "Sub-Accounts" msgstr "Sous-comptes" -#: po/guile_strings.txt:158 +#: po/guile_strings.txt:164 #, c-format msgid "The date and time option is %s." msgstr "L'option de date et d'heure est %s." -#: po/guile_strings.txt:160 +#: po/guile_strings.txt:166 msgid "End of reporting period" msgstr "Fin de la période du rapport" -#: po/guile_strings.txt:161 +#: po/guile_strings.txt:167 msgid "Don't reverse any accounts" msgstr "N'inverser aucun comptes" -#: po/guile_strings.txt:162 +#: po/guile_strings.txt:168 msgid "Good option" msgstr "Bonne option" -#: po/guile_strings.txt:163 +#: po/guile_strings.txt:169 msgid "US" msgstr "" -#: po/guile_strings.txt:164 +#: po/guile_strings.txt:170 msgid "account_edit_win_width" msgstr "" -#: po/guile_strings.txt:165 +#: po/guile_strings.txt:171 msgid "Ba_lance sheet" msgstr "Feuille du solde/bilan" -#: po/guile_strings.txt:166 +#: po/guile_strings.txt:172 msgid "Help for first option" msgstr "Aide pour la première option" -#: po/guile_strings.txt:167 +#: po/guile_strings.txt:173 msgid "Number" msgstr "Numéro" -#: po/guile_strings.txt:168 +#: po/guile_strings.txt:174 msgid "Show both icons and text" msgstr "Montrer ensemble les icônes et le texte" -#: po/guile_strings.txt:171 +#: po/guile_strings.txt:177 #, c-format msgid "The number option is %s." msgstr "L'option de numérotation est %s." -#: po/guile_strings.txt:172 +#: po/guile_strings.txt:178 #, c-format msgid "The string option is %s." msgstr "L'option de chaine est %s." -#: po/guile_strings.txt:173 +#: po/guile_strings.txt:179 msgid "_Reports" msgstr "Rapports" -#: po/guile_strings.txt:174 +#: po/guile_strings.txt:180 msgid "Single mode active background" msgstr "Arrière-plan de la transaction active en mode simple" -#: po/guile_strings.txt:176 +#: po/guile_strings.txt:182 msgid "Year" msgstr "Année" -#: po/guile_strings.txt:177 +#: po/guile_strings.txt:183 msgid "Profit and Loss" msgstr "Pertes et profits" -#: po/guile_strings.txt:178 +#: po/guile_strings.txt:184 msgid "Month" msgstr "Mois" -#: po/guile_strings.txt:179 +#: po/guile_strings.txt:185 msgid "Multi mode active transaction background" msgstr "Arrière-plan de la transaction active en mode multi" -#: po/guile_strings.txt:180 +#: po/guile_strings.txt:186 msgid ". (Period)" msgstr ". (Point)" -#: po/guile_strings.txt:181 +#: po/guile_strings.txt:187 msgid "Primary Sort Order" msgstr "Ordre de tri primaire" -#: po/guile_strings.txt:182 +#: po/guile_strings.txt:188 +#, fuzzy +msgid "Name" +msgstr "Numéro" + +#: po/guile_strings.txt:189 msgid "Descending" msgstr "Descendant" -#: po/guile_strings.txt:183 +#: po/guile_strings.txt:190 msgid "This is a date option" msgstr "C'est une option de date" -#: po/guile_strings.txt:184 +#: po/guile_strings.txt:191 msgid "Two Week" msgstr "Deux semaines" -#: po/guile_strings.txt:185 +#: po/guile_strings.txt:192 msgid "Save Window Geometry" msgstr "Sauvegarder la géométrie de la fenêtre" -#: po/guile_strings.txt:186 +#: po/guile_strings.txt:193 msgid "Income\\Salary\\Taxable" msgstr "Revenus\\Salaire\\Imposable" -#: po/guile_strings.txt:187 +#: po/guile_strings.txt:194 msgid "Code" msgstr "Code" -#: po/guile_strings.txt:188 +#: po/guile_strings.txt:195 msgid "Balance sheet" msgstr "Feuille du solde/bilan" -#: po/guile_strings.txt:189 +#: po/guile_strings.txt:196 msgid "Export data as text." msgstr "Exporter les données comme texte." -#: po/guile_strings.txt:190 +#: po/guile_strings.txt:197 msgid "Balance Sheet" msgstr "Feuille du solde/bilan" -#: po/guile_strings.txt:191 +#: po/guile_strings.txt:198 msgid "- (Dash)" msgstr "- (moins)" -#: po/guile_strings.txt:192 +#: po/guile_strings.txt:199 msgid "Order of primary sorting" msgstr "Ordre du premier tri" -#: po/guile_strings.txt:193 +#: po/guile_strings.txt:200 msgid "Default Currency For New Accounts" msgstr "Monnaie par défaut pour les nouveaux comptes" -#: po/guile_strings.txt:194 +#: po/guile_strings.txt:201 msgid "Sort by this criterion second" msgstr "Trier par ce second critère" -#: po/guile_strings.txt:195 +#: po/guile_strings.txt:202 msgid "true" msgstr "vrai" -#: po/guile_strings.txt:196 +#: po/guile_strings.txt:203 msgid "Period Ending" msgstr "Période finale" -#: po/guile_strings.txt:197 +#: po/guile_strings.txt:204 msgid "Income.Salary.Taxable" msgstr "Revenus.Salaire.Imposable" -#: po/guile_strings.txt:199 +#: po/guile_strings.txt:206 msgid "The Ugly" msgstr "Le laid" -#: po/guile_strings.txt:200 +#: po/guile_strings.txt:207 msgid "Max" msgstr "" -#: po/guile_strings.txt:201 +#: po/guile_strings.txt:208 msgid "By default, show horizontal borders on the cells." msgstr "Par défaut, montre les bordures horizontales sur les cellules." -#: po/guile_strings.txt:202 +#: po/guile_strings.txt:209 msgid ": (Colon)" msgstr ": (Colon)" -#: po/guile_strings.txt:203 +#: po/guile_strings.txt:210 msgid "By default, show vertical borders on the cells." msgstr "Par défaut, montre les bordures verticales sur les cellules." -#: po/guile_strings.txt:205 +#: po/guile_strings.txt:212 msgid "Ascending" msgstr "Ascendant" -#: po/guile_strings.txt:206 +#: po/guile_strings.txt:213 msgid "The Bad" msgstr "Le mauvais" -#: po/guile_strings.txt:207 +#: po/guile_strings.txt:214 msgid "Just a Date Option" msgstr "Uniquement une option de date" -#: po/guile_strings.txt:208 +#: po/guile_strings.txt:215 msgid "The accounts selected in the account list option are:" msgstr "Les comptes sélectionnés dans la liste d'options du compte sont:" -#: po/guile_strings.txt:209 +#: po/guile_strings.txt:216 #, c-format msgid "" "This is a sample GnuCash report. See the guile (scheme) source code in %s " @@ -2361,37 +2391,42 @@ msgstr "" "(scheme) dans %s pour les détails sur l'écriture de vos propres rapports, ou " "étendez les rapports existants." -#: po/guile_strings.txt:210 +#: po/guile_strings.txt:217 msgid "The default background color for even rows in single mode" msgstr "" "La couleur de l'arrière-plan par défaut pour les lignes paires en mode simple" -#: po/guile_strings.txt:211 +#: po/guile_strings.txt:218 msgid "The default background color for even rows in double mode" msgstr "" "La couleur de l'arrière-plan par défaut pour les lignes paires en mode double" -#: po/guile_strings.txt:212 +#: po/guile_strings.txt:219 msgid "Display the Budget report." msgstr "Affiche le rapport du budget." -#: po/guile_strings.txt:213 +#: po/guile_strings.txt:220 msgid "_Hello, World" msgstr "Bonjour, tout le monde" -#: po/guile_strings.txt:214 +#: po/guile_strings.txt:221 msgid "First Option" msgstr "Première option" -#: po/guile_strings.txt:215 +#: po/guile_strings.txt:222 msgid "Double line mode with multi-line cursor" msgstr "Mode ligne double avec un curseur multi-ligne" -#: po/guile_strings.txt:216 +#: po/guile_strings.txt:223 msgid "Single line mode with multi-line cursor" msgstr "Mode ligne simple avec un curseur multi-ligne" -#: po/guile_strings.txt:217 +#: po/guile_strings.txt:224 +#, fuzzy +msgid "Display the Stock Portfolio report." +msgstr "Affiche le rapport Bonjour,tout le monde" + +#: po/guile_strings.txt:225 msgid "" "Show transactions on multiple lines with one line for each split in the " "transaction" @@ -2399,250 +2434,261 @@ msgstr "" "Montrer les transactions sur de multiples lignes avec une ligne pour chaque " "répartition dans la transaction" -#: po/guile_strings.txt:218 +#: po/guile_strings.txt:226 msgid "account_add_win_height" msgstr "" -#: po/guile_strings.txt:219 +#: po/guile_strings.txt:227 msgid "Plot Type" msgstr "Type de graphique" -#: po/guile_strings.txt:220 +#: po/guile_strings.txt:228 msgid "Budget" msgstr "Budget" -#: po/guile_strings.txt:221 +#: po/guile_strings.txt:229 msgid "Choose whether to display icons, text, or both for toolbar buttons" msgstr "" "Choix d'afficher soit icônes ou soit texte, ou ensemble pour les boutons de " "la barre d'outils" -#: po/guile_strings.txt:222 +#: po/guile_strings.txt:230 msgid "Show text only" msgstr "Montrer en texte uniquement" -#: po/guile_strings.txt:223 +#: po/guile_strings.txt:231 msgid "Icons and Text" msgstr "Icônes et texte" -#: po/guile_strings.txt:224 +#: po/guile_strings.txt:232 msgid "Automatically raise the list of accounts or actions during input." msgstr "" "Augmenter automatiquement la liste de comptes ou d'actions durant l'entrée" -#: po/guile_strings.txt:225 +#: po/guile_strings.txt:233 msgid "Sort by account transferred from/to's name" msgstr "Trier par nom de compte transféré depuis/vers" -#: po/guile_strings.txt:226 +#: po/guile_strings.txt:234 msgid "Net Gain" msgstr "Gain net" -#: po/guile_strings.txt:227 +#: po/guile_strings.txt:235 msgid "The fourth option rules!" msgstr "Les règles de la quatrième option!" -#: po/guile_strings.txt:228 +#: po/guile_strings.txt:236 msgid "This is a date option with time" msgstr "C'est une option de date avec heure" -#: po/guile_strings.txt:229 +#: po/guile_strings.txt:237 msgid "The header background color" msgstr "Couleur de l'arrière-plan de l'en-tête des colonnes" -#: po/guile_strings.txt:230 +#: po/guile_strings.txt:238 msgid "Sort by memo" msgstr "Trier par mémo" -#: po/guile_strings.txt:231 +#: po/guile_strings.txt:239 msgid "Third Option" msgstr "Troisième option" -#: po/guile_strings.txt:232 +#: po/guile_strings.txt:240 msgid "Choose the default mode for register windows" msgstr "Choisissez le mode par défaut pour la fenêtre du registre" -#: po/guile_strings.txt:233 +#: po/guile_strings.txt:241 msgid "Default number of register rows to display." msgstr "Nombre de lignes du registre par défaut à afficher" -#: po/guile_strings.txt:234 +#: po/guile_strings.txt:242 msgid "Report end date" msgstr "Date de fin du rapport" -#: po/guile_strings.txt:235 +#: po/guile_strings.txt:243 msgid "None" msgstr "Aucun" -#: po/guile_strings.txt:236 +#: po/guile_strings.txt:244 msgid "Export data as text (Danger: Unfinished)" msgstr "Exporter les données comme texte (Danger: Non terminé)" -#: po/guile_strings.txt:237 +#: po/guile_strings.txt:245 msgid "Primary Key" msgstr "Clé primaire" -#: po/guile_strings.txt:238 +#: po/guile_strings.txt:246 +#, fuzzy +msgid "Ticker" +msgstr "Heure" + +#: po/guile_strings.txt:247 msgid "Time and Date Option" msgstr "Options d'heure et de date" -#: po/guile_strings.txt:239 +#: po/guile_strings.txt:248 msgid "Single mode default odd row background" msgstr "Arrière-plan des lignes impaires en mode simple par défaut" -#: po/guile_strings.txt:240 +#: po/guile_strings.txt:249 msgid "Double mode default odd row background" msgstr "Arrière-plan des lignes impaires en mode double par défaut" -#: po/guile_strings.txt:241 +#: po/guile_strings.txt:250 msgid "The character used to separate fully-qualified account names" msgstr "Le caractère utilisé pour séparer les noms de comptes utilisables" -#: po/guile_strings.txt:242 -msgid "__gui" -msgstr "" - -#: po/guile_strings.txt:243 +#: po/guile_strings.txt:251 msgid "Report start date" msgstr "Date de départ du rapport" -#: po/guile_strings.txt:245 +#: po/guile_strings.txt:253 msgid "smallest to largest, earliest to latest" msgstr "du plus petit vers le plus grand, du plus ancien vers le plus récent" -#: po/guile_strings.txt:247 +#: po/guile_strings.txt:255 msgid "\\ (Backslash)" msgstr "" -#: po/guile_strings.txt:248 +#: po/guile_strings.txt:256 msgid "Icons only" msgstr "Icônes uniquement" -#: po/guile_strings.txt:249 +#: po/guile_strings.txt:257 msgid "Help for third option" msgstr "Aide pour la troisième option" -#: po/guile_strings.txt:250 +#: po/guile_strings.txt:258 msgid "Default Register Mode" msgstr "Mode par défaut du registre" -#: po/guile_strings.txt:252 +#: po/guile_strings.txt:260 msgid "main_win_width" msgstr "" -#: po/guile_strings.txt:253 +#: po/guile_strings.txt:261 msgid "Sort by amount" msgstr "Trier par montant" -#: po/guile_strings.txt:254 +#: po/guile_strings.txt:262 msgid "This is an account list option" msgstr "C'est une option de liste de compte" -#: po/guile_strings.txt:255 +#: po/guile_strings.txt:263 msgid "Average Balance" msgstr "Solde moyen" -#: po/guile_strings.txt:256 +#: po/guile_strings.txt:264 msgid "Totals" msgstr "Totaux" -#: po/guile_strings.txt:257 +#: po/guile_strings.txt:265 +#, fuzzy +msgid "Profit/Loss" +msgstr "Profits" + +#: po/guile_strings.txt:266 +#, fuzzy +msgid "Shares" +msgstr "Prix" + +#: po/guile_strings.txt:267 msgid "Show All Transactions" msgstr "Montre toutes les transactions" -#: po/guile_strings.txt:258 +#: po/guile_strings.txt:268 msgid "Display the Profit and Loss report." msgstr "Affiche le rapport des pertes et profits" -#: po/guile_strings.txt:259 +#: po/guile_strings.txt:269 msgid "Display the Account Balance Tracker report." msgstr "Affiche le rapport de suivi du solde du compte" -#: po/guile_strings.txt:260 +#: po/guile_strings.txt:270 msgid "2Week" msgstr "2 semaines" -#: po/guile_strings.txt:261 +#: po/guile_strings.txt:271 msgid "Nothing" msgstr "Rien" -#: po/guile_strings.txt:262 +#: po/guile_strings.txt:272 msgid "You have selected no values in the list option." msgstr "Vous n'avez sélectionné aucune valeurs dans la liste d'option." -#: po/guile_strings.txt:263 +#: po/guile_strings.txt:273 msgid "false" msgstr "faux" -#: po/guile_strings.txt:265 +#: po/guile_strings.txt:275 msgid "An account list option" msgstr "Une option de liste de compte" -#: po/guile_strings.txt:266 +#: po/guile_strings.txt:276 msgid "Multi Choice Option" msgstr "Option à choix multiples" -#: po/guile_strings.txt:267 +#: po/guile_strings.txt:277 msgid "This is a color option" msgstr "C'est une option de couleur" -#: po/guile_strings.txt:268 +#: po/guile_strings.txt:278 msgid "QIF File Import (Danger: Unfinished)" msgstr "Importation de fichier QIF (Danger: Non terminé)" -#: po/guile_strings.txt:269 +#: po/guile_strings.txt:279 msgid "Make No Plot" msgstr "Ne fait pas de graphique" -#: po/guile_strings.txt:270 +#: po/guile_strings.txt:280 msgid "Bad option" msgstr "Mauvaise option" -#: po/guile_strings.txt:271 +#: po/guile_strings.txt:281 msgid "Display the Balance sheet report." msgstr "Affiche le rapport de la feuille du solde/bilan" -#: po/guile_strings.txt:272 +#: po/guile_strings.txt:282 msgid "Display the Account Transactions report." msgstr "Affiche le rapport des transactions du compte." -#: po/guile_strings.txt:273 +#: po/guile_strings.txt:283 msgid "Net" msgstr "Net" -#: po/guile_strings.txt:274 +#: po/guile_strings.txt:284 msgid "Have a nice day!" msgstr "Ayez une bonne journée!" -#: po/guile_strings.txt:275 +#: po/guile_strings.txt:285 msgid "This is a list option" msgstr "C'est une liste d'option" -#: po/guile_strings.txt:276 +#: po/guile_strings.txt:286 msgid "Min" msgstr "" -#: po/guile_strings.txt:277 +#: po/guile_strings.txt:287 msgid "Order of Secondary sorting" msgstr "Ordre de tri secondaire" -#: po/guile_strings.txt:278 +#: po/guile_strings.txt:288 msgid "Help for second option" msgstr "Aide pour la seconde option" -#: po/guile_strings.txt:279 +#: po/guile_strings.txt:289 msgid "reg_stock_win_width" msgstr "" -#: po/guile_strings.txt:280 +#: po/guile_strings.txt:290 msgid "Report items up to and including this date" msgstr "Eléments du rapport jusqu'à et incluant cette date" -#: po/guile_strings.txt:281 +#: po/guile_strings.txt:291 msgid "Beginning" msgstr "Début" -#: po/guile_strings.txt:282 +#: po/guile_strings.txt:292 #, c-format msgid "" "For help on writing reports, or to contribute your brand new, totally cool " @@ -2653,7 +2699,7 @@ msgstr "" "neuf,totallement cool rapport, consultez la liste de courriers %s. Pour les " "détails sur l'inscription à cette liste, regardez %s." -#: po/guile_strings.txt:283 +#: po/guile_strings.txt:293 msgid "" "The background color for an active transaction in multi-line mode and the " "auto modes" @@ -2661,28 +2707,28 @@ msgstr "" "L'arrière-plan en couleur pour une répartition active en mode multi lignes " "et en modes auto" -#: po/guile_strings.txt:284 +#: po/guile_strings.txt:294 msgid "This is a multi choice option." msgstr "C'est une option à choix multiple" -#: po/guile_strings.txt:285 +#: po/guile_strings.txt:295 msgid "Income & Expense" msgstr "Revenus et dépenses" -#: po/guile_strings.txt:286 +#: po/guile_strings.txt:296 msgid "Hello, World" msgstr "Bonjour, tout le monde!" -#: po/guile_strings.txt:287 +#: po/guile_strings.txt:297 msgid "Reverse Credit Card, Liability, Equity, and Income Accounts" msgstr "" "Inverser les comptes carte de crédit, dettes, capitaux propres, et revenus" -#: po/guile_strings.txt:289 +#: po/guile_strings.txt:299 msgid "This is a number option." msgstr "C'est une option de numérotation" -#: po/guile_strings.txt:291 +#: po/guile_strings.txt:301 msgid "Multi mode active split background" msgstr "Arrière-plan de la répartition active en mode multi" @@ -2690,31 +2736,36 @@ msgstr "Arri msgid "All Accounts" msgstr "Tous les comptes" -#: src/gnome/dialog-qif-import.c:229 +#: src/gnome/dialog-qif-import.c:221 msgid "Select QIF File" msgstr "Sélectionner un fichier QIF" -#: src/gnome/dialog-qif-import.c:318 +#: src/gnome/dialog-qif-import.c:310 msgid "You must specify a file to load." msgstr "Vous devez spécifier un fichier à charger." -#: src/gnome/dialog-qif-import.c:322 +#: src/gnome/dialog-qif-import.c:314 msgid "You must specify a currency." msgstr "Vous devez spécifier une monnaie." -#: src/gnome/dialog-qif-import.c:336 src/gnome/dialog-qif-import.c:672 -#: src/gnome/dialog-qif-import.c:774 src/gnome/dialog-qif-import.c:872 +#: src/gnome/dialog-qif-import.c:328 src/gnome/dialog-qif-import.c:664 +#: src/gnome/dialog-qif-import.c:766 src/gnome/dialog-qif-import.c:864 msgid "QIF File scheme code not loaded properly." msgstr "Le code scheme pour les fichiers QIF ne s'est pas chargé correctement." -#: src/gnome/dialog-qif-import.c:359 +#: src/gnome/dialog-qif-import.c:351 msgid "QIF File already loaded. Reload with current settings?" msgstr "Le fichier QIF est déjà chargé.Recharger avec les paramètres actuels?" -#: src/gnome/dialog-qif-import.c:802 src/gnome/dialog-qif-import.c:900 +#: src/gnome/dialog-qif-import.c:794 src/gnome/dialog-qif-import.c:892 msgid "Something is very wrong with QIF Importing." msgstr "Quelque chose est très mauvais avec l'importation de fichier QIF." +#: src/gnome/glade-gnc-dialogs.c:74 +#, fuzzy +msgid "Import QIF Files" +msgstr "Importer QIF" + #: src/gnome/glade-gnc-dialogs.c:96 msgid "Loaded Files" msgstr "Fichiers chargés" @@ -2739,7 +2790,8 @@ msgstr "Monnaie:" msgid "Radix format:" msgstr "Format radix:" -#: src/gnome/glade-gnc-dialogs.c:191 +#: src/gnome/glade-gnc-dialogs.c:191 src/gnome/glade-gnc-dialogs.c:1194 +#: src/gnome/glade-gnc-dialogs.c:1364 msgid "Date format:" msgstr "Format de date:" @@ -2811,6 +2863,11 @@ msgstr "Cat msgid "Categories" msgstr "Catégories" +#: src/gnome/glade-gnc-dialogs.c:506 +#, fuzzy +msgid "Select Account" +msgstr "Supprimer le compte" + #: src/gnome/glade-gnc-dialogs.c:564 msgid "Selected account:" msgstr "Compte sélectionné:" @@ -2827,56 +2884,191 @@ msgstr "Type de compte:" msgid "Mutual" msgstr "Fonds communs" -#: src/gnome/glade-gnc-dialogs.c:786 -msgid "Print Dialog" -msgstr "Dialogue d'impression" +#: src/gnome/glade-gnc-dialogs.c:700 +#, fuzzy +msgid "Print Preview" +msgstr "Prévisualisation" -#: src/gnome/glade-gnc-dialogs.c:794 +#: src/gnome/glade-gnc-dialogs.c:786 msgid "Print Setup" msgstr "Configuration imprimante" -#: src/gnome/glade-gnc-dialogs.c:815 +#: src/gnome/glade-gnc-dialogs.c:808 msgid "Printer:" msgstr "Imprimante:" -#: src/gnome/glade-gnc-dialogs.c:823 +#: src/gnome/glade-gnc-dialogs.c:816 msgid "Paper size:" msgstr "Taille papier:" -#: src/gnome/glade-gnc-dialogs.c:831 +#: src/gnome/glade-gnc-dialogs.c:824 msgid "Pages to print:" msgstr "Pages à imprimer:" -#: src/gnome/glade-gnc-dialogs.c:876 +#: src/gnome/glade-gnc-dialogs.c:869 msgid "All" msgstr "Tous" -#: src/gnome/glade-gnc-dialogs.c:884 +#: src/gnome/glade-gnc-dialogs.c:877 msgid "Selected" msgstr "Sélectionné" -#: src/gnome/glade-gnc-dialogs.c:906 +#: src/gnome/glade-gnc-dialogs.c:899 msgid "From:" msgstr "Depuis:" -#: src/gnome/glade-gnc-dialogs.c:921 +#: src/gnome/glade-gnc-dialogs.c:914 msgid "To:" msgstr "Vers:" -#: src/gnome/glade-gnc-dialogs.c:943 src/gnome/glade-gnc-dialogs.c:950 +#: src/gnome/glade-gnc-dialogs.c:936 src/gnome/glade-gnc-dialogs.c:943 msgid "Select..." msgstr "Sélectionner..." -#: src/gnome/glade-gnc-dialogs.c:986 +#: src/gnome/glade-gnc-dialogs.c:979 msgid "Preview" msgstr "Prévisualisation" -#: src/gnome/print-session.c:220 +#: src/gnome/glade-gnc-dialogs.c:1036 +#, fuzzy +msgid "Select Paper Size" +msgstr "Sélectionner une imprimante" + +#: src/gnome/glade-gnc-dialogs.c:1149 +#, fuzzy +msgid "Print Check" +msgstr "Configuration imprimante" + +#: src/gnome/glade-gnc-dialogs.c:1178 +#, fuzzy +msgid "Check format:" +msgstr "Format de date:" + +#: src/gnome/glade-gnc-dialogs.c:1186 src/gnome/glade-gnc-dialogs.c:1356 +#, fuzzy +msgid "Check position:" +msgstr "Vérification" + +#: src/gnome/glade-gnc-dialogs.c:1216 +msgid "Quicken/QuickBooks (tm)" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1219 src/gnome/glade-gnc-dialogs.c:1240 +#: src/gnome/glade-gnc-dialogs.c:1276 +#, fuzzy +msgid "Custom" +msgstr "Automatique" + +#: src/gnome/glade-gnc-dialogs.c:1231 +#, fuzzy +msgid "Top" +msgstr "Vers" + +#: src/gnome/glade-gnc-dialogs.c:1234 +#, fuzzy +msgid "Middle" +msgstr "Fichier" + +#: src/gnome/glade-gnc-dialogs.c:1237 +msgid "Bottom" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1252 +msgid "December 31, 2000" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1255 +msgid "31 December, 2000" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1258 +#, fuzzy +msgid "Dec 31, 2000" +msgstr "Point (1,000.00)" + +#: src/gnome/glade-gnc-dialogs.c:1261 +msgid "31 Dec, 2000" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1264 +msgid "12/31/2000" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1267 +msgid "12/31/00" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1270 +msgid "31/12/2000" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1273 +msgid "31/12/00" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1281 +msgid "Custom check parameters" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1316 +#, fuzzy +msgid "Payee:" +msgstr "Paiement" + +#: src/gnome/glade-gnc-dialogs.c:1324 +#, fuzzy +msgid "Date:" +msgstr "Date" + +#: src/gnome/glade-gnc-dialogs.c:1332 +msgid "Amount (words):" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1340 +msgid "Amount (numbers):" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1348 +#, fuzzy +msgid "Memo:" +msgstr "Mémo" + +#: src/gnome/glade-gnc-dialogs.c:1372 +msgid "Units:" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1387 +msgid "x" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1457 +#, fuzzy +msgid "Inches" +msgstr "Augmenter" + +#: src/gnome/glade-gnc-dialogs.c:1460 +msgid "Centimeters" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1463 +msgid "Millimeters" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1466 +#, fuzzy +msgid "Points" +msgstr "Profits" + +#: src/gnome/glade-gnc-dialogs.c:1478 +msgid "y" +msgstr "" + +#: src/gnome/print-session.c:230 msgid "You must select a printer first." msgstr "Vous devez dabord sélectionner une imprimante." -#~ msgid "Select Printer" -#~ msgstr "Sélectionner une imprimante" +#~ msgid "Print Dialog" +#~ msgstr "Dialogue d'impression" #~ msgid "Failed to load QIF file. Are you sure it's a QIF file?" #~ msgstr "" diff --git a/po/gnucash.pot b/po/gnucash.pot index 89cd1c37ac..3ba3a8e7a4 100644 --- a/po/gnucash.pot +++ b/po/gnucash.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2000-03-27 00:01-0800\n" +"POT-Creation-Date: 2000-03-29 03:34-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -387,7 +387,7 @@ msgstr "" msgid "Delete the current transaction" msgstr "" -#: messages-i18n.c:78 po/guile_strings.txt:119 +#: messages-i18n.c:78 po/guile_strings.txt:124 msgid "Show transactions on two lines with more information" msgstr "" @@ -533,7 +533,7 @@ msgstr "" msgid "Show all of the transactions in the account" msgstr "" -#: messages-i18n.c:114 po/guile_strings.txt:123 +#: messages-i18n.c:114 po/guile_strings.txt:128 msgid "Show transactions on single lines" msgstr "" @@ -737,7 +737,7 @@ msgstr "" msgid "Account Code" msgstr "" -#: messages-i18n.c:165 po/guile_strings.txt:6 +#: messages-i18n.c:165 po/guile_strings.txt:7 msgid "Account Name" msgstr "" @@ -749,11 +749,11 @@ msgstr "" msgid "Adjust Balance" msgstr "" -#: messages-i18n.c:168 po/guile_strings.txt:251 +#: messages-i18n.c:168 po/guile_strings.txt:259 msgid "Auto Double" msgstr "" -#: messages-i18n.c:169 po/guile_strings.txt:57 +#: messages-i18n.c:169 po/guile_strings.txt:62 msgid "Auto Single" msgstr "" @@ -785,7 +785,7 @@ msgstr "" msgid "Delete Transaction" msgstr "" -#: messages-i18n.c:177 po/guile_strings.txt:16 +#: messages-i18n.c:177 po/guile_strings.txt:19 msgid "Double Line" msgstr "" @@ -829,11 +829,11 @@ msgstr "" msgid "Money Market" msgstr "" -#: messages-i18n.c:188 po/guile_strings.txt:47 +#: messages-i18n.c:188 po/guile_strings.txt:51 msgid "Multi Line" msgstr "" -#: messages-i18n.c:189 po/guile_strings.txt:3 +#: messages-i18n.c:189 po/guile_strings.txt:4 msgid "Mutual Fund" msgstr "" @@ -957,7 +957,7 @@ msgstr "" msgid "Show Latest" msgstr "" -#: messages-i18n.c:220 po/guile_strings.txt:156 +#: messages-i18n.c:220 po/guile_strings.txt:162 msgid "Single Line" msgstr "" @@ -1021,7 +1021,7 @@ msgstr "" msgid "About" msgstr "" -#: messages-i18n.c:236 po/guile_strings.txt:52 +#: messages-i18n.c:236 po/guile_strings.txt:56 msgid "Account" msgstr "" @@ -1046,7 +1046,7 @@ msgstr "" msgid "Activities" msgstr "" -#: messages-i18n.c:242 po/guile_strings.txt:46 +#: messages-i18n.c:242 po/guile_strings.txt:50 msgid "Amount" msgstr "" @@ -1058,7 +1058,7 @@ msgstr "" msgid "Phone" msgstr "" -#: messages-i18n.c:245 po/guile_strings.txt:141 +#: messages-i18n.c:245 po/guile_strings.txt:146 #: src/gnome/glade-gnc-dialogs.c:626 msgid "Asset" msgstr "" @@ -1075,11 +1075,11 @@ msgstr "" msgid "Back" msgstr "" -#: messages-i18n.c:249 po/guile_strings.txt:11 +#: messages-i18n.c:249 po/guile_strings.txt:12 msgid "Balance" msgstr "" -#: messages-i18n.c:250 po/guile_strings.txt:89 +#: messages-i18n.c:250 po/guile_strings.txt:94 #: src/gnome/glade-gnc-dialogs.c:620 msgid "Bank" msgstr "" @@ -1100,7 +1100,7 @@ msgstr "" msgid "Cancel" msgstr "" -#: messages-i18n.c:255 po/guile_strings.txt:111 +#: messages-i18n.c:255 po/guile_strings.txt:116 #: src/gnome/glade-gnc-dialogs.c:623 msgid "Cash" msgstr "" @@ -1137,7 +1137,7 @@ msgstr "" msgid "Create" msgstr "" -#: messages-i18n.c:264 po/guile_strings.txt:204 +#: messages-i18n.c:264 po/guile_strings.txt:211 #: src/gnome/glade-gnc-dialogs.c:629 msgid "Credit" msgstr "" @@ -1146,16 +1146,16 @@ msgstr "" msgid "Credits" msgstr "" -#: messages-i18n.c:266 po/guile_strings.txt:107 +#: messages-i18n.c:266 po/guile_strings.txt:112 #: src/gnome/glade-gnc-dialogs.c:641 msgid "Currency" msgstr "" -#: messages-i18n.c:267 po/guile_strings.txt:5 +#: messages-i18n.c:267 po/guile_strings.txt:6 msgid "Date" msgstr "" -#: messages-i18n.c:268 po/guile_strings.txt:29 +#: messages-i18n.c:268 po/guile_strings.txt:32 msgid "Debit" msgstr "" @@ -1183,7 +1183,7 @@ msgstr "" msgid "Depreciation" msgstr "" -#: messages-i18n.c:275 po/guile_strings.txt:124 +#: messages-i18n.c:275 po/guile_strings.txt:129 msgid "Description" msgstr "" @@ -1211,7 +1211,7 @@ msgstr "" msgid "Edit" msgstr "" -#: messages-i18n.c:282 po/guile_strings.txt:7 +#: messages-i18n.c:282 po/guile_strings.txt:8 #: src/gnome/glade-gnc-dialogs.c:650 msgid "Equity" msgstr "" @@ -1220,7 +1220,7 @@ msgstr "" msgid "Exit" msgstr "" -#: messages-i18n.c:284 po/guile_strings.txt:264 +#: messages-i18n.c:284 po/guile_strings.txt:274 #: src/gnome/glade-gnc-dialogs.c:647 msgid "Expense" msgstr "" @@ -1229,7 +1229,7 @@ msgstr "" msgid "Export" msgstr "" -#: messages-i18n.c:286 po/guile_strings.txt:290 +#: messages-i18n.c:286 po/guile_strings.txt:300 msgid "Extensions" msgstr "" @@ -1245,7 +1245,7 @@ msgstr "" msgid "Forward" msgstr "" -#: messages-i18n.c:290 po/guile_strings.txt:101 +#: messages-i18n.c:290 po/guile_strings.txt:106 msgid "From" msgstr "" @@ -1261,7 +1261,7 @@ msgstr "" msgid "Import" msgstr "" -#: messages-i18n.c:294 po/guile_strings.txt:198 +#: messages-i18n.c:294 po/guile_strings.txt:205 #: src/gnome/glade-gnc-dialogs.c:644 msgid "Income" msgstr "" @@ -1278,7 +1278,7 @@ msgstr "" msgid "Jump" msgstr "" -#: messages-i18n.c:298 po/guile_strings.txt:159 +#: messages-i18n.c:298 po/guile_strings.txt:165 #: src/gnome/glade-gnc-dialogs.c:632 msgid "Liability" msgstr "" @@ -1295,7 +1295,7 @@ msgstr "" msgid "LTCG" msgstr "" -#: messages-i18n.c:302 po/guile_strings.txt:23 +#: messages-i18n.c:302 po/guile_strings.txt:26 msgid "Memo" msgstr "" @@ -1307,15 +1307,16 @@ msgstr "" msgid "No" msgstr "" -#: messages-i18n.c:305 +#: messages-i18n.c:305 src/gnome/print-session.c:108 +#: src/gnome/print-session.c:197 msgid "(none)" msgstr "" -#: messages-i18n.c:306 po/guile_strings.txt:170 +#: messages-i18n.c:306 po/guile_strings.txt:176 msgid "Notes" msgstr "" -#: messages-i18n.c:307 po/guile_strings.txt:143 +#: messages-i18n.c:307 po/guile_strings.txt:148 msgid "Num" msgstr "" @@ -1355,7 +1356,7 @@ msgstr "" msgid "Price" msgstr "" -#: messages-i18n.c:317 src/gnome/glade-gnc-dialogs.c:978 +#: messages-i18n.c:317 src/gnome/glade-gnc-dialogs.c:971 msgid "Print" msgstr "" @@ -1383,11 +1384,11 @@ msgstr "" msgid "Record" msgstr "" -#: messages-i18n.c:324 po/guile_strings.txt:175 +#: messages-i18n.c:324 po/guile_strings.txt:181 msgid "Register" msgstr "" -#: messages-i18n.c:325 po/guile_strings.txt:169 +#: messages-i18n.c:325 po/guile_strings.txt:175 msgid "Report" msgstr "" @@ -1407,7 +1408,7 @@ msgstr "" msgid "Scrub" msgstr "" -#: messages-i18n.c:330 po/guile_strings.txt:155 +#: messages-i18n.c:330 po/guile_strings.txt:161 msgid "Security" msgstr "" @@ -1439,7 +1440,7 @@ msgstr "" msgid "STCG" msgstr "" -#: messages-i18n.c:338 po/guile_strings.txt:288 +#: messages-i18n.c:338 po/guile_strings.txt:298 #: src/gnome/glade-gnc-dialogs.c:635 msgid "Stock" msgstr "" @@ -1456,7 +1457,7 @@ msgstr "" msgid "Teller" msgstr "" -#: messages-i18n.c:342 po/guile_strings.txt:244 +#: messages-i18n.c:342 po/guile_strings.txt:252 msgid "To" msgstr "" @@ -1468,7 +1469,7 @@ msgstr "" msgid "Total" msgstr "" -#: messages-i18n.c:345 po/guile_strings.txt:246 +#: messages-i18n.c:345 po/guile_strings.txt:254 #: src/gnome/glade-gnc-dialogs.c:354 src/gnome/glade-gnc-dialogs.c:408 msgid "Type" msgstr "" @@ -1481,7 +1482,7 @@ msgstr "" msgid "Transfer" msgstr "" -#: messages-i18n.c:348 +#: messages-i18n.c:348 po/guile_strings.txt:57 msgid "Value" msgstr "" @@ -1509,1015 +1510,1051 @@ msgstr "" msgid "Second Option" msgstr "" -#: po/guile_strings.txt:4 +#: po/guile_strings.txt:3 +msgid "Cost" +msgstr "" + +#: po/guile_strings.txt:5 msgid "Status" msgstr "" -#: po/guile_strings.txt:8 +#: po/guile_strings.txt:9 msgid "Account Separator" msgstr "" -#: po/guile_strings.txt:9 +#: po/guile_strings.txt:10 msgid "" "The default background color for splits in multi-line mode and the auto modes" msgstr "" -#: po/guile_strings.txt:10 +#: po/guile_strings.txt:11 msgid "Auto-Raise Lists" msgstr "" -#: po/guile_strings.txt:12 +#: po/guile_strings.txt:13 msgid "Secondary Sort Order" msgstr "" -#: po/guile_strings.txt:13 -msgid "The types of accounts for which balances are sign-reversed" -msgstr "" - #: po/guile_strings.txt:14 -msgid "The Good" +msgid "Stock Portfolio Valuation" msgstr "" #: po/guile_strings.txt:15 +msgid "Stock Portfolio" +msgstr "" + +#: po/guile_strings.txt:16 +msgid "The types of accounts for which balances are sign-reversed" +msgstr "" + +#: po/guile_strings.txt:17 +msgid "The Good" +msgstr "" + +#: po/guile_strings.txt:18 #, c-format msgid "The current time is %s." msgstr "" -#: po/guile_strings.txt:17 +#: po/guile_strings.txt:20 msgid "Use a 24 hour (instead of a 12 hour) time format." msgstr "" -#: po/guile_strings.txt:18 +#: po/guile_strings.txt:21 msgid "Income:Salary:Taxable" msgstr "" -#: po/guile_strings.txt:19 +#: po/guile_strings.txt:22 msgid "Type of budget report" msgstr "" -#: po/guile_strings.txt:20 +#: po/guile_strings.txt:23 msgid "reg_win_width" msgstr "" -#: po/guile_strings.txt:21 +#: po/guile_strings.txt:24 msgid "Balancing" msgstr "" -#: po/guile_strings.txt:22 +#: po/guile_strings.txt:25 msgid "Time" msgstr "" -#: po/guile_strings.txt:24 +#: po/guile_strings.txt:27 msgid "International" msgstr "" -#: po/guile_strings.txt:25 +#: po/guile_strings.txt:28 msgid "" "The background color for an active split in multi-line mode and the auto " "modes" msgstr "" -#: po/guile_strings.txt:26 +#: po/guile_strings.txt:29 msgid "Double mode active background" msgstr "" -#: po/guile_strings.txt:27 +#: po/guile_strings.txt:30 msgid "This is a string option" msgstr "" -#: po/guile_strings.txt:28 +#: po/guile_strings.txt:31 msgid "Main Window" msgstr "" -#: po/guile_strings.txt:30 +#: po/guile_strings.txt:33 msgid "_Account Transactions" msgstr "" -#: po/guile_strings.txt:31 +#: po/guile_strings.txt:34 #, c-format msgid "The date option is %s." msgstr "" -#: po/guile_strings.txt:32 +#: po/guile_strings.txt:35 msgid "Account Transactions" msgstr "" -#: po/guile_strings.txt:33 +#: po/guile_strings.txt:36 msgid "UK" msgstr "" -#: po/guile_strings.txt:34 +#: po/guile_strings.txt:37 msgid "Sort by date" msgstr "" -#: po/guile_strings.txt:35 +#: po/guile_strings.txt:38 #, c-format msgid "Report for %s and all subaccounts." msgstr "" -#: po/guile_strings.txt:36 +#: po/guile_strings.txt:39 msgid "Account types to display" msgstr "" -#: po/guile_strings.txt:37 +#: po/guile_strings.txt:40 msgid "Gain And Loss" msgstr "" -#: po/guile_strings.txt:38 +#: po/guile_strings.txt:41 msgid "Double click expands parent accounts" msgstr "" -#: po/guile_strings.txt:39 +#: po/guile_strings.txt:42 msgid "main_win_height" msgstr "" -#: po/guile_strings.txt:40 +#: po/guile_strings.txt:43 msgid "Boolean Option" msgstr "" -#: po/guile_strings.txt:41 +#: po/guile_strings.txt:44 msgid "Income-Salary-Taxable" msgstr "" -#: po/guile_strings.txt:42 +#: po/guile_strings.txt:45 +msgid "_Stock Portfolio" +msgstr "" + +#: po/guile_strings.txt:46 msgid "Testing" msgstr "" -#: po/guile_strings.txt:43 +#: po/guile_strings.txt:47 msgid "US-style: mm/dd/yyyy" msgstr "" -#: po/guile_strings.txt:44 +#: po/guile_strings.txt:48 msgid "You have not selected an account." msgstr "" -#: po/guile_strings.txt:45 +#: po/guile_strings.txt:49 msgid "By default, show every transaction in an account." msgstr "" -#: po/guile_strings.txt:48 +#: po/guile_strings.txt:52 msgid "View" msgstr "" -#: po/guile_strings.txt:49 +#: po/guile_strings.txt:53 msgid "The default background color for odd rows in double mode" msgstr "" -#: po/guile_strings.txt:50 +#: po/guile_strings.txt:54 msgid "UK-style dd/mm/yyyy" msgstr "" -#: po/guile_strings.txt:51 +#: po/guile_strings.txt:55 msgid "Show all columns" msgstr "" -#: po/guile_strings.txt:53 +#: po/guile_strings.txt:58 msgid "Header background" msgstr "" -#: po/guile_strings.txt:54 +#: po/guile_strings.txt:59 msgid "Sorting" msgstr "" -#: po/guile_strings.txt:55 +#: po/guile_strings.txt:60 msgid "Show icons only" msgstr "" -#: po/guile_strings.txt:56 +#: po/guile_strings.txt:61 msgid "The default background color for odd rows in single mode" msgstr "" -#: po/guile_strings.txt:58 +#: po/guile_strings.txt:63 msgid "Display the Hello, World report." msgstr "" -#: po/guile_strings.txt:59 +#: po/guile_strings.txt:64 msgid "Gain" msgstr "" -#: po/guile_strings.txt:60 +#: po/guile_strings.txt:65 msgid "Hello Again" msgstr "" -#: po/guile_strings.txt:61 +#: po/guile_strings.txt:66 msgid "This page shows your profits and losses." msgstr "" -#: po/guile_strings.txt:62 +#: po/guile_strings.txt:67 msgid "Show Vertical Borders" msgstr "" -#: po/guile_strings.txt:63 +#: po/guile_strings.txt:68 msgid "This is a boolean option." msgstr "" -#: po/guile_strings.txt:64 +#: po/guile_strings.txt:69 msgid "_Profit and Loss" msgstr "" -#: po/guile_strings.txt:65 +#: po/guile_strings.txt:70 msgid "Background Color" msgstr "" -#: po/guile_strings.txt:66 +#: po/guile_strings.txt:71 #, c-format msgid "The number option formatted as currency is %s." msgstr "" -#: po/guile_strings.txt:67 +#: po/guile_strings.txt:72 msgid "Income/Salary/Taxable" msgstr "" -#: po/guile_strings.txt:68 +#: po/guile_strings.txt:73 msgid "There are no selected accounts in the account list option." msgstr "" -#: po/guile_strings.txt:69 +#: po/guile_strings.txt:74 msgid "This page shows your net worth." msgstr "" -#: po/guile_strings.txt:70 +#: po/guile_strings.txt:75 msgid "_Budget" msgstr "" -#: po/guile_strings.txt:71 +#: po/guile_strings.txt:76 msgid "Continental Europe: dd.mm.yyyy" msgstr "" -#: po/guile_strings.txt:72 +#: po/guile_strings.txt:77 msgid "account_edit_win_height" msgstr "" -#: po/guile_strings.txt:73 +#: po/guile_strings.txt:78 msgid "Import QIF File - Scripted in Guile." msgstr "" -#: po/guile_strings.txt:74 +#: po/guile_strings.txt:79 msgid "Category" msgstr "" -#: po/guile_strings.txt:75 +#: po/guile_strings.txt:80 msgid "Show Horizontal Borders" msgstr "" -#: po/guile_strings.txt:76 +#: po/guile_strings.txt:81 msgid "Sort by check/transaction number" msgstr "" -#: po/guile_strings.txt:77 +#: po/guile_strings.txt:82 msgid "The background color for the active transaction in double mode" msgstr "" -#: po/guile_strings.txt:78 +#: po/guile_strings.txt:83 msgid "Register Colors" msgstr "" -#: po/guile_strings.txt:79 +#: po/guile_strings.txt:84 #, c-format msgid "The boolean option is %s." msgstr "" -#: po/guile_strings.txt:80 +#: po/guile_strings.txt:85 msgid "Multi mode default transaction background" msgstr "" -#: po/guile_strings.txt:81 +#: po/guile_strings.txt:86 msgid "" "Double clicking on an account with children expands the account instead of " "opening a register." msgstr "" -#: po/guile_strings.txt:82 +#: po/guile_strings.txt:87 msgid "The background color for the active transaction in single mode" msgstr "" -#: po/guile_strings.txt:83 +#: po/guile_strings.txt:88 msgid "Loss" msgstr "" -#: po/guile_strings.txt:84 +#: po/guile_strings.txt:89 msgid "Credit Accounts" msgstr "" -#: po/guile_strings.txt:85 +#: po/guile_strings.txt:90 msgid "Sort by description" msgstr "" -#: po/guile_strings.txt:86 +#: po/guile_strings.txt:91 msgid "largest to smallest, latest to earliest" msgstr "" -#: po/guile_strings.txt:87 +#: po/guile_strings.txt:92 msgid "Secondary Key" msgstr "" -#: po/guile_strings.txt:88 +#: po/guile_strings.txt:93 msgid "Save window sizes and positions." msgstr "" -#: po/guile_strings.txt:90 +#: po/guile_strings.txt:95 msgid "Number Option" msgstr "" -#: po/guile_strings.txt:91 +#: po/guile_strings.txt:96 msgid "There are no accounts to report on." msgstr "" -#: po/guile_strings.txt:92 +#: po/guile_strings.txt:97 #, c-format msgid "Report for %s." msgstr "" -#: po/guile_strings.txt:93 +#: po/guile_strings.txt:98 msgid "Reverse Income and Expense Accounts" msgstr "" -#: po/guile_strings.txt:94 +#: po/guile_strings.txt:99 msgid "Europe" msgstr "" -#: po/guile_strings.txt:95 +#: po/guile_strings.txt:100 msgid "Add in sub-accounts of each selected" msgstr "" -#: po/guile_strings.txt:96 +#: po/guile_strings.txt:101 msgid "Day" msgstr "" -#: po/guile_strings.txt:97 +#: po/guile_strings.txt:102 msgid "" "This is for testing. Your reports probably shouldn't have an option like " "this." msgstr "" -#: po/guile_strings.txt:98 +#: po/guile_strings.txt:103 msgid "The items selected in the list option are:" msgstr "" -#: po/guile_strings.txt:99 +#: po/guile_strings.txt:104 msgid "Average" msgstr "" -#: po/guile_strings.txt:100 +#: po/guile_strings.txt:105 msgid "A_ccount Balance Tracker" msgstr "" -#: po/guile_strings.txt:102 +#: po/guile_strings.txt:107 msgid "Start of reporting period" msgstr "" -#: po/guile_strings.txt:103 +#: po/guile_strings.txt:108 msgid "Sort by EXACT entry time" msgstr "" -#: po/guile_strings.txt:104 +#: po/guile_strings.txt:109 msgid "account_add_win_width" msgstr "" -#: po/guile_strings.txt:105 +#: po/guile_strings.txt:110 msgid "Full" msgstr "" -#: po/guile_strings.txt:106 +#: po/guile_strings.txt:111 msgid "Multi mode default split background" msgstr "" -#: po/guile_strings.txt:108 +#: po/guile_strings.txt:113 msgid "Week" msgstr "" -#: po/guile_strings.txt:109 +#: po/guile_strings.txt:114 msgid "Get number at each one of these" msgstr "" -#: po/guile_strings.txt:110 +#: po/guile_strings.txt:115 msgid "Crash the report" msgstr "" -#: po/guile_strings.txt:112 +#: po/guile_strings.txt:117 msgid "Step Size" msgstr "" -#: po/guile_strings.txt:113 +#: po/guile_strings.txt:118 msgid "Hello, World!" msgstr "" -#: po/guile_strings.txt:114 +#: po/guile_strings.txt:119 msgid "ISO" msgstr "" -#: po/guile_strings.txt:115 +#: po/guile_strings.txt:120 msgid "A report useful for balancing the budget" msgstr "" -#: po/guile_strings.txt:116 +#: po/guile_strings.txt:121 msgid "Date Format Display" msgstr "" -#: po/guile_strings.txt:117 +#: po/guile_strings.txt:122 msgid "Ending" msgstr "" -#: po/guile_strings.txt:118 +#: po/guile_strings.txt:123 msgid "Reversed-balance account types" msgstr "" -#: po/guile_strings.txt:120 +#: po/guile_strings.txt:125 msgid "Account fields to display" msgstr "" -#: po/guile_strings.txt:121 +#: po/guile_strings.txt:126 msgid "Account Balance Tracker" msgstr "" -#: po/guile_strings.txt:122 +#: po/guile_strings.txt:127 msgid "Report Options" msgstr "" -#: po/guile_strings.txt:125 +#: po/guile_strings.txt:130 msgid "Calculate balance sheet up to this date" msgstr "" -#: po/guile_strings.txt:126 +#: po/guile_strings.txt:131 msgid "Alternate the even and odd colors with each transaction, not each row" msgstr "" -#: po/guile_strings.txt:127 +#: po/guile_strings.txt:132 msgid "Gain/Loss" msgstr "" -#: po/guile_strings.txt:128 +#: po/guile_strings.txt:133 msgid "Transfer from/to" msgstr "" -#: po/guile_strings.txt:129 +#: po/guile_strings.txt:134 msgid "Text only" msgstr "" -#: po/guile_strings.txt:130 +#: po/guile_strings.txt:135 msgid "Toolbar Buttons" msgstr "" -#: po/guile_strings.txt:131 +#: po/guile_strings.txt:136 msgid "Report Items from this date" msgstr "" -#: po/guile_strings.txt:132 +#: po/guile_strings.txt:137 msgid "" "The default background color for transactions in multi-line mode and the " "auto modes" msgstr "" -#: po/guile_strings.txt:133 +#: po/guile_strings.txt:138 msgid "Fourth Options" msgstr "" -#: po/guile_strings.txt:134 +#: po/guile_strings.txt:139 msgid "Sort by this criterion first" msgstr "" -#: po/guile_strings.txt:135 +#: po/guile_strings.txt:140 msgid "Ugly option" msgstr "" -#: po/guile_strings.txt:136 +#: po/guile_strings.txt:141 msgid "How are you doing on your budget?" msgstr "" -#: po/guile_strings.txt:137 +#: po/guile_strings.txt:142 msgid "Save Translatable Strings" msgstr "" -#: po/guile_strings.txt:138 +#: po/guile_strings.txt:143 msgid "Save strings that need to be translated" msgstr "" -#: po/guile_strings.txt:139 +#: po/guile_strings.txt:144 msgid "Number of Rows" msgstr "" -#: po/guile_strings.txt:140 +#: po/guile_strings.txt:145 msgid "/ (Slash)" msgstr "" -#: po/guile_strings.txt:142 +#: po/guile_strings.txt:147 msgid "Use 24-hour time format" msgstr "" -#: po/guile_strings.txt:144 +#: po/guile_strings.txt:149 msgid "Date Format" msgstr "" -#: po/guile_strings.txt:145 +#: po/guile_strings.txt:150 msgid "A list option" msgstr "" -#: po/guile_strings.txt:146 +#: po/guile_strings.txt:151 msgid "ISO Standard: yyyy-mm-dd" msgstr "" -#: po/guile_strings.txt:147 +#: po/guile_strings.txt:152 msgid "Default Currency" msgstr "" -#: po/guile_strings.txt:148 +#: po/guile_strings.txt:153 msgid "Do transaction report on this account" msgstr "" -#: po/guile_strings.txt:149 +#: po/guile_strings.txt:154 +msgid "Recent Price" +msgstr "" + +#: po/guile_strings.txt:155 msgid "Net Inflow" msgstr "" -#: po/guile_strings.txt:150 +#: po/guile_strings.txt:156 msgid "Single mode default even row background" msgstr "" -#: po/guile_strings.txt:151 -msgid "Double mode default even row background" -msgstr "" - -#: po/guile_strings.txt:152 -#, c-format -msgid "The multi-choice option is %s." -msgstr "" - -#: po/guile_strings.txt:153 -msgid "Double mode colors alternate with transactions" -msgstr "" - -#: po/guile_strings.txt:154 -msgid "General" -msgstr "" - #: po/guile_strings.txt:157 -msgid "Sub-Accounts" +msgid "Double mode default even row background" msgstr "" #: po/guile_strings.txt:158 #, c-format -msgid "The date and time option is %s." +msgid "The multi-choice option is %s." +msgstr "" + +#: po/guile_strings.txt:159 +msgid "Double mode colors alternate with transactions" msgstr "" #: po/guile_strings.txt:160 -msgid "End of reporting period" -msgstr "" - -#: po/guile_strings.txt:161 -msgid "Don't reverse any accounts" -msgstr "" - -#: po/guile_strings.txt:162 -msgid "Good option" +msgid "General" msgstr "" #: po/guile_strings.txt:163 -msgid "US" +msgid "Sub-Accounts" msgstr "" #: po/guile_strings.txt:164 -msgid "account_edit_win_width" -msgstr "" - -#: po/guile_strings.txt:165 -msgid "Ba_lance sheet" +#, c-format +msgid "The date and time option is %s." msgstr "" #: po/guile_strings.txt:166 -msgid "Help for first option" +msgid "End of reporting period" msgstr "" #: po/guile_strings.txt:167 -msgid "Number" +msgid "Don't reverse any accounts" msgstr "" #: po/guile_strings.txt:168 -msgid "Show both icons and text" +msgid "Good option" +msgstr "" + +#: po/guile_strings.txt:169 +msgid "US" +msgstr "" + +#: po/guile_strings.txt:170 +msgid "account_edit_win_width" msgstr "" #: po/guile_strings.txt:171 +msgid "Ba_lance sheet" +msgstr "" + +#: po/guile_strings.txt:172 +msgid "Help for first option" +msgstr "" + +#: po/guile_strings.txt:173 +msgid "Number" +msgstr "" + +#: po/guile_strings.txt:174 +msgid "Show both icons and text" +msgstr "" + +#: po/guile_strings.txt:177 #, c-format msgid "The number option is %s." msgstr "" -#: po/guile_strings.txt:172 +#: po/guile_strings.txt:178 #, c-format msgid "The string option is %s." msgstr "" -#: po/guile_strings.txt:173 +#: po/guile_strings.txt:179 msgid "_Reports" msgstr "" -#: po/guile_strings.txt:174 +#: po/guile_strings.txt:180 msgid "Single mode active background" msgstr "" -#: po/guile_strings.txt:176 +#: po/guile_strings.txt:182 msgid "Year" msgstr "" -#: po/guile_strings.txt:177 +#: po/guile_strings.txt:183 msgid "Profit and Loss" msgstr "" -#: po/guile_strings.txt:178 +#: po/guile_strings.txt:184 msgid "Month" msgstr "" -#: po/guile_strings.txt:179 +#: po/guile_strings.txt:185 msgid "Multi mode active transaction background" msgstr "" -#: po/guile_strings.txt:180 +#: po/guile_strings.txt:186 msgid ". (Period)" msgstr "" -#: po/guile_strings.txt:181 +#: po/guile_strings.txt:187 msgid "Primary Sort Order" msgstr "" -#: po/guile_strings.txt:182 -msgid "Descending" -msgstr "" - -#: po/guile_strings.txt:183 -msgid "This is a date option" -msgstr "" - -#: po/guile_strings.txt:184 -msgid "Two Week" -msgstr "" - -#: po/guile_strings.txt:185 -msgid "Save Window Geometry" -msgstr "" - -#: po/guile_strings.txt:186 -msgid "Income\\Salary\\Taxable" -msgstr "" - -#: po/guile_strings.txt:187 -msgid "Code" -msgstr "" - #: po/guile_strings.txt:188 -msgid "Balance sheet" +msgid "Name" msgstr "" #: po/guile_strings.txt:189 -msgid "Export data as text." +msgid "Descending" msgstr "" #: po/guile_strings.txt:190 -msgid "Balance Sheet" +msgid "This is a date option" msgstr "" #: po/guile_strings.txt:191 -msgid "- (Dash)" +msgid "Two Week" msgstr "" #: po/guile_strings.txt:192 -msgid "Order of primary sorting" +msgid "Save Window Geometry" msgstr "" #: po/guile_strings.txt:193 -msgid "Default Currency For New Accounts" +msgid "Income\\Salary\\Taxable" msgstr "" #: po/guile_strings.txt:194 -msgid "Sort by this criterion second" +msgid "Code" msgstr "" #: po/guile_strings.txt:195 -msgid "true" +msgid "Balance sheet" msgstr "" #: po/guile_strings.txt:196 -msgid "Period Ending" +msgid "Export data as text." msgstr "" #: po/guile_strings.txt:197 -msgid "Income.Salary.Taxable" +msgid "Balance Sheet" +msgstr "" + +#: po/guile_strings.txt:198 +msgid "- (Dash)" msgstr "" #: po/guile_strings.txt:199 -msgid "The Ugly" +msgid "Order of primary sorting" msgstr "" #: po/guile_strings.txt:200 -msgid "Max" +msgid "Default Currency For New Accounts" msgstr "" #: po/guile_strings.txt:201 -msgid "By default, show horizontal borders on the cells." +msgid "Sort by this criterion second" msgstr "" #: po/guile_strings.txt:202 -msgid ": (Colon)" +msgid "true" msgstr "" #: po/guile_strings.txt:203 -msgid "By default, show vertical borders on the cells." +msgid "Period Ending" msgstr "" -#: po/guile_strings.txt:205 -msgid "Ascending" +#: po/guile_strings.txt:204 +msgid "Income.Salary.Taxable" msgstr "" #: po/guile_strings.txt:206 -msgid "The Bad" +msgid "The Ugly" msgstr "" #: po/guile_strings.txt:207 -msgid "Just a Date Option" +msgid "Max" msgstr "" #: po/guile_strings.txt:208 -msgid "The accounts selected in the account list option are:" +msgid "By default, show horizontal borders on the cells." msgstr "" #: po/guile_strings.txt:209 +msgid ": (Colon)" +msgstr "" + +#: po/guile_strings.txt:210 +msgid "By default, show vertical borders on the cells." +msgstr "" + +#: po/guile_strings.txt:212 +msgid "Ascending" +msgstr "" + +#: po/guile_strings.txt:213 +msgid "The Bad" +msgstr "" + +#: po/guile_strings.txt:214 +msgid "Just a Date Option" +msgstr "" + +#: po/guile_strings.txt:215 +msgid "The accounts selected in the account list option are:" +msgstr "" + +#: po/guile_strings.txt:216 #, c-format msgid "" "This is a sample GnuCash report. See the guile (scheme) source code in %s " "for details on writing your own reports, or extending existing reports." msgstr "" -#: po/guile_strings.txt:210 +#: po/guile_strings.txt:217 msgid "The default background color for even rows in single mode" msgstr "" -#: po/guile_strings.txt:211 +#: po/guile_strings.txt:218 msgid "The default background color for even rows in double mode" msgstr "" -#: po/guile_strings.txt:212 +#: po/guile_strings.txt:219 msgid "Display the Budget report." msgstr "" -#: po/guile_strings.txt:213 +#: po/guile_strings.txt:220 msgid "_Hello, World" msgstr "" -#: po/guile_strings.txt:214 +#: po/guile_strings.txt:221 msgid "First Option" msgstr "" -#: po/guile_strings.txt:215 +#: po/guile_strings.txt:222 msgid "Double line mode with multi-line cursor" msgstr "" -#: po/guile_strings.txt:216 +#: po/guile_strings.txt:223 msgid "Single line mode with multi-line cursor" msgstr "" -#: po/guile_strings.txt:217 +#: po/guile_strings.txt:224 +msgid "Display the Stock Portfolio report." +msgstr "" + +#: po/guile_strings.txt:225 msgid "" "Show transactions on multiple lines with one line for each split in the " "transaction" msgstr "" -#: po/guile_strings.txt:218 +#: po/guile_strings.txt:226 msgid "account_add_win_height" msgstr "" -#: po/guile_strings.txt:219 +#: po/guile_strings.txt:227 msgid "Plot Type" msgstr "" -#: po/guile_strings.txt:220 +#: po/guile_strings.txt:228 msgid "Budget" msgstr "" -#: po/guile_strings.txt:221 +#: po/guile_strings.txt:229 msgid "Choose whether to display icons, text, or both for toolbar buttons" msgstr "" -#: po/guile_strings.txt:222 +#: po/guile_strings.txt:230 msgid "Show text only" msgstr "" -#: po/guile_strings.txt:223 +#: po/guile_strings.txt:231 msgid "Icons and Text" msgstr "" -#: po/guile_strings.txt:224 +#: po/guile_strings.txt:232 msgid "Automatically raise the list of accounts or actions during input." msgstr "" -#: po/guile_strings.txt:225 +#: po/guile_strings.txt:233 msgid "Sort by account transferred from/to's name" msgstr "" -#: po/guile_strings.txt:226 +#: po/guile_strings.txt:234 msgid "Net Gain" msgstr "" -#: po/guile_strings.txt:227 +#: po/guile_strings.txt:235 msgid "The fourth option rules!" msgstr "" -#: po/guile_strings.txt:228 +#: po/guile_strings.txt:236 msgid "This is a date option with time" msgstr "" -#: po/guile_strings.txt:229 +#: po/guile_strings.txt:237 msgid "The header background color" msgstr "" -#: po/guile_strings.txt:230 +#: po/guile_strings.txt:238 msgid "Sort by memo" msgstr "" -#: po/guile_strings.txt:231 +#: po/guile_strings.txt:239 msgid "Third Option" msgstr "" -#: po/guile_strings.txt:232 +#: po/guile_strings.txt:240 msgid "Choose the default mode for register windows" msgstr "" -#: po/guile_strings.txt:233 +#: po/guile_strings.txt:241 msgid "Default number of register rows to display." msgstr "" -#: po/guile_strings.txt:234 +#: po/guile_strings.txt:242 msgid "Report end date" msgstr "" -#: po/guile_strings.txt:235 +#: po/guile_strings.txt:243 msgid "None" msgstr "" -#: po/guile_strings.txt:236 +#: po/guile_strings.txt:244 msgid "Export data as text (Danger: Unfinished)" msgstr "" -#: po/guile_strings.txt:237 +#: po/guile_strings.txt:245 msgid "Primary Key" msgstr "" -#: po/guile_strings.txt:238 -msgid "Time and Date Option" -msgstr "" - -#: po/guile_strings.txt:239 -msgid "Single mode default odd row background" -msgstr "" - -#: po/guile_strings.txt:240 -msgid "Double mode default odd row background" -msgstr "" - -#: po/guile_strings.txt:241 -msgid "The character used to separate fully-qualified account names" -msgstr "" - -#: po/guile_strings.txt:242 -msgid "__gui" -msgstr "" - -#: po/guile_strings.txt:243 -msgid "Report start date" -msgstr "" - -#: po/guile_strings.txt:245 -msgid "smallest to largest, earliest to latest" +#: po/guile_strings.txt:246 +msgid "Ticker" msgstr "" #: po/guile_strings.txt:247 -msgid "\\ (Backslash)" +msgid "Time and Date Option" msgstr "" #: po/guile_strings.txt:248 -msgid "Icons only" +msgid "Single mode default odd row background" msgstr "" #: po/guile_strings.txt:249 -msgid "Help for third option" +msgid "Double mode default odd row background" msgstr "" #: po/guile_strings.txt:250 -msgid "Default Register Mode" +msgid "The character used to separate fully-qualified account names" msgstr "" -#: po/guile_strings.txt:252 -msgid "main_win_width" +#: po/guile_strings.txt:251 +msgid "Report start date" msgstr "" #: po/guile_strings.txt:253 -msgid "Sort by amount" -msgstr "" - -#: po/guile_strings.txt:254 -msgid "This is an account list option" +msgid "smallest to largest, earliest to latest" msgstr "" #: po/guile_strings.txt:255 -msgid "Average Balance" +msgid "\\ (Backslash)" msgstr "" #: po/guile_strings.txt:256 -msgid "Totals" +msgid "Icons only" msgstr "" #: po/guile_strings.txt:257 -msgid "Show All Transactions" +msgid "Help for third option" msgstr "" #: po/guile_strings.txt:258 -msgid "Display the Profit and Loss report." -msgstr "" - -#: po/guile_strings.txt:259 -msgid "Display the Account Balance Tracker report." +msgid "Default Register Mode" msgstr "" #: po/guile_strings.txt:260 -msgid "2Week" +msgid "main_win_width" msgstr "" #: po/guile_strings.txt:261 -msgid "Nothing" +msgid "Sort by amount" msgstr "" #: po/guile_strings.txt:262 -msgid "You have selected no values in the list option." +msgid "This is an account list option" msgstr "" #: po/guile_strings.txt:263 -msgid "false" +msgid "Average Balance" +msgstr "" + +#: po/guile_strings.txt:264 +msgid "Totals" msgstr "" #: po/guile_strings.txt:265 -msgid "An account list option" +msgid "Profit/Loss" msgstr "" #: po/guile_strings.txt:266 -msgid "Multi Choice Option" +msgid "Shares" msgstr "" #: po/guile_strings.txt:267 -msgid "This is a color option" +msgid "Show All Transactions" msgstr "" #: po/guile_strings.txt:268 -msgid "QIF File Import (Danger: Unfinished)" +msgid "Display the Profit and Loss report." msgstr "" #: po/guile_strings.txt:269 -msgid "Make No Plot" +msgid "Display the Account Balance Tracker report." msgstr "" #: po/guile_strings.txt:270 -msgid "Bad option" +msgid "2Week" msgstr "" #: po/guile_strings.txt:271 -msgid "Display the Balance sheet report." +msgid "Nothing" msgstr "" #: po/guile_strings.txt:272 -msgid "Display the Account Transactions report." +msgid "You have selected no values in the list option." msgstr "" #: po/guile_strings.txt:273 -msgid "Net" -msgstr "" - -#: po/guile_strings.txt:274 -msgid "Have a nice day!" +msgid "false" msgstr "" #: po/guile_strings.txt:275 -msgid "This is a list option" +msgid "An account list option" msgstr "" #: po/guile_strings.txt:276 -msgid "Min" +msgid "Multi Choice Option" msgstr "" #: po/guile_strings.txt:277 -msgid "Order of Secondary sorting" +msgid "This is a color option" msgstr "" #: po/guile_strings.txt:278 -msgid "Help for second option" +msgid "QIF File Import (Danger: Unfinished)" msgstr "" #: po/guile_strings.txt:279 -msgid "reg_stock_win_width" +msgid "Make No Plot" msgstr "" #: po/guile_strings.txt:280 -msgid "Report items up to and including this date" +msgid "Bad option" msgstr "" #: po/guile_strings.txt:281 -msgid "Beginning" +msgid "Display the Balance sheet report." msgstr "" #: po/guile_strings.txt:282 +msgid "Display the Account Transactions report." +msgstr "" + +#: po/guile_strings.txt:283 +msgid "Net" +msgstr "" + +#: po/guile_strings.txt:284 +msgid "Have a nice day!" +msgstr "" + +#: po/guile_strings.txt:285 +msgid "This is a list option" +msgstr "" + +#: po/guile_strings.txt:286 +msgid "Min" +msgstr "" + +#: po/guile_strings.txt:287 +msgid "Order of Secondary sorting" +msgstr "" + +#: po/guile_strings.txt:288 +msgid "Help for second option" +msgstr "" + +#: po/guile_strings.txt:289 +msgid "reg_stock_win_width" +msgstr "" + +#: po/guile_strings.txt:290 +msgid "Report items up to and including this date" +msgstr "" + +#: po/guile_strings.txt:291 +msgid "Beginning" +msgstr "" + +#: po/guile_strings.txt:292 #, c-format msgid "" "For help on writing reports, or to contribute your brand new, totally cool " @@ -2525,33 +2562,33 @@ msgid "" "list, see %s." msgstr "" -#: po/guile_strings.txt:283 +#: po/guile_strings.txt:293 msgid "" "The background color for an active transaction in multi-line mode and the " "auto modes" msgstr "" -#: po/guile_strings.txt:284 +#: po/guile_strings.txt:294 msgid "This is a multi choice option." msgstr "" -#: po/guile_strings.txt:285 +#: po/guile_strings.txt:295 msgid "Income & Expense" msgstr "" -#: po/guile_strings.txt:286 +#: po/guile_strings.txt:296 msgid "Hello, World" msgstr "" -#: po/guile_strings.txt:287 +#: po/guile_strings.txt:297 msgid "Reverse Credit Card, Liability, Equity, and Income Accounts" msgstr "" -#: po/guile_strings.txt:289 +#: po/guile_strings.txt:299 msgid "This is a number option." msgstr "" -#: po/guile_strings.txt:291 +#: po/guile_strings.txt:301 msgid "Multi mode active split background" msgstr "" @@ -2559,31 +2596,35 @@ msgstr "" msgid "All Accounts" msgstr "" -#: src/gnome/dialog-qif-import.c:229 +#: src/gnome/dialog-qif-import.c:221 msgid "Select QIF File" msgstr "" -#: src/gnome/dialog-qif-import.c:318 +#: src/gnome/dialog-qif-import.c:310 msgid "You must specify a file to load." msgstr "" -#: src/gnome/dialog-qif-import.c:322 +#: src/gnome/dialog-qif-import.c:314 msgid "You must specify a currency." msgstr "" -#: src/gnome/dialog-qif-import.c:336 src/gnome/dialog-qif-import.c:672 -#: src/gnome/dialog-qif-import.c:774 src/gnome/dialog-qif-import.c:872 +#: src/gnome/dialog-qif-import.c:328 src/gnome/dialog-qif-import.c:664 +#: src/gnome/dialog-qif-import.c:766 src/gnome/dialog-qif-import.c:864 msgid "QIF File scheme code not loaded properly." msgstr "" -#: src/gnome/dialog-qif-import.c:359 +#: src/gnome/dialog-qif-import.c:351 msgid "QIF File already loaded. Reload with current settings?" msgstr "" -#: src/gnome/dialog-qif-import.c:802 src/gnome/dialog-qif-import.c:900 +#: src/gnome/dialog-qif-import.c:794 src/gnome/dialog-qif-import.c:892 msgid "Something is very wrong with QIF Importing." msgstr "" +#: src/gnome/glade-gnc-dialogs.c:74 +msgid "Import QIF Files" +msgstr "" + #: src/gnome/glade-gnc-dialogs.c:96 msgid "Loaded Files" msgstr "" @@ -2608,7 +2649,8 @@ msgstr "" msgid "Radix format:" msgstr "" -#: src/gnome/glade-gnc-dialogs.c:191 +#: src/gnome/glade-gnc-dialogs.c:191 src/gnome/glade-gnc-dialogs.c:1194 +#: src/gnome/glade-gnc-dialogs.c:1364 msgid "Date format:" msgstr "" @@ -2680,6 +2722,10 @@ msgstr "" msgid "Categories" msgstr "" +#: src/gnome/glade-gnc-dialogs.c:506 +msgid "Select Account" +msgstr "" + #: src/gnome/glade-gnc-dialogs.c:564 msgid "Selected account:" msgstr "" @@ -2696,50 +2742,171 @@ msgstr "" msgid "Mutual" msgstr "" -#: src/gnome/glade-gnc-dialogs.c:786 -msgid "Print Dialog" +#: src/gnome/glade-gnc-dialogs.c:700 +msgid "Print Preview" msgstr "" -#: src/gnome/glade-gnc-dialogs.c:794 +#: src/gnome/glade-gnc-dialogs.c:786 msgid "Print Setup" msgstr "" -#: src/gnome/glade-gnc-dialogs.c:815 +#: src/gnome/glade-gnc-dialogs.c:808 msgid "Printer:" msgstr "" -#: src/gnome/glade-gnc-dialogs.c:823 +#: src/gnome/glade-gnc-dialogs.c:816 msgid "Paper size:" msgstr "" -#: src/gnome/glade-gnc-dialogs.c:831 +#: src/gnome/glade-gnc-dialogs.c:824 msgid "Pages to print:" msgstr "" -#: src/gnome/glade-gnc-dialogs.c:876 +#: src/gnome/glade-gnc-dialogs.c:869 msgid "All" msgstr "" -#: src/gnome/glade-gnc-dialogs.c:884 +#: src/gnome/glade-gnc-dialogs.c:877 msgid "Selected" msgstr "" -#: src/gnome/glade-gnc-dialogs.c:906 +#: src/gnome/glade-gnc-dialogs.c:899 msgid "From:" msgstr "" -#: src/gnome/glade-gnc-dialogs.c:921 +#: src/gnome/glade-gnc-dialogs.c:914 msgid "To:" msgstr "" -#: src/gnome/glade-gnc-dialogs.c:943 src/gnome/glade-gnc-dialogs.c:950 +#: src/gnome/glade-gnc-dialogs.c:936 src/gnome/glade-gnc-dialogs.c:943 msgid "Select..." msgstr "" -#: src/gnome/glade-gnc-dialogs.c:986 +#: src/gnome/glade-gnc-dialogs.c:979 msgid "Preview" msgstr "" -#: src/gnome/print-session.c:220 +#: src/gnome/glade-gnc-dialogs.c:1036 +msgid "Select Paper Size" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1149 +msgid "Print Check" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1178 +msgid "Check format:" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1186 src/gnome/glade-gnc-dialogs.c:1356 +msgid "Check position:" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1216 +msgid "Quicken/QuickBooks (tm)" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1219 src/gnome/glade-gnc-dialogs.c:1240 +#: src/gnome/glade-gnc-dialogs.c:1276 +msgid "Custom" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1231 +msgid "Top" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1234 +msgid "Middle" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1237 +msgid "Bottom" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1252 +msgid "December 31, 2000" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1255 +msgid "31 December, 2000" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1258 +msgid "Dec 31, 2000" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1261 +msgid "31 Dec, 2000" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1264 +msgid "12/31/2000" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1267 +msgid "12/31/00" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1270 +msgid "31/12/2000" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1273 +msgid "31/12/00" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1281 +msgid "Custom check parameters" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1316 +msgid "Payee:" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1324 +msgid "Date:" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1332 +msgid "Amount (words):" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1340 +msgid "Amount (numbers):" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1348 +msgid "Memo:" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1372 +msgid "Units:" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1387 +msgid "x" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1457 +msgid "Inches" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1460 +msgid "Centimeters" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1463 +msgid "Millimeters" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1466 +msgid "Points" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1478 +msgid "y" +msgstr "" + +#: src/gnome/print-session.c:230 msgid "You must select a printer first." msgstr "" diff --git a/po/guile_strings.txt b/po/guile_strings.txt index 2ad8ff863b..bf29963a2f 100644 --- a/po/guile_strings.txt +++ b/po/guile_strings.txt @@ -1,5 +1,6 @@ _("String Option") _("Second Option") +_("Cost") _("Mutual Fund") _("Status") _("Date") @@ -10,6 +11,8 @@ _("The default background color for splits in multi-line mode and the auto modes _("Auto-Raise Lists") _("Balance") _("Secondary Sort Order") +_("Stock Portfolio Valuation") +_("Stock Portfolio") _("The types of accounts for which balances are sign-reversed") _("The Good") _("The current time is %s.") @@ -39,6 +42,7 @@ _("Double click expands parent accounts") _("main_win_height") _("Boolean Option") _("Income-Salary-Taxable") +_("_Stock Portfolio") _("Testing") _("US-style: mm/dd/yyyy") _("You have not selected an account.") @@ -50,6 +54,7 @@ _("The default background color for odd rows in double mode") _("UK-style dd/mm/yyyy") _("Show all columns") _("Account") +_("Value") _("Header background") _("Sorting") _("Show icons only") @@ -146,6 +151,7 @@ _("A list option") _("ISO Standard: yyyy-mm-dd") _("Default Currency") _("Do transaction report on this account") +_("Recent Price") _("Net Inflow") _("Single mode default even row background") _("Double mode default even row background") @@ -179,6 +185,7 @@ _("Month") _("Multi mode active transaction background") _(". (Period)") _("Primary Sort Order") +_("Name") _("Descending") _("This is a date option") _("Two Week") @@ -214,6 +221,7 @@ _("_Hello, World") _("First Option") _("Double line mode with multi-line cursor") _("Single line mode with multi-line cursor") +_("Display the Stock Portfolio report.") _("Show transactions on multiple lines with one line for each split in the transaction") _("account_add_win_height") _("Plot Type") @@ -235,11 +243,11 @@ _("Report end date") _("None") _("Export data as text (Danger: Unfinished)") _("Primary Key") +_("Ticker") _("Time and Date Option") _("Single mode default odd row background") _("Double mode default odd row background") _("The character used to separate fully-qualified account names") -_("__gui") _("Report start date") _("To") _("smallest to largest, earliest to latest") @@ -254,6 +262,8 @@ _("Sort by amount") _("This is an account list option") _("Average Balance") _("Totals") +_("Profit/Loss") +_("Shares") _("Show All Transactions") _("Display the Profit and Loss report.") _("Display the Account Balance Tracker report.") diff --git a/po/sv.po b/po/sv.po index 1573edf7e4..5d94cdb732 100644 --- a/po/sv.po +++ b/po/sv.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.3.2\n" -"POT-Creation-Date: 2000-03-27 00:01-0800\n" +"POT-Creation-Date: 2000-03-29 03:34-0800\n" "PO-Revision-Date: 2000-03-02 10:23+0100\n" "Last-Translator: Dennis Björklund \n" "Language-Team: Sv \n" @@ -469,7 +469,7 @@ msgstr "Radera det valda kontot" msgid "Delete the current transaction" msgstr "Radera den aktuella transaktionen" -#: messages-i18n.c:78 po/guile_strings.txt:119 +#: messages-i18n.c:78 po/guile_strings.txt:124 msgid "Show transactions on two lines with more information" msgstr "Visa transaktioner på två rader med mer information" @@ -619,7 +619,7 @@ msgstr "St msgid "Show all of the transactions in the account" msgstr "Visa alla transaktioner i kontot" -#: messages-i18n.c:114 po/guile_strings.txt:123 +#: messages-i18n.c:114 po/guile_strings.txt:128 msgid "Show transactions on single lines" msgstr "Visa transaktioner på enkla rader" @@ -824,7 +824,7 @@ msgstr "_ msgid "Account Code" msgstr "Konto kod" -#: messages-i18n.c:165 po/guile_strings.txt:6 +#: messages-i18n.c:165 po/guile_strings.txt:7 msgid "Account Name" msgstr "Konto namn" @@ -837,11 +837,11 @@ msgstr "Kontotyp" msgid "Adjust Balance" msgstr "Kontosaldo" -#: messages-i18n.c:168 po/guile_strings.txt:251 +#: messages-i18n.c:168 po/guile_strings.txt:259 msgid "Auto Double" msgstr "Automatisk dubbel" -#: messages-i18n.c:169 po/guile_strings.txt:57 +#: messages-i18n.c:169 po/guile_strings.txt:62 msgid "Auto Single" msgstr "Automatisk enkel" @@ -875,7 +875,7 @@ msgstr "_Radera konto" msgid "Delete Transaction" msgstr "Radera transaktion" -#: messages-i18n.c:177 po/guile_strings.txt:16 +#: messages-i18n.c:177 po/guile_strings.txt:19 msgid "Double Line" msgstr "Dubbelrad" @@ -919,11 +919,11 @@ msgstr "Tappade konton" msgid "Money Market" msgstr "Pengamarknad" -#: messages-i18n.c:188 po/guile_strings.txt:47 +#: messages-i18n.c:188 po/guile_strings.txt:51 msgid "Multi Line" msgstr "Flerrad" -#: messages-i18n.c:189 po/guile_strings.txt:3 +#: messages-i18n.c:189 po/guile_strings.txt:4 msgid "Mutual Fund" msgstr "Aktiefond" @@ -1050,7 +1050,7 @@ msgstr "Visa tidigaste" msgid "Show Latest" msgstr "Visa senaste" -#: messages-i18n.c:220 po/guile_strings.txt:156 +#: messages-i18n.c:220 po/guile_strings.txt:162 msgid "Single Line" msgstr "En rad" @@ -1115,7 +1115,7 @@ msgstr " msgid "About" msgstr "Belopp" -#: messages-i18n.c:236 po/guile_strings.txt:52 +#: messages-i18n.c:236 po/guile_strings.txt:56 msgid "Account" msgstr "Konto" @@ -1142,7 +1142,7 @@ msgstr "Aktion" msgid "Activities" msgstr "Aktiviteter" -#: messages-i18n.c:242 po/guile_strings.txt:46 +#: messages-i18n.c:242 po/guile_strings.txt:50 msgid "Amount" msgstr "Belopp" @@ -1154,7 +1154,7 @@ msgstr "V msgid "Phone" msgstr "Telefon" -#: messages-i18n.c:245 po/guile_strings.txt:141 +#: messages-i18n.c:245 po/guile_strings.txt:146 #: src/gnome/glade-gnc-dialogs.c:626 msgid "Asset" msgstr "Tillgång" @@ -1171,11 +1171,11 @@ msgstr "Bankomat" msgid "Back" msgstr "Bakåt" -#: messages-i18n.c:249 po/guile_strings.txt:11 +#: messages-i18n.c:249 po/guile_strings.txt:12 msgid "Balance" msgstr "Saldo" -#: messages-i18n.c:250 po/guile_strings.txt:89 +#: messages-i18n.c:250 po/guile_strings.txt:94 #: src/gnome/glade-gnc-dialogs.c:620 msgid "Bank" msgstr "Bank" @@ -1197,7 +1197,7 @@ msgstr "K msgid "Cancel" msgstr "Avbryt" -#: messages-i18n.c:255 po/guile_strings.txt:111 +#: messages-i18n.c:255 po/guile_strings.txt:116 #: src/gnome/glade-gnc-dialogs.c:623 msgid "Cash" msgstr "Kontant" @@ -1237,7 +1237,7 @@ msgstr "" msgid "Create" msgstr "Skapa" -#: messages-i18n.c:264 po/guile_strings.txt:204 +#: messages-i18n.c:264 po/guile_strings.txt:211 #: src/gnome/glade-gnc-dialogs.c:629 msgid "Credit" msgstr "Kredit" @@ -1246,16 +1246,16 @@ msgstr "Kredit" msgid "Credits" msgstr "Krediter" -#: messages-i18n.c:266 po/guile_strings.txt:107 +#: messages-i18n.c:266 po/guile_strings.txt:112 #: src/gnome/glade-gnc-dialogs.c:641 msgid "Currency" msgstr "Valuta" -#: messages-i18n.c:267 po/guile_strings.txt:5 +#: messages-i18n.c:267 po/guile_strings.txt:6 msgid "Date" msgstr "Datum" -#: messages-i18n.c:268 po/guile_strings.txt:29 +#: messages-i18n.c:268 po/guile_strings.txt:32 msgid "Debit" msgstr "Debet" @@ -1284,7 +1284,7 @@ msgstr "Ins msgid "Depreciation" msgstr "Värdeminskning" -#: messages-i18n.c:275 po/guile_strings.txt:124 +#: messages-i18n.c:275 po/guile_strings.txt:129 msgid "Description" msgstr "Beskrivning" @@ -1314,7 +1314,7 @@ msgstr "_Duplicera" msgid "Edit" msgstr "Redigera" -#: messages-i18n.c:282 po/guile_strings.txt:7 +#: messages-i18n.c:282 po/guile_strings.txt:8 #: src/gnome/glade-gnc-dialogs.c:650 msgid "Equity" msgstr "Utjämning" @@ -1323,7 +1323,7 @@ msgstr "Utj msgid "Exit" msgstr "Avsluta" -#: messages-i18n.c:284 po/guile_strings.txt:264 +#: messages-i18n.c:284 po/guile_strings.txt:274 #: src/gnome/glade-gnc-dialogs.c:647 msgid "Expense" msgstr "Utgift" @@ -1332,7 +1332,7 @@ msgstr "Utgift" msgid "Export" msgstr "Export" -#: messages-i18n.c:286 po/guile_strings.txt:290 +#: messages-i18n.c:286 po/guile_strings.txt:300 msgid "Extensions" msgstr "Utvidgningar" @@ -1349,7 +1349,7 @@ msgstr "Ny fil" msgid "Forward" msgstr "Framåt" -#: messages-i18n.c:290 po/guile_strings.txt:101 +#: messages-i18n.c:290 po/guile_strings.txt:106 msgid "From" msgstr "Från" @@ -1365,7 +1365,7 @@ msgstr "Hj msgid "Import" msgstr "Importera" -#: messages-i18n.c:294 po/guile_strings.txt:198 +#: messages-i18n.c:294 po/guile_strings.txt:205 #: src/gnome/glade-gnc-dialogs.c:644 msgid "Income" msgstr "Inkomst" @@ -1382,7 +1382,7 @@ msgstr "R msgid "Jump" msgstr "Hoppa" -#: messages-i18n.c:298 po/guile_strings.txt:159 +#: messages-i18n.c:298 po/guile_strings.txt:165 #: src/gnome/glade-gnc-dialogs.c:632 msgid "Liability" msgstr "Skuld" @@ -1399,7 +1399,7 @@ msgstr "L msgid "LTCG" msgstr "" -#: messages-i18n.c:302 po/guile_strings.txt:23 +#: messages-i18n.c:302 po/guile_strings.txt:26 msgid "Memo" msgstr "Memo" @@ -1412,15 +1412,16 @@ msgstr "_Nytt" msgid "No" msgstr "Nej" -#: messages-i18n.c:305 +#: messages-i18n.c:305 src/gnome/print-session.c:108 +#: src/gnome/print-session.c:197 msgid "(none)" msgstr "(ingen)" -#: messages-i18n.c:306 po/guile_strings.txt:170 +#: messages-i18n.c:306 po/guile_strings.txt:176 msgid "Notes" msgstr "Anteckningar" -#: messages-i18n.c:307 po/guile_strings.txt:143 +#: messages-i18n.c:307 po/guile_strings.txt:148 msgid "Num" msgstr "Num" @@ -1460,7 +1461,7 @@ msgstr "Inst msgid "Price" msgstr "Pris" -#: messages-i18n.c:317 src/gnome/glade-gnc-dialogs.c:978 +#: messages-i18n.c:317 src/gnome/glade-gnc-dialogs.c:971 msgid "Print" msgstr "Utskrift" @@ -1488,11 +1489,11 @@ msgstr "F msgid "Record" msgstr "Spara" -#: messages-i18n.c:324 po/guile_strings.txt:175 +#: messages-i18n.c:324 po/guile_strings.txt:181 msgid "Register" msgstr "Register" -#: messages-i18n.c:325 po/guile_strings.txt:169 +#: messages-i18n.c:325 po/guile_strings.txt:175 msgid "Report" msgstr "Rapport" @@ -1512,7 +1513,7 @@ msgstr "Besparingar" msgid "Scrub" msgstr "Städa upp" -#: messages-i18n.c:330 po/guile_strings.txt:155 +#: messages-i18n.c:330 po/guile_strings.txt:161 msgid "Security" msgstr "Säkerhet" @@ -1544,7 +1545,7 @@ msgstr "Delning" msgid "STCG" msgstr "" -#: messages-i18n.c:338 po/guile_strings.txt:288 +#: messages-i18n.c:338 po/guile_strings.txt:298 #: src/gnome/glade-gnc-dialogs.c:635 msgid "Stock" msgstr "Aktie" @@ -1561,7 +1562,7 @@ msgstr " msgid "Teller" msgstr "Kassör" -#: messages-i18n.c:342 po/guile_strings.txt:244 +#: messages-i18n.c:342 po/guile_strings.txt:252 msgid "To" msgstr "Till" @@ -1573,7 +1574,7 @@ msgstr "Idag" msgid "Total" msgstr "Totalt" -#: messages-i18n.c:345 po/guile_strings.txt:246 +#: messages-i18n.c:345 po/guile_strings.txt:254 #: src/gnome/glade-gnc-dialogs.c:354 src/gnome/glade-gnc-dialogs.c:408 msgid "Type" msgstr "Typ" @@ -1587,7 +1588,7 @@ msgstr "Transaktion" msgid "Transfer" msgstr "Överföring" -#: messages-i18n.c:348 +#: messages-i18n.c:348 po/guile_strings.txt:57 msgid "Value" msgstr "Värde" @@ -1615,288 +1616,307 @@ msgstr "Str msgid "Second Option" msgstr "Andra alternativet" -#: po/guile_strings.txt:4 +#: po/guile_strings.txt:3 +#, fuzzy +msgid "Cost" +msgstr "Kod" + +#: po/guile_strings.txt:5 msgid "Status" msgstr "" -#: po/guile_strings.txt:8 +#: po/guile_strings.txt:9 msgid "Account Separator" msgstr "Kontoseparator" -#: po/guile_strings.txt:9 +#: po/guile_strings.txt:10 msgid "" "The default background color for splits in multi-line mode and the auto modes" msgstr "Standardbakgrundsfärgen för delningar i flerradsläge och i autolägen" -#: po/guile_strings.txt:10 +#: po/guile_strings.txt:11 msgid "Auto-Raise Lists" msgstr "Auto-höj listor" -#: po/guile_strings.txt:12 +#: po/guile_strings.txt:13 msgid "Secondary Sort Order" msgstr "Andra sorteringsordning" -#: po/guile_strings.txt:13 +#: po/guile_strings.txt:14 +msgid "Stock Portfolio Valuation" +msgstr "" + +#: po/guile_strings.txt:15 +#, fuzzy +msgid "Stock Portfolio" +msgstr "Portfölj" + +#: po/guile_strings.txt:16 msgid "The types of accounts for which balances are sign-reversed" msgstr "Typerna på konton vars saldon teckenbyts" -#: po/guile_strings.txt:14 +#: po/guile_strings.txt:17 msgid "The Good" msgstr "Den goda" -#: po/guile_strings.txt:15 +#: po/guile_strings.txt:18 #, c-format msgid "The current time is %s." msgstr "" -#: po/guile_strings.txt:17 +#: po/guile_strings.txt:20 msgid "Use a 24 hour (instead of a 12 hour) time format." msgstr "Använd 24 timmas tidsformat (i stället för 12 timmars)." -#: po/guile_strings.txt:18 +#: po/guile_strings.txt:21 msgid "Income:Salary:Taxable" msgstr "Inkomst:Lön:Taxerbar" -#: po/guile_strings.txt:19 +#: po/guile_strings.txt:22 msgid "Type of budget report" msgstr "" -#: po/guile_strings.txt:20 +#: po/guile_strings.txt:23 msgid "reg_win_width" msgstr "reg_win_width" -#: po/guile_strings.txt:21 +#: po/guile_strings.txt:24 #, fuzzy msgid "Balancing" msgstr "Saldo" -#: po/guile_strings.txt:22 +#: po/guile_strings.txt:25 msgid "Time" msgstr "Tid" -#: po/guile_strings.txt:24 +#: po/guile_strings.txt:27 msgid "International" msgstr "Internationellt" -#: po/guile_strings.txt:25 +#: po/guile_strings.txt:28 msgid "" "The background color for an active split in multi-line mode and the auto " "modes" msgstr "Bakgrundsfärgen för en aktiv delning i flerradsläge och autolägen" -#: po/guile_strings.txt:26 +#: po/guile_strings.txt:29 msgid "Double mode active background" msgstr "Aktiv bakgrund i dubbelläge" -#: po/guile_strings.txt:27 +#: po/guile_strings.txt:30 msgid "This is a string option" msgstr "Detta är ett strängalternativ" -#: po/guile_strings.txt:28 +#: po/guile_strings.txt:31 msgid "Main Window" msgstr "Huvudfönster" -#: po/guile_strings.txt:30 +#: po/guile_strings.txt:33 msgid "_Account Transactions" msgstr "_Konto transaktioner" -#: po/guile_strings.txt:31 +#: po/guile_strings.txt:34 #, fuzzy, c-format msgid "The date option is %s." msgstr "Detta är ett datumalternativ" -#: po/guile_strings.txt:32 +#: po/guile_strings.txt:35 #, fuzzy msgid "Account Transactions" msgstr "_Konto transaktioner" -#: po/guile_strings.txt:33 +#: po/guile_strings.txt:36 msgid "UK" msgstr "UK" -#: po/guile_strings.txt:34 +#: po/guile_strings.txt:37 msgid "Sort by date" msgstr "Sortera efter datum" -#: po/guile_strings.txt:35 +#: po/guile_strings.txt:38 #, c-format msgid "Report for %s and all subaccounts." msgstr "" -#: po/guile_strings.txt:36 +#: po/guile_strings.txt:39 msgid "Account types to display" msgstr "Kontotyp att visa" -#: po/guile_strings.txt:37 +#: po/guile_strings.txt:40 msgid "Gain And Loss" msgstr "Vinst och förlust" -#: po/guile_strings.txt:38 +#: po/guile_strings.txt:41 msgid "Double click expands parent accounts" msgstr "Att dubbelklick expanderar föräldrakonton" -#: po/guile_strings.txt:39 +#: po/guile_strings.txt:42 msgid "main_win_height" msgstr "main_win_height" -#: po/guile_strings.txt:40 +#: po/guile_strings.txt:43 msgid "Boolean Option" msgstr "Booleanskt alternativ" -#: po/guile_strings.txt:41 +#: po/guile_strings.txt:44 msgid "Income-Salary-Taxable" msgstr "Inkomst-Lön-Taxerbar" -#: po/guile_strings.txt:42 +#: po/guile_strings.txt:45 +#, fuzzy +msgid "_Stock Portfolio" +msgstr "Portfölj" + +#: po/guile_strings.txt:46 msgid "Testing" msgstr "Testar" -#: po/guile_strings.txt:43 +#: po/guile_strings.txt:47 msgid "US-style: mm/dd/yyyy" msgstr "US-stil: mm/dd/åååå" -#: po/guile_strings.txt:44 +#: po/guile_strings.txt:48 #, fuzzy msgid "You have not selected an account." msgstr "Du måste välja ett konto att städa upp." -#: po/guile_strings.txt:45 +#: po/guile_strings.txt:49 msgid "By default, show every transaction in an account." msgstr "Som standard, visa alla transaktioner i ett konto" -#: po/guile_strings.txt:48 +#: po/guile_strings.txt:52 msgid "View" msgstr "" -#: po/guile_strings.txt:49 +#: po/guile_strings.txt:53 msgid "The default background color for odd rows in double mode" msgstr "Standardbakgrundsfärgen för udda rader i dubbelradsläge" -#: po/guile_strings.txt:50 +#: po/guile_strings.txt:54 msgid "UK-style dd/mm/yyyy" msgstr "UK-stil: dd/mm/åååå" -#: po/guile_strings.txt:51 +#: po/guile_strings.txt:55 #, fuzzy msgid "Show all columns" msgstr "Visa alla transaktioner" -#: po/guile_strings.txt:53 +#: po/guile_strings.txt:58 msgid "Header background" msgstr "Rubrikbakgrund" -#: po/guile_strings.txt:54 +#: po/guile_strings.txt:59 msgid "Sorting" msgstr "Sorterar" -#: po/guile_strings.txt:55 +#: po/guile_strings.txt:60 msgid "Show icons only" msgstr "Visa bara ikoner" -#: po/guile_strings.txt:56 +#: po/guile_strings.txt:61 msgid "The default background color for odd rows in single mode" msgstr "Standardbakgrundsfärgen för udda rader i enkelradsläge" -#: po/guile_strings.txt:58 +#: po/guile_strings.txt:63 msgid "Display the Hello, World report." msgstr "Visa Hej, Världen rapporten." -#: po/guile_strings.txt:59 +#: po/guile_strings.txt:64 #, fuzzy msgid "Gain" msgstr "Nettovinst" -#: po/guile_strings.txt:60 +#: po/guile_strings.txt:65 msgid "Hello Again" msgstr "Hej igen" -#: po/guile_strings.txt:61 +#: po/guile_strings.txt:66 msgid "This page shows your profits and losses." msgstr "Denna sida visar dina vinster och förluster." -#: po/guile_strings.txt:62 +#: po/guile_strings.txt:67 msgid "Show Vertical Borders" msgstr "Visa vertikala kanter" -#: po/guile_strings.txt:63 +#: po/guile_strings.txt:68 msgid "This is a boolean option." msgstr "Detta är ett boolskt alternativ." -#: po/guile_strings.txt:64 +#: po/guile_strings.txt:69 msgid "_Profit and Loss" msgstr "_Vinst och förlust" -#: po/guile_strings.txt:65 +#: po/guile_strings.txt:70 msgid "Background Color" msgstr "Bakgrundsfärg" -#: po/guile_strings.txt:66 +#: po/guile_strings.txt:71 #, c-format msgid "The number option formatted as currency is %s." msgstr "" -#: po/guile_strings.txt:67 +#: po/guile_strings.txt:72 msgid "Income/Salary/Taxable" msgstr "Inkomst/Lön/Taxerbar" -#: po/guile_strings.txt:68 +#: po/guile_strings.txt:73 #, fuzzy msgid "There are no selected accounts in the account list option." msgstr "Öppna det valda kontot och alla underkonton" -#: po/guile_strings.txt:69 +#: po/guile_strings.txt:74 #, fuzzy msgid "This page shows your net worth." msgstr "Denna sida visar dina vinster och förluster." -#: po/guile_strings.txt:70 +#: po/guile_strings.txt:75 #, fuzzy msgid "_Budget" msgstr "Köpte" -#: po/guile_strings.txt:71 +#: po/guile_strings.txt:76 msgid "Continental Europe: dd.mm.yyyy" msgstr "Kontinentaleuropa: dd.mm.åååå" -#: po/guile_strings.txt:72 +#: po/guile_strings.txt:77 msgid "account_edit_win_height" msgstr "account_edit_win_height" -#: po/guile_strings.txt:73 +#: po/guile_strings.txt:78 msgid "Import QIF File - Scripted in Guile." msgstr "Importera QIF fil - Skriptad i Guile." -#: po/guile_strings.txt:74 +#: po/guile_strings.txt:79 #, fuzzy msgid "Category" msgstr "Visa kategorier" -#: po/guile_strings.txt:75 +#: po/guile_strings.txt:80 msgid "Show Horizontal Borders" msgstr "Visa horisontella kanter" -#: po/guile_strings.txt:76 +#: po/guile_strings.txt:81 msgid "Sort by check/transaction number" msgstr "Sortera efter check/transaktions-nummer" -#: po/guile_strings.txt:77 +#: po/guile_strings.txt:82 msgid "The background color for the active transaction in double mode" msgstr "Bakgrundsfärgen för den aktiva transaktionen deubbelradsläge" -#: po/guile_strings.txt:78 +#: po/guile_strings.txt:83 msgid "Register Colors" msgstr "Registerfärger" -#: po/guile_strings.txt:79 +#: po/guile_strings.txt:84 #, fuzzy, c-format msgid "The boolean option is %s." msgstr "Detta är ett boolskt alternativ." -#: po/guile_strings.txt:80 +#: po/guile_strings.txt:85 msgid "Multi mode default transaction background" msgstr "Standardbakgrund för transaktioner i flerradsläge" -#: po/guile_strings.txt:81 +#: po/guile_strings.txt:86 msgid "" "Double clicking on an account with children expands the account instead of " "opening a register." @@ -1904,67 +1924,67 @@ msgstr "" "Att dubbelklicka på ett konto med underkonton expanderar kontot istället för " "att öppna ett register." -#: po/guile_strings.txt:82 +#: po/guile_strings.txt:87 msgid "The background color for the active transaction in single mode" msgstr "Bakgrundsfärgen för den aktiva transaktionen i enkelradsläge" -#: po/guile_strings.txt:83 +#: po/guile_strings.txt:88 #, fuzzy msgid "Loss" msgstr "Vinst/Förlust" -#: po/guile_strings.txt:84 +#: po/guile_strings.txt:89 msgid "Credit Accounts" msgstr "Kreditkonton" -#: po/guile_strings.txt:85 +#: po/guile_strings.txt:90 msgid "Sort by description" msgstr "Sortera efter beskrivning" -#: po/guile_strings.txt:86 +#: po/guile_strings.txt:91 msgid "largest to smallest, latest to earliest" msgstr "största till minsta, senaste till tidigaste" -#: po/guile_strings.txt:87 +#: po/guile_strings.txt:92 msgid "Secondary Key" msgstr "Sekundärnyckel" -#: po/guile_strings.txt:88 +#: po/guile_strings.txt:93 msgid "Save window sizes and positions." msgstr "Spara fönsterstorlekar och positioner." -#: po/guile_strings.txt:90 +#: po/guile_strings.txt:95 #, fuzzy msgid "Number Option" msgstr "Rapport alternativ" -#: po/guile_strings.txt:91 +#: po/guile_strings.txt:96 #, fuzzy msgid "There are no accounts to report on." msgstr "Öppna det valda kontot och alla underkonton" -#: po/guile_strings.txt:92 +#: po/guile_strings.txt:97 #, fuzzy, c-format msgid "Report for %s." msgstr "Rapporter" -#: po/guile_strings.txt:93 +#: po/guile_strings.txt:98 msgid "Reverse Income and Expense Accounts" msgstr "Kasta om inkomst och utgiftskonton." -#: po/guile_strings.txt:94 +#: po/guile_strings.txt:99 msgid "Europe" msgstr "Europa" -#: po/guile_strings.txt:95 +#: po/guile_strings.txt:100 msgid "Add in sub-accounts of each selected" msgstr "Addera underkonton till varje vald" -#: po/guile_strings.txt:96 +#: po/guile_strings.txt:101 msgid "Day" msgstr "Dag" -#: po/guile_strings.txt:97 +#: po/guile_strings.txt:102 msgid "" "This is for testing. Your reports probably shouldn't have an option like " "this." @@ -1972,436 +1992,451 @@ msgstr "" "Detta är bara för testning. Dina rapporter skall troligen inte\n" "ha ett alternativ som det här." -#: po/guile_strings.txt:98 +#: po/guile_strings.txt:103 #, fuzzy msgid "The items selected in the list option are:" msgstr "Detta är ett kontolist-alternativ" -#: po/guile_strings.txt:99 +#: po/guile_strings.txt:104 msgid "Average" msgstr "Genomsnitt" -#: po/guile_strings.txt:100 +#: po/guile_strings.txt:105 msgid "A_ccount Balance Tracker" msgstr "_Saldospårare" -#: po/guile_strings.txt:102 +#: po/guile_strings.txt:107 msgid "Start of reporting period" msgstr "" -#: po/guile_strings.txt:103 +#: po/guile_strings.txt:108 msgid "Sort by EXACT entry time" msgstr "Sortera efter den EXAKTA inmatningstiden" -#: po/guile_strings.txt:104 +#: po/guile_strings.txt:109 msgid "account_add_win_width" msgstr "account_add_win_width" -#: po/guile_strings.txt:105 +#: po/guile_strings.txt:110 msgid "Full" msgstr "" -#: po/guile_strings.txt:106 +#: po/guile_strings.txt:111 msgid "Multi mode default split background" msgstr "Standardbakgrund för delning i flerradsläge" -#: po/guile_strings.txt:108 +#: po/guile_strings.txt:113 msgid "Week" msgstr "Vecka" -#: po/guile_strings.txt:109 +#: po/guile_strings.txt:114 msgid "Get number at each one of these" msgstr "Hämta ett nummer vid varje av dessa" -#: po/guile_strings.txt:110 +#: po/guile_strings.txt:115 msgid "Crash the report" msgstr "Krascha rapporten" -#: po/guile_strings.txt:112 +#: po/guile_strings.txt:117 msgid "Step Size" msgstr "Stegstorlek" -#: po/guile_strings.txt:113 +#: po/guile_strings.txt:118 msgid "Hello, World!" msgstr "Hej, Världen!" -#: po/guile_strings.txt:114 +#: po/guile_strings.txt:119 msgid "ISO" msgstr "ISO" -#: po/guile_strings.txt:115 +#: po/guile_strings.txt:120 msgid "A report useful for balancing the budget" msgstr "" -#: po/guile_strings.txt:116 +#: po/guile_strings.txt:121 msgid "Date Format Display" msgstr "Visa datum format" -#: po/guile_strings.txt:117 +#: po/guile_strings.txt:122 #, fuzzy msgid "Ending" msgstr "Stigande" -#: po/guile_strings.txt:118 +#: po/guile_strings.txt:123 msgid "Reversed-balance account types" msgstr "Kontotyper för omkastat saldo" -#: po/guile_strings.txt:120 +#: po/guile_strings.txt:125 msgid "Account fields to display" msgstr "Kontofält att visa" -#: po/guile_strings.txt:121 +#: po/guile_strings.txt:126 #, fuzzy msgid "Account Balance Tracker" msgstr "_Saldospårare" -#: po/guile_strings.txt:122 +#: po/guile_strings.txt:127 msgid "Report Options" msgstr "Rapport alternativ" -#: po/guile_strings.txt:125 +#: po/guile_strings.txt:130 msgid "Calculate balance sheet up to this date" msgstr "" -#: po/guile_strings.txt:126 +#: po/guile_strings.txt:131 msgid "Alternate the even and odd colors with each transaction, not each row" msgstr "Alternera udda och jämna färger med varje transaktion, inte varje rad" -#: po/guile_strings.txt:127 +#: po/guile_strings.txt:132 msgid "Gain/Loss" msgstr "Vinst/Förlust" -#: po/guile_strings.txt:128 +#: po/guile_strings.txt:133 msgid "Transfer from/to" msgstr "Överföring från/till" -#: po/guile_strings.txt:129 +#: po/guile_strings.txt:134 msgid "Text only" msgstr "Bara text" -#: po/guile_strings.txt:130 +#: po/guile_strings.txt:135 msgid "Toolbar Buttons" msgstr "Verktygsfältknappar" -#: po/guile_strings.txt:131 +#: po/guile_strings.txt:136 msgid "Report Items from this date" msgstr "Rapportera saker från detta datum" -#: po/guile_strings.txt:132 +#: po/guile_strings.txt:137 msgid "" "The default background color for transactions in multi-line mode and the " "auto modes" msgstr "Standardbakgrundsfärgen för transaktioner i flerradsläge och autolägen" -#: po/guile_strings.txt:133 +#: po/guile_strings.txt:138 msgid "Fourth Options" msgstr "Fjärde alternativet" -#: po/guile_strings.txt:134 +#: po/guile_strings.txt:139 msgid "Sort by this criterion first" msgstr "Sortera efter detta kriterium först" -#: po/guile_strings.txt:135 +#: po/guile_strings.txt:140 msgid "Ugly option" msgstr "Fula alternativ" -#: po/guile_strings.txt:136 +#: po/guile_strings.txt:141 msgid "How are you doing on your budget?" msgstr "" -#: po/guile_strings.txt:137 +#: po/guile_strings.txt:142 msgid "Save Translatable Strings" msgstr "Spara översättningsbara strängar" -#: po/guile_strings.txt:138 +#: po/guile_strings.txt:143 msgid "Save strings that need to be translated" msgstr "Spara strängar som måste översättas" -#: po/guile_strings.txt:139 +#: po/guile_strings.txt:144 msgid "Number of Rows" msgstr "Antal rader" -#: po/guile_strings.txt:140 +#: po/guile_strings.txt:145 msgid "/ (Slash)" msgstr "/ (Snedstreck)" -#: po/guile_strings.txt:142 +#: po/guile_strings.txt:147 msgid "Use 24-hour time format" msgstr "Använd 24-timmars tidsformat" -#: po/guile_strings.txt:144 +#: po/guile_strings.txt:149 msgid "Date Format" msgstr "Datumformat" -#: po/guile_strings.txt:145 +#: po/guile_strings.txt:150 msgid "A list option" msgstr "Ett listalternativ" -#: po/guile_strings.txt:146 +#: po/guile_strings.txt:151 msgid "ISO Standard: yyyy-mm-dd" msgstr "ISO standard: åååå-mm-dd" -#: po/guile_strings.txt:147 +#: po/guile_strings.txt:152 msgid "Default Currency" msgstr "Standardvaluta" -#: po/guile_strings.txt:148 +#: po/guile_strings.txt:153 msgid "Do transaction report on this account" msgstr "Gör transaktionsrapport på detta kontot" -#: po/guile_strings.txt:149 +#: po/guile_strings.txt:154 +#, fuzzy +msgid "Recent Price" +msgstr "Försäljningspris" + +#: po/guile_strings.txt:155 msgid "Net Inflow" msgstr "" -#: po/guile_strings.txt:150 +#: po/guile_strings.txt:156 msgid "Single mode default even row background" msgstr "Alternera färger för transaktioner i enkelradsläge" -#: po/guile_strings.txt:151 +#: po/guile_strings.txt:157 msgid "Double mode default even row background" msgstr "Standardbakgrund för udda rader i dubbelradsläge" -#: po/guile_strings.txt:152 +#: po/guile_strings.txt:158 #, fuzzy, c-format msgid "The multi-choice option is %s." msgstr "Detta är ett flervalsalternativ." -#: po/guile_strings.txt:153 +#: po/guile_strings.txt:159 msgid "Double mode colors alternate with transactions" msgstr "Alternera färger för transaktioner i dubbelradsläge" -#: po/guile_strings.txt:154 +#: po/guile_strings.txt:160 msgid "General" msgstr "Allmän" -#: po/guile_strings.txt:157 +#: po/guile_strings.txt:163 msgid "Sub-Accounts" msgstr "Underkonton" -#: po/guile_strings.txt:158 +#: po/guile_strings.txt:164 #, c-format msgid "The date and time option is %s." msgstr "" -#: po/guile_strings.txt:160 +#: po/guile_strings.txt:166 msgid "End of reporting period" msgstr "" -#: po/guile_strings.txt:161 +#: po/guile_strings.txt:167 msgid "Don't reverse any accounts" msgstr "Kasta inte om några konton" -#: po/guile_strings.txt:162 +#: po/guile_strings.txt:168 msgid "Good option" msgstr "Goda alternativ" -#: po/guile_strings.txt:163 +#: po/guile_strings.txt:169 msgid "US" msgstr "US" -#: po/guile_strings.txt:164 +#: po/guile_strings.txt:170 msgid "account_edit_win_width" msgstr "account_edit_win_width" -#: po/guile_strings.txt:165 +#: po/guile_strings.txt:171 #, fuzzy msgid "Ba_lance sheet" msgstr "_Saldoblad" -#: po/guile_strings.txt:166 +#: po/guile_strings.txt:172 msgid "Help for first option" msgstr "Hjälp för första alternativet" -#: po/guile_strings.txt:167 +#: po/guile_strings.txt:173 msgid "Number" msgstr "Nummer" -#: po/guile_strings.txt:168 +#: po/guile_strings.txt:174 msgid "Show both icons and text" msgstr "Visa både ikoner och text" -#: po/guile_strings.txt:171 +#: po/guile_strings.txt:177 #, fuzzy, c-format msgid "The number option is %s." msgstr "Detta är ett datumalternativ" -#: po/guile_strings.txt:172 +#: po/guile_strings.txt:178 #, fuzzy, c-format msgid "The string option is %s." msgstr "Detta är ett strängalternativ" -#: po/guile_strings.txt:173 +#: po/guile_strings.txt:179 msgid "_Reports" msgstr "_Rapporter" -#: po/guile_strings.txt:174 +#: po/guile_strings.txt:180 msgid "Single mode active background" msgstr "Aktiv bakgrund i enkelradsläge" -#: po/guile_strings.txt:176 +#: po/guile_strings.txt:182 msgid "Year" msgstr "År" -#: po/guile_strings.txt:177 +#: po/guile_strings.txt:183 msgid "Profit and Loss" msgstr "Vinst och förlust" -#: po/guile_strings.txt:178 +#: po/guile_strings.txt:184 msgid "Month" msgstr "Månad" -#: po/guile_strings.txt:179 +#: po/guile_strings.txt:185 msgid "Multi mode active transaction background" msgstr "Bakgrund för aktiv transaktion i flerradsläge" -#: po/guile_strings.txt:180 +#: po/guile_strings.txt:186 msgid ". (Period)" msgstr ". (Punkt)" -#: po/guile_strings.txt:181 +#: po/guile_strings.txt:187 msgid "Primary Sort Order" msgstr "Primär sorteringsordning" -#: po/guile_strings.txt:182 +#: po/guile_strings.txt:188 +#, fuzzy +msgid "Name" +msgstr "Nummer" + +#: po/guile_strings.txt:189 msgid "Descending" msgstr "Fallande" -#: po/guile_strings.txt:183 +#: po/guile_strings.txt:190 msgid "This is a date option" msgstr "Detta är ett datumalternativ" -#: po/guile_strings.txt:184 +#: po/guile_strings.txt:191 msgid "Two Week" msgstr "Två veckor" -#: po/guile_strings.txt:185 +#: po/guile_strings.txt:192 msgid "Save Window Geometry" msgstr "Spara fönstergeometri" -#: po/guile_strings.txt:186 +#: po/guile_strings.txt:193 msgid "Income\\Salary\\Taxable" msgstr "Inkomst\\Lön\\Taxerbar" -#: po/guile_strings.txt:187 +#: po/guile_strings.txt:194 msgid "Code" msgstr "Kod" -#: po/guile_strings.txt:188 +#: po/guile_strings.txt:195 #, fuzzy msgid "Balance sheet" msgstr "_Saldoblad" -#: po/guile_strings.txt:189 +#: po/guile_strings.txt:196 msgid "Export data as text." msgstr "Exportera data som text" -#: po/guile_strings.txt:190 +#: po/guile_strings.txt:197 #, fuzzy msgid "Balance Sheet" msgstr "_Saldoblad" -#: po/guile_strings.txt:191 +#: po/guile_strings.txt:198 msgid "- (Dash)" msgstr "- (Bindestreck)" -#: po/guile_strings.txt:192 +#: po/guile_strings.txt:199 msgid "Order of primary sorting" msgstr "Primär sorteringsordning" -#: po/guile_strings.txt:193 +#: po/guile_strings.txt:200 msgid "Default Currency For New Accounts" msgstr "Standardvaluta för nya konton" -#: po/guile_strings.txt:194 +#: po/guile_strings.txt:201 msgid "Sort by this criterion second" msgstr "Sortera sedan efter detta kriterium" -#: po/guile_strings.txt:195 +#: po/guile_strings.txt:202 msgid "true" msgstr "" -#: po/guile_strings.txt:196 +#: po/guile_strings.txt:203 msgid "Period Ending" msgstr "" -#: po/guile_strings.txt:197 +#: po/guile_strings.txt:204 msgid "Income.Salary.Taxable" msgstr "Inkomst.Lön.Taxerbar" -#: po/guile_strings.txt:199 +#: po/guile_strings.txt:206 msgid "The Ugly" msgstr "Den fula" -#: po/guile_strings.txt:200 +#: po/guile_strings.txt:207 msgid "Max" msgstr "" -#: po/guile_strings.txt:201 +#: po/guile_strings.txt:208 msgid "By default, show horizontal borders on the cells." msgstr "Visa horisontella kanter i celler som standard." -#: po/guile_strings.txt:202 +#: po/guile_strings.txt:209 msgid ": (Colon)" msgstr ": (Kolon)" -#: po/guile_strings.txt:203 +#: po/guile_strings.txt:210 msgid "By default, show vertical borders on the cells." msgstr "Visa vertikala kanter i celler som standard." -#: po/guile_strings.txt:205 +#: po/guile_strings.txt:212 msgid "Ascending" msgstr "Stigande" -#: po/guile_strings.txt:206 +#: po/guile_strings.txt:213 msgid "The Bad" msgstr "Det onda" -#: po/guile_strings.txt:207 +#: po/guile_strings.txt:214 msgid "Just a Date Option" msgstr "Bara ett datumalternativ" -#: po/guile_strings.txt:208 +#: po/guile_strings.txt:215 #, fuzzy msgid "The accounts selected in the account list option are:" msgstr "Detta är ett kontolist-alternativ" -#: po/guile_strings.txt:209 +#: po/guile_strings.txt:216 #, c-format msgid "" "This is a sample GnuCash report. See the guile (scheme) source code in %s " "for details on writing your own reports, or extending existing reports." msgstr "" -#: po/guile_strings.txt:210 +#: po/guile_strings.txt:217 msgid "The default background color for even rows in single mode" msgstr "Standardbakgrundsfärgen för jämna rader i enkelradsläge" -#: po/guile_strings.txt:211 +#: po/guile_strings.txt:218 msgid "The default background color for even rows in double mode" msgstr "Standardbakgrundsfärgen för jämna rader i dubbelradsläge" -#: po/guile_strings.txt:212 +#: po/guile_strings.txt:219 #, fuzzy msgid "Display the Budget report." msgstr "Visa saldoblad rapport." -#: po/guile_strings.txt:213 +#: po/guile_strings.txt:220 msgid "_Hello, World" msgstr "_Hello, World" -#: po/guile_strings.txt:214 +#: po/guile_strings.txt:221 msgid "First Option" msgstr "Första alternativet" -#: po/guile_strings.txt:215 +#: po/guile_strings.txt:222 msgid "Double line mode with multi-line cursor" msgstr "Läge för dubbla rader med flerrads markör" -#: po/guile_strings.txt:216 +#: po/guile_strings.txt:223 msgid "Single line mode with multi-line cursor" msgstr "Läge för enkelrader med flerrads markör" -#: po/guile_strings.txt:217 +#: po/guile_strings.txt:224 +#, fuzzy +msgid "Display the Stock Portfolio report." +msgstr "Visa Hej, Världen rapporten." + +#: po/guile_strings.txt:225 msgid "" "Show transactions on multiple lines with one line for each split in the " "transaction" @@ -2409,254 +2444,265 @@ msgstr "" "Visa transaktioner över flera rader med en rad för varje delning i " "transaktionen" -#: po/guile_strings.txt:218 +#: po/guile_strings.txt:226 msgid "account_add_win_height" msgstr "account_add_win_height" -#: po/guile_strings.txt:219 +#: po/guile_strings.txt:227 msgid "Plot Type" msgstr "Graftyp" -#: po/guile_strings.txt:220 +#: po/guile_strings.txt:228 #, fuzzy msgid "Budget" msgstr "Köpte" -#: po/guile_strings.txt:221 +#: po/guile_strings.txt:229 msgid "Choose whether to display icons, text, or both for toolbar buttons" msgstr "" "Välj om man skall visa ikoner, text, eller både och för verktygsfältknappar" -#: po/guile_strings.txt:222 +#: po/guile_strings.txt:230 msgid "Show text only" msgstr "Visa bara text" -#: po/guile_strings.txt:223 +#: po/guile_strings.txt:231 msgid "Icons and Text" msgstr "Ikoner och text" -#: po/guile_strings.txt:224 +#: po/guile_strings.txt:232 msgid "Automatically raise the list of accounts or actions during input." msgstr "Automatiskt höja listor för konton eller händelser vid inmatning." -#: po/guile_strings.txt:225 +#: po/guile_strings.txt:233 msgid "Sort by account transferred from/to's name" msgstr "Sortera efter kontots överförings från/till namn" -#: po/guile_strings.txt:226 +#: po/guile_strings.txt:234 msgid "Net Gain" msgstr "Nettovinst" -#: po/guile_strings.txt:227 +#: po/guile_strings.txt:235 msgid "The fourth option rules!" msgstr "Det fjärde alternativet regerar!" -#: po/guile_strings.txt:228 +#: po/guile_strings.txt:236 msgid "This is a date option with time" msgstr "Detta är ett datumalternativ med tid" -#: po/guile_strings.txt:229 +#: po/guile_strings.txt:237 msgid "The header background color" msgstr "Rubrikernas bakgrundsfärg" -#: po/guile_strings.txt:230 +#: po/guile_strings.txt:238 msgid "Sort by memo" msgstr "Sortera efter memo" -#: po/guile_strings.txt:231 +#: po/guile_strings.txt:239 msgid "Third Option" msgstr "Tredje alternativet" -#: po/guile_strings.txt:232 +#: po/guile_strings.txt:240 msgid "Choose the default mode for register windows" msgstr "Välj standardläge för registerfönster" -#: po/guile_strings.txt:233 +#: po/guile_strings.txt:241 msgid "Default number of register rows to display." msgstr "Antalet registerrader som visas som standard." -#: po/guile_strings.txt:234 +#: po/guile_strings.txt:242 #, fuzzy msgid "Report end date" msgstr "Sortera efter datum" -#: po/guile_strings.txt:235 +#: po/guile_strings.txt:243 msgid "None" msgstr "Ingen" -#: po/guile_strings.txt:236 +#: po/guile_strings.txt:244 msgid "Export data as text (Danger: Unfinished)" msgstr "Exportera data som text (Fara: Inte färdigt)" -#: po/guile_strings.txt:237 +#: po/guile_strings.txt:245 msgid "Primary Key" msgstr "Primärnyckel" -#: po/guile_strings.txt:238 +#: po/guile_strings.txt:246 +#, fuzzy +msgid "Ticker" +msgstr "Tid" + +#: po/guile_strings.txt:247 msgid "Time and Date Option" msgstr "Tid och datumalternativ" -#: po/guile_strings.txt:239 +#: po/guile_strings.txt:248 msgid "Single mode default odd row background" msgstr "Bakgrund för udda rader i enradsläge" -#: po/guile_strings.txt:240 +#: po/guile_strings.txt:249 msgid "Double mode default odd row background" msgstr "Bakgrund för udda rader i dubbelradsläge" -#: po/guile_strings.txt:241 +#: po/guile_strings.txt:250 msgid "The character used to separate fully-qualified account names" msgstr "Tecknet som används för att separera helt kvantifierade kontonamn" -#: po/guile_strings.txt:242 -msgid "__gui" -msgstr "__gui" - -#: po/guile_strings.txt:243 +#: po/guile_strings.txt:251 #, fuzzy msgid "Report start date" msgstr "Rapportera saker från detta datum" -#: po/guile_strings.txt:245 +#: po/guile_strings.txt:253 msgid "smallest to largest, earliest to latest" msgstr "minsta till största, tidigaste till senaste" -#: po/guile_strings.txt:247 +#: po/guile_strings.txt:255 msgid "\\ (Backslash)" msgstr "\\ (bakåtlutande snedstreck)" -#: po/guile_strings.txt:248 +#: po/guile_strings.txt:256 msgid "Icons only" msgstr "Bara ikoner" -#: po/guile_strings.txt:249 +#: po/guile_strings.txt:257 msgid "Help for third option" msgstr "Hjälp för det tredje alternativet" -#: po/guile_strings.txt:250 +#: po/guile_strings.txt:258 msgid "Default Register Mode" msgstr "Standardläge för register" -#: po/guile_strings.txt:252 +#: po/guile_strings.txt:260 msgid "main_win_width" msgstr "main_win_width" -#: po/guile_strings.txt:253 +#: po/guile_strings.txt:261 msgid "Sort by amount" msgstr "Sortera efter belopp" -#: po/guile_strings.txt:254 +#: po/guile_strings.txt:262 msgid "This is an account list option" msgstr "Detta är ett kontolist-alternativ" -#: po/guile_strings.txt:255 +#: po/guile_strings.txt:263 msgid "Average Balance" msgstr "Genomsnittligt saldo" -#: po/guile_strings.txt:256 +#: po/guile_strings.txt:264 #, fuzzy msgid "Totals" msgstr "Totalt" -#: po/guile_strings.txt:257 +#: po/guile_strings.txt:265 +#, fuzzy +msgid "Profit/Loss" +msgstr "Vinster" + +#: po/guile_strings.txt:266 +#, fuzzy +msgid "Shares" +msgstr "Avgift" + +#: po/guile_strings.txt:267 msgid "Show All Transactions" msgstr "Visa alla transaktioner" -#: po/guile_strings.txt:258 +#: po/guile_strings.txt:268 msgid "Display the Profit and Loss report." msgstr "Visa vinst och förlust-rapporten." -#: po/guile_strings.txt:259 +#: po/guile_strings.txt:269 msgid "Display the Account Balance Tracker report." msgstr "Visa rapport med saldospårning." -#: po/guile_strings.txt:260 +#: po/guile_strings.txt:270 msgid "2Week" msgstr "2Veckor" -#: po/guile_strings.txt:261 +#: po/guile_strings.txt:271 msgid "Nothing" msgstr "Inget" -#: po/guile_strings.txt:262 +#: po/guile_strings.txt:272 msgid "You have selected no values in the list option." msgstr "" -#: po/guile_strings.txt:263 +#: po/guile_strings.txt:273 #, fuzzy msgid "false" msgstr "Stäng" -#: po/guile_strings.txt:265 +#: po/guile_strings.txt:275 msgid "An account list option" msgstr "Ett kontolist-alternativ" -#: po/guile_strings.txt:266 +#: po/guile_strings.txt:276 msgid "Multi Choice Option" msgstr "Flervalsalternativ" -#: po/guile_strings.txt:267 +#: po/guile_strings.txt:277 msgid "This is a color option" msgstr "Detta är ett färgalternativ" -#: po/guile_strings.txt:268 +#: po/guile_strings.txt:278 msgid "QIF File Import (Danger: Unfinished)" msgstr "QIF Fil importering (Fara: Inte färdig)" -#: po/guile_strings.txt:269 +#: po/guile_strings.txt:279 msgid "Make No Plot" msgstr "Skapa ingen graf" -#: po/guile_strings.txt:270 +#: po/guile_strings.txt:280 msgid "Bad option" msgstr "Onda alternativ" -#: po/guile_strings.txt:271 +#: po/guile_strings.txt:281 msgid "Display the Balance sheet report." msgstr "Visa saldoblad rapport." -#: po/guile_strings.txt:272 +#: po/guile_strings.txt:282 msgid "Display the Account Transactions report." msgstr "Visa kontots transaktionsrapport." -#: po/guile_strings.txt:273 +#: po/guile_strings.txt:283 #, fuzzy msgid "Net" msgstr "Nytt" -#: po/guile_strings.txt:274 +#: po/guile_strings.txt:284 msgid "Have a nice day!" msgstr "" -#: po/guile_strings.txt:275 +#: po/guile_strings.txt:285 msgid "This is a list option" msgstr "Detta är ett listalternativ" -#: po/guile_strings.txt:276 +#: po/guile_strings.txt:286 msgid "Min" msgstr "" -#: po/guile_strings.txt:277 +#: po/guile_strings.txt:287 msgid "Order of Secondary sorting" msgstr "Ordning på sekundär sortering" -#: po/guile_strings.txt:278 +#: po/guile_strings.txt:288 msgid "Help for second option" msgstr "Hjälp för andra alternativet" -#: po/guile_strings.txt:279 +#: po/guile_strings.txt:289 msgid "reg_stock_win_width" msgstr "reg_stock_win_width" -#: po/guile_strings.txt:280 +#: po/guile_strings.txt:290 msgid "Report items up to and including this date" msgstr "Rapportera saker till och med denna datum" -#: po/guile_strings.txt:281 +#: po/guile_strings.txt:291 msgid "Beginning" msgstr "" -#: po/guile_strings.txt:282 +#: po/guile_strings.txt:292 #, c-format msgid "" "For help on writing reports, or to contribute your brand new, totally cool " @@ -2664,35 +2710,35 @@ msgid "" "list, see %s." msgstr "" -#: po/guile_strings.txt:283 +#: po/guile_strings.txt:293 msgid "" "The background color for an active transaction in multi-line mode and the " "auto modes" msgstr "Bakgrundsfärgen för en aktiv transaktion i flerradsläge och autolägen" -#: po/guile_strings.txt:284 +#: po/guile_strings.txt:294 msgid "This is a multi choice option." msgstr "Detta är ett flervalsalternativ." -#: po/guile_strings.txt:285 +#: po/guile_strings.txt:295 msgid "Income & Expense" msgstr "Inkomst & Utgift" -#: po/guile_strings.txt:286 +#: po/guile_strings.txt:296 #, fuzzy msgid "Hello, World" msgstr "Hej, Världen!" -#: po/guile_strings.txt:287 +#: po/guile_strings.txt:297 msgid "Reverse Credit Card, Liability, Equity, and Income Accounts" msgstr "Kasta om Kreditkort-, Skuld-, Utjämning- och Inkomst-konton" -#: po/guile_strings.txt:289 +#: po/guile_strings.txt:299 #, fuzzy msgid "This is a number option." msgstr "Detta är ett boolskt alternativ." -#: po/guile_strings.txt:291 +#: po/guile_strings.txt:301 msgid "Multi mode active split background" msgstr "Bakgrund för aktiv delning i flerradsläge" @@ -2701,33 +2747,38 @@ msgstr "Bakgrund f msgid "All Accounts" msgstr "Konton" -#: src/gnome/dialog-qif-import.c:229 +#: src/gnome/dialog-qif-import.c:221 #, fuzzy msgid "Select QIF File" msgstr "Välj allt" -#: src/gnome/dialog-qif-import.c:318 +#: src/gnome/dialog-qif-import.c:310 msgid "You must specify a file to load." msgstr "" -#: src/gnome/dialog-qif-import.c:322 +#: src/gnome/dialog-qif-import.c:314 #, fuzzy msgid "You must specify a currency." msgstr "Du måste välja en kontotyp." -#: src/gnome/dialog-qif-import.c:336 src/gnome/dialog-qif-import.c:672 -#: src/gnome/dialog-qif-import.c:774 src/gnome/dialog-qif-import.c:872 +#: src/gnome/dialog-qif-import.c:328 src/gnome/dialog-qif-import.c:664 +#: src/gnome/dialog-qif-import.c:766 src/gnome/dialog-qif-import.c:864 msgid "QIF File scheme code not loaded properly." msgstr "" -#: src/gnome/dialog-qif-import.c:359 +#: src/gnome/dialog-qif-import.c:351 msgid "QIF File already loaded. Reload with current settings?" msgstr "" -#: src/gnome/dialog-qif-import.c:802 src/gnome/dialog-qif-import.c:900 +#: src/gnome/dialog-qif-import.c:794 src/gnome/dialog-qif-import.c:892 msgid "Something is very wrong with QIF Importing." msgstr "" +#: src/gnome/glade-gnc-dialogs.c:74 +#, fuzzy +msgid "Import QIF Files" +msgstr "Importera QIF" + #: src/gnome/glade-gnc-dialogs.c:96 #, fuzzy msgid "Loaded Files" @@ -2755,7 +2806,8 @@ msgstr "Valuta" msgid "Radix format:" msgstr "" -#: src/gnome/glade-gnc-dialogs.c:191 +#: src/gnome/glade-gnc-dialogs.c:191 src/gnome/glade-gnc-dialogs.c:1194 +#: src/gnome/glade-gnc-dialogs.c:1364 #, fuzzy msgid "Date format:" msgstr "Datumformat" @@ -2836,6 +2888,11 @@ msgstr "" msgid "Categories" msgstr "Visa kategorier" +#: src/gnome/glade-gnc-dialogs.c:506 +#, fuzzy +msgid "Select Account" +msgstr "_Radera konto" + #: src/gnome/glade-gnc-dialogs.c:564 #, fuzzy msgid "Selected account:" @@ -2856,62 +2913,195 @@ msgstr "Kontotyp" msgid "Mutual" msgstr "Aktiefond" -#: src/gnome/glade-gnc-dialogs.c:786 -msgid "Print Dialog" -msgstr "" +#: src/gnome/glade-gnc-dialogs.c:700 +#, fuzzy +msgid "Print Preview" +msgstr "Pris" -#: src/gnome/glade-gnc-dialogs.c:794 +#: src/gnome/glade-gnc-dialogs.c:786 #, fuzzy msgid "Print Setup" msgstr "Check" -#: src/gnome/glade-gnc-dialogs.c:815 +#: src/gnome/glade-gnc-dialogs.c:808 #, fuzzy msgid "Printer:" msgstr "Utskrift" -#: src/gnome/glade-gnc-dialogs.c:823 +#: src/gnome/glade-gnc-dialogs.c:816 msgid "Paper size:" msgstr "" -#: src/gnome/glade-gnc-dialogs.c:831 +#: src/gnome/glade-gnc-dialogs.c:824 msgid "Pages to print:" msgstr "" -#: src/gnome/glade-gnc-dialogs.c:876 +#: src/gnome/glade-gnc-dialogs.c:869 msgid "All" msgstr "" -#: src/gnome/glade-gnc-dialogs.c:884 +#: src/gnome/glade-gnc-dialogs.c:877 #, fuzzy msgid "Selected" msgstr "Välj allt" -#: src/gnome/glade-gnc-dialogs.c:906 +#: src/gnome/glade-gnc-dialogs.c:899 #, fuzzy msgid "From:" msgstr "Från" -#: src/gnome/glade-gnc-dialogs.c:921 +#: src/gnome/glade-gnc-dialogs.c:914 #, fuzzy msgid "To:" msgstr "Till" -#: src/gnome/glade-gnc-dialogs.c:943 src/gnome/glade-gnc-dialogs.c:950 +#: src/gnome/glade-gnc-dialogs.c:936 src/gnome/glade-gnc-dialogs.c:943 #, fuzzy msgid "Select..." msgstr "Välj allt" -#: src/gnome/glade-gnc-dialogs.c:986 +#: src/gnome/glade-gnc-dialogs.c:979 #, fuzzy msgid "Preview" msgstr "Pris" -#: src/gnome/print-session.c:220 +#: src/gnome/glade-gnc-dialogs.c:1036 +#, fuzzy +msgid "Select Paper Size" +msgstr "Välj allt" + +#: src/gnome/glade-gnc-dialogs.c:1149 +#, fuzzy +msgid "Print Check" +msgstr "Check" + +#: src/gnome/glade-gnc-dialogs.c:1178 +#, fuzzy +msgid "Check format:" +msgstr "Datumformat" + +#: src/gnome/glade-gnc-dialogs.c:1186 src/gnome/glade-gnc-dialogs.c:1356 +#, fuzzy +msgid "Check position:" +msgstr "Kontrollerar" + +#: src/gnome/glade-gnc-dialogs.c:1216 +msgid "Quicken/QuickBooks (tm)" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1219 src/gnome/glade-gnc-dialogs.c:1240 +#: src/gnome/glade-gnc-dialogs.c:1276 +#, fuzzy +msgid "Custom" +msgstr "Om" + +#: src/gnome/glade-gnc-dialogs.c:1231 +#, fuzzy +msgid "Top" +msgstr "Till" + +#: src/gnome/glade-gnc-dialogs.c:1234 +#, fuzzy +msgid "Middle" +msgstr "Ny fil" + +#: src/gnome/glade-gnc-dialogs.c:1237 +msgid "Bottom" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1252 +msgid "December 31, 2000" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1255 +msgid "31 December, 2000" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1258 +msgid "Dec 31, 2000" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1261 +msgid "31 Dec, 2000" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1264 +msgid "12/31/2000" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1267 +msgid "12/31/00" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1270 +msgid "31/12/2000" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1273 +msgid "31/12/00" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1281 +msgid "Custom check parameters" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1316 +#, fuzzy +msgid "Payee:" +msgstr "Utgift" + +#: src/gnome/glade-gnc-dialogs.c:1324 +#, fuzzy +msgid "Date:" +msgstr "Datum" + +#: src/gnome/glade-gnc-dialogs.c:1332 +msgid "Amount (words):" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1340 +msgid "Amount (numbers):" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1348 +#, fuzzy +msgid "Memo:" +msgstr "Memo" + +#: src/gnome/glade-gnc-dialogs.c:1372 +msgid "Units:" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1387 +msgid "x" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1457 +#, fuzzy +msgid "Inches" +msgstr "Öka" + +#: src/gnome/glade-gnc-dialogs.c:1460 +msgid "Centimeters" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1463 +msgid "Millimeters" +msgstr "" + +#: src/gnome/glade-gnc-dialogs.c:1466 +#, fuzzy +msgid "Points" +msgstr "Vinster" + +#: src/gnome/glade-gnc-dialogs.c:1478 +msgid "y" +msgstr "" + +#: src/gnome/print-session.c:230 #, fuzzy msgid "You must select a printer first." msgstr "Du måste välja ett konto att städa upp." -#, fuzzy -#~ msgid "Select Printer" -#~ msgstr "Välj allt" +#~ msgid "__gui" +#~ msgstr "__gui" diff --git a/src/TODO b/src/TODO deleted file mode 100644 index 8553ddc519..0000000000 --- a/src/TODO +++ /dev/null @@ -1,8 +0,0 @@ --*-text-*- - -Need to centralize shutdown. *everyone* should be calling either -gnc:shutdown or gnc_shutdown, and that function should be smart enough -to DTRT (like gncQuerySave, closing the GUI through a common -gnc_ui_shutdown function, etc.). We also have to decide at what point -the user's hooks should be called... - diff --git a/src/engine/Group.c b/src/engine/Group.c index a85cf80149..a000ab5ee2 100644 --- a/src/engine/Group.c +++ b/src/engine/Group.c @@ -909,26 +909,82 @@ xaccGroupGetDepth (AccountGroup *grp) /********************************************************************\ \********************************************************************/ +void +xaccSplitsBeginStagedTransactionTraversals (Split **splits) +{ + Transaction *trans; + Split *split; + + if (splits == NULL) return; + + for (split = *splits; split != NULL; split++) { + trans = split->parent; + if (trans != NULL) + trans->marker = 0; + } +} + +void +xaccAccountBeginStagedTransactionTraversals (Account *account) +{ + if (account == NULL) return; + + xaccSplitsBeginStagedTransactionTraversals(account->splits); +} + +void +xaccAccountsBeginStagedTransactionTraversals (Account **accounts) +{ + Account *account; + + if (accounts == NULL) return; + + for (account = *accounts; account != NULL; account++) + xaccAccountBeginStagedTransactionTraversals(account); +} + +gncBoolean +xaccTransactionTraverse(Transaction *trans, int stage) +{ + if (trans == NULL) return GNC_F; + + if (trans->marker < stage) + { + trans->marker = stage; + return GNC_T; + } + + return GNC_F; +} + +gncBoolean +xaccSplitTransactionTraverse(Split *split, int stage) +{ + if (split == NULL) return GNC_F; + + return xaccTransactionTraverse(split->parent, stage); +} + void xaccGroupBeginStagedTransactionTraversals (AccountGroup *grp) { unsigned int numAcc; unsigned int i; - + if (!grp) return; - + numAcc = grp->numAcc; for(i = 0; i < numAcc; i++) { unsigned int n = 0; Account *acc; Split *s = NULL; acc = xaccGroupGetAccount(grp, i); - - if(!acc) return; - + + if (!acc) return; + /* recursively do sub-accounts */ xaccGroupBeginStagedTransactionTraversals(acc->children); - + s = acc->splits[0]; while (s) { Transaction *trans = s->parent; @@ -941,15 +997,16 @@ xaccGroupBeginStagedTransactionTraversals (AccountGroup *grp) int xaccAccountStagedTransactionTraversal (Account *acc, - unsigned int stage, - int (*callback)(Transaction *t, void *cb_data), - void *cb_data) + unsigned int stage, + int (*callback)(Transaction *t, + void *cb_data), + void *cb_data) { unsigned int n = 0; Split *s = NULL; - - if(!acc) return 0; - + + if (!acc) return 0; + s = acc->splits[0]; if (callback) { int retval; @@ -973,34 +1030,39 @@ xaccAccountStagedTransactionTraversal (Account *acc, s = acc->splits[n]; } } + return 0; } - int xaccGroupStagedTransactionTraversal(AccountGroup *grp, unsigned int stage, - int (*callback)(Transaction *t, void *cb_data), - void *cb_data) + int (*callback)(Transaction *t, + void *cb_data), + void *cb_data) { unsigned int numAcc; unsigned int i; - + if (!grp) return 0; - + numAcc = grp->numAcc; for(i = 0; i < numAcc; i++) { int retval; Account *acc; + acc = xaccGroupGetAccount(grp, i); - + /* recursively do sub-accounts */ - retval = xaccGroupStagedTransactionTraversal - (acc->children, stage, callback, cb_data); + retval = xaccGroupStagedTransactionTraversal (acc->children, stage, + callback, cb_data); if (retval) return retval; - retval = xaccAccountStagedTransactionTraversal (acc, stage, callback, cb_data); + + retval = xaccAccountStagedTransactionTraversal (acc, stage, + callback, cb_data); if (retval) return retval; } + return 0; } diff --git a/src/engine/Group.h b/src/engine/Group.h index 722b8bc638..bbbee85cb5 100644 --- a/src/engine/Group.h +++ b/src/engine/Group.h @@ -217,13 +217,14 @@ void xaccGroupDepthAutoCode (AccountGroup *grp); /* * The following functions provide support for "staged traversals" - * over all of the transactions in and account or group. The idea + * over all of the transactions in an account or group. The idea * is to be able to perform a sequence of traversals ("stages"), * and perform an operation on each transaction exactly once * for that stage. + * * Only transactions whose current "stage" is less than the - * stage of the current traversal will be affected, and they will be - * "brought up" to the current stage when they are processed. + * stage of the current traversal will be affected, and they will + * be "brought up" to the current stage when they are processed. * * For example, you could perform a stage 1 traversal of all the * transactions in an account, and then perform a stage 1 traversal of @@ -237,25 +238,52 @@ void xaccGroupDepthAutoCode (AccountGroup *grp); * of 2, then all the transactions in the second account would have * been processed. * - * Traversal can be aborted by having the callback function return a - * non-zero value. The traversal is aborted immediately, and the + * Traversal can be aborted by having the callback function return + * a non-zero value. The traversal is aborted immediately, and the * non-zero value is returned. Note that an aborted traversal can * be restarted; no information is lost due to an abort. * * The initial impetus for this particular approach came from - * generalizing a mark/sweep practice that was already being used in - * FileIO.c. + * generalizing a mark/sweep practice that was already being + * used in FileIO.c. * * Note that currently, there is a hard limit of 256 stages, which * can be changed by enlarging "marker" in the transaction struct. * */ /* xaccGroupBeginStagedTransactionTraversals() resets the traversal - * marker inside each of all the transactions in the group so that a - * new sequence of staged traversals can begin. + * marker inside each of all the transactions in the group so that + * a new sequence of staged traversals can begin. + * + * xaccSplitsBeginStagedTransactionTraversals() resets the traversal + * marker for each transaction which is a parent of one of the + * splits in the list. + * + * xaccAccountBeginStagedTransactionTraversals() resets the traversal + * marker for each transaction which is a parent of one of the + * splits in the account. + * + * xaccAccountsBeginStagedTransactionTraversals() resets the traversal + * marker for each transaction which is a parent of one of the + * splits in any of the accounts in the list. */ void xaccGroupBeginStagedTransactionTraversals(AccountGroup *grp); +void xaccSplitsBeginStagedTransactionTraversals(Split **splits); +void xaccAccountBeginStagedTransactionTraversals(Account *account); +void xaccAccountsBeginStagedTransactionTraversals (Account **accounts); + +/* xaccTransactionTraverse() checks the stage of the given transaction. + * If the transaction hasn't reached the given stage, the transaction + * is updated to that stage and the function returns GNC_T. Otherwise + * no change is made and the function returns GNC_F. + * + * xaccSplitTransactionTraverse() behaves as above using the parent of + * the given split. + */ + +gncBoolean xaccTransactionTraverse(Transaction *trans, int stage); +gncBoolean xaccSplitTransactionTraverse(Split *split, int stage); /* xaccGroupStagedTransactionTraversal() calls thunk on each * transaction in the group whose current marker is less than the @@ -265,8 +293,8 @@ void xaccGroupBeginStagedTransactionTraversals(AccountGroup *grp); * or the non-zero value returned by thunk(). This * API does not handle handle recursive traversals. * - * Currently the result of adding or removing transactions during a - * traversal is undefined, so don't do that. + * Currently the result of adding or removing transactions during + * a traversal is undefined, so don't do that. */ int @@ -283,13 +311,14 @@ xaccGroupStagedTransactionTraversal(AccountGroup *grp, * or the non-zero value returned by thunk(). * This API does not handle handle recursive traversals. * - * Currently the result of adding or removing transactions during a - * traversal is undefined, so don't do that. + * Currently the result of adding or removing transactions during + * a traversal is undefined, so don't do that. */ int xaccAccountStagedTransactionTraversal(Account *a, unsigned int stage, - int (*thunk)(Transaction *t, void *data), + int (*thunk)(Transaction *t, + void *data), void *data); #endif diff --git a/src/engine/Query.c b/src/engine/Query.c index c60e49fcc8..fca98dbe30 100644 --- a/src/engine/Query.c +++ b/src/engine/Query.c @@ -47,7 +47,8 @@ static short module = MOD_ENGINE; /* ================================================== */ -struct _Query { +struct _Query +{ Account ** acc_list; /* maximum number of splits to return */ @@ -147,7 +148,8 @@ xaccQuerySetAccounts (Query *q, Account **list) /* copy in the account list */ i=0; acc = list[0]; while (acc) { - i++; acc = list[i]; + i++; + acc = list[i]; } q->acc_list = (Account **) _malloc ( (i+1) * sizeof (Account *)); @@ -155,7 +157,8 @@ xaccQuerySetAccounts (Query *q, Account **list) i=0; acc = list[0]; while (acc) { q->acc_list[i] = acc; - i++; acc = list[i]; + i++; + acc = list[i]; } q->acc_list[i] = NULL; } @@ -761,7 +764,7 @@ xaccQueryGetSplits (Query *q) q->latest_found.tv_sec = 0; q->latest_found.tv_nsec = 0; - slist = q->split_list; + slist = q->split_list; i=0; s=slist[0]; while (s) { if (q->earliest_found.tv_sec > s->parent->date_posted.tv_sec) { @@ -772,8 +775,9 @@ xaccQueryGetSplits (Query *q) } i++; s=slist[i]; } + LEAVE ("xaccQueryGetSplits(): returning %d splits\n", nret); - + return q->split_list; } diff --git a/src/gnome/dialog-print-check.c b/src/gnome/dialog-print-check.c new file mode 100644 index 0000000000..cf68be892d --- /dev/null +++ b/src/gnome/dialog-print-check.c @@ -0,0 +1,285 @@ +/********************************************************************\ + * dialog-print-check.c : dialog to control check printing. * + * Copyright (C) 2000 Bill Gribble * + * * + * 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 the Free Software Foundation; either version 2 of * + * the License, or (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License* + * along with this program; if not, write to the Free Software * + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * +\********************************************************************/ + +#define _GNU_SOURCE + +#include "config.h" + +#include +#include +#include + +#include "top-level.h" +#include "messages_i18n.h" +#include "dialog-print-check.h" +#include "print-session.h" +#include "ui-callbacks.h" + +#define CHECK_PRINT_NUM_FORMATS 2 +#define CHECK_PRINT_NUM_POSITIONS 4 +#define CHECK_PRINT_NUM_DATEFORMATS 9 +#define CHECK_PRINT_NUM_UNITS 4 + + +/********************************************************************\ + * gnc_ui_print_check_dialog_create + * make a new print check dialog and wait for it. +\********************************************************************/ + +PrintCheckDialog * +gnc_ui_print_check_dialog_create(SCM callback) { + PrintCheckDialog * pcd = g_new0(PrintCheckDialog, 1); + GtkWidget * menu; + GtkWidget * active; + int i; + + /* call the glade-defined creator */ + pcd->dialog = create_Print_Check_Dialog(); + pcd->callback = callback; + + /* now pick out the relevant child widgets */ + pcd->format_picker = gtk_object_get_data(GTK_OBJECT(pcd->dialog), + "check_format_picker"); + pcd->position_picker = gtk_object_get_data(GTK_OBJECT(pcd->dialog), + "check_position_picker"); + pcd->dformat_picker = gtk_object_get_data(GTK_OBJECT(pcd->dialog), + "date_format_picker"); + + pcd->payee_x = gtk_object_get_data(GTK_OBJECT(pcd->dialog), + "payee_x_entry"); + pcd->payee_y = gtk_object_get_data(GTK_OBJECT(pcd->dialog), + "payee_y_entry"); + pcd->date_x = gtk_object_get_data(GTK_OBJECT(pcd->dialog), + "date_x_entry"); + pcd->date_y = gtk_object_get_data(GTK_OBJECT(pcd->dialog), + "date_y_entry"); + pcd->words_x = gtk_object_get_data(GTK_OBJECT(pcd->dialog), + "amount_words_x_entry"); + pcd->words_y = gtk_object_get_data(GTK_OBJECT(pcd->dialog), + "amount_words_y_entry"); + pcd->number_x = gtk_object_get_data(GTK_OBJECT(pcd->dialog), + "amount_numbers_x_entry"); + pcd->number_y = gtk_object_get_data(GTK_OBJECT(pcd->dialog), + "amount_numbers_y_entry"); + pcd->memo_x = gtk_object_get_data(GTK_OBJECT(pcd->dialog), + "memo_x_entry"); + pcd->memo_y = gtk_object_get_data(GTK_OBJECT(pcd->dialog), + "memo_y_entry"); + pcd->check_position = gtk_object_get_data(GTK_OBJECT(pcd->dialog), + "check_position_entry"); + pcd->format_entry = gtk_object_get_data(GTK_OBJECT(pcd->dialog), + "date_format_entry"); + + pcd->units_picker = gtk_object_get_data(GTK_OBJECT(pcd->dialog), + "units_picker"); + + /* fix the option menus so we can diagnose which option is + selected */ + menu = gtk_option_menu_get_menu(GTK_OPTION_MENU(pcd->format_picker)); + for(i = 0; i < CHECK_PRINT_NUM_FORMATS; i++) { + gtk_option_menu_set_history(GTK_OPTION_MENU(pcd->format_picker), i); + active = gtk_menu_get_active(GTK_MENU(menu)); + gtk_object_set_data(GTK_OBJECT(active), "option_index", + GINT_TO_POINTER(i)); + } + gtk_option_menu_set_history(GTK_OPTION_MENU(pcd->format_picker), 0); + + menu = gtk_option_menu_get_menu(GTK_OPTION_MENU(pcd->position_picker)); + for(i = 0; i < CHECK_PRINT_NUM_POSITIONS; i++) { + gtk_option_menu_set_history(GTK_OPTION_MENU(pcd->position_picker), i); + active = gtk_menu_get_active(GTK_MENU(menu)); + gtk_object_set_data(GTK_OBJECT(active), "option_index", + GINT_TO_POINTER(i)); + } + gtk_option_menu_set_history(GTK_OPTION_MENU(pcd->position_picker), 0); + + menu = gtk_option_menu_get_menu(GTK_OPTION_MENU(pcd->dformat_picker)); + for(i = 0; i < CHECK_PRINT_NUM_DATEFORMATS; i++) { + gtk_option_menu_set_history(GTK_OPTION_MENU(pcd->dformat_picker), i); + active = gtk_menu_get_active(GTK_MENU(menu)); + gtk_object_set_data(GTK_OBJECT(active), "option_index", + GINT_TO_POINTER(i)); + } + gtk_option_menu_set_history(GTK_OPTION_MENU(pcd->dformat_picker), 0); + + menu = gtk_option_menu_get_menu(GTK_OPTION_MENU(pcd->units_picker)); + for(i = 0; i < CHECK_PRINT_NUM_UNITS; i++) { + gtk_option_menu_set_history(GTK_OPTION_MENU(pcd->units_picker), i); + active = gtk_menu_get_active(GTK_MENU(menu)); + gtk_object_set_data(GTK_OBJECT(active), "option_index", + GINT_TO_POINTER(i)); + } + gtk_option_menu_set_history(GTK_OPTION_MENU(pcd->units_picker), 0); + + + /* set data so we can find the struct in callbacks */ + gtk_object_set_data(GTK_OBJECT(pcd->dialog), "print_check_structure", + pcd); + + scm_protect_object(pcd->callback); + + gtk_widget_show_all(pcd->dialog); + + return pcd; +} + + +/********************************************************************\ + * gnc_ui_print_check_dialog_destroy +\********************************************************************/ + +void +gnc_ui_print_check_dialog_destroy(PrintCheckDialog * pcd) { + gnome_dialog_close(GNOME_DIALOG(pcd->dialog)); + + scm_unprotect_object(pcd->callback); + + pcd->dialog = NULL; + + g_free(pcd); +} + +static double +entry_to_double(GtkWidget * entry) { + char * text = gtk_entry_get_text(GTK_ENTRY(entry)); + double retval = 0.0; + + sscanf(text, "%le", &retval); + + return retval; +} + +/********************************************************************\ + * gnc_ui_print_check_dialog_ok_cb +\********************************************************************/ + +void +gnc_ui_print_check_dialog_ok_cb(GtkButton * button, + gpointer user_data) { + GtkWidget * dialog = user_data; + PrintCheckDialog * pcd = + gtk_object_get_data(GTK_OBJECT(dialog), "print_check_structure"); + + SCM make_check_format = gh_eval_str("make-print-check-format"); + SCM callback; + SCM fmt, posn, cust_format, date_format; + GtkWidget * menu, * menuitem; + int sel_option; + double multip = 72.0; + + char * formats[] = { "quicken", "custom" }; + char * positions[] = { "top", "middle", "bottom", "custom" }; + char * dateformats[] = { "%B %e, %Y", + "%e %B, %Y", + "%b %e, %Y", + "%e %b, %Y", + "%m/%d/%Y", + "%m/%d/%y", + "%d/%m/%Y", + "%d/%m/%y", + "custom" }; + + menu = gtk_option_menu_get_menu(GTK_OPTION_MENU(pcd->format_picker)); + menuitem = gtk_menu_get_active(GTK_MENU(menu)); + sel_option = GPOINTER_TO_INT(gtk_object_get_data(GTK_OBJECT(menuitem), + "option_index")); + fmt = gh_symbol2scm(formats[sel_option]); + + menu = gtk_option_menu_get_menu(GTK_OPTION_MENU(pcd->position_picker)); + menuitem = gtk_menu_get_active(GTK_MENU(menu)); + sel_option = GPOINTER_TO_INT(gtk_object_get_data(GTK_OBJECT(menuitem), + "option_index")); + posn = gh_symbol2scm(positions[sel_option]); + + menu = gtk_option_menu_get_menu(GTK_OPTION_MENU(pcd->units_picker)); + menuitem = gtk_menu_get_active(GTK_MENU(menu)); + sel_option = GPOINTER_TO_INT(gtk_object_get_data(GTK_OBJECT(menuitem), + "option_index")); + switch(sel_option) { + case 0: multip = 72.0; break; /* inches */ + case 1: multip = 28.346; break; /* cm */ + case 2: multip = 2.8346; break; /* mm */ + case 3: multip = 1.0; break; /* points */ + } + + menu = gtk_option_menu_get_menu(GTK_OPTION_MENU(pcd->dformat_picker)); + menuitem = gtk_menu_get_active(GTK_MENU(menu)); + sel_option = GPOINTER_TO_INT(gtk_object_get_data(GTK_OBJECT(menuitem), + "option_index")); + date_format = gh_str02scm(dateformats[sel_option]); + + cust_format = + SCM_LIST7 + (gh_cons(gh_symbol2scm("payee"), + SCM_LIST2(gh_double2scm(multip*entry_to_double(pcd->payee_x)), + gh_double2scm(multip*entry_to_double(pcd->payee_y)))), + gh_cons(gh_symbol2scm("date"), + SCM_LIST2(gh_double2scm(multip*entry_to_double(pcd->date_x)), + gh_double2scm(multip*entry_to_double(pcd->date_y)))), + gh_cons(gh_symbol2scm("amount-words"), + SCM_LIST2(gh_double2scm(multip*entry_to_double(pcd->words_x)), + gh_double2scm(multip*entry_to_double(pcd->words_y)))), + gh_cons(gh_symbol2scm("amount-number"), + SCM_LIST2(gh_double2scm(multip*entry_to_double(pcd->number_x)), + gh_double2scm(multip*entry_to_double(pcd->number_y)))), + gh_cons(gh_symbol2scm("memo"), + SCM_LIST2(gh_double2scm(multip*entry_to_double(pcd->memo_x)), + gh_double2scm(multip*entry_to_double(pcd->memo_y)))), + gh_cons(gh_symbol2scm("position"), + gh_double2scm(multip*entry_to_double(pcd->check_position))), + gh_cons(gh_symbol2scm("date-format"), + gh_str02scm(gtk_entry_get_text(GTK_ENTRY(pcd->format_entry))))); + + callback = pcd->callback; + + /* destroy the window */ + gnc_ui_print_check_dialog_destroy(pcd); + + /* now call the callback passed in from the scheme side with + the format as an arg */ + gh_call1(callback, + gh_apply(make_check_format, + SCM_LIST4(fmt, posn, date_format, cust_format))); + +} + + +/********************************************************************\ + * gnc_ui_print_check_dialog_cancel_cb +\********************************************************************/ + +void +gnc_ui_print_check_dialog_cancel_cb(GtkButton * button, + gpointer user_data) { + PrintCheckDialog * pcd = + gtk_object_get_data(GTK_OBJECT(user_data), "print_check_structure"); + + gnc_ui_print_check_dialog_destroy(pcd); +} + +/********************************************************************\ + * gnc_ui_print_check_dialog_help_cb +\********************************************************************/ + +void +gnc_ui_print_check_dialog_help_cb(GtkButton * button, + gpointer user_data) { + helpWindow(NULL, HELP_STR, HH_PRINTCHECK); +} + diff --git a/src/gnome/dialog-print-check.h b/src/gnome/dialog-print-check.h new file mode 100644 index 0000000000..7332567f65 --- /dev/null +++ b/src/gnome/dialog-print-check.h @@ -0,0 +1,63 @@ +/********************************************************************\ + * dialog-print-check.h : dialog to control check printing * + * Copyright (C) 2000 Bill Gribble * + * * + * 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 the Free Software Foundation; either version 2 of * + * the License, or (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License* + * along with this program; if not, write to the Free Software * + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * +\********************************************************************/ + +#ifndef __DIALOG_PRINT_CHECK_H_ +#define __DIALOG_PRINT_CHECK_H_ + +#include "config.h" + +#include +#include + +#include "print-session.h" +#include "glade-gnc-dialogs.h" + +typedef struct { + GtkWidget * dialog; + + GtkWidget * format_picker; + GtkWidget * position_picker; + GtkWidget * dformat_picker; + GtkWidget * payee_x, * payee_y; + GtkWidget * date_x, * date_y; + GtkWidget * words_x, * words_y; + GtkWidget * number_x, * number_y; + GtkWidget * memo_x, * memo_y; + + GtkWidget * check_position; + GtkWidget * format_entry; + + GtkWidget * units_picker; + + SCM callback; + +} PrintCheckDialog; + +PrintCheckDialog * gnc_ui_print_check_dialog_create(); +void gnc_ui_print_check_dialog_destroy(PrintCheckDialog * pcd); +void gnc_ui_print_check_dialog_ok_cb(GtkButton * button, + gpointer user_data); + +void gnc_ui_print_check_dialog_cancel_cb(GtkButton * button, + gpointer user_data); + +void gnc_ui_print_check_dialog_help_cb(GtkButton * button, + gpointer user_data); + +#endif diff --git a/src/gnome/dialog-qif-import.c b/src/gnome/dialog-qif-import.c index cd4eb3f038..ef5b49843c 100644 --- a/src/gnome/dialog-qif-import.c +++ b/src/gnome/dialog-qif-import.c @@ -43,6 +43,8 @@ #include "query-user.h" #include "util.h" +#define _QIF_IMPORT_NUM_RADIX_FORMATS 3 +#define _QIF_IMPORT_NUM_DATE_FORMATS 5 struct _qifimportwindow { @@ -123,9 +125,6 @@ gnc_ui_qif_import_dialog_make() retval->cat_list = gtk_object_get_data(GTK_OBJECT(retval->dialog), "category_page_list"); - - - gtk_object_set_data(GTK_OBJECT(retval->dialog), "qif_window_struct", retval); @@ -155,7 +154,7 @@ gnc_ui_qif_import_dialog_make() * index number for each menu item */ menu = gtk_option_menu_get_menu(GTK_OPTION_MENU(retval->radix_picker)); - for(i = 0; i < 3; i++) { + for(i = 0; i < _QIF_IMPORT_NUM_RADIX_FORMATS; i++) { gtk_option_menu_set_history(GTK_OPTION_MENU(retval->radix_picker), i); active = gtk_menu_get_active(GTK_MENU(menu)); gtk_object_set_data(GTK_OBJECT(active), "option_index", @@ -166,7 +165,7 @@ gnc_ui_qif_import_dialog_make() menu = gtk_option_menu_get_menu(GTK_OPTION_MENU(retval->date_picker)); - for(i = 0; i < 5; i++) { + for(i = 0; i < _QIF_IMPORT_NUM_DATE_FORMATS; i++) { gtk_option_menu_set_history(GTK_OPTION_MENU(retval->date_picker), i); active = gtk_menu_get_active(GTK_MENU(menu)); gtk_object_set_data(GTK_OBJECT(active), @@ -175,15 +174,8 @@ gnc_ui_qif_import_dialog_make() } gtk_option_menu_set_history(GTK_OPTION_MENU(retval->date_picker), 0); - gtk_widget_show(retval->dialog); - - if (retval->dialog->window == NULL) { - free(retval); - return NULL; - } - - gdk_window_raise(retval->dialog->window); - + gtk_widget_show_all(retval->dialog); + return retval; } diff --git a/src/gnome/glade-cb-gnc-dialogs.h b/src/gnome/glade-cb-gnc-dialogs.h index c5afa7535f..5bd2dd025e 100644 --- a/src/gnome/glade-cb-gnc-dialogs.h +++ b/src/gnome/glade-cb-gnc-dialogs.h @@ -80,6 +80,10 @@ void gnc_ui_print_dialog_cancel_cb (GtkButton *button, gpointer user_data); +void +gnc_ui_print_dialog_help_cb (GtkButton *button, + gpointer user_data); + void gnc_ui_paper_dialog_ok_cb (GtkButton *button, gpointer user_data); @@ -87,3 +91,15 @@ gnc_ui_paper_dialog_ok_cb (GtkButton *button, void gnc_ui_paper_dialog_cancel_cb (GtkButton *button, gpointer user_data); + +void +gnc_ui_print_check_dialog_ok_cb (GtkButton *button, + gpointer user_data); + +void +gnc_ui_print_check_dialog_cancel_cb (GtkButton *button, + gpointer user_data); + +void +gnc_ui_print_check_dialog_help_cb (GtkButton *button, + gpointer user_data); diff --git a/src/gnome/glade-gnc-dialogs.c b/src/gnome/glade-gnc-dialogs.c index 000640b69d..d0e82fc897 100644 --- a/src/gnome/glade-gnc-dialogs.c +++ b/src/gnome/glade-gnc-dialogs.c @@ -71,7 +71,7 @@ create_QIF_File_Import_Dialog (void) GtkWidget *button3; GtkWidget *button4; - QIF_File_Import_Dialog = gnome_dialog_new (NULL, NULL); + QIF_File_Import_Dialog = gnome_dialog_new (_("Import QIF Files"), NULL); gtk_object_set_data (GTK_OBJECT (QIF_File_Import_Dialog), "QIF_File_Import_Dialog", QIF_File_Import_Dialog); gtk_window_set_policy (GTK_WINDOW (QIF_File_Import_Dialog), TRUE, TRUE, TRUE); @@ -503,7 +503,7 @@ create_QIF_Import_Account_Picker (void) GtkWidget *button1; GtkWidget *button2; - QIF_Import_Account_Picker = gnome_dialog_new (NULL, NULL); + QIF_Import_Account_Picker = gnome_dialog_new (_("Select Account"), NULL); gtk_object_set_data (GTK_OBJECT (QIF_Import_Account_Picker), "QIF_Import_Account_Picker", QIF_Import_Account_Picker); gtk_window_set_policy (GTK_WINDOW (QIF_Import_Account_Picker), TRUE, TRUE, FALSE); @@ -697,7 +697,7 @@ create_Print_Preview_Dialog (void) GtkWidget *dialog_action_area3; GtkWidget *button5; - Print_Preview_Dialog = gnome_dialog_new (NULL, NULL); + Print_Preview_Dialog = gnome_dialog_new (_("Print Preview"), NULL); gtk_object_set_data (GTK_OBJECT (Print_Preview_Dialog), "Print_Preview_Dialog", Print_Preview_Dialog); gtk_window_set_policy (GTK_WINDOW (Print_Preview_Dialog), TRUE, TRUE, FALSE); @@ -753,7 +753,6 @@ create_Print_Dialog (void) { GtkWidget *Print_Dialog; GtkWidget *dialog_vbox4; - GtkWidget *frame4; GtkWidget *hbox12; GtkWidget *vbox7; GtkWidget *label690; @@ -781,9 +780,10 @@ create_Print_Dialog (void) GtkWidget *dialog_action_area4; GtkWidget *button9; GtkWidget *button13; - GtkWidget *button11; + GtkWidget *button24; + GtkWidget *button25; - Print_Dialog = gnome_dialog_new (_("Print Dialog"), NULL); + Print_Dialog = gnome_dialog_new (_("Print Setup"), NULL); gtk_object_set_data (GTK_OBJECT (Print_Dialog), "Print_Dialog", Print_Dialog); gtk_window_set_policy (GTK_WINDOW (Print_Dialog), TRUE, TRUE, FALSE); @@ -791,19 +791,12 @@ create_Print_Dialog (void) gtk_object_set_data (GTK_OBJECT (Print_Dialog), "dialog_vbox4", dialog_vbox4); gtk_widget_show (dialog_vbox4); - frame4 = gtk_frame_new (_("Print Setup")); - gtk_widget_ref (frame4); - gtk_object_set_data_full (GTK_OBJECT (Print_Dialog), "frame4", frame4, - (GtkDestroyNotify) gtk_widget_unref); - gtk_widget_show (frame4); - gtk_box_pack_start (GTK_BOX (dialog_vbox4), frame4, TRUE, TRUE, 0); - hbox12 = gtk_hbox_new (FALSE, 0); gtk_widget_ref (hbox12); gtk_object_set_data_full (GTK_OBJECT (Print_Dialog), "hbox12", hbox12, (GtkDestroyNotify) gtk_widget_unref); gtk_widget_show (hbox12); - gtk_container_add (GTK_CONTAINER (frame4), hbox12); + gtk_box_pack_start (GTK_BOX (dialog_vbox4), hbox12, TRUE, TRUE, 0); vbox7 = gtk_vbox_new (TRUE, 0); gtk_widget_ref (vbox7); @@ -992,12 +985,20 @@ create_Print_Dialog (void) GTK_WIDGET_SET_FLAGS (button13, GTK_CAN_DEFAULT); gnome_dialog_append_button (GNOME_DIALOG (Print_Dialog), GNOME_STOCK_BUTTON_CANCEL); - button11 = g_list_last (GNOME_DIALOG (Print_Dialog)->buttons)->data; - gtk_widget_ref (button11); - gtk_object_set_data_full (GTK_OBJECT (Print_Dialog), "button11", button11, + button24 = g_list_last (GNOME_DIALOG (Print_Dialog)->buttons)->data; + gtk_widget_ref (button24); + gtk_object_set_data_full (GTK_OBJECT (Print_Dialog), "button24", button24, (GtkDestroyNotify) gtk_widget_unref); - gtk_widget_show (button11); - GTK_WIDGET_SET_FLAGS (button11, GTK_CAN_DEFAULT); + gtk_widget_show (button24); + GTK_WIDGET_SET_FLAGS (button24, GTK_CAN_DEFAULT); + + gnome_dialog_append_button (GNOME_DIALOG (Print_Dialog), GNOME_STOCK_BUTTON_HELP); + button25 = g_list_last (GNOME_DIALOG (Print_Dialog)->buttons)->data; + gtk_widget_ref (button25); + gtk_object_set_data_full (GTK_OBJECT (Print_Dialog), "button25", button25, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (button25); + GTK_WIDGET_SET_FLAGS (button25, GTK_CAN_DEFAULT); gtk_signal_connect (GTK_OBJECT (button12), "clicked", GTK_SIGNAL_FUNC (gnc_ui_print_dialog_select_printer_cb), @@ -1011,9 +1012,12 @@ create_Print_Dialog (void) gtk_signal_connect (GTK_OBJECT (button13), "clicked", GTK_SIGNAL_FUNC (gnc_ui_print_dialog_preview_cb), Print_Dialog); - gtk_signal_connect (GTK_OBJECT (button11), "clicked", + gtk_signal_connect (GTK_OBJECT (button24), "clicked", GTK_SIGNAL_FUNC (gnc_ui_print_dialog_cancel_cb), Print_Dialog); + gtk_signal_connect (GTK_OBJECT (button25), "clicked", + GTK_SIGNAL_FUNC (gnc_ui_print_dialog_help_cb), + Print_Dialog); return Print_Dialog; } @@ -1029,7 +1033,7 @@ create_Paper_Size_Selector_Dialog (void) GtkWidget *button19; GtkWidget *button20; - Paper_Size_Selector_Dialog = gnome_dialog_new (NULL, NULL); + Paper_Size_Selector_Dialog = gnome_dialog_new (_("Select Paper Size"), NULL); gtk_object_set_data (GTK_OBJECT (Paper_Size_Selector_Dialog), "Paper_Size_Selector_Dialog", Paper_Size_Selector_Dialog); gtk_window_set_policy (GTK_WINDOW (Paper_Size_Selector_Dialog), FALSE, FALSE, FALSE); @@ -1084,3 +1088,501 @@ create_Paper_Size_Selector_Dialog (void) return Paper_Size_Selector_Dialog; } +GtkWidget* +create_Print_Check_Dialog (void) +{ + GtkWidget *Print_Check_Dialog; + GtkWidget *dialog_vbox6; + GtkWidget *vbox10; + GtkWidget *hbox15; + GtkWidget *vbox11; + GtkWidget *label699; + GtkWidget *label700; + GtkWidget *label713; + GtkWidget *vbox12; + GtkWidget *check_format_picker; + GtkWidget *check_format_picker_menu; + GtkWidget *glade_menuitem; + GtkWidget *check_position_picker; + GtkWidget *check_position_picker_menu; + GtkWidget *date_format_picker; + GtkWidget *date_format_picker_menu; + GtkWidget *frame5; + GtkWidget *vbox1x6; + GtkWidget *hbox16; + GtkWidget *vbox13; + GtkWidget *label702; + GtkWidget *label701; + GtkWidget *label705; + GtkWidget *label706; + GtkWidget *label707; + GtkWidget *label708; + GtkWidget *label711; + GtkWidget *label714; + GtkWidget *label709; + GtkWidget *vbox14; + GtkWidget *label703; + GtkWidget *payee_x_entry; + GtkWidget *date_x_entry; + GtkWidget *amount_words_x_entry; + GtkWidget *amount_numbers_x_entry; + GtkWidget *memo_x_entry; + GtkWidget *check_position_entry; + GtkWidget *date_format_entry; + GtkWidget *units_picker; + GtkWidget *units_picker_menu; + GtkWidget *vbox1y6; + GtkWidget *label704; + GtkWidget *payee_y_entry; + GtkWidget *date_y_entry; + GtkWidget *amount_words_y_entry; + GtkWidget *amount_numbers_y_entry; + GtkWidget *memo_y_entry; + GtkWidget *label712; + GtkWidget *label715; + GtkWidget *label710; + GtkWidget *dialog_action_area6; + GtkWidget *button21; + GtkWidget *button22; + GtkWidget *button23; + + Print_Check_Dialog = gnome_dialog_new (_("Print Check"), NULL); + gtk_object_set_data (GTK_OBJECT (Print_Check_Dialog), "Print_Check_Dialog", Print_Check_Dialog); + gtk_window_set_policy (GTK_WINDOW (Print_Check_Dialog), TRUE, TRUE, FALSE); + + dialog_vbox6 = GNOME_DIALOG (Print_Check_Dialog)->vbox; + gtk_object_set_data (GTK_OBJECT (Print_Check_Dialog), "dialog_vbox6", dialog_vbox6); + gtk_widget_show (dialog_vbox6); + + vbox10 = gtk_vbox_new (FALSE, 0); + gtk_widget_ref (vbox10); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "vbox10", vbox10, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (vbox10); + gtk_box_pack_start (GTK_BOX (dialog_vbox6), vbox10, TRUE, TRUE, 0); + + hbox15 = gtk_hbox_new (FALSE, 0); + gtk_widget_ref (hbox15); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "hbox15", hbox15, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (hbox15); + gtk_box_pack_start (GTK_BOX (vbox10), hbox15, TRUE, TRUE, 0); + + vbox11 = gtk_vbox_new (TRUE, 0); + gtk_widget_ref (vbox11); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "vbox11", vbox11, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (vbox11); + gtk_box_pack_start (GTK_BOX (hbox15), vbox11, TRUE, TRUE, 5); + + label699 = gtk_label_new (_("Check format:")); + gtk_widget_ref (label699); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "label699", label699, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (label699); + gtk_box_pack_start (GTK_BOX (vbox11), label699, FALSE, FALSE, 0); + gtk_misc_set_alignment (GTK_MISC (label699), 1, 0.5); + + label700 = gtk_label_new (_("Check position:")); + gtk_widget_ref (label700); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "label700", label700, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (label700); + gtk_box_pack_start (GTK_BOX (vbox11), label700, FALSE, FALSE, 0); + gtk_misc_set_alignment (GTK_MISC (label700), 1, 0.5); + + label713 = gtk_label_new (_("Date format:")); + gtk_widget_ref (label713); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "label713", label713, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (label713); + gtk_box_pack_start (GTK_BOX (vbox11), label713, FALSE, FALSE, 0); + gtk_misc_set_alignment (GTK_MISC (label713), 1, 0.5); + + vbox12 = gtk_vbox_new (TRUE, 0); + gtk_widget_ref (vbox12); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "vbox12", vbox12, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (vbox12); + gtk_box_pack_start (GTK_BOX (hbox15), vbox12, TRUE, TRUE, 0); + + check_format_picker = gtk_option_menu_new (); + gtk_widget_ref (check_format_picker); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "check_format_picker", check_format_picker, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (check_format_picker); + gtk_box_pack_start (GTK_BOX (vbox12), check_format_picker, FALSE, FALSE, 0); + check_format_picker_menu = gtk_menu_new (); + glade_menuitem = gtk_menu_item_new_with_label (_("Quicken/QuickBooks (tm)")); + gtk_widget_show (glade_menuitem); + gtk_menu_append (GTK_MENU (check_format_picker_menu), glade_menuitem); + glade_menuitem = gtk_menu_item_new_with_label (_("Custom")); + gtk_widget_show (glade_menuitem); + gtk_menu_append (GTK_MENU (check_format_picker_menu), glade_menuitem); + gtk_option_menu_set_menu (GTK_OPTION_MENU (check_format_picker), check_format_picker_menu); + + check_position_picker = gtk_option_menu_new (); + gtk_widget_ref (check_position_picker); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "check_position_picker", check_position_picker, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (check_position_picker); + gtk_box_pack_start (GTK_BOX (vbox12), check_position_picker, FALSE, FALSE, 0); + check_position_picker_menu = gtk_menu_new (); + glade_menuitem = gtk_menu_item_new_with_label (_("Top")); + gtk_widget_show (glade_menuitem); + gtk_menu_append (GTK_MENU (check_position_picker_menu), glade_menuitem); + glade_menuitem = gtk_menu_item_new_with_label (_("Middle")); + gtk_widget_show (glade_menuitem); + gtk_menu_append (GTK_MENU (check_position_picker_menu), glade_menuitem); + glade_menuitem = gtk_menu_item_new_with_label (_("Bottom")); + gtk_widget_show (glade_menuitem); + gtk_menu_append (GTK_MENU (check_position_picker_menu), glade_menuitem); + glade_menuitem = gtk_menu_item_new_with_label (_("Custom")); + gtk_widget_show (glade_menuitem); + gtk_menu_append (GTK_MENU (check_position_picker_menu), glade_menuitem); + gtk_option_menu_set_menu (GTK_OPTION_MENU (check_position_picker), check_position_picker_menu); + + date_format_picker = gtk_option_menu_new (); + gtk_widget_ref (date_format_picker); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "date_format_picker", date_format_picker, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (date_format_picker); + gtk_box_pack_start (GTK_BOX (vbox12), date_format_picker, FALSE, FALSE, 0); + date_format_picker_menu = gtk_menu_new (); + glade_menuitem = gtk_menu_item_new_with_label (_("December 31, 2000")); + gtk_widget_show (glade_menuitem); + gtk_menu_append (GTK_MENU (date_format_picker_menu), glade_menuitem); + glade_menuitem = gtk_menu_item_new_with_label (_("31 December, 2000")); + gtk_widget_show (glade_menuitem); + gtk_menu_append (GTK_MENU (date_format_picker_menu), glade_menuitem); + glade_menuitem = gtk_menu_item_new_with_label (_("Dec 31, 2000")); + gtk_widget_show (glade_menuitem); + gtk_menu_append (GTK_MENU (date_format_picker_menu), glade_menuitem); + glade_menuitem = gtk_menu_item_new_with_label (_("31 Dec, 2000")); + gtk_widget_show (glade_menuitem); + gtk_menu_append (GTK_MENU (date_format_picker_menu), glade_menuitem); + glade_menuitem = gtk_menu_item_new_with_label (_("12/31/2000")); + gtk_widget_show (glade_menuitem); + gtk_menu_append (GTK_MENU (date_format_picker_menu), glade_menuitem); + glade_menuitem = gtk_menu_item_new_with_label (_("12/31/00")); + gtk_widget_show (glade_menuitem); + gtk_menu_append (GTK_MENU (date_format_picker_menu), glade_menuitem); + glade_menuitem = gtk_menu_item_new_with_label (_("31/12/2000")); + gtk_widget_show (glade_menuitem); + gtk_menu_append (GTK_MENU (date_format_picker_menu), glade_menuitem); + glade_menuitem = gtk_menu_item_new_with_label (_("31/12/00")); + gtk_widget_show (glade_menuitem); + gtk_menu_append (GTK_MENU (date_format_picker_menu), glade_menuitem); + glade_menuitem = gtk_menu_item_new_with_label (_("Custom")); + gtk_widget_show (glade_menuitem); + gtk_menu_append (GTK_MENU (date_format_picker_menu), glade_menuitem); + gtk_option_menu_set_menu (GTK_OPTION_MENU (date_format_picker), date_format_picker_menu); + + frame5 = gtk_frame_new (_("Custom check parameters")); + gtk_widget_ref (frame5); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "frame5", frame5, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (frame5); + gtk_box_pack_start (GTK_BOX (vbox10), frame5, TRUE, TRUE, 10); + + vbox1x6 = gtk_vbox_new (FALSE, 0); + gtk_widget_ref (vbox1x6); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "vbox1x6", vbox1x6, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (vbox1x6); + gtk_container_add (GTK_CONTAINER (frame5), vbox1x6); + + hbox16 = gtk_hbox_new (FALSE, 0); + gtk_widget_ref (hbox16); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "hbox16", hbox16, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (hbox16); + gtk_box_pack_start (GTK_BOX (vbox1x6), hbox16, TRUE, TRUE, 0); + + vbox13 = gtk_vbox_new (TRUE, 0); + gtk_widget_ref (vbox13); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "vbox13", vbox13, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (vbox13); + gtk_box_pack_start (GTK_BOX (hbox16), vbox13, FALSE, FALSE, 2); + + label702 = gtk_label_new (""); + gtk_widget_ref (label702); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "label702", label702, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (label702); + gtk_box_pack_start (GTK_BOX (vbox13), label702, FALSE, FALSE, 0); + + label701 = gtk_label_new (_("Payee:")); + gtk_widget_ref (label701); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "label701", label701, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (label701); + gtk_box_pack_start (GTK_BOX (vbox13), label701, FALSE, FALSE, 0); + gtk_misc_set_alignment (GTK_MISC (label701), 1, 0.5); + + label705 = gtk_label_new (_("Date:")); + gtk_widget_ref (label705); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "label705", label705, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (label705); + gtk_box_pack_start (GTK_BOX (vbox13), label705, FALSE, FALSE, 0); + gtk_misc_set_alignment (GTK_MISC (label705), 1, 0.5); + + label706 = gtk_label_new (_("Amount (words):")); + gtk_widget_ref (label706); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "label706", label706, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (label706); + gtk_box_pack_start (GTK_BOX (vbox13), label706, FALSE, FALSE, 0); + gtk_misc_set_alignment (GTK_MISC (label706), 1, 0.5); + + label707 = gtk_label_new (_("Amount (numbers):")); + gtk_widget_ref (label707); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "label707", label707, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (label707); + gtk_box_pack_start (GTK_BOX (vbox13), label707, FALSE, FALSE, 0); + gtk_misc_set_alignment (GTK_MISC (label707), 1, 0.5); + + label708 = gtk_label_new (_("Memo:")); + gtk_widget_ref (label708); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "label708", label708, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (label708); + gtk_box_pack_start (GTK_BOX (vbox13), label708, FALSE, FALSE, 0); + gtk_misc_set_alignment (GTK_MISC (label708), 1, 0.5); + + label711 = gtk_label_new (_("Check position:")); + gtk_widget_ref (label711); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "label711", label711, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (label711); + gtk_box_pack_start (GTK_BOX (vbox13), label711, FALSE, FALSE, 0); + gtk_misc_set_alignment (GTK_MISC (label711), 1, 0.5); + + label714 = gtk_label_new (_("Date format:")); + gtk_widget_ref (label714); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "label714", label714, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (label714); + gtk_box_pack_start (GTK_BOX (vbox13), label714, FALSE, FALSE, 0); + gtk_misc_set_alignment (GTK_MISC (label714), 1, 0.5); + + label709 = gtk_label_new (_("Units:")); + gtk_widget_ref (label709); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "label709", label709, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (label709); + gtk_box_pack_start (GTK_BOX (vbox13), label709, FALSE, FALSE, 0); + gtk_misc_set_alignment (GTK_MISC (label709), 1, 0.5); + + vbox14 = gtk_vbox_new (TRUE, 0); + gtk_widget_ref (vbox14); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "vbox14", vbox14, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (vbox14); + gtk_box_pack_start (GTK_BOX (hbox16), vbox14, FALSE, FALSE, 2); + + label703 = gtk_label_new (_("x")); + gtk_widget_ref (label703); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "label703", label703, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (label703); + gtk_box_pack_start (GTK_BOX (vbox14), label703, FALSE, FALSE, 0); + + payee_x_entry = gtk_entry_new (); + gtk_widget_ref (payee_x_entry); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "payee_x_entry", payee_x_entry, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (payee_x_entry); + gtk_box_pack_start (GTK_BOX (vbox14), payee_x_entry, FALSE, FALSE, 0); + gtk_widget_set_usize (payee_x_entry, 100, -2); + + date_x_entry = gtk_entry_new (); + gtk_widget_ref (date_x_entry); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "date_x_entry", date_x_entry, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (date_x_entry); + gtk_box_pack_start (GTK_BOX (vbox14), date_x_entry, FALSE, FALSE, 0); + gtk_widget_set_usize (date_x_entry, 100, -2); + + amount_words_x_entry = gtk_entry_new (); + gtk_widget_ref (amount_words_x_entry); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "amount_words_x_entry", amount_words_x_entry, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (amount_words_x_entry); + gtk_box_pack_start (GTK_BOX (vbox14), amount_words_x_entry, FALSE, FALSE, 0); + gtk_widget_set_usize (amount_words_x_entry, 100, -2); + + amount_numbers_x_entry = gtk_entry_new (); + gtk_widget_ref (amount_numbers_x_entry); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "amount_numbers_x_entry", amount_numbers_x_entry, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (amount_numbers_x_entry); + gtk_box_pack_start (GTK_BOX (vbox14), amount_numbers_x_entry, FALSE, FALSE, 0); + gtk_widget_set_usize (amount_numbers_x_entry, 100, -2); + + memo_x_entry = gtk_entry_new (); + gtk_widget_ref (memo_x_entry); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "memo_x_entry", memo_x_entry, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (memo_x_entry); + gtk_box_pack_start (GTK_BOX (vbox14), memo_x_entry, FALSE, FALSE, 0); + gtk_widget_set_usize (memo_x_entry, 100, -2); + + check_position_entry = gtk_entry_new (); + gtk_widget_ref (check_position_entry); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "check_position_entry", check_position_entry, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (check_position_entry); + gtk_box_pack_start (GTK_BOX (vbox14), check_position_entry, FALSE, FALSE, 0); + gtk_widget_set_usize (check_position_entry, 100, -2); + + date_format_entry = gtk_entry_new (); + gtk_widget_ref (date_format_entry); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "date_format_entry", date_format_entry, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (date_format_entry); + gtk_box_pack_start (GTK_BOX (vbox14), date_format_entry, FALSE, FALSE, 0); + gtk_widget_set_usize (date_format_entry, 100, -2); + + units_picker = gtk_option_menu_new (); + gtk_widget_ref (units_picker); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "units_picker", units_picker, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (units_picker); + gtk_box_pack_start (GTK_BOX (vbox14), units_picker, FALSE, FALSE, 0); + units_picker_menu = gtk_menu_new (); + glade_menuitem = gtk_menu_item_new_with_label (_("Inches")); + gtk_widget_show (glade_menuitem); + gtk_menu_append (GTK_MENU (units_picker_menu), glade_menuitem); + glade_menuitem = gtk_menu_item_new_with_label (_("Centimeters")); + gtk_widget_show (glade_menuitem); + gtk_menu_append (GTK_MENU (units_picker_menu), glade_menuitem); + glade_menuitem = gtk_menu_item_new_with_label (_("Millimeters")); + gtk_widget_show (glade_menuitem); + gtk_menu_append (GTK_MENU (units_picker_menu), glade_menuitem); + glade_menuitem = gtk_menu_item_new_with_label (_("Points")); + gtk_widget_show (glade_menuitem); + gtk_menu_append (GTK_MENU (units_picker_menu), glade_menuitem); + gtk_option_menu_set_menu (GTK_OPTION_MENU (units_picker), units_picker_menu); + + vbox1y6 = gtk_vbox_new (TRUE, 0); + gtk_widget_ref (vbox1y6); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "vbox1y6", vbox1y6, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (vbox1y6); + gtk_box_pack_start (GTK_BOX (hbox16), vbox1y6, FALSE, FALSE, 2); + + label704 = gtk_label_new (_("y")); + gtk_widget_ref (label704); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "label704", label704, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (label704); + gtk_box_pack_start (GTK_BOX (vbox1y6), label704, FALSE, FALSE, 0); + + payee_y_entry = gtk_entry_new (); + gtk_widget_ref (payee_y_entry); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "payee_y_entry", payee_y_entry, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (payee_y_entry); + gtk_box_pack_start (GTK_BOX (vbox1y6), payee_y_entry, FALSE, FALSE, 0); + gtk_widget_set_usize (payee_y_entry, 100, -2); + + date_y_entry = gtk_entry_new (); + gtk_widget_ref (date_y_entry); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "date_y_entry", date_y_entry, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (date_y_entry); + gtk_box_pack_start (GTK_BOX (vbox1y6), date_y_entry, FALSE, FALSE, 0); + gtk_widget_set_usize (date_y_entry, 100, -2); + + amount_words_y_entry = gtk_entry_new (); + gtk_widget_ref (amount_words_y_entry); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "amount_words_y_entry", amount_words_y_entry, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (amount_words_y_entry); + gtk_box_pack_start (GTK_BOX (vbox1y6), amount_words_y_entry, FALSE, FALSE, 0); + gtk_widget_set_usize (amount_words_y_entry, 100, -2); + + amount_numbers_y_entry = gtk_entry_new (); + gtk_widget_ref (amount_numbers_y_entry); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "amount_numbers_y_entry", amount_numbers_y_entry, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (amount_numbers_y_entry); + gtk_box_pack_start (GTK_BOX (vbox1y6), amount_numbers_y_entry, FALSE, FALSE, 0); + gtk_widget_set_usize (amount_numbers_y_entry, 100, -2); + + memo_y_entry = gtk_entry_new (); + gtk_widget_ref (memo_y_entry); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "memo_y_entry", memo_y_entry, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (memo_y_entry); + gtk_box_pack_start (GTK_BOX (vbox1y6), memo_y_entry, FALSE, FALSE, 0); + gtk_widget_set_usize (memo_y_entry, 100, -2); + + label712 = gtk_label_new (""); + gtk_widget_ref (label712); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "label712", label712, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (label712); + gtk_box_pack_start (GTK_BOX (vbox1y6), label712, FALSE, FALSE, 0); + + label715 = gtk_label_new (""); + gtk_widget_ref (label715); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "label715", label715, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (label715); + gtk_box_pack_start (GTK_BOX (vbox1y6), label715, FALSE, FALSE, 0); + + label710 = gtk_label_new (""); + gtk_widget_ref (label710); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "label710", label710, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (label710); + gtk_box_pack_start (GTK_BOX (vbox1y6), label710, FALSE, FALSE, 0); + + dialog_action_area6 = GNOME_DIALOG (Print_Check_Dialog)->action_area; + gtk_object_set_data (GTK_OBJECT (Print_Check_Dialog), "dialog_action_area6", dialog_action_area6); + gtk_widget_show (dialog_action_area6); + gtk_button_box_set_layout (GTK_BUTTON_BOX (dialog_action_area6), GTK_BUTTONBOX_SPREAD); + gtk_button_box_set_spacing (GTK_BUTTON_BOX (dialog_action_area6), 8); + + gnome_dialog_append_button (GNOME_DIALOG (Print_Check_Dialog), GNOME_STOCK_BUTTON_OK); + button21 = g_list_last (GNOME_DIALOG (Print_Check_Dialog)->buttons)->data; + gtk_widget_ref (button21); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "button21", button21, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (button21); + GTK_WIDGET_SET_FLAGS (button21, GTK_CAN_DEFAULT); + + gnome_dialog_append_button (GNOME_DIALOG (Print_Check_Dialog), GNOME_STOCK_BUTTON_CANCEL); + button22 = g_list_last (GNOME_DIALOG (Print_Check_Dialog)->buttons)->data; + gtk_widget_ref (button22); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "button22", button22, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (button22); + GTK_WIDGET_SET_FLAGS (button22, GTK_CAN_DEFAULT); + + gnome_dialog_append_button (GNOME_DIALOG (Print_Check_Dialog), GNOME_STOCK_BUTTON_HELP); + button23 = g_list_last (GNOME_DIALOG (Print_Check_Dialog)->buttons)->data; + gtk_widget_ref (button23); + gtk_object_set_data_full (GTK_OBJECT (Print_Check_Dialog), "button23", button23, + (GtkDestroyNotify) gtk_widget_unref); + gtk_widget_show (button23); + GTK_WIDGET_SET_FLAGS (button23, GTK_CAN_DEFAULT); + + gtk_signal_connect (GTK_OBJECT (button21), "clicked", + GTK_SIGNAL_FUNC (gnc_ui_print_check_dialog_ok_cb), + Print_Check_Dialog); + gtk_signal_connect (GTK_OBJECT (button22), "clicked", + GTK_SIGNAL_FUNC (gnc_ui_print_check_dialog_cancel_cb), + Print_Check_Dialog); + gtk_signal_connect (GTK_OBJECT (button23), "clicked", + GTK_SIGNAL_FUNC (gnc_ui_print_check_dialog_help_cb), + Print_Check_Dialog); + + return Print_Check_Dialog; +} + diff --git a/src/gnome/glade-gnc-dialogs.h b/src/gnome/glade-gnc-dialogs.h index e5b2cf6c5e..b540c3f870 100644 --- a/src/gnome/glade-gnc-dialogs.h +++ b/src/gnome/glade-gnc-dialogs.h @@ -7,3 +7,4 @@ GtkWidget* create_QIF_Import_Account_Picker (void); GtkWidget* create_Print_Preview_Dialog (void); GtkWidget* create_Print_Dialog (void); GtkWidget* create_Paper_Size_Selector_Dialog (void); +GtkWidget* create_Print_Check_Dialog (void); diff --git a/src/gnome/gnc-dialogs.glade b/src/gnome/gnc-dialogs.glade index 1a71305a48..0b6ba32e6c 100644 --- a/src/gnome/gnc-dialogs.glade +++ b/src/gnome/gnc-dialogs.glade @@ -27,6 +27,7 @@ GnomeDialog QIF File Import Dialog + Import QIF Files GTK_WINDOW_TOPLEVEL GTK_WIN_POS_NONE False @@ -669,6 +670,7 @@ YYYY/DD/MM GnomeDialog QIF Import Account Picker + Select Account GTK_WINDOW_TOPLEVEL GTK_WIN_POS_NONE False @@ -940,6 +942,7 @@ Equity GnomeDialog Print Preview Dialog + Print Preview GTK_WINDOW_TOPLEVEL GTK_WIN_POS_NONE False @@ -1027,7 +1030,7 @@ Equity GnomeDialog Print Dialog - Print Dialog + Print Setup GTK_WINDOW_TOPLEVEL GTK_WIN_POS_NONE False @@ -1050,11 +1053,10 @@ Equity - GtkFrame - frame4 - - 0 - GTK_SHADOW_ETCHED_IN + GtkHBox + hbox12 + False + 0 0 True @@ -1062,95 +1064,130 @@ Equity - GtkHBox - hbox12 - False + GtkVBox + vbox7 + True 0 + + 5 + True + True + - GtkVBox - vbox7 - True - 0 + GtkLabel + label690 + + GTK_JUSTIFY_CENTER + False + 1 + 0.5 + 0 + 0 5 - True - True + False + False - - - GtkLabel - label690 - - GTK_JUSTIFY_CENTER - False - 1 - 0.5 - 0 - 0 - - 5 - False - False - - - - - GtkLabel - label691 - - GTK_JUSTIFY_CENTER - False - 1 - 0.5 - 0 - 0 - - 0 - False - False - - - - - GtkLabel - label692 - - GTK_JUSTIFY_CENTER - False - 1 - 0.5 - 0 - 0 - - 0 - False - False - - - - - GtkLabel - label695 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - 0 - False - False - - - GtkVBox - vbox8 - True + GtkLabel + label691 + + GTK_JUSTIFY_CENTER + False + 1 + 0.5 + 0 + 0 + + 0 + False + False + + + + + GtkLabel + label692 + + GTK_JUSTIFY_CENTER + False + 1 + 0.5 + 0 + 0 + + 0 + False + False + + + + + GtkLabel + label695 + + GTK_JUSTIFY_CENTER + False + 0.5 + 0.5 + 0 + 0 + + 0 + False + False + + + + + + GtkVBox + vbox8 + True + 0 + + 0 + True + True + + + + GtkEntry + printer_entry + True + False + True + 0 + + + 5 + False + False + + + + + GtkEntry + paper_entry + True + False + True + 0 + + + 0 + False + False + + + + + GtkHBox + hbox13 + False 0 0 @@ -1159,28 +1196,12 @@ Equity - GtkEntry - printer_entry + GtkRadioButton + radiobutton1 True - False - True - 0 - - - 5 - False - False - - - - - GtkEntry - paper_entry - True - False - True - 0 - + + False + True 0 False @@ -1189,181 +1210,74 @@ Equity - GtkHBox - hbox13 - False - 0 + GtkRadioButton + radiobutton2 + True + + False + True 0 - True - True + False + False - - - GtkRadioButton - radiobutton1 - True - - False - True - - 0 - False - False - - - - - GtkRadioButton - radiobutton2 - True - - False - True - - 0 - False - False - - - - - GtkLabel - label693 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - 0 - False - False - - - GtkHBox - hbox14 - False - 0 + GtkLabel + label693 + + GTK_JUSTIFY_CENTER + False + 0.5 + 0.5 + 0 + 0 0 - True - True + False + False - - - GtkLabel - label696 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - 5 - False - False - - - - - GtkEntry - entry3 - 80 - True - True - True - 5 - - - 0 - False - False - - - - - GtkLabel - label697 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 - - 5 - False - False - - - - - GtkEntry - entry4 - 80 - True - True - True - 5 - - - 0 - False - False - - - GtkVBox - vbox9 - True + GtkHBox + hbox14 + False 0 - 5 + 0 True True - GtkButton - button12 - True - - clicked - gnc_ui_print_dialog_select_printer_cb - Print_Dialog - Wed, 22 Mar 2000 22:41:57 GMT - - + GtkLabel + label696 + + GTK_JUSTIFY_CENTER + False + 0.5 + 0.5 + 0 + 0 5 - True + False False - GtkButton - button17 + GtkEntry + entry3 + 80 True - - clicked - gnc_ui_print_dialog_select_paper_cb - Print_Dialog - Thu, 23 Mar 2000 18:45:59 GMT - - + True + True + 5 + 0 False @@ -1373,8 +1287,8 @@ Equity GtkLabel - label694 - + label697 + GTK_JUSTIFY_CENTER False 0.5 @@ -1382,22 +1296,21 @@ Equity 0 0 - 0 + 5 False False - GtkLabel - label698 - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 0 - 0 + GtkEntry + entry4 + 80 + True + True + True + 5 + 0 False @@ -1406,6 +1319,88 @@ Equity + + + GtkVBox + vbox9 + True + 0 + + 5 + True + True + + + + GtkButton + button12 + True + + clicked + gnc_ui_print_dialog_select_printer_cb + Print_Dialog + Wed, 22 Mar 2000 22:41:57 GMT + + + + 5 + True + False + + + + + GtkButton + button17 + True + + clicked + gnc_ui_print_dialog_select_paper_cb + Print_Dialog + Thu, 23 Mar 2000 18:45:59 GMT + + + + 0 + False + False + + + + + GtkLabel + label694 + + GTK_JUSTIFY_CENTER + False + 0.5 + 0.5 + 0 + 0 + + 0 + False + False + + + + + GtkLabel + label698 + + GTK_JUSTIFY_CENTER + False + 0.5 + 0.5 + 0 + 0 + + 0 + False + False + + + @@ -1456,17 +1451,31 @@ Equity GtkButton - button11 + button24 True True clicked gnc_ui_print_dialog_cancel_cb Print_Dialog - Wed, 22 Mar 2000 22:42:20 GMT + Tue, 28 Mar 2000 02:12:27 GMT GNOME_STOCK_BUTTON_CANCEL + + + GtkButton + button25 + True + True + + clicked + gnc_ui_print_dialog_help_cb + Print_Dialog + Tue, 28 Mar 2000 02:12:52 GMT + + GNOME_STOCK_BUTTON_HELP + @@ -1474,6 +1483,7 @@ Equity GnomeDialog Paper Size Selector Dialog + Select Paper Size GTK_WINDOW_TOPLEVEL GTK_WIN_POS_NONE False @@ -1561,4 +1571,759 @@ Equity + + GnomeDialog + Print Check Dialog + Print Check + GTK_WINDOW_TOPLEVEL + GTK_WIN_POS_NONE + False + True + True + False + False + False + + + GtkVBox + GnomeDialog:vbox + dialog-vbox6 + False + 8 + + 4 + True + True + + + + GtkVBox + vbox10 + False + 0 + + 0 + True + True + + + + GtkHBox + hbox15 + False + 0 + + 0 + True + True + + + + GtkVBox + vbox11 + True + 0 + + 5 + True + True + + + + GtkLabel + label699 + + GTK_JUSTIFY_CENTER + False + 1 + 0.5 + 0 + 0 + + 0 + False + False + + + + + GtkLabel + label700 + + GTK_JUSTIFY_CENTER + False + 1 + 0.5 + 0 + 0 + + 0 + False + False + + + + + GtkLabel + label713 + + GTK_JUSTIFY_CENTER + False + 1 + 0.5 + 0 + 0 + + 0 + False + False + + + + + + GtkVBox + vbox12 + True + 0 + + 0 + True + True + + + + GtkOptionMenu + check_format_picker + True + Quicken/QuickBooks (tm) +Custom + + 0 + + 0 + False + False + + + + + GtkOptionMenu + check_position_picker + True + Top +Middle +Bottom +Custom + + 0 + + 0 + False + False + + + + + GtkOptionMenu + date_format_picker + True + December 31, 2000 +31 December, 2000 +Dec 31, 2000 +31 Dec, 2000 +12/31/2000 +12/31/00 +31/12/2000 +31/12/00 +Custom + + 0 + + 0 + False + False + + + + + + + GtkFrame + frame5 + + 0 + GTK_SHADOW_ETCHED_IN + + 10 + True + True + + + + GtkVBox + vbox1x6 + False + 0 + + + GtkHBox + hbox16 + False + 0 + + 0 + True + True + + + + GtkVBox + vbox13 + True + 0 + + 2 + False + False + + + + GtkLabel + label702 + + GTK_JUSTIFY_CENTER + False + 0.5 + 0.5 + 0 + 0 + + 0 + False + False + + + + + GtkLabel + label701 + + GTK_JUSTIFY_CENTER + False + 1 + 0.5 + 0 + 0 + + 0 + False + False + + + + + GtkLabel + label705 + + GTK_JUSTIFY_CENTER + False + 1 + 0.5 + 0 + 0 + + 0 + False + False + + + + + GtkLabel + label706 + + GTK_JUSTIFY_CENTER + False + 1 + 0.5 + 0 + 0 + + 0 + False + False + + + + + GtkLabel + label707 + + GTK_JUSTIFY_CENTER + False + 1 + 0.5 + 0 + 0 + + 0 + False + False + + + + + GtkLabel + label708 + + GTK_JUSTIFY_CENTER + False + 1 + 0.5 + 0 + 0 + + 0 + False + False + + + + + GtkLabel + label711 + + GTK_JUSTIFY_CENTER + False + 1 + 0.5 + 0 + 0 + + 0 + False + False + + + + + GtkLabel + label714 + + GTK_JUSTIFY_CENTER + False + 1 + 0.5 + 0 + 0 + + 0 + False + False + + + + + GtkLabel + label709 + + GTK_JUSTIFY_CENTER + False + 1 + 0.5 + 0 + 0 + + 0 + False + False + + + + + + GtkVBox + vbox14 + True + 0 + + 2 + False + False + + + + GtkLabel + label703 + + GTK_JUSTIFY_CENTER + False + 0.5 + 0.5 + 0 + 0 + + 0 + False + False + + + + + GtkEntry + payee_x_entry + 100 + True + True + True + 0 + + + 0 + False + False + + + + + GtkEntry + date_x_entry + 100 + True + True + True + 0 + + + 0 + False + False + + + + + GtkEntry + amount_words_x_entry + 100 + True + True + True + 0 + + + 0 + False + False + + + + + GtkEntry + amount_numbers_x_entry + 100 + True + True + True + 0 + + + 0 + False + False + + + + + GtkEntry + memo_x_entry + 100 + True + True + True + 0 + + + 0 + False + False + + + + + GtkEntry + check_position_entry + 100 + True + True + True + 0 + + + 0 + False + False + + + + + GtkEntry + date_format_entry + 100 + True + True + True + 0 + + + 0 + False + False + + + + + GtkOptionMenu + units_picker + True + Inches +Centimeters +Millimeters +Points + + 0 + + 0 + False + False + + + + + + GtkVBox + vbox1y6 + True + 0 + + 2 + False + False + + + + GtkLabel + label704 + + GTK_JUSTIFY_CENTER + False + 0.5 + 0.5 + 0 + 0 + + 0 + False + False + + + + + GtkEntry + payee_y_entry + 100 + True + True + True + 0 + + + 0 + False + False + + + + + GtkEntry + date_y_entry + 100 + True + True + True + 0 + + + 0 + False + False + + + + + GtkEntry + amount_words_y_entry + 100 + True + True + True + 0 + + + 0 + False + False + + + + + GtkEntry + amount_numbers_y_entry + 100 + True + True + True + 0 + + + 0 + False + False + + + + + GtkEntry + memo_y_entry + 100 + True + True + True + 0 + + + 0 + False + False + + + + + GtkLabel + label712 + + GTK_JUSTIFY_CENTER + False + 0.5 + 0.5 + 0 + 0 + + 0 + False + False + + + + + GtkLabel + label715 + + GTK_JUSTIFY_CENTER + False + 0.5 + 0.5 + 0 + 0 + + 0 + False + False + + + + + GtkLabel + label710 + + GTK_JUSTIFY_CENTER + False + 0.5 + 0.5 + 0 + 0 + + 0 + False + False + + + + + + + + + + GtkHButtonBox + GnomeDialog:action_area + dialog-action_area6 + GTK_BUTTONBOX_SPREAD + 8 + 85 + 27 + 7 + 0 + + 0 + False + True + GTK_PACK_END + + + + GtkButton + button21 + True + True + + clicked + gnc_ui_print_check_dialog_ok_cb + Print_Check_Dialog + Tue, 28 Mar 2000 19:36:10 GMT + + GNOME_STOCK_BUTTON_OK + + + + GtkButton + button22 + True + True + + clicked + gnc_ui_print_check_dialog_cancel_cb + Print_Check_Dialog + Tue, 28 Mar 2000 19:36:22 GMT + + GNOME_STOCK_BUTTON_CANCEL + + + + GtkButton + button23 + True + True + + clicked + gnc_ui_print_check_dialog_help_cb + Print_Check_Dialog + Tue, 28 Mar 2000 19:36:37 GMT + + GNOME_STOCK_BUTTON_HELP + + + + + diff --git a/src/gnome/print-session.c b/src/gnome/print-session.c index ac790048b9..b75ed4d533 100644 --- a/src/gnome/print-session.c +++ b/src/gnome/print-session.c @@ -24,6 +24,9 @@ #include #include +#include "top-level.h" +#include "window-help.h" +#include "messages_i18n.h" #include "print-session.h" #include "ui-callbacks.h" @@ -65,8 +68,11 @@ gnc_ui_print_preview_OK_cb(GtkWidget * widget, gpointer user_data) { void gnc_ui_print_preview_destroy(PrintPreviewDialog * ppd) { - gtk_widget_destroy(ppd->toplevel); - gtk_object_unref(GTK_OBJECT(ppd->pc)); + gnome_dialog_close(GNOME_DIALOG(ppd->toplevel)); + + /* gtk_object_unref(GTK_OBJECT(ppd->toplevel)); */ + gtk_object_unref(GTK_OBJECT(ppd->pc)); + ppd->session = NULL; g_free(ppd); } @@ -99,55 +105,65 @@ gnc_ui_print_dialog_create(PrintSession * ps) { } } else { - printer_string = "(none)"; + printer_string = _("(none)"); } gtk_entry_set_text(GTK_ENTRY(pcd->paper_entry), ps->paper); gtk_entry_set_text(GTK_ENTRY(pcd->printer_entry), printer_string); gtk_widget_show_all(pcd->toplevel); - + return pcd; } void gnc_ui_paper_dialog_cancel_cb(GtkWidget * widg, gpointer user_data) { - gtk_object_set_data(GTK_OBJECT(user_data), "quit-cause", - GINT_TO_POINTER(0)); - gtk_main_quit(); + PaperDialog * psd = gtk_object_get_data(GTK_OBJECT(user_data), + "paper_struct"); + gnc_ui_paper_dialog_destroy(psd); } void gnc_ui_paper_dialog_ok_cb(GtkWidget * widg, gpointer user_data) { - gtk_object_set_data(GTK_OBJECT(user_data), "quit-cause", - GINT_TO_POINTER(1)); - gtk_main_quit(); + PaperDialog * psd = gtk_object_get_data(GTK_OBJECT(user_data), + "paper_struct"); + char * newpaper = g_strdup(gnome_paper_selector_get_name + (GNOME_PAPER_SELECTOR(psd->papersel))); + gtk_entry_set_text(GTK_ENTRY(psd->entry), newpaper); + psd->session->paper = newpaper; + gnc_ui_paper_dialog_destroy(psd); + } -char * -gnc_ui_paper_dialog_new_modal() { - GtkWidget * dialog = create_Paper_Size_Selector_Dialog(); - GtkWidget * papersel = gtk_object_get_data(GTK_OBJECT(dialog), - "paperselector1"); - char * newpaper = NULL; - - gtk_window_set_modal(GTK_WINDOW(dialog), TRUE); - gtk_widget_show_all(dialog); - gtk_main(); +PaperDialog * +gnc_ui_paper_dialog_create(PrintSession * session, GtkWidget * entry) { + PaperDialog * psd = g_new0(PaperDialog, 1); - if(GPOINTER_TO_INT(gtk_object_get_data(GTK_OBJECT(dialog), "quit-cause"))) { - newpaper = g_strdup(gnome_paper_selector_get_name - (GNOME_PAPER_SELECTOR(papersel))); - } - gtk_widget_destroy(dialog); + psd->toplevel = create_Paper_Size_Selector_Dialog(); + psd->papersel = gtk_object_get_data(GTK_OBJECT(psd->toplevel), + "paperselector1"); + psd->session = session; + psd->entry = entry; - return newpaper; + gtk_widget_ref(psd->entry); + gtk_object_set_data(GTK_OBJECT(psd->toplevel), + "paper_struct", psd); + gtk_widget_show_all(psd->toplevel); + return psd; +} + + +void +gnc_ui_paper_dialog_destroy(PaperDialog * psd) { + gnome_dialog_close(GNOME_DIALOG(psd->toplevel)); + gtk_widget_unref(psd->entry); + g_free(psd); } void gnc_ui_print_dialog_destroy(PrintDialog * pcd) { - gtk_widget_destroy(pcd->toplevel); + gnome_dialog_close(GNOME_DIALOG(pcd->toplevel)); gnc_print_session_destroy(pcd->session); g_free(pcd); } @@ -178,9 +194,9 @@ gnc_ui_print_dialog_select_printer_cb(GtkWidget * widget, gpointer user_data) { } } else { - printer_string = "(none)"; + printer_string = _("(none)"); } - + gtk_entry_set_text(GTK_ENTRY(pcd->printer_entry), printer_string); } } @@ -189,16 +205,10 @@ gnc_ui_print_dialog_select_printer_cb(GtkWidget * widget, gpointer user_data) { void gnc_ui_print_dialog_select_paper_cb(GtkWidget * widget, gpointer user_data) { PrintDialog * pcd; - char * paper; if(user_data) { pcd = gtk_object_get_data(GTK_OBJECT(user_data), "print_struct"); - paper = - gnc_ui_paper_dialog_new_modal(); - if(paper) { - pcd->session->paper = paper; - gtk_entry_set_text(GTK_ENTRY(pcd->paper_entry), pcd->session->paper); - } + gnc_ui_paper_dialog_create(pcd->session, pcd->paper_entry); } } @@ -235,6 +245,13 @@ gnc_ui_print_dialog_cancel_cb(GtkWidget * widget, gpointer user_data) { } } +void +gnc_ui_print_dialog_help_cb(GtkButton * button, + gpointer user_data) { + helpWindow(NULL, HELP_STR, HH_PRINT); +} + + PrintSession * gnc_print_session_create() { PrintSession * ps = g_new0(PrintSession, 1); @@ -313,6 +330,7 @@ PrintDialog * gnc_ui_print_dialog_create(PrintSession * ps) { void gnc_ui_print_dialog_destroy(PrintDialog * pcd) { } +void gnc_ui_print_dialog_help_cb(GtkWidget * widget, gpointer user_data) { } void gnc_ui_print_dialog_select_printer_cb(GtkWidget * widget, gpointer user_data) { } void gnc_ui_print_dialog_select_paper_cb(GtkWidget * widget, diff --git a/src/gnome/print-session.h b/src/gnome/print-session.h index e357fcef66..5c978d32bd 100644 --- a/src/gnome/print-session.h +++ b/src/gnome/print-session.h @@ -57,20 +57,27 @@ typedef struct { PrintSession * session; } PrintDialog; +typedef struct { + GtkWidget * toplevel; + GtkWidget * papersel; + GtkWidget * entry; + PrintSession * session; +} PaperDialog; + #else /* type stubs for g-wrap */ typedef int PrintSession; typedef int PrintPreviewDialog; typedef int PrintDialog; - +typedef int PaperDialog; #endif /* paper selector dialog */ void gnc_ui_paper_dialog_cancel_cb(GtkWidget * widg, gpointer user_data); void gnc_ui_paper_dialog_ok_cb(GtkWidget * widg, gpointer user_data); -char * gnc_ui_paper_dialog_new_modal(); - +PaperDialog * gnc_ui_paper_dialog_create(PrintSession * ps, GtkWidget * entry); +void gnc_ui_paper_dialog_destroy(PaperDialog * psd); /* print preview dialog stuff */ PrintPreviewDialog * gnc_ui_print_preview_create(PrintSession * ps); diff --git a/src/gnome/window-register.c b/src/gnome/window-register.c index 7245539a21..adecb3091d 100644 --- a/src/gnome/window-register.c +++ b/src/gnome/window-register.c @@ -953,18 +953,10 @@ print_check_cb(GtkWidget * widget, gpointer data) date = xaccTransGetDate(trans); memo = xaccSplitGetMemo(split); - timestruct = localtime(&date); - if(!timestruct) { - g_warning("print_check_cb: error in date translation\n"); - return; - } - - strftime(datestring, sizeof(datestring), "%B %d, %Y", timestruct); - gh_apply(print_check, SCM_LIST4(gh_str02scm(payee), gh_double2scm(fabs(amount)), - gh_str02scm(datestring), + gh_ulong2scm(date), gh_str02scm(memo))); } #else diff --git a/src/scm/html-generator.scm b/src/scm/html-generator.scm index 508f63806a..1f075a665d 100644 --- a/src/scm/html-generator.scm +++ b/src/scm/html-generator.scm @@ -8,7 +8,7 @@ '("") items '(""))) - + (define (html-table-row-guess header? strong? items) (html-table-row-manual (map @@ -32,11 +32,11 @@ (if (< amount 0) (string-append "color=#ff0000>(" - (sprintf #f "%.2f" (- amount)) + (gnc:amount->string (- amount) #f #t #f) ")") (string-append "> " - (sprintf #f "%.2f" amount) + (gnc:amount->string amount #f #t #f) " ")) ""))) @@ -88,6 +88,19 @@ (define (html-cell-attributes value attributes) (string-append "" value "")) +(define (html-start-document-title title) + (list + "" + "" + "" title "" + "" + "")) + +(define (html-start-document-color color) + (list + "" + "")) + (define (html-start-document) (list "" @@ -124,7 +137,7 @@ ; Create a column entry (define (html-table-col val) - (sprintf #f " %s " (tostring val))) + (string-append "" (tostring val) "")) ; Create an html table row from a list of entries (define (html-table-row lst) @@ -144,10 +157,11 @@ (html-table-footer))) (define (html-table-headcol val) - (sprintf #f " %s " (tostring val))) + (string-append "" (tostring val) "")) (define (html-table-header vec) - (apply string-append "\n" (map html-table-headcol vec))) + (apply string-append "
\n" + (map html-table-headcol vec))) (define (html-table-footer) (sprintf #f "
")) diff --git a/src/scm/options.scm b/src/scm/options.scm index dcb2e8dcc6..e75949a267 100644 --- a/src/scm/options.scm +++ b/src/scm/options.scm @@ -574,11 +574,20 @@ (close port))))) (define (gnc:options-register-translatable-strings options) + (define (external-name? name) + (cond ((not (string? name)) #f) + ((< (string-length name) 2) #t) + ((not (eq? (string-ref name 0) #\_)) #t) + ((not (eq? (string-ref name 1) #\_)) #t) + (else #f))) + (gnc:options-for-each-general (lambda (section hash) - (gnc:register-translatable-strings section)) + (if (external-name? section) + (gnc:register-translatable-strings section))) (lambda (option) - (gnc:register-translatable-strings (gnc:option-name option)) + (if (external-name? (gnc:option-name option)) + (gnc:register-translatable-strings (gnc:option-name option))) (gnc:register-translatable-strings (gnc:option-documentation option)) (let ((getter (gnc:option-strings-getter option))) (if getter diff --git a/src/scm/report/folio.scm b/src/scm/report/folio.scm index ea2fa7c46a..a5f8cf2b62 100644 --- a/src/scm/report/folio.scm +++ b/src/scm/report/folio.scm @@ -1,160 +1,121 @@ - (gnc:support "report/folio.scm") +(gnc:depend "report-utilities.scm") +(gnc:depend "html-generator.scm") -;; I haven't finished converting this yet... +(let () -;(gnc:define-report - ;; version -; 1 - ;; Menu name -; "Folio" - ;; Options Generator -; #f - ;; Rendering thunk. See report.scm for details. -; (lambda (options) -; (list -; "" -; "" -; "Portfolio Valuation" -; "" + (define string-db (gnc:make-string-database)) -; "" -; "This page shows the valuation of your stock/mutual fund portfolio." -; "
" -; "You can create custom reports by editing the file" -; "Reports/report-folio.phtml" -; "

" + (define (folio-options-generator) - ;; currency symbol that is printed is a dollar sign, for now - ;; currency amounts get printed with two decimal places - - ;; require ... - ;; hack alert -- need a require here, since the folowing routine(s) - ;; are identical to those in gnc-price script. - ;; -------------------------------------------------- - ;; @account_list = &account_flatlist ($account_group); - ;; This rouine accepts a pointer to a group, returns - ;; a flat list of all of the children in the group. + (define gnc:*folio-report-options* (gnc:new-options)) + (define (gnc:register-folio-option new-option) + (gnc:register-option gnc:*folio-report-options* new-option)) -;sub account_flatlist -;{ -; local ($grp) = $_[0]; -; local ($naccts) = gnucash::xaccGroupGetNumAccounts ($grp); -; local ($n); -; local (@acctlist, @childlist); -; local ($children); + (gnc:register-folio-option + (gnc:make-date-option + "Portfolio Options" "At" + "a" "Calculate stock portfolio value at this date" + (lambda () + (let ((bdtime (localtime (current-time)))) + (set-tm:sec bdtime 59) + (set-tm:min bdtime 59) + (set-tm:hour bdtime 23) + (let ((time (car (mktime bdtime)))) + (cons time 0)))) + #f)) -; foreach $n (0..$naccts-1) { -; $acct = gnucash::xaccGroupGetAccount ($grp, $n); -; push (@acctlist, $acct); -; $children = gnucash::xaccAccountGetChildren ($acct); -; if ($children) { -; @childlist = &account_flatlist ($children); -; push (@acctlist, @childlist); -; } -; } + gnc:*folio-report-options*) -; return (@acctlist); -;} + (define (titles) + (map (lambda (key) (string-db 'lookup key)) + '(name ticker shares recent value cost profit-loss))) -;; -------------------------------------------------- -;; $split = &get_last_split ($account); -;; returns the most recent split in the account. + (define (gnc:account-get-last-split account) + (let ((num-splits (gnc:account-get-split-count account))) + (gnc:account-get-split account (if (> num-splits 0) + (- num-splits 1) + 0)))) -;sub get_last_split -;{ -; local ($acct) = $_[0]; -; local ($query, $splitlist, $split); + (define (report-rows) -; $query = gnucash::xaccMallocQuery(); -; gnucash::xaccQueryAddAccount ($query, $acct); -; gnucash::xaccQuerySetMaxSplits ($query, 1); -; $splitlist = gnucash::xaccQueryGetSplits ($query); + (define total-value (make-stats-collector)) + (define total-cost (make-stats-collector)) -; $split = gnucash::IthSplit ($splitlist, 0); -;} + (define blank-row + (list " " " " " " " " " " " " " ")) -;; -------------------------------------------------- + (define (report-row account) + (let ((last-split (gnc:account-get-last-split account))) + (let ((shares (gnc:split-get-share-balance last-split)) + (price (gnc:split-get-share-price last-split)) + (balance (gnc:split-get-balance last-split)) + (cost (gnc:split-get-cost-basis last-split))) -;; get a flat list of all the accounts ... -;@acclist = &account_flatlist ($topgroup); + (total-value 'add balance) + (total-cost 'add cost) -;; get the most recent price date .. -;$latest = -1.0e20; -;$earliest = 1.0e20; -;foreach $acct (@acclist) -;{ -; $accntype = &gnucash::xaccAccountGetType($acct); -; if (($accntype == $gnucash::STOCK) || -; ($accntype == $gnucash::MUTUAL)) { -; $split = &get_last_split ($acct); -; $trans = gnucash::xaccSplitGetParent ($split); -; $secs = gnucash::xaccTransGetDate ($trans); -; if ($latest < $secs) { $latest = $secs; } -; if ($earliest > $secs) { $earliest = $secs; } -; } -;} + (list + (gnc:account-get-name account) + (gnc:account-get-security account) + (gnc:amount->string shares #f #t #t) + (gnc:amount->string price #f #t #f) + (gnc:amount->string balance #f #t #f) + (gnc:amount->string cost #f #t #f) + (gnc:amount->string (- balance cost) #f #t #f))))) -;$ldayte = gnucash::xaccPrintDateSecs ($latest); -;$edayte = gnucash::xaccPrintDateSecs ($earliest); + (define (net-row) + (let ((value (total-value 'total #f)) + (cost (total-cost 'total #f))) + (list (html-strong (string-db 'lookup 'net)) + " " " " " " + (gnc:amount->string value #f #t #f) + (gnc:amount->string cost #f #t #f) + (gnc:amount->string (- value cost) #f #t #f)))) + (define (report-rows-main) + (gnc:group-map-accounts + (lambda (account) + (let ((type (gnc:account-type->symbol + (gnc:account-get-type account)))) + (if (member type '(STOCK MUTUAL)) + (report-row account) + #f))) + (gnc:get-current-group))) -; -; -; -;
Stock Portfolio Valuation -;
Earliest Price <:= $edayte :>     Latest Price <:= $ldayte :> -;
Name -;Ticker -;Shares -;Recent Price -;Value -;Cost -;Profit/Loss + (define (collapse list collapsed) + (cond ((null? list) collapsed) + (else (collapse (cdr list) + (if (car list) + (cons (car list) collapsed) + collapsed))))) -;$totvalue = 0; -;$totcost = 0; + (let ((main-rows (collapse (report-rows-main) '()))) + (reverse (cons (net-row) + (cons blank-row main-rows))))) -;foreach $acct (@acclist) -;{ + (define (folio-renderer options) + (list + (html-start-document-title (string-db 'lookup 'title)) + (html-table (titles) (report-rows)) + (html-end-document))) -; $accntype = &gnucash::xaccAccountGetType($acct); -; if (($accntype == $gnucash::STOCK) || -; ($accntype == $gnucash::MUTUAL)) { + (string-db 'store 'title "Stock Portfolio Valuation") + (string-db 'store 'name "Name") + (string-db 'store 'ticker "Ticker") + (string-db 'store 'shares "Shares") + (string-db 'store 'recent "Recent Price") + (string-db 'store 'value "Value") + (string-db 'store 'cost "Cost") + (string-db 'store 'profit-loss "Profit/Loss") + (string-db 'store 'net "Net") -; $accname = &gnucash::xaccAccountGetName($acct); -; $ticker = &gnucash::xaccAccountGetSecurity ($acct); -; $accbaln = &gnucash::xaccAccountGetBalance($acct); - -; $split = &get_last_split ($acct); -; $price = gnucash::xaccSplitGetSharePrice ($split); -; $shares = gnucash::xaccSplitGetShareBalance ($split); -; $value = gnucash::xaccSplitGetBalance ($split); -; $cost = gnucash::xaccSplitGetCostBasis ($split); -; $profit = $accbaln - $cost; - -; $totvalue += $value; -; $totcost += $cost; - -; print "
$accname"; -; print "$ticker"; -; printf "%10.3f", $shares; -; printf "\$%10.2f\n", $price; -; printf "\$%10.2f\n", $value; -; printf "\$%10.2f\n", $cost; -; printf "\$%10.2f\n", $profit; -; } -;} - -;print "
   \n"; ;; blank line -;print "   \n"; ;; blank line - -;print "
Net "; -;print "  "; -;printf "  \$%10.2f \n", $totvalue; -;printf "  \$%10.2f \n", $totcost; -;printf "  \$%10.2f \n", $totvalue-$totcost; - -;
-; -; + (gnc:define-report + ;; version + 1 + ;; Menu name + "Stock Portfolio" + ;; Options Generator + #f + ;; Renderer + folio-renderer)) diff --git a/src/scm/report/hello-world.scm b/src/scm/report/hello-world.scm index e39360a2a9..77552c7717 100644 --- a/src/scm/report/hello-world.scm +++ b/src/scm/report/hello-world.scm @@ -200,7 +200,7 @@ ;; Here's a helper function for making some of the paragraphs below. (define (make-para key . values) (let ((args (append (list #f (string-db 'lookup key)) values))) - (string-append "

" (apply sprintf args) "

"))) + (html-para (apply sprintf args)))) ;; This is the rendering function. It accepts a database of options @@ -243,8 +243,7 @@ ;; the other reports for details. Note that you can used nested ;; lists here, as well as arbitrary functions. (list - "" - "" + (html-start-document-color (gnc:color-option->html color-op)) ;; Here we get the title using the string database and 'lookup. "

" (string-db 'lookup 'title) "

" @@ -292,8 +291,7 @@ (make-para 'nice-day) - "" - "")))) + (html-end-document))))) ;; Now we store the actual strings we are going to use and diff --git a/src/top-level.h b/src/top-level.h index 4f5748b8c8..bc6563d051 100644 --- a/src/top-level.h +++ b/src/top-level.h @@ -41,6 +41,8 @@ #define HH_GLOBPREFS "xacc-globalprefs.html" #define HH_ACCEDIT "xacc-accountedit.html" #define HH_QIFIMPORT "xacc-qif-import.html" +#define HH_PRINTCHECK "xacc-print-check.html" +#define HH_PRINT "xacc-print.html" /** STRUCTS *********************************************************/