Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
  • Loading branch information
gjanssens committed Sep 10, 2017
2 parents 82bd4f6 + 600f010 commit 556f703
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
1 change: 1 addition & 0 deletions libgnucash/engine/business-core.i
Expand Up @@ -74,6 +74,7 @@ static GncEmployee * gncEmployeeLookupFlip(GncGUID g, QofBook *b)

GLIST_HELPER_INOUT(GncInvoiceList, SWIGTYPE_p__gncInvoice);
GLIST_HELPER_INOUT(EntryList, SWIGTYPE_p__gncEntry);
GLIST_HELPER_INOUT(GncTaxTableGetTables, SWIGTYPE_p__gncTaxTable);
GLIST_HELPER_INOUT(GncTaxTableEntryList, SWIGTYPE_p__gncTaxTableEntry);
GLIST_HELPER_INOUT(OwnerList, SWIGTYPE_p__gncOwner);

Expand Down
2 changes: 1 addition & 1 deletion libgnucash/engine/gncTaxTable.c
Expand Up @@ -681,7 +681,7 @@ GncTaxTable *gncTaxTableLookupByName (QofBook *book, const char *name)
return NULL;
}

GList * gncTaxTableGetTables (QofBook *book)
GncTaxTableList * gncTaxTableGetTables (QofBook *book)
{
struct _book_info *bi;
if (!book) return NULL;
Expand Down
3 changes: 2 additions & 1 deletion libgnucash/engine/gncTaxTable.h
Expand Up @@ -152,7 +152,8 @@ static inline GncTaxTable *gncTaxTableLookup (const QofBook* book, const GncGUID

GncTaxTable *gncTaxTableLookupByName (QofBook *book, const char *name);

GList * gncTaxTableGetTables (QofBook *book);
typedef GList GncTaxTableList;
GncTaxTableList * gncTaxTableGetTables (QofBook *book);

const char *gncTaxTableGetName (const GncTaxTable *table);
GncTaxTable *gncTaxTableGetParent (const GncTaxTable *table);
Expand Down
19 changes: 15 additions & 4 deletions po/de.po
Expand Up @@ -16,7 +16,7 @@ msgstr ""
"Project-Id-Version: GnuCash 2.6.15\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-04 00:02+0200\n"
"PO-Revision-Date: 2017-09-04 17:10+0200\n"
"PO-Revision-Date: 2017-09-09 21:33+0200\n"
"Last-Translator: Mechtilde <ooo@mechtilde.de>\n"
"Language-Team: GnuCash-de <gnucash-de@gnucash.org>\n"
"Language: de\n"
Expand Down Expand Up @@ -8313,6 +8313,17 @@ msgstr "Standardwährung, die bei neuen Berichten verwendet wird"
msgid "Zoom factor to use by default for reports."
msgstr "Vorgabe der Vergrößerung in Berichten."

#: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:112
#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:179
msgid ""
"On high resolution screens reports tend to be hard to read. This option "
"allows you to scale reports up by the set factor. For example setting this "
"to 2.0 will display reports at twice their typical size."
msgstr ""
"Auf hochauflösenden Bildschirmen können Berichte schwer zu lesen sein.\n"
"Diese Option erlaubt das Skalieren der Berichte um den gewählten Faktor.\n"
"Z.B. wird ein Wert von 2 die Berichte mit dem Doppelten ihrer ursprünglichen Größe darstellen."

#: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:113
msgid "PDF export file name format"
msgstr "PDF-Export Dateinamen-Formatvorlage"
Expand Down Expand Up @@ -12121,8 +12132,8 @@ msgstr ""
"GnuCash: Ihr privater Finanzmanager. Die freie Lösung zur Finanzverwaltung."

#: ../src/gnome-utils/gnc-main-window.c:4372
msgid "© 1997-2016 Contributors"
msgstr "© 1997-2016 Mitwirkende"
msgid "© 1997-2017 Contributors"
msgstr "© 1997-2017 Mitwirkende"

#. Translators: the following string will be shown in Help->About->Credits
#. * Enter your name or that of your team and an email contact for feedback.
Expand Down Expand Up @@ -22866,7 +22877,7 @@ msgstr ""
#: ../src/report/standard-reports/advanced-portfolio.scm:97
msgid "Use last-in first-out method for basis."
msgstr ""
"Verwende die First-In First-Out-Zuordnung (zuerst erworbene werden zuerst "
"Verwende die Last-In First-Out-Zuordnung (zuletzt erworbene werden zuerst "
"verkauft) zur Ermittlung der Basis."

#: ../src/report/standard-reports/advanced-portfolio.scm:103
Expand Down

0 comments on commit 556f703

Please sign in to comment.