mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove translation macros so that this unused file isn't included in
the translation template any more. Avoids useless translation work. * src/scm/doc.scm, src/scm/main.scm: Comment out gnc:load-help-topics function because it isn't used anymore, and with the last change it also won't be translated anymore. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13665 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
a5ba455209
commit
a999514bb0
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
||||
2006-03-18 Christian Stimming <stimming@tuhh.de>
|
||||
|
||||
* src/scm/doc.scm, src/scm/main.scm: Comment out
|
||||
gnc:load-help-topics function because it isn't used anymore, and
|
||||
with the last change it also won't be translated anymore.
|
||||
|
||||
* src/scm/help-topics-index.scm: Remove translation macros so that
|
||||
this unused file isn't included in the translation template any
|
||||
more. Avoids useless translation work.
|
||||
|
||||
2006-03-17 David Hampton <hampton@employees.org>
|
||||
|
||||
* src/scm/price-quotes.scm:
|
||||
|
@ -97,10 +97,10 @@ string and 'directories' must be a list of strings."
|
||||
(fill-out-topics (cdr input))))))
|
||||
(else input)))
|
||||
|
||||
(define (gnc:load-help-topics fname)
|
||||
;; Should this be %load-path, or should we use doc-path, and should
|
||||
;; topics be a .scm file, or just a file since there's no code in
|
||||
;; there?
|
||||
(with-input-from-file (%search-load-path fname)
|
||||
(lambda ()
|
||||
(fill-out-topics (remove-i18n-macros (read))))))
|
||||
; (define (gnc:load-help-topics fname)
|
||||
; ;; Should this be %load-path, or should we use doc-path, and should
|
||||
; ;; topics be a .scm file, or just a file since there's no code in
|
||||
; ;; there?
|
||||
; (with-input-from-file (%search-load-path fname)
|
||||
; (lambda ()
|
||||
; (fill-out-topics (remove-i18n-macros (read))))))
|
||||
|
@ -1,461 +1,461 @@
|
||||
(((N_ "GnuCash Tutorial and Concepts Guide")
|
||||
((( "GnuCash Tutorial and Concepts Guide")
|
||||
"gnc-help:gnucash-guide/index.html"
|
||||
(((N_ "Overview of GnuCash")
|
||||
((( "Overview of GnuCash")
|
||||
"gnc-help:gnucash-guide/chapter1.html"
|
||||
(((N_ "Introduction to GnuCash")
|
||||
((( "Introduction to GnuCash")
|
||||
"gnc-help:gnucash-guide/intro1.html" #f)
|
||||
((N_ "About this Book")
|
||||
(( "About this Book")
|
||||
"gnc-help:gnucash-guide/about1.html" #f)
|
||||
((N_ "Top Ten Reasons to Use GnuCash")
|
||||
(( "Top Ten Reasons to Use GnuCash")
|
||||
"gnc-help:gnucash-guide/reasons1.html" #f)
|
||||
((N_ "Installation")
|
||||
(( "Installation")
|
||||
"gnc-help:gnucash-guide/install1.html" #f)
|
||||
)
|
||||
)
|
||||
((N_ "Basic Structure and Setup")
|
||||
(( "Basic Structure and Setup")
|
||||
"gnc-help:gnucash-guide/chapter2.html"
|
||||
(((N_ "Data Entry Concepts")
|
||||
((( "Data Entry Concepts")
|
||||
"gnc-help:gnucash-guide/entry1.html"
|
||||
(((N_ "File, Accounts and Transactions")
|
||||
((( "File, Accounts and Transactions")
|
||||
"gnc-help:gnucash-guide/entry1.html#accounts2" #f)
|
||||
((N_ "Double Entry")
|
||||
(( "Double Entry")
|
||||
"gnc-help:gnucash-guide/entry1.html#dbentry2" #f)
|
||||
)
|
||||
)
|
||||
((N_ "The GnuCash Interface")
|
||||
(( "The GnuCash Interface")
|
||||
"gnc-help:gnucash-guide/interface1.html"
|
||||
(((N_ "Create a new set of accounts")
|
||||
((( "Create a new set of accounts")
|
||||
"gnc-help:gnucash-guide/interface1.html#setup2" #f)
|
||||
((N_ "Tip of the Day")
|
||||
(( "Tip of the Day")
|
||||
"gnc-help:gnucash-guide/interface1.html#tip2" #f)
|
||||
((N_ "Account Tree Window")
|
||||
(( "Account Tree Window")
|
||||
"gnc-help:gnucash-guide/interface1.html#main2" #f)
|
||||
((N_ "Account Register Window")
|
||||
(( "Account Register Window")
|
||||
"gnc-help:gnucash-guide/interface1.html#register2" #f)
|
||||
((N_ "Tool Bar Buttons")
|
||||
(( "Tool Bar Buttons")
|
||||
"gnc-help:gnucash-guide/interface1.html#toolbar2" #f)
|
||||
((N_ "Menu Items")
|
||||
(( "Menu Items")
|
||||
"gnc-help:gnucash-guide/interface1.html#options2" #f)
|
||||
((N_ "Menu Shortcuts")
|
||||
(( "Menu Shortcuts")
|
||||
"gnc-help:gnucash-guide/interface1.html#shortcut2" #f)
|
||||
)
|
||||
)
|
||||
((N_ "Setting Preferences")
|
||||
(( "Setting Preferences")
|
||||
"gnc-help:gnucash-guide/prefs1.html"
|
||||
(((N_ "Accounts")
|
||||
((( "Accounts")
|
||||
"gnc-help:gnucash-guide/prefs1.html#accounts2" #f)
|
||||
((N_ "Business")
|
||||
(( "Business")
|
||||
"gnc-help:gnucash-guide/prefs1.html#business2" #f)
|
||||
((N_ "General")
|
||||
(( "General")
|
||||
"gnc-help:gnucash-guide/prefs1.html#general2" #f)
|
||||
((N_ "International")
|
||||
(( "International")
|
||||
"gnc-help:gnucash-guide/prefs1.html#international2" #f)
|
||||
((N_ "Online Banking")
|
||||
(( "Online Banking")
|
||||
"gnc-help:gnucash-guide/prefs1.html#onlinebank2" #f)
|
||||
((N_ "Reconcile")
|
||||
(( "Reconcile")
|
||||
"gnc-help:gnucash-guide/prefs1.html#reconcile2" #f)
|
||||
((N_ "Register")
|
||||
(( "Register")
|
||||
"gnc-help:gnucash-guide/prefs1.html#register2" #f)
|
||||
((N_ "Register Colors")
|
||||
(( "Register Colors")
|
||||
"gnc-help:gnucash-guide/prefs1.html#registercolors2" #f)
|
||||
((N_ "Scheduled Transactions")
|
||||
(( "Scheduled Transactions")
|
||||
"gnc-help:gnucash-guide/prefs1.html#schedtrans2" #f)
|
||||
)
|
||||
)
|
||||
((N_ "Getting Help")
|
||||
(( "Getting Help")
|
||||
"gnc-help:gnucash-guide/help1.html"
|
||||
(((N_ "Help Manual")
|
||||
((( "Help Manual")
|
||||
"gnc-help:gnucash-guide/help1.html#manual2" #f)
|
||||
((N_ "Web Access")
|
||||
(( "Web Access")
|
||||
"gnc-help:gnucash-guide/help1.html#web2" #f)
|
||||
((N_ "Topic Search")
|
||||
(( "Topic Search")
|
||||
"gnc-help:gnucash-guide/help1.html#topic2" #f)
|
||||
)
|
||||
)
|
||||
((N_ "Creating and Saving Files")
|
||||
(( "Creating and Saving Files")
|
||||
"gnc-help:gnucash-guide/files1.html" #f)
|
||||
((N_ "Importing QIF Files")
|
||||
(( "Importing QIF Files")
|
||||
"gnc-help:gnucash-guide/import1.html" #f)
|
||||
((N_ "Backing Up and Protecting Data")
|
||||
(( "Backing Up and Protecting Data")
|
||||
"gnc-help:gnucash-guide/backup1.html" #f)
|
||||
((N_ "Putting It All Together")
|
||||
(( "Putting It All Together")
|
||||
"gnc-help:gnucash-guide/together1.html" #f)
|
||||
)
|
||||
)
|
||||
((N_ "Organizing Your Accounts")
|
||||
(( "Organizing Your Accounts")
|
||||
"gnc-help:gnucash-guide/chapter3.html"
|
||||
(((N_ "Basic Accounting Concepts")
|
||||
((( "Basic Accounting Concepts")
|
||||
"gnc-help:gnucash-guide/basic_acct1.html"
|
||||
(((N_ "Balance Sheet Accounts")
|
||||
((( "Balance Sheet Accounts")
|
||||
"gnc-help:gnucash-guide/basic_acct1.html#basic_acct_bsm2" #f)
|
||||
((N_ "Income and Expense Accounts")
|
||||
(( "Income and Expense Accounts")
|
||||
"gnc-help:gnucash-guide/basic_acct1.html#basic_acct_ie2" #f)
|
||||
)
|
||||
)
|
||||
((N_ "GnuCash Accounts")
|
||||
(( "GnuCash Accounts")
|
||||
"gnc-help:gnucash-guide/types1.html"
|
||||
(((N_ "Balance sheet accounts")
|
||||
((( "Balance sheet accounts")
|
||||
"gnc-help:gnucash-guide/types1.html#balance2" #f)
|
||||
((N_ "Income and Expense Accounts")
|
||||
(( "Income and Expense Accounts")
|
||||
"gnc-help:gnucash-guide/types1.html#income2" #f)
|
||||
)
|
||||
)
|
||||
((N_ "Putting It All Together")
|
||||
(( "Putting It All Together")
|
||||
"gnc-help:gnucash-guide/examples1.html" #f)
|
||||
)
|
||||
)
|
||||
((N_ "Transactions")
|
||||
(( "Transactions")
|
||||
"gnc-help:gnucash-guide/chapter4.html"
|
||||
(((N_ "Concepts of Transactions")
|
||||
((( "Concepts of Transactions")
|
||||
"gnc-help:gnucash-guide/concept_transactions1.html" #f)
|
||||
((N_ "The Account Register")
|
||||
(( "The Account Register")
|
||||
"gnc-help:gnucash-guide/registers1.html"
|
||||
(((N_ "Simple Two Account Transaction")
|
||||
((( "Simple Two Account Transaction")
|
||||
"gnc-help:gnucash-guide/registers1.html#registers_twoaccount2" #f)
|
||||
((N_ "Multi Account Transaction")
|
||||
(( "Multi Account Transaction")
|
||||
"gnc-help:gnucash-guide/registers1.html#registers_multiaccount2" #f)
|
||||
((N_ "Account Register Features")
|
||||
(( "Account Register Features")
|
||||
"gnc-help:gnucash-guide/registers1.html#registers_features2" #f)
|
||||
)
|
||||
)
|
||||
((N_ "Choosing a Register Style")
|
||||
(( "Choosing a Register Style")
|
||||
"gnc-help:gnucash-guide/regstyle1.html" #f)
|
||||
((N_ "Using Entry Shortcuts")
|
||||
(( "Using Entry Shortcuts")
|
||||
"gnc-help:gnucash-guide/shortcuts1.html" #f)
|
||||
((N_ "Putting It All Together")
|
||||
(( "Putting It All Together")
|
||||
"gnc-help:gnucash-guide/trans_puttoget1.html"
|
||||
(((N_ "Opening Balances")
|
||||
((( "Opening Balances")
|
||||
"gnc-help:gnucash-guide/trans_puttoget1.html#trans_puttoget_open2" #f)
|
||||
((N_ "Additional Transaction Examples")
|
||||
(( "Additional Transaction Examples")
|
||||
"gnc-help:gnucash-guide/trans_puttoget1.html#trans_puttoget_add2" #f)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
((N_ "Starting with Your Checkbook")
|
||||
(( "Starting with Your Checkbook")
|
||||
"gnc-help:gnucash-guide/chapter5.html"
|
||||
(((N_ "Setting up Accounts")
|
||||
((( "Setting up Accounts")
|
||||
"gnc-help:gnucash-guide/setupacct1.html" #f)
|
||||
((N_ "Entering Deposits")
|
||||
(( "Entering Deposits")
|
||||
"gnc-help:gnucash-guide/enterdep1.html" #f)
|
||||
((N_ "Entering Withdrawals")
|
||||
(( "Entering Withdrawals")
|
||||
"gnc-help:gnucash-guide/withdrawals1.html"
|
||||
(((N_ "ATM/Cash Withdrawals")
|
||||
((( "ATM/Cash Withdrawals")
|
||||
"gnc-help:gnucash-guide/withdrawals1.html#atm2" #f)
|
||||
)
|
||||
)
|
||||
((N_ "Reconciling your Accounts")
|
||||
(( "Reconciling your Accounts")
|
||||
"gnc-help:gnucash-guide/reconacct1.html" #f)
|
||||
((N_ "Putting It All Together")
|
||||
(( "Putting It All Together")
|
||||
"gnc-help:gnucash-guide/checktogether1.html" #f)
|
||||
)
|
||||
)
|
||||
((N_ "Managing Credit Cards")
|
||||
(( "Managing Credit Cards")
|
||||
"gnc-help:gnucash-guide/chapter6.html"
|
||||
(((N_ "Setting Up Accounts")
|
||||
((( "Setting Up Accounts")
|
||||
"gnc-help:gnucash-guide/settingupacct1.html" #f)
|
||||
((N_ "Entering Charges")
|
||||
(( "Entering Charges")
|
||||
"gnc-help:gnucash-guide/entercharge1.html" #f)
|
||||
((N_ "Entering Payments")
|
||||
(( "Entering Payments")
|
||||
"gnc-help:gnucash-guide/enterpay1.html" #f)
|
||||
((N_ "Putting It All Together")
|
||||
(( "Putting It All Together")
|
||||
"gnc-help:gnucash-guide/creditcard1.html" #f)
|
||||
)
|
||||
)
|
||||
((N_ "Investments")
|
||||
(( "Investments")
|
||||
"gnc-help:gnucash-guide/chapter7.html"
|
||||
(((N_ "Setting Up Accounts")
|
||||
((( "Setting Up Accounts")
|
||||
"gnc-help:gnucash-guide/setupinvest1.html"
|
||||
(((N_ "Setting Up Accounts")
|
||||
((( "Setting Up Accounts")
|
||||
"gnc-help:gnucash-guide/setupinvest1.html#predefined2" #f)
|
||||
((N_ "Custom Accounts Example")
|
||||
(( "Custom Accounts Example")
|
||||
"gnc-help:gnucash-guide/setupinvest1.html#custom2" #f)
|
||||
)
|
||||
)
|
||||
((N_ "Creating a Portfolio for Your Current Holdings")
|
||||
(( "Creating a Portfolio for Your Current Holdings")
|
||||
"gnc-help:gnucash-guide/createport1.html" #f)
|
||||
((N_ "Buying New Investments")
|
||||
(( "Buying New Investments")
|
||||
"gnc-help:gnucash-guide/buyinvest1.html" #f)
|
||||
((N_ "Selling Investments")
|
||||
(( "Selling Investments")
|
||||
"gnc-help:gnucash-guide/sellinvest1.html" #f)
|
||||
((N_ "Recording Dividends and Interest (How-To)")
|
||||
(( "Recording Dividends and Interest (How-To)")
|
||||
"gnc-help:gnucash-guide/divint1.html" #f)
|
||||
((N_ "Recording Stock Splits and Mergers (How-To)")
|
||||
(( "Recording Stock Splits and Mergers (How-To)")
|
||||
"gnc-help:gnucash-guide/splitmerge1.html" #f)
|
||||
((N_ "Recording Employee Stock Plans (Discussion)")
|
||||
(( "Recording Employee Stock Plans (Discussion)")
|
||||
"gnc-help:gnucash-guide/employeeplan1.html"
|
||||
(((N_ "Stock Purchase Plans (How-To)")
|
||||
((( "Stock Purchase Plans (How-To)")
|
||||
"gnc-help:gnucash-guide/employeeplan1.html#purcstock2" #f)
|
||||
((N_ "Stock Options (How-To)")
|
||||
(( "Stock Options (How-To)")
|
||||
"gnc-help:gnucash-guide/employeeplan1.html#soptions2" #f)
|
||||
)
|
||||
)
|
||||
((N_ "Managing your Portfolio (Discussion)")
|
||||
(( "Managing your Portfolio (Discussion)")
|
||||
"gnc-help:gnucash-guide/manageport1.html"
|
||||
(((N_ "Portfolio View")
|
||||
((( "Portfolio View")
|
||||
"gnc-help:gnucash-guide/manageport1.html#portview2" #f)
|
||||
((N_ "Updating Prices (How-To)")
|
||||
(( "Updating Prices (How-To)")
|
||||
"gnc-help:gnucash-guide/manageport1.html#updateprices2" #f)
|
||||
((N_ "Measuring Capital Gains (Discussion)")
|
||||
(( "Measuring Capital Gains (Discussion)")
|
||||
"gnc-help:gnucash-guide/manageport1.html#capitalgain2" #f)
|
||||
)
|
||||
)
|
||||
((N_ "Reconciling with the Brokerage Statement (How-To)")
|
||||
(( "Reconciling with the Brokerage Statement (How-To)")
|
||||
"gnc-help:gnucash-guide/reconcilebroker1.html" #f)
|
||||
((N_ "Putting It All Together")
|
||||
(( "Putting It All Together")
|
||||
"gnc-help:gnucash-guide/stockegs1.html" #f)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
((N_ "GnuCash Help")
|
||||
(( "GnuCash Help")
|
||||
"gnc-help:gnucash-help/help.html"
|
||||
|
||||
(((N_ "Introduction to GnuCash")
|
||||
((( "Introduction to GnuCash")
|
||||
"gnc-help:gnucash-help/intro-to-gnucash.html"
|
||||
(((N_ "What is GnuCash?")
|
||||
((( "What is GnuCash?")
|
||||
"gnc-help:gnucash-help/intro-to-gnucash.html#what-is-gnucash" #f)
|
||||
)
|
||||
)
|
||||
|
||||
((N_ "Getting Started")
|
||||
(( "Getting Started")
|
||||
"gnc-help:gnucash-help/getting-started.html"
|
||||
(((N_ "Running GnuCash for the First Time")
|
||||
((( "Running GnuCash for the First Time")
|
||||
"gnc-help:gnucash-help/getting-started.html#first-time"
|
||||
(((N_ "New Account Hierarchy Setup")
|
||||
((( "New Account Hierarchy Setup")
|
||||
"gnc-help:gnucash-help/getting-started.html#acct-hierarchy" #f)
|
||||
((N_ "Import QIF Files")
|
||||
(( "Import QIF Files")
|
||||
"gnc-help:gnucash-help/getting-started.html#import-qif" #f)
|
||||
((N_ "GnuCash Tutorial and Concepts Guide")
|
||||
(( "GnuCash Tutorial and Concepts Guide")
|
||||
"gnc-help:gnucash-help/getting-started.html#tutorial" #f)
|
||||
)
|
||||
)
|
||||
((N_ "Tip of the Day")
|
||||
(( "Tip of the Day")
|
||||
"gnc-help:gnucash-help/getting-started.html#tip-of-the-day" #f)
|
||||
)
|
||||
)
|
||||
|
||||
((N_ "Usage") ""
|
||||
(((N_ "GnuCash Windows")
|
||||
(( "Usage") ""
|
||||
((( "GnuCash Windows")
|
||||
"gnc-help:gnucash-help/usage.html#windows"
|
||||
(((N_ "Account Tree Window")
|
||||
((( "Account Tree Window")
|
||||
"gnc-help:gnucash-help/usage.html#account-tree"
|
||||
(((N_ "Menus")
|
||||
((( "Menus")
|
||||
"gnc-help:gnucash-help/usage.html#tree-menus" #f)
|
||||
((N_ "Tool Bar Buttons")
|
||||
(( "Tool Bar Buttons")
|
||||
"gnc-help:gnucash-help/usage.html#tree-toolbar" #f)
|
||||
((N_ "Summary Bar")
|
||||
(( "Summary Bar")
|
||||
"gnc-help:gnucash-help/usage.html#tree-summary" #f)
|
||||
((N_ "Account Tree")
|
||||
(( "Account Tree")
|
||||
"gnc-help:gnucash-help/usage.html#tree-main" #f)
|
||||
((N_ "Status Bar")
|
||||
(( "Status Bar")
|
||||
"gnc-help:gnucash-help/usage.html#tree-status" #f)
|
||||
)
|
||||
)
|
||||
((N_ "Account Register Window")
|
||||
(( "Account Register Window")
|
||||
"gnc-help:gnucash-help/usage.html#account-register"
|
||||
(((N_ "Menus")
|
||||
((( "Menus")
|
||||
"gnc-help:gnucash-help/usage.html#reg-menus" #f)
|
||||
((N_ "Tool Bar Buttons")
|
||||
(( "Tool Bar Buttons")
|
||||
"gnc-help:gnucash-help/usage.html#reg-toolbar" #f)
|
||||
((N_ "Summary Bar")
|
||||
(( "Summary Bar")
|
||||
"gnc-help:gnucash-help/usage.html#reg-summary" #f)
|
||||
((N_ "List of Transactions")
|
||||
(( "List of Transactions")
|
||||
"gnc-help:gnucash-help/usage.html#reg-main" #f)
|
||||
((N_ "Status Bar")
|
||||
(( "Status Bar")
|
||||
"gnc-help:gnucash-help/usage.html#reg-status" #f)
|
||||
((N_ "General Ledger")
|
||||
(( "General Ledger")
|
||||
"gnc-help:gnucash-help/usage.html#reg-gl" #f)
|
||||
)
|
||||
)
|
||||
((N_ "Report Window")
|
||||
(( "Report Window")
|
||||
"gnc-help:gnucash-help/usage.html#report-win"
|
||||
(((N_ "Tool Bar Buttons")
|
||||
((( "Tool Bar Buttons")
|
||||
"gnc-help:gnucash-help/usage.html#report-toolbar" #f)
|
||||
((N_ "Report")
|
||||
(( "Report")
|
||||
"gnc-help:gnucash-help/usage.html#report-main" #f)
|
||||
)
|
||||
)
|
||||
((N_ "Tool Windows")
|
||||
(( "Tool Windows")
|
||||
"gnc-help:gnucash-help/usage.html#tool-win"
|
||||
(((N_ "Scheduled Transactions Window")
|
||||
((( "Scheduled Transactions Window")
|
||||
"gnc-help:gnucash-help/usage.html#tool-sched" #f)
|
||||
((N_ "Reconcile Window")
|
||||
(( "Reconcile Window")
|
||||
"gnc-help:gnucash-help/usage.html#tool-reconcile" #f)
|
||||
((N_ "Price Editor")
|
||||
(( "Price Editor")
|
||||
"gnc-help:gnucash-help/usage.html#tool-price" #f)
|
||||
((N_ "Commodity Editor")
|
||||
(( "Commodity Editor")
|
||||
"gnc-help:gnucash-help/usage.html#tool-commodity" #f)
|
||||
((N_ "Financial Calculator")
|
||||
(( "Financial Calculator")
|
||||
"gnc-help:gnucash-help/usage.html#tool-calc" #f)
|
||||
((N_ "Find Transactions")
|
||||
(( "Find Transactions")
|
||||
"gnc-help:gnucash-help/usage.html#tool-find" #f)
|
||||
)
|
||||
)
|
||||
((N_ "Help Window")
|
||||
(( "Help Window")
|
||||
"gnc-help:gnucash-help/usage.html#help-win" #f)
|
||||
)
|
||||
)
|
||||
((N_ "Setting Up and Editing Accounts")
|
||||
(( "Setting Up and Editing Accounts")
|
||||
"gnc-help:gnucash-help/usage.html#setup-accounts"
|
||||
(((N_ "Types of GnuCash Accounts")
|
||||
((( "Types of GnuCash Accounts")
|
||||
"gnc-help:gnucash-help/usage.html#acct-types" #f)
|
||||
((N_ "To Create a Chart of Accounts")
|
||||
(( "To Create a Chart of Accounts")
|
||||
"gnc-help:gnucash-help/usage.html#chart-create" #f)
|
||||
((N_ "To Create a New Account")
|
||||
(( "To Create a New Account")
|
||||
"gnc-help:gnucash-help/usage.html#acct-create"
|
||||
(((N_ "General Information")
|
||||
((( "General Information")
|
||||
"gnc-help:gnucash-help/usage.html#gen-info" #f)
|
||||
((N_ "Opening Balance")
|
||||
(( "Opening Balance")
|
||||
"gnc-help:gnucash-help/usage.html#open-balance" #f)
|
||||
)
|
||||
)
|
||||
((N_ "To Edit an Account")
|
||||
(( "To Edit an Account")
|
||||
"gnc-help:gnucash-help/usage.html#acct-edit" #f)
|
||||
((N_ "To Edit a Chart of Accounts")
|
||||
(( "To Edit a Chart of Accounts")
|
||||
"gnc-help:gnucash-help/usage.html#chart-edit" #f)
|
||||
((N_ "To Delete an Account")
|
||||
(( "To Delete an Account")
|
||||
"gnc-help:gnucash-help/usage.html#acct-delete" #f)
|
||||
((N_ "To Jump to Another Account")
|
||||
(( "To Jump to Another Account")
|
||||
"gnc-help:gnucash-help/usage.html#acct-jump" #f)
|
||||
((N_ "To Reconcile an Account to a Statement")
|
||||
(( "To Reconcile an Account to a Statement")
|
||||
"gnc-help:gnucash-help/usage.html#acct-reconcile"
|
||||
(((N_ "Reconcile Information")
|
||||
((( "Reconcile Information")
|
||||
"gnc-help:gnucash-help/usage.html#rec-info" #f)
|
||||
((N_ "Reconcile Window")
|
||||
(( "Reconcile Window")
|
||||
"gnc-help:gnucash-help/usage.html#rec-win" #f)
|
||||
)
|
||||
)
|
||||
((N_ "To Perform a Stock Split")
|
||||
(( "To Perform a Stock Split")
|
||||
"gnc-help:gnucash-help/usage.html#stock-split"
|
||||
(((N_ "Stock Split Druid")
|
||||
((( "Stock Split Druid")
|
||||
"gnc-help:gnucash-help/usage.html#stock-split-druid" #f)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
((N_ "Using the Register to Record Transactions")
|
||||
(( "Using the Register to Record Transactions")
|
||||
"gnc-help:gnucash-help/usage.html#transactions"
|
||||
(((N_ "Changing the Register View")
|
||||
((( "Changing the Register View")
|
||||
"gnc-help:gnucash-help/usage.html#reg-views" #f)
|
||||
((N_ "To Enter a Transaction")
|
||||
(( "To Enter a Transaction")
|
||||
"gnc-help:gnucash-help/usage.html#trans-enter"
|
||||
(((N_ "Enter Directly in the Register Window")
|
||||
((( "Enter Directly in the Register Window")
|
||||
"gnc-help:gnucash-help/usage.html#trans-reg-enter" #f)
|
||||
((N_ "Enter in the Transfer Funds Window")
|
||||
(( "Enter in the Transfer Funds Window")
|
||||
"gnc-help:gnucash-help/usage.html#trans-win-enter" #f)
|
||||
)
|
||||
)
|
||||
((N_ "To Enter Multiple Split Transactions")
|
||||
(( "To Enter Multiple Split Transactions")
|
||||
"gnc-help:gnucash-help/usage.html#trans-multi-enter" #f)
|
||||
((N_ "To Enter Multiple Currency Transactions")
|
||||
(( "To Enter Multiple Currency Transactions")
|
||||
"gnc-help:gnucash-help/usage.html#trans-currency-enter" #f)
|
||||
((N_ "To Edit a Transaction")
|
||||
(( "To Edit a Transaction")
|
||||
"gnc-help:gnucash-help/usage.html#trans-edit" #f)
|
||||
((N_ "To Delete a Transaction")
|
||||
(( "To Delete a Transaction")
|
||||
"gnc-help:gnucash-help/usage.html#trans-delete" #f)
|
||||
((N_ "To Remove Transaction Splits")
|
||||
(( "To Remove Transaction Splits")
|
||||
"gnc-help:gnucash-help/usage.html#trans-split-remove" #f)
|
||||
((N_ "To Copy a Transaction")
|
||||
(( "To Copy a Transaction")
|
||||
"gnc-help:gnucash-help/usage.html#trans-copy" #f)
|
||||
((N_ "To Schedule Transactions")
|
||||
(( "To Schedule Transactions")
|
||||
"gnc-help:gnucash-help/usage.html#tran-sched"
|
||||
(((N_ "Scheduled Transaction Editor")
|
||||
((( "Scheduled Transaction Editor")
|
||||
"gnc-help:gnucash-help/usage.html#trans-sched-editor" #f)
|
||||
((N_ "Since Last Run Druid")
|
||||
(( "Since Last Run Druid")
|
||||
"gnc-help:gnucash-help/usage.html#trans-sched-slr" #f)
|
||||
((N_ "Mortgage & Loan Repayment Druid")
|
||||
(( "Mortgage & Loan Repayment Druid")
|
||||
"gnc-help:gnucash-help/usage.html#trans-sched-loans" #f)
|
||||
)
|
||||
)
|
||||
((N_ "To Print Checks")
|
||||
(( "To Print Checks")
|
||||
"gnc-help:gnucash-help/usage.html#print-check" #f)
|
||||
)
|
||||
)
|
||||
((N_ "Using GnuCash Reports and Charts")
|
||||
(( "Using GnuCash Reports and Charts")
|
||||
"gnc-help:gnucash-help/usage.html#reports"
|
||||
(((N_ "Types of Reports and Graphs")
|
||||
((( "Types of Reports and Graphs")
|
||||
"gnc-help:gnucash-help/usage.html#report-types"
|
||||
(((N_ "General Reports")
|
||||
((( "General Reports")
|
||||
"gnc-help:gnucash-help/usage.html#report-general" #f)
|
||||
((N_ "Assets & Liabilities")
|
||||
(( "Assets & Liabilities")
|
||||
"gnc-help:gnucash-help/usage.html#report-assets" #f)
|
||||
((N_ "Income & Expense")
|
||||
(( "Income & Expense")
|
||||
"gnc-help:gnucash-help/usage.html#report-income" #f)
|
||||
((N_ "Business Reports")
|
||||
(( "Business Reports")
|
||||
"gnc-help:gnucash-help/usage.html#report-biz" #f)
|
||||
)
|
||||
)
|
||||
((N_ "To Create Reports and Graphs")
|
||||
(( "To Create Reports and Graphs")
|
||||
"gnc-help:gnucash-help/usage.html#report-create" #f)
|
||||
((N_ "To Customize Reports and Graphs")
|
||||
(( "To Customize Reports and Graphs")
|
||||
"gnc-help:gnucash-help/usage.html#report-custom" #f)
|
||||
((N_ "To Print or Export Reports and Graphs")
|
||||
(( "To Print or Export Reports and Graphs")
|
||||
"gnc-help:gnucash-help/usage.html#report-print" #f)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
((N_ "Customizing GnuCash")
|
||||
(( "Customizing GnuCash")
|
||||
"gnc-help:gnucash-help/custom-gnucash.html"
|
||||
(((N_ "Account Options")
|
||||
((( "Account Options")
|
||||
"gnc-help:gnucash-help/custom-gnucash.html#account-options" #f)
|
||||
((N_ "Setting Your Preferences")
|
||||
(( "Setting Your Preferences")
|
||||
"gnc-help:gnucash-help/custom-gnucash.html#set-prefs"
|
||||
(((N_ "Accounts")
|
||||
((( "Accounts")
|
||||
"gnc-help:gnucash-help/custom-gnucash.html#prefs-accounts" #f)
|
||||
((N_ "Business")
|
||||
(( "Business")
|
||||
"gnc-help:gnucash-help/custom-gnucash.html#prefs-biz" #f)
|
||||
((N_ "General")
|
||||
(( "General")
|
||||
"gnc-help:gnucash-help/custom-gnucash.html#prefs-general" #f)
|
||||
((N_ "International")
|
||||
(( "International")
|
||||
"gnc-help:gnucash-help/custom-gnucash.html#prefs-inter" #f)
|
||||
((N_ "Online Banking & Importing")
|
||||
(( "Online Banking & Importing")
|
||||
"gnc-help:gnucash-help/custom-gnucash.html#prefs-online" #f)
|
||||
((N_ "Reconcile")
|
||||
(( "Reconcile")
|
||||
"gnc-help:gnucash-help/custom-gnucash.html#prefs-rec" #f)
|
||||
((N_ "Register")
|
||||
(( "Register")
|
||||
"gnc-help:gnucash-help/custom-gnucash.html#prefs-reg" #f)
|
||||
((N_ "Register Colors")
|
||||
(( "Register Colors")
|
||||
"gnc-help:gnucash-help/custom-gnucash.html#prefs-reg-color" #f)
|
||||
((N_ "Scheduled Transactions")
|
||||
(( "Scheduled Transactions")
|
||||
"gnc-help:gnucash-help/custom-gnucash.html#prefs-sched" #f)
|
||||
((N_ "User Info")
|
||||
(( "User Info")
|
||||
"gnc-help:gnucash-help/custom-gnucash.html#prefs-user" #f)
|
||||
((N_ "Advanced")
|
||||
(( "Advanced")
|
||||
"gnc-help:gnucash-help/custom-gnucash.html#prefs-advanced" #f)
|
||||
)
|
||||
)
|
||||
((N_ "Changing Style Sheets")
|
||||
(( "Changing Style Sheets")
|
||||
"gnc-help:gnucash-help/custom-gnucash.html#change-style"
|
||||
(((N_ "Default")
|
||||
((( "Default")
|
||||
"gnc-help:gnucash-help/custom-gnucash.html#style-default"
|
||||
(((N_ "General")
|
||||
((( "General")
|
||||
"gnc-help:gnucash-help/custom-gnucash.html#style-def-general" #f)
|
||||
((N_ "Tables")
|
||||
(( "Tables")
|
||||
"gnc-help:gnucash-help/custom-gnucash.html#style-def-tables" #f)
|
||||
)
|
||||
)
|
||||
((N_ "Technicolor")
|
||||
(( "Technicolor")
|
||||
"gnc-help:gnucash-help/custom-gnucash.html#style-technicolor"
|
||||
(((N_ "Colors")
|
||||
((( "Colors")
|
||||
"gnc-help:gnucash-help/custom-gnucash.html#style-tech-colors" #f)
|
||||
((N_ "General")
|
||||
(( "General")
|
||||
"gnc-help:gnucash-help/custom-gnucash.html#style-tech-general" #f)
|
||||
((N_ "Images")
|
||||
(( "Images")
|
||||
"gnc-help:gnucash-help/custom-gnucash.html#style-tech-images" #f)
|
||||
((N_ "Tables")
|
||||
(( "Tables")
|
||||
"gnc-help:gnucash-help/custom-gnucash.html#style-tech-tables" #f)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
((N_ "Setting Tax Options")
|
||||
(( "Setting Tax Options")
|
||||
"gnc-help:gnucash-help/custom-gnucash.html#set-tax-options"
|
||||
(((N_ "TXF Export - Known Anomalies and Limitations")
|
||||
((( "TXF Export - Known Anomalies and Limitations")
|
||||
"gnc-help:gnucash-help/custom-gnucash.html#txf-probs" #f)
|
||||
((N_ "Detailed TXF Category Descriptions")
|
||||
(( "Detailed TXF Category Descriptions")
|
||||
"gnc-help:gnucash-help/custom-gnucash.html#txf-defs" #f)
|
||||
)
|
||||
)
|
||||
@ -463,5 +463,5 @@
|
||||
)
|
||||
)
|
||||
)
|
||||
((N_ "Report a bug") "http://bugzilla.gnome.org" #f)
|
||||
(( "Report a bug") "http://bugzilla.gnome.org" #f)
|
||||
)
|
||||
|
@ -61,7 +61,7 @@
|
||||
|
||||
;; from doc.scm
|
||||
(export gnc:find-doc-file)
|
||||
(export gnc:load-help-topics)
|
||||
;(export gnc:load-help-topics)
|
||||
|
||||
;; from main-window.scm
|
||||
(export gnc:main-window-properties-cb)
|
||||
|
Loading…
Reference in New Issue
Block a user